From owner-cvs-all@FreeBSD.ORG Sun Apr 8 00:04:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F220C16A402; Sun, 8 Apr 2007 00:04:03 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DDAB913C455; Sun, 8 Apr 2007 00:04:02 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38042GC069895; Sun, 8 Apr 2007 00:04:02 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38042nr069894; Sun, 8 Apr 2007 00:04:02 GMT (envelope-from leeym) Message-Id: <200704080004.l38042nr069894@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 8 Apr 2007 00:04:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IO-All Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 00:04:04 -0000 leeym 2007-04-08 00:04:02 UTC FreeBSD ports repository Modified files: devel/p5-IO-All Makefile distinfo Log: - update to 0.37 Revision Changes Path 1.10 +2 -1 ports/devel/p5-IO-All/Makefile 1.9 +3 -3 ports/devel/p5-IO-All/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 00:04:29 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6203D16A404; Sun, 8 Apr 2007 00:04:29 +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 C7C5B13C46C; Sun, 8 Apr 2007 00:02:31 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l3802SoG002041; Sat, 7 Apr 2007 18:02:28 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46183104.6080904@samsco.org> Date: Sat, 07 Apr 2007 18:02:12 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: mjacob@freebsd.org References: <200704071940.l37Jew2t013708@repoman.freebsd.org> <20070407131228.L71232@ns1.feral.com> In-Reply-To: <20070407131228.L71232@ns1.feral.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Sat, 07 Apr 2007 18:02:28 -0600 (MDT) X-Spam-Status: No, score=-0.8 required=5.5 tests=ALL_TRUSTED,SUBJ_HAS_SPACES autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Scott Long , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/modules/cam Makefile src/sys/conf NOTES files src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 00:04:29 -0000 To tell you the truth, the SG device has one of the worst programming interfaces that I've ever seen. Even the various official docs on it complain about how bad it is. I've written apps for CAM, including a swiss-army-knife java-based management app, and CAM is vastly superior. I tried porting the app to linux and gave up due to how limited and unpleasant it was. From the kernel side, it's even scarier. But beyond that, the work I committed here was about opening up FreeBSD to more storage management opportunities. So I'm happy with whatever anyone wants to do with it that furthers that goal. I'd like to see the native interface be used as a bridge to help introduce programmers to FreeBSD and CAM; if the sg3_utils package is a step in that direction or if it provides tools that camcontrol doesn't, then go for it. Scott mjacob@freebsd.org wrote: > > Cool- does this mean we should commit sg3_utils to ports then? > > On Sat, 7 Apr 2007, Scott Long wrote: > >> scottl 2007-04-07 19:40:58 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/modules/cam Makefile >> sys/conf files NOTES >> sys/compat/linux linux_ioctl.c linux_ioctl.h >> Added files: >> sys/cam/scsi scsi_sg.c scsi_sg.h >> Log: >> Add the CAM 'SG' peripheral device. This device implements a subset >> of the >> Linux SCSI SG passthrough device API. The intention is to allow for >> both >> running of Linux apps that want to talk to /dev/sg* nodes, and to >> facilitate >> porting of apps from Linux to FreeBSD. As such, both native and >> linuxolator >> entry points and definitions are provided. >> >> Caveats: >> - This does not support the procfs and sysfs nodes that the Linux SG >> driver provides. Some Linux apps may rely on these for operation, >> others may only use them for informational purposes. >> - More ioctls need to be implemented. >> - Linux uses a naming scheme of "sg[a-z]" for devices, while FreeBSD >> uses a >> scheme of "sg[0-9]". Devfs aliasis (symlinks) are automatically >> created >> to link the two together. However, tools like camcontrol only see >> the >> native names. >> - Some operations were originally designed to return byte counts or >> other >> data directly as the syscall return value. The linuxolator >> doesn't appear >> to support this well, so this driver just punts for these cases. >> >> Now that the driver is in place, others are welcome to add missing >> functionality. Thanks to Roman Divacky for pushing this work along. >> >> Revision Changes Path >> 1.1 +987 -0 src/sys/cam/scsi/scsi_sg.c (new) >> 1.1 +139 -0 src/sys/cam/scsi/scsi_sg.h (new) >> 1.138 +27 -0 src/sys/compat/linux/linux_ioctl.c >> 1.25 +34 -0 src/sys/compat/linux/linux_ioctl.h >> 1.1419 +5 -0 src/sys/conf/NOTES >> 1.1191 +1 -0 src/sys/conf/files >> 1.15 +1 -0 src/sys/modules/cam/Makefile >> From owner-cvs-all@FreeBSD.ORG Sun Apr 8 00:11:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0F1416A400; Sun, 8 Apr 2007 00:11:47 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7AE8613C43E; Sun, 8 Apr 2007 00:11:47 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l380Blgq070836; Sun, 8 Apr 2007 00:11:47 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l380BlP5070835; Sun, 8 Apr 2007 00:11:47 GMT (envelope-from njl) Message-Id: <200704080011.l380BlP5070835@repoman.freebsd.org> From: Nate Lawson Date: Sun, 8 Apr 2007 00: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/print/xpp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 00:11:47 -0000 njl 2007-04-08 00:11:47 UTC FreeBSD ports repository (src committer) Modified files: print/xpp Makefile Log: Fix build on g++41 by removing unnecessary qualifier. Revision Changes Path 1.7 +1 -0 ports/print/xpp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 00:22:37 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CCBD16A415; Sun, 8 Apr 2007 00:22:37 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0E1C913C4DA; Sun, 8 Apr 2007 00:22:36 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l380MaKp072658; Sun, 8 Apr 2007 00:22:36 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l380MaaS072657; Sun, 8 Apr 2007 00:22:36 GMT (envelope-from njl) Message-Id: <200704080022.l380MaaS072657@repoman.freebsd.org> From: Nate Lawson Date: Sun, 8 Apr 2007 00:22:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/xpp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 00:22:37 -0000 njl 2007-04-08 00:22:36 UTC FreeBSD ports repository (src committer) Modified files: print/xpp Makefile Log: Install the README as a doc also, similar to the 1.1 version of this port. Revision Changes Path 1.8 +6 -1 ports/print/xpp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 00:37:26 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3E5F16A401; Sun, 8 Apr 2007 00:37:25 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 981D813C46A; Sun, 8 Apr 2007 00:37:25 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org ([192.147.25.65]:58468) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HaKyk-000DKz-Gk; Sat, 07 Apr 2007 19:10:03 -0500 Date: Sat, 7 Apr 2007 19:09:56 -0500 (CDT) From: Larry Rosenman To: Scott Long In-Reply-To: <46183104.6080904@samsco.org> Message-ID: <20070407190859.N51247@thebighonker.lerctr.org> References: <200704071940.l37Jew2t013708@repoman.freebsd.org> <20070407131228.L71232@ns1.feral.com> <46183104.6080904@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 DomainKey-Status: no signature Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Scott Long , mjacob@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/modules/cam Makefile src/sys/conf NOTES files src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 00:37:26 -0000 On Sat, 7 Apr 2007, Scott Long wrote: > To tell you the truth, the SG device has one of the worst programming > interfaces that I've ever seen. Even the various official docs on it > complain about how bad it is. I've written apps for CAM, including a > swiss-army-knife java-based management app, and CAM is vastly superior. > I tried porting the app to linux and gave up due to how limited and > unpleasant it was. From the kernel side, it's even scarier. > > But beyond that, the work I committed here was about opening up FreeBSD > to more storage management opportunities. So I'm happy with whatever > anyone wants to do with it that furthers that goal. I'd like to see > the native interface be used as a bridge to help introduce programmers > to FreeBSD and CAM; if the sg3_utils package is a step in that > direction or if it provides tools that camcontrol doesn't, then go for > it. > > Scott > I assume that this is NOT a MFC candidate? (Since I think I may have been at least part of the genesis of the request from Roman). [snip] -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-cvs-all@FreeBSD.ORG Sun Apr 8 01:01:21 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8274A16A405; Sun, 8 Apr 2007 01:01:21 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 45A8F13C465; Sun, 8 Apr 2007 01:01:21 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id l3811CCp072471; Sat, 7 Apr 2007 18:01:20 -0700 (PDT) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id l3811CiQ072468; Sat, 7 Apr 2007 18:01:12 -0700 (PDT) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Sat, 7 Apr 2007 18:01:12 -0700 (PDT) From: mjacob@freebsd.org To: Scott Long In-Reply-To: <46183104.6080904@samsco.org> Message-ID: <20070407175932.A72446@ns1.feral.com> References: <200704071940.l37Jew2t013708@repoman.freebsd.org> <20070407131228.L71232@ns1.feral.com> <46183104.6080904@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Scott Long , mjacob@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/modules/cam Makefile src/sys/conf NOTES files src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 01:01:21 -0000 Oh, agreed that it's unpleasant. Better than Solaris tho. By doing this you may have made FreeBSD a viable choice with respect to storagse. There are a lot of management tools for linux storage that use the sg interfaces. Bravo. > To tell you the truth, the SG device has one of the worst programming > interfaces that I've ever seen. Even the various official docs on it > complain about how bad it is. I've written apps for CAM, including a > swiss-army-knife java-based management app, and CAM is vastly superior. > I tried porting the app to linux and gave up due to how limited and > unpleasant it was. From the kernel side, it's even scarier. > > But beyond that, the work I committed here was about opening up FreeBSD > to more storage management opportunities. So I'm happy with whatever > anyone wants to do with it that furthers that goal. I'd like to see > the native interface be used as a bridge to help introduce programmers > to FreeBSD and CAM; if the sg3_utils package is a step in that > direction or if it provides tools that camcontrol doesn't, then go for > it. > > Scott > > > mjacob@freebsd.org wrote: >> >> Cool- does this mean we should commit sg3_utils to ports then? >> >> On Sat, 7 Apr 2007, Scott Long wrote: >> >>> scottl 2007-04-07 19:40:58 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/modules/cam Makefile >>> sys/conf files NOTES >>> sys/compat/linux linux_ioctl.c linux_ioctl.h >>> Added files: >>> sys/cam/scsi scsi_sg.c scsi_sg.h >>> Log: >>> Add the CAM 'SG' peripheral device. This device implements a subset of >>> the >>> Linux SCSI SG passthrough device API. The intention is to allow for both >>> running of Linux apps that want to talk to /dev/sg* nodes, and to >>> facilitate >>> porting of apps from Linux to FreeBSD. As such, both native and >>> linuxolator >>> entry points and definitions are provided. >>> >>> Caveats: >>> - This does not support the procfs and sysfs nodes that the Linux SG >>> driver provides. Some Linux apps may rely on these for operation, >>> others may only use them for informational purposes. >>> - More ioctls need to be implemented. >>> - Linux uses a naming scheme of "sg[a-z]" for devices, while FreeBSD >>> uses a >>> scheme of "sg[0-9]". Devfs aliasis (symlinks) are automatically >>> created >>> to link the two together. However, tools like camcontrol only see the >>> native names. >>> - Some operations were originally designed to return byte counts or >>> other >>> data directly as the syscall return value. The linuxolator doesn't >>> appear >>> to support this well, so this driver just punts for these cases. >>> >>> Now that the driver is in place, others are welcome to add missing >>> functionality. Thanks to Roman Divacky for pushing this work along. >>> >>> Revision Changes Path >>> 1.1 +987 -0 src/sys/cam/scsi/scsi_sg.c (new) >>> 1.1 +139 -0 src/sys/cam/scsi/scsi_sg.h (new) >>> 1.138 +27 -0 src/sys/compat/linux/linux_ioctl.c >>> 1.25 +34 -0 src/sys/compat/linux/linux_ioctl.h >>> 1.1419 +5 -0 src/sys/conf/NOTES >>> 1.1191 +1 -0 src/sys/conf/files >>> 1.15 +1 -0 src/sys/modules/cam/Makefile >>> > > From owner-cvs-all@FreeBSD.ORG Sun Apr 8 01:14:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F03E416A402; Sun, 8 Apr 2007 01:14:53 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA4FA13C45D; Sun, 8 Apr 2007 01:14:53 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l381Er0o090216; Sun, 8 Apr 2007 01:14:53 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l381ErxK090215; Sun, 8 Apr 2007 01:14:53 GMT (envelope-from leeym) Message-Id: <200704080114.l381ErxK090215@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 8 Apr 2007 01:14: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/p5-Pod-Tree Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 01:14:54 -0000 leeym 2007-04-08 01:14:53 UTC FreeBSD ports repository Modified files: textproc/p5-Pod-Tree Makefile distinfo Log: - update to 1.13 Revision Changes Path 1.5 +3 -1 ports/textproc/p5-Pod-Tree/Makefile 1.5 +3 -3 ports/textproc/p5-Pod-Tree/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 01:37:51 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A72E16A402; Sun, 8 Apr 2007 01:37:51 +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 A479813C43E; Sun, 8 Apr 2007 01:37:50 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l381bkAY002520; Sat, 7 Apr 2007 19:37:47 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4618475A.7090202@samsco.org> Date: Sat, 07 Apr 2007 19:37:30 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: Larry Rosenman References: <200704071940.l37Jew2t013708@repoman.freebsd.org> <20070407131228.L71232@ns1.feral.com> <46183104.6080904@samsco.org> <20070407190859.N51247@thebighonker.lerctr.org> In-Reply-To: <20070407190859.N51247@thebighonker.lerctr.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Sat, 07 Apr 2007 19:37:47 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Scott Long , mjacob@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/modules/cam Makefile src/sys/conf NOTES files src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 01:37:51 -0000 Larry Rosenman wrote: > On Sat, 7 Apr 2007, Scott Long wrote: > >> To tell you the truth, the SG device has one of the worst programming >> interfaces that I've ever seen. Even the various official docs on it >> complain about how bad it is. I've written apps for CAM, including a >> swiss-army-knife java-based management app, and CAM is vastly superior. >> I tried porting the app to linux and gave up due to how limited and >> unpleasant it was. From the kernel side, it's even scarier. >> >> But beyond that, the work I committed here was about opening up FreeBSD >> to more storage management opportunities. So I'm happy with whatever >> anyone wants to do with it that furthers that goal. I'd like to see >> the native interface be used as a bridge to help introduce programmers >> to FreeBSD and CAM; if the sg3_utils package is a step in that >> direction or if it provides tools that camcontrol doesn't, then go for >> it. >> >> Scott >> > I assume that this is NOT a MFC candidate? (Since I think I may have been > at least part of the genesis of the request from Roman). > > [snip] There's no reason not to merge it to 6.x; it doesn't change any existing functionality or interfaces. What I'd like is for people to play with it for a few weeks and help fill in some of the pieces that are still missing. Once it's a little more mature, it can be merged back. Scott From owner-cvs-all@FreeBSD.ORG Sun Apr 8 02:13:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8534416A407; Sun, 8 Apr 2007 02:13:33 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5F10013C4AD; Sun, 8 Apr 2007 02:13:33 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l382DXcr000620; Sun, 8 Apr 2007 02:13:33 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l382DXqU000619; Sun, 8 Apr 2007 02:13:33 GMT (envelope-from pjd) Message-Id: <200704080213.l382DXqU000619@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 02:13: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/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 02:13:33 -0000 pjd 2007-04-08 02:13:33 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: pr_list is protected by the allprison_lock. Revision Changes Path 1.66 +1 -1 src/sys/kern/kern_jail.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 03:02:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F303116A401; Sun, 8 Apr 2007 03:02:08 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C227913C44B; Sun, 8 Apr 2007 03:02:08 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38328xG007739; Sun, 8 Apr 2007 03:02:08 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38328Lx007737; Sun, 8 Apr 2007 03:02:08 GMT (envelope-from pjd) Message-Id: <200704080302.l38328Lx007737@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 03:02: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/contrib/opensolaris/lib/libzfs/common libzfs_util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 03:02:09 -0000 pjd 2007-04-08 03:02:08 UTC FreeBSD src repository Modified files: contrib/opensolaris/lib/libzfs/common libzfs_util.c Log: If we cannot open /dev/zfs try to load zfs.ko automatically and reopen. Revision Changes Path 1.2 +21 -2 src/contrib/opensolaris/lib/libzfs/common/libzfs_util.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 03:11:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC38316A400; Sun, 8 Apr 2007 03:11:22 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AC2F613C4B0; Sun, 8 Apr 2007 03:11:22 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l383BMo2010396; Sun, 8 Apr 2007 03:11:22 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l383BM6g010395; Sun, 8 Apr 2007 03:11:22 GMT (envelope-from alepulver) Message-Id: <200704080311.l383BM6g010395@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 8 Apr 2007 03:11: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/emulators/osmose Makefile ports/emulators/osmose/files extra-patch-freebsd4 patch-Makefile patch-PrecisionTimer.h patch-TvVideoFilter.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, 08 Apr 2007 03:11:22 -0000 alepulver 2007-04-08 03:11:22 UTC FreeBSD ports repository Modified files: emulators/osmose Makefile emulators/osmose/files patch-Makefile Added files: emulators/osmose/files patch-PrecisionTimer.h patch-TvVideoFilter.h Removed files: emulators/osmose/files extra-patch-freebsd4 Log: - Add ONLY_FOR_ARCHS_REASON. - Add USE_DOS2UNIX to avoid CR characters in patches. - Remove FreeBSD 4.x support. - Remove SDL fix for old non-standard location. - Fix building with GCC 4.x [1]. - Respect CFLAGS and LDFLAGS. Reported by: pointyhat [1] Revision Changes Path 1.8 +4 -17 ports/emulators/osmose/Makefile 1.2 +0 -110 ports/emulators/osmose/files/extra-patch-freebsd4 (dead) 1.2 +54 -29 ports/emulators/osmose/files/patch-Makefile 1.1 +10 -0 ports/emulators/osmose/files/patch-PrecisionTimer.h (new) 1.1 +11 -0 ports/emulators/osmose/files/patch-TvVideoFilter.h (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 04:00:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00E3016A405; Sun, 8 Apr 2007 04:00:04 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D9BA613C46A; Sun, 8 Apr 2007 04:00:04 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38404Pv017644; Sun, 8 Apr 2007 04:00:04 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l384049R017643; Sun, 8 Apr 2007 04:00:04 GMT (envelope-from alepulver) Message-Id: <200704080400.l384049R017643@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 8 Apr 2007 04:00: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/airrox Makefile ports/games/airrox/files patch-Makefile patch-conexao.h patch-visual.cpp patch-visual.h 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: Sun, 08 Apr 2007 04:00:05 -0000 alepulver 2007-04-08 04:00:04 UTC FreeBSD ports repository Modified files: games/airrox Makefile games/airrox/files pkg-message.in Added files: games/airrox/files patch-Makefile patch-conexao.h patch-visual.cpp patch-visual.h Log: - Bump PORTREVISION. - Use SF macro in MASTER_SITES. - Clean up. - Remove some useless comments from targets. - Remove CVS directories before installing them instead of after. - Tidy pkg-message. - Remove IGNORE message for unsupported FreeBSD < 5.x. - Fix building with GCC 4.x [1]. Reported by: pointyhat [1] Revision Changes Path 1.6 +8 -45 ports/games/airrox/Makefile 1.1 +51 -0 ports/games/airrox/files/patch-Makefile (new) 1.1 +11 -0 ports/games/airrox/files/patch-conexao.h (new) 1.1 +11 -0 ports/games/airrox/files/patch-visual.cpp (new) 1.1 +11 -0 ports/games/airrox/files/patch-visual.h (new) 1.2 +6 -4 ports/games/airrox/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Sun Apr 8 04:15:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7601216A404; Sun, 8 Apr 2007 04:15:47 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 672DB13C455; Sun, 8 Apr 2007 04:15:47 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l384FloT021674; Sun, 8 Apr 2007 04:15:47 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l384FlUw021673; Sun, 8 Apr 2007 04:15:47 GMT (envelope-from alepulver) Message-Id: <200704080415.l384FlUw021673@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 8 Apr 2007 04:15:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/quake2lnx Makefile ports/games/quake2lnx/files patch-security X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 04:15:47 -0000 alepulver 2007-04-08 04:15:47 UTC FreeBSD ports repository Modified files: games/quake2lnx Makefile games/quake2lnx/files patch-security Log: - Bump PORTREVISION. - Remove code from patch-security which was causing a "Bad challenge" error when connecting to password protected servers. - Turn GAME option to "off" by default (a functional game.so is installed by games/quake2-data) as in other Quake II engine ports. PR: ports/111048 Submitted by: alepulver (myself) Approved by: danfe (maintainer, timeout) Reported by: Kyle Hunter Revision Changes Path 1.27 +2 -2 ports/games/quake2lnx/Makefile 1.2 +0 -13 ports/games/quake2lnx/files/patch-security From owner-cvs-all@FreeBSD.ORG Sun Apr 8 04:23:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A2BC16A404; Sun, 8 Apr 2007 04:23:03 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A17913C448; Sun, 8 Apr 2007 04:23:03 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l384N348022856; Sun, 8 Apr 2007 04:23:03 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l384N30q022855; Sun, 8 Apr 2007 04:23:03 GMT (envelope-from rafan) Message-Id: <200704080423.l384N30q022855@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 04:23: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/dynamips-devel Makefile ports/emulators/dynamips-devel/files patch-README patch-dev_vtty.c patch-dynamips.1 patch-dynamips.c patch-mips64_nojit_trans.c patch-mips64_nojit_trans.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, 08 Apr 2007 04:23:03 -0000 rafan 2007-04-08 04:23:02 UTC FreeBSD ports repository Modified files: emulators/dynamips-devel Makefile emulators/dynamips-devel/files patch-dynamips.1 patch-dynamips.c Added files: emulators/dynamips-devel/files patch-README patch-dev_vtty.c patch-mips64_nojit_trans.c patch-mips64_nojit_trans.h Log: - Enable JIT on amd64 - Change IP binding algorithm: it is used both for the console and AUX port, and not only in a mode hypervisor PR: ports/111330 Submitted by: Pavel I Volkov (maintainer) Revision Changes Path 1.15 +2 -1 ports/emulators/dynamips-devel/Makefile 1.1 +11 -0 ports/emulators/dynamips-devel/files/patch-README (new) 1.1 +33 -0 ports/emulators/dynamips-devel/files/patch-dev_vtty.c (new) 1.2 +11 -2 ports/emulators/dynamips-devel/files/patch-dynamips.1 1.2 +40 -6 ports/emulators/dynamips-devel/files/patch-dynamips.c 1.1 +15 -0 ports/emulators/dynamips-devel/files/patch-mips64_nojit_trans.c (new) 1.1 +11 -0 ports/emulators/dynamips-devel/files/patch-mips64_nojit_trans.h (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 04:25:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B640A16A407; Sun, 8 Apr 2007 04:25:00 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8349213C46A; Sun, 8 Apr 2007 04:25:00 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l384P0jS023311; Sun, 8 Apr 2007 04:25:00 GMT (envelope-from dryice@repoman.freebsd.org) Received: (from dryice@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l384P0bB023302; Sun, 8 Apr 2007 04:25:00 GMT (envelope-from dryice) Message-Id: <200704080425.l384P0bB023302@repoman.freebsd.org> From: Dryice Dong Liu Date: Sun, 8 Apr 2007 04: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/www/py-pastescript Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 04:25:01 -0000 dryice 2007-04-08 04:24:49 UTC FreeBSD ports repository Modified files: www/py-pastescript Makefile distinfo Log: update to 1.3.2 Approved by: itetcu (mentor, implicit) Revision Changes Path 1.5 +1 -1 ports/www/py-pastescript/Makefile 1.5 +3 -3 ports/www/py-pastescript/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 04:25:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D30D16A586; Sun, 8 Apr 2007 04:25:05 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3181B13C459; Sun, 8 Apr 2007 04:25:05 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l384P58W023381; Sun, 8 Apr 2007 04:25:05 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l384P56M023380; Sun, 8 Apr 2007 04:25:05 GMT (envelope-from rafan) Message-Id: <200704080425.l384P56M023380@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 04:25:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/cmus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 04:25:05 -0000 rafan 2007-04-08 04:25:05 UTC FreeBSD ports repository Modified files: audio/cmus Makefile Log: - ncursesw is in newer 6.x and 7.x use that instead of port's version PR: ports/111349 Submitted by: Herbert J. Skuhra - While I'm here, remove 4.x support Approved by: Simon Olofsson (maintainer) Revision Changes Path 1.20 +2 -4 ports/audio/cmus/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 04:27:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13B0A16A403; Sun, 8 Apr 2007 04:27:36 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E194013C458; Sun, 8 Apr 2007 04:27:35 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l384RZfq023665; Sun, 8 Apr 2007 04:27:35 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l384RZ0X023664; Sun, 8 Apr 2007 04:27:35 GMT (envelope-from alepulver) Message-Id: <200704080427.l384RZ0X023664@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 8 Apr 2007 04:27:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/linux-enemyterritory-jaymod Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 04:27:36 -0000 alepulver 2007-04-08 04:27:35 UTC FreeBSD ports repository Modified files: games/linux-enemyterritory-jaymod Makefile distinfo Log: - Update to version 2.0.5. - Make fetchable [1]. Reported by: distfiles survey [1] Revision Changes Path 1.8 +1 -1 ports/games/linux-enemyterritory-jaymod/Makefile 1.4 +3 -3 ports/games/linux-enemyterritory-jaymod/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 05:10:37 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68A0216A402; Sun, 8 Apr 2007 05:10:37 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4248413C46C; Sun, 8 Apr 2007 05:10:37 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l385AbOi039261; Sun, 8 Apr 2007 05:10:37 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l385AbL9039260; Sun, 8 Apr 2007 05:10:37 GMT (envelope-from alc) Message-Id: <200704080510.l385AbL9039260@repoman.freebsd.org> From: Alan Cox Date: Sun, 8 Apr 2007 05:10: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/arm/arm pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 05:10:37 -0000 alc 2007-04-08 05:10:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/arm/arm pmap.c Log: MFC revision 1.47 Retire pmap_track_modified(). Revision Changes Path 1.36.2.4 +10 -24 src/sys/arm/arm/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 05:53:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00A4F16A402; Sun, 8 Apr 2007 05:53:11 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CE8A413C468; Sun, 8 Apr 2007 05:53:10 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l385rAYg046171; Sun, 8 Apr 2007 05:53:10 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l385rAWP046169; Sun, 8 Apr 2007 05:53:10 GMT (envelope-from ade) Message-Id: <200704080553.l385rAWP046169@repoman.freebsd.org> From: Ade Lovett Date: Sun, 8 Apr 2007 05: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/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 05:53:11 -0000 ade 2007-04-08 05:53:10 UTC FreeBSD ports repository Modified files: devel/gettext Makefile Log: Unconditionally disable threading, it is apparently causing some edge cases to fail, and the previous version of gettext was unthreaded, so we're not losing anything. Note that if you've already rebuilt gettext to 0.16.1, you only need to upgrade gettext, and not everything that depends on it. Thanks to those that reported the issue, and both gnome@ and kde@ for confirming that this change does not cause any issues there. Revision Changes Path 1.76 +3 -2 ports/devel/gettext/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 06:42:11 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AD8916A551 for ; Sun, 8 Apr 2007 06:42:09 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id C0ED313C458 for ; Sun, 8 Apr 2007 06:42:06 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so721078pyh for ; Sat, 07 Apr 2007 23:42:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dPA0BBxk1Cvj/GqBoDNzLWCuB+v8P9LSO675ZHIvrcNQ1Qisg0rm8Vq/bsC/8QmfvEUFuFvnxEWppAKT/TDnKT+LnCMrW0pxL+Krf5H/1b+wVuBd2bX/QTSQb3MD0Tpo/RPYLO6GbKS6/5iG29OELmUWoR9KnorFvPCgqpFshlU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rdr/1FMsfY4aC32X8H6y6VwW2J9h1JC07abyS1CChXt/FI+xAn0NWFZj5lEyL75fXFBsB3AeCZwpd3chC/suF5GHwd92eMB6ZtExREGZlbGLv2u1u3T2CuyJdLB6XtWP5AGVmwmVjzGui660iPLODiquzv9sGdaw70C72SwaxCM= Received: by 10.65.215.14 with SMTP id s14mr9139779qbq.1176014526085; Sat, 07 Apr 2007 23:42:06 -0700 (PDT) Received: by 10.65.244.16 with HTTP; Sat, 7 Apr 2007 23:42:06 -0700 (PDT) Message-ID: Date: Sat, 7 Apr 2007 23:42:06 -0700 From: "Kip Macy" To: "=?ISO-8859-1?Q?S=F8ren_Schmidt?=" In-Reply-To: <200704061619.l36GJ0u1060539@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200704061619.l36GJ0u1060539@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 06:42:11 -0000 I have a machine that I spent the afternoon looking for file system regressions because it couldn't mount root with today's HEAD. mountroot succeeds for me after backing out this change. -Kip On 4/6/07, S=F8ren Schmidt wrote: > sos 2007-04-06 16:18:59 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > ata-lowlevel.c ata_if.m > Log: > Add support for 64bit addressing to AHCI and Marvell controllers. > Munged into ATA shape and Marvell specifics my yours truely. > > Submitted by: jhb > > Revision Changes Path > 1.122 +1 -0 src/sys/dev/ata/ata-all.h > 1.193 +20 -11 src/sys/dev/ata/ata-chipset.c > 1.144 +6 -4 src/sys/dev/ata/ata-dma.c > 1.79 +1 -0 src/sys/dev/ata/ata-lowlevel.c > 1.7 +1 -1 src/sys/dev/ata/ata_if.m > From owner-cvs-all@FreeBSD.ORG Sun Apr 8 06:42:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EB6B16A403; Sun, 8 Apr 2007 06:42:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DC6DB13C457; Sun, 8 Apr 2007 06:42:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l386gSPZ058947; Sun, 8 Apr 2007 06:42:28 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l386gSjk058946; Sun, 8 Apr 2007 06:42:28 GMT (envelope-from rafan) Message-Id: <200704080642.l386gSjk058946@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 06:42: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/net/jrobin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 06:42:29 -0000 rafan 2007-04-08 06:42:28 UTC FreeBSD ports repository Modified files: net/jrobin Makefile distinfo Log: - Update to 1.5.4 - Pass maintainership to submitter PR: ports/111344 Submitted by: Nemo Liu Revision Changes Path 1.2 +7 -6 ports/net/jrobin/Makefile 1.3 +3 -3 ports/net/jrobin/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 06:56:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1958916A401; Sun, 8 Apr 2007 06:56:14 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E702C13C448; Sun, 8 Apr 2007 06:56:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l386uDb6060887; Sun, 8 Apr 2007 06:56:13 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l386uDTU060886; Sun, 8 Apr 2007 06:56:13 GMT (envelope-from rafan) Message-Id: <200704080656.l386uDTU060886@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 06:56:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/sugarcrm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 06:56:14 -0000 rafan 2007-04-08 06:56:13 UTC FreeBSD ports repository Modified files: deskutils/sugarcrm Makefile distinfo pkg-plist Log: - Update to 4.5.1b PR: ports/111359 Submitted by: Nick Hilliard (maintainer) Revision Changes Path 1.10 +14 -14 ports/deskutils/sugarcrm/Makefile 1.5 +12 -12 ports/deskutils/sugarcrm/distinfo 1.5 +5 -1 ports/deskutils/sugarcrm/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 8 07:52:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C0C716A402; Sun, 8 Apr 2007 07:52:29 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DEF9613C44B; Sun, 8 Apr 2007 07:52:28 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l387qSkU070493; Sun, 8 Apr 2007 07:52:28 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l387qSsE070491; Sun, 8 Apr 2007 07:52:28 GMT (envelope-from ariff) Message-Id: <200704080752.l387qSsE070491@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 8 Apr 2007 07:52: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/dev/sound/pci cmi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 07:52:29 -0000 ariff 2007-04-08 07:52:28 UTC FreeBSD src repository Modified files: sys/dev/sound/pci cmi.c Log: Disable cmi_midiattach(). The implementation is incomplete, and causing various interesting memory leak issues. Revision Changes Path 1.41 +2 -1 src/sys/dev/sound/pci/cmi.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 08:46:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 105ED16A400; Sun, 8 Apr 2007 08:46:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DD9CF13C480; Sun, 8 Apr 2007 08:46:54 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l388ksf3080119; Sun, 8 Apr 2007 08:46:54 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l388ks2e080118; Sun, 8 Apr 2007 08:46:54 GMT (envelope-from thierry) Message-Id: <200704080846.l388ks2e080118@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 8 Apr 2007 08:46: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/cad/opencascade Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 08:46:55 -0000 thierry 2007-04-08 08:46:54 UTC FreeBSD ports repository Modified files: cad/opencascade Makefile Log: Adapt USE_TCL to the latest syntax and define USE_TCL_THREADS. Reported by: pointyhat via Kris Revision Changes Path 1.2 +3 -1 ports/cad/opencascade/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 09:03:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03D4E16A401; Sun, 8 Apr 2007 09:03:00 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D0D5113C480; Sun, 8 Apr 2007 09:02:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3892x18091039; Sun, 8 Apr 2007 09:02:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3892xPk091036; Sun, 8 Apr 2007 09:02:59 GMT (envelope-from rafan) Message-Id: <200704080902.l3892xPk091036@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 09:02: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/www/rubygem-bluecloth 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, 08 Apr 2007 09:03:00 -0000 rafan 2007-04-08 09:02:59 UTC FreeBSD ports repository Modified files: www/rubygem-bluecloth Makefile pkg-plist Log: - Unbreak it PR: ports/111184 Submitted by: Alexander Logvinov Approved by: Alastair Rankine (maintainer) Revision Changes Path 1.5 +0 -4 ports/www/rubygem-bluecloth/Makefile 1.2 +0 -46 ports/www/rubygem-bluecloth/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 8 09:52:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A686116A405; Sun, 8 Apr 2007 09:52:44 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 753E913C483; Sun, 8 Apr 2007 09:52:44 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l389qi9k006711; Sun, 8 Apr 2007 09:52:44 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l389qiCT006710; Sun, 8 Apr 2007 09:52:44 GMT (envelope-from obraun) Message-Id: <200704080952.l389qiCT006710@repoman.freebsd.org> From: Oliver Braun Date: Sun, 8 Apr 2007 09: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/devel/hs-hdoc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 09:52:44 -0000 obraun 2007-04-08 09:52:44 UTC FreeBSD ports repository Modified files: devel/hs-hdoc Makefile Log: Mark broken and deprecated since is gone Revision Changes Path 1.13 +4 -0 ports/devel/hs-hdoc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 10:00:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CE5516A404; Sun, 8 Apr 2007 10:00:00 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6514213C468; Sun, 8 Apr 2007 10:00:00 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38A00U2009547; Sun, 8 Apr 2007 10:00:00 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38A00dL009546; Sun, 8 Apr 2007 10:00:00 GMT (envelope-from rafan) Message-Id: <200704081000.l38A00dL009546@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 10:00: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/graphics/p5-Image-Pngslimmer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 10:00:00 -0000 rafan 2007-04-08 10:00:00 UTC FreeBSD ports repository Modified files: graphics/p5-Image-Pngslimmer Makefile distinfo Log: - Update to 0.22 PR: ports/111370 Submitted by: chinsan (maintainer) Revision Changes Path 1.10 +1 -1 ports/graphics/p5-Image-Pngslimmer/Makefile 1.9 +3 -3 ports/graphics/p5-Image-Pngslimmer/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 10:15:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F28116A404; Sun, 8 Apr 2007 10:15:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1A013C4C5; Sun, 8 Apr 2007 10:15:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38AFaI9014015; Sun, 8 Apr 2007 10:15:36 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38AFaJ5014014; Sun, 8 Apr 2007 10:15:36 GMT (envelope-from vanilla) Message-Id: <200704081015.l38AFaJ5014014@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 8 Apr 2007 10:15: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 Makefile ports/security/xyssl Makefile distinfo pkg-descr pkg-plist ports/security/xyssl/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 10:15:36 -0000 vanilla 2007-04-08 10:15:35 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/xyssl Makefile distinfo pkg-descr pkg-plist security/xyssl/files patch-Makefile Log: Add xyssl 0.6, a liteweight SSL and TLS toolkit for C developers. PR: ports/111279 Submitted by: mdh Revision Changes Path 1.875 +1 -0 ports/security/Makefile 1.1 +22 -0 ports/security/xyssl/Makefile (new) 1.1 +3 -0 ports/security/xyssl/distinfo (new) 1.1 +37 -0 ports/security/xyssl/files/patch-Makefile (new) 1.1 +7 -0 ports/security/xyssl/pkg-descr (new) 1.1 +29 -0 ports/security/xyssl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 10:16:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B2A216A400; Sun, 8 Apr 2007 10:16:15 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D776113C45B; Sun, 8 Apr 2007 10:16:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38AGE38014069; Sun, 8 Apr 2007 10:16:14 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38AGEe0014068; Sun, 8 Apr 2007 10:16:14 GMT (envelope-from vanilla) Message-Id: <200704081016.l38AGEe0014068@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 8 Apr 2007 10:16: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: Sun, 08 Apr 2007 10:16:15 -0000 vanilla 2007-04-08 10:16:14 UTC FreeBSD ports repository Modified files: . modules Log: xyssl --> ports/security/xyssl Revision Changes Path 1.17810 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 8 10:21:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1321C16A400; Sun, 8 Apr 2007 10:21:39 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E05D713C46C; Sun, 8 Apr 2007 10:21:38 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38ALcG0015097; Sun, 8 Apr 2007 10:21:38 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38ALcDe015096; Sun, 8 Apr 2007 10:21:38 GMT (envelope-from pjd) Message-Id: <200704081021.l38ALcDe015096@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 10:21: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/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 10:21:39 -0000 pjd 2007-04-08 10:21:38 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: Only use prison mutex to protect the fields that need to be protected by it. Revision Changes Path 1.67 +2 -2 src/sys/kern/kern_jail.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 10:29:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9363116A401; Sun, 8 Apr 2007 10:29:14 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6C34D13C484; Sun, 8 Apr 2007 10:29:14 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38ATEiV016016; Sun, 8 Apr 2007 10:29:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38ATEVH016015; Sun, 8 Apr 2007 10:29:14 GMT (envelope-from pjd) Message-Id: <200704081029.l38ATEVH016015@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 10:29: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/contrib/opensolaris/uts/common/fs/zfs zfs_znode.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 10:29:14 -0000 pjd 2007-04-08 10:29:14 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_znode.c Log: Take vnode pointer and hold it under znode lock, so we won't race with zfs_reclaim(). This may or may not fix problem reported by kris, but it's definiatelly better that way. Revision Changes Path 1.2 +3 -2 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 10:40:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9914616A402; Sun, 8 Apr 2007 10:40:05 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 711EC13C480; Sun, 8 Apr 2007 10:40:05 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Ae5Fp018008; Sun, 8 Apr 2007 10:40:05 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Ae5LA018007; Sun, 8 Apr 2007 10:40:05 GMT (envelope-from stefan) Message-Id: <200704081040.l38Ae5LA018007@repoman.freebsd.org> From: Stefan Walter Date: Sun, 8 Apr 2007 10:40:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mailscanner Makefile ports/mail/mailscanner/files CHANGES.port patch-lib-clamav-wrapper X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 10:40:05 -0000 stefan 2007-04-08 10:40:05 UTC FreeBSD ports repository Modified files: mail/mailscanner Makefile mail/mailscanner/files CHANGES.port patch-lib-clamav-wrapper Log: Correct some options in clamav-wrapper. PR: 111026 Submitted by: maintainer Revision Changes Path 1.61 +1 -1 ports/mail/mailscanner/Makefile 1.14 +6 -0 ports/mail/mailscanner/files/CHANGES.port 1.2 +9 -10 ports/mail/mailscanner/files/patch-lib-clamav-wrapper From owner-cvs-all@FreeBSD.ORG Sun Apr 8 10:46:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C42216A403; Sun, 8 Apr 2007 10:46:24 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 558D413C45A; Sun, 8 Apr 2007 10:46:24 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38AkOFT019445; Sun, 8 Apr 2007 10:46:24 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38AkOjE019444; Sun, 8 Apr 2007 10:46:24 GMT (envelope-from pjd) Message-Id: <200704081046.l38AkOjE019444@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 10:46: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/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 10:46:24 -0000 pjd 2007-04-08 10:46:24 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: prison_free() can be called with a mutex held. This wasn't a problem until I converted allprison_mtx mutex to allprison_lock sx lock. To fix this LOR, move prison removal to prison_complete() entirely. To ensure that noone will reference this prison before it's beeing removed from the list skip prisons with 'pr_ref == 0' in prison_find() and assert that pr_ref has to greater than 0 in prison_hold(). Reported by: kris OK'ed by: rwatson Revision Changes Path 1.68 +16 -11 src/sys/kern/kern_jail.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 10:46:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC18316A400; Sun, 8 Apr 2007 10:46:39 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9523513C48A; Sun, 8 Apr 2007 10:46:39 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38AkdkR019480; Sun, 8 Apr 2007 10:46:39 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38AkdBw019479; Sun, 8 Apr 2007 10:46:39 GMT (envelope-from erwin) Message-Id: <200704081046.l38AkdBw019479@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 8 Apr 2007 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/security/ca-roots Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 10:46:39 -0000 erwin 2007-04-08 10:46:39 UTC FreeBSD ports repository Modified files: security/ca-roots Makefile Log: Reassign to secteam@ PR: 111371 Submitted by: Nils Vogels (maintainer) Revision Changes Path 1.9 +1 -1 ports/security/ca-roots/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 10:48:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DCB216A400; Sun, 8 Apr 2007 10:48:06 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id A134213C4B9; Sun, 8 Apr 2007 10:48:05 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from [194.192.25.137] (ws.deepcore.dk [194.192.25.137]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id l38Am4Dj040913; Sun, 8 Apr 2007 12:48:04 +0200 (CEST) (envelope-from sos@deepcore.dk) Message-ID: <4618C864.8020209@deepcore.dk> Date: Sun, 08 Apr 2007 12:48:04 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: Kip Macy References: <200704061619.l36GJ0u1060539@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 10:48:06 -0000 Kip Macy wrote: > I have a machine that I spent the afternoon looking for file system > regressions because it couldn't mount root with today's HEAD. > mountroot succeeds for me after backing out this change. Well, thats not supposed to happen :) Could you mail me the dmesg from that system please so I have a chance=20 to tell whats going on ? If possible also from the failed boot so diffs=20 can be searched for. -S=F8ren > > -Kip > > On 4/6/07, S=F8ren Schmidt wrote: >> sos 2007-04-06 16:18:59 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-all.h ata-chipset.c ata-dma.c >> ata-lowlevel.c ata_if.m >> Log: >> Add support for 64bit addressing to AHCI and Marvell controllers. >> Munged into ATA shape and Marvell specifics my yours truely. >> >> Submitted by: jhb >> >> Revision Changes Path >> 1.122 +1 -0 src/sys/dev/ata/ata-all.h >> 1.193 +20 -11 src/sys/dev/ata/ata-chipset.c >> 1.144 +6 -4 src/sys/dev/ata/ata-dma.c >> 1.79 +1 -0 src/sys/dev/ata/ata-lowlevel.c >> 1.7 +1 -1 src/sys/dev/ata/ata_if.m >> > > > . > From owner-cvs-all@FreeBSD.ORG Sun Apr 8 11:16:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDC8C16A400; Sun, 8 Apr 2007 11:16:40 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B692513C48A; Sun, 8 Apr 2007 11:16:40 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38BGe9c025380; Sun, 8 Apr 2007 11:16:40 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38BGegk025379; Sun, 8 Apr 2007 11:16:40 GMT (envelope-from stefan) Message-Id: <200704081116.l38BGegk025379@repoman.freebsd.org> From: Stefan Walter Date: Sun, 8 Apr 2007 11: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/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, 08 Apr 2007 11:16:41 -0000 stefan 2007-04-08 11:16:40 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add entry for Zope2 cross-site scripting vulnerability. Inspired by: Yasushi Hayashi (in PR 111119) Revision Changes Path 1.1305 +34 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 11:24:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BF1C16A404; Sun, 8 Apr 2007 11:24:18 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5517213C44C; Sun, 8 Apr 2007 11:24:18 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38BOIHv026811; Sun, 8 Apr 2007 11:24:18 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38BOIa2026810; Sun, 8 Apr 2007 11:24:18 GMT (envelope-from stefan) Message-Id: <200704081124.l38BOIa2026810@repoman.freebsd.org> From: Stefan Walter Date: Sun, 8 Apr 2007 11:24:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 11:24:18 -0000 stefan 2007-04-08 11:24:18 UTC FreeBSD ports repository Modified files: www/zope Makefile Log: Mark FORBIDDEN due to cross-site scripting vulnerability. PR: 111119 Submitted by: Yasushi Hayashi Revision Changes Path 1.75 +2 -0 ports/www/zope/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 13:06:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9118B16A401; Sun, 8 Apr 2007 13:06:23 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6A99713C480; Sun, 8 Apr 2007 13:06:23 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38D6Nki056684; Sun, 8 Apr 2007 13:06:23 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38D6N6h056683; Sun, 8 Apr 2007 13:06:23 GMT (envelope-from rafan) Message-Id: <200704081306.l38D6N6h056683@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 13:06: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/converters/p5-Encode Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 13:06:23 -0000 rafan 2007-04-08 13:06:23 UTC FreeBSD ports repository Modified files: converters/p5-Encode Makefile distinfo Log: - Update to 2.19 Revision Changes Path 1.12 +1 -1 ports/converters/p5-Encode/Makefile 1.8 +3 -3 ports/converters/p5-Encode/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 13:19:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACBF116A401; Sun, 8 Apr 2007 13:19:09 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8633D13C455; Sun, 8 Apr 2007 13:19:09 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38DJ94R058310; Sun, 8 Apr 2007 13:19:09 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38DJ9PC058309; Sun, 8 Apr 2007 13:19:09 GMT (envelope-from oliver) Message-Id: <200704081319.l38DJ9PC058309@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 8 Apr 2007 13:19:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/courier-authlib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 13:19:09 -0000 oliver 2007-04-08 13:19:09 UTC FreeBSD ports repository Modified files: security/courier-authlib Makefile distinfo Log: update to 0.59.2 Revision Changes Path 1.29 +1 -1 ports/security/courier-authlib/Makefile 1.12 +3 -3 ports/security/courier-authlib/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 13:19:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE01C16A400; Sun, 8 Apr 2007 13:19:20 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 864E613C45A; Sun, 8 Apr 2007 13:19:20 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38DJK5e058333; Sun, 8 Apr 2007 13:19:20 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38DJKr9058332; Sun, 8 Apr 2007 13:19:20 GMT (envelope-from sat) Message-Id: <200704081319.l38DJKr9058332@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 8 Apr 2007 13:19:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/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: Sun, 08 Apr 2007 13:19:20 -0000 sat 2007-04-08 13:19:19 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Update email of Hannes Sowa and add his middle name Revision Changes Path 1.682 +2 -2 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 13:24:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAF8216A402; Sun, 8 Apr 2007 13:24:56 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9C90C13C44B; Sun, 8 Apr 2007 13:24:56 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38DOuVM059800; Sun, 8 Apr 2007 13:24:56 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38DOuV0059799; Sun, 8 Apr 2007 13:24:56 GMT (envelope-from hrs) Message-Id: <200704081324.l38DOuV0059799@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 8 Apr 2007 13:24: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/print/auctex Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 13:24:56 -0000 hrs 2007-04-08 13:24:55 UTC FreeBSD ports repository Modified files: print/auctex Makefile distinfo pkg-plist Log: Update to 11.84. Changes include: * There have been problems with the `-without-texmf-dir' option to `configure' when the value of `-with-kpathsea-sep' was set or determined for an installation system with a default different from that of the runtime system. `with-kpathsea-sep' has been removed; the setting is now usually determined at runtime. Due to this and other problems, preview-latex in the released XEmacs package failed under Windows or with anything except recent 21.5 XEmacsen. * AUCTeX and preview-latex have been changed in order to accommodate file names containing spaces. preview-latex now tolerates bad PostScript code polluting the stack (like some Omega fonts). * `preview.sty' had in some cases failed to emit PostScript header specials. * Support for folding of comments was added. * The `polish' language option of the babel LaTeX package as well as the polski LaTeX package are now supported. Most notably this means that AUCTeX will help to insert quotation marks as defined by polish.sty (`"`..."'') and polski.sty (`,,...'''). * The TeX tool bar is now available and enabled by default in plain TeX mode. * Bug fix in the display of math subscripts and superscripts. * Bug fix `TeX-doc' for Emacs 21. * There has been quite a number of other bug fixes to various features and documentation across the board. Revision Changes Path 1.29 +3 -2 ports/print/auctex/Makefile 1.14 +3 -3 ports/print/auctex/distinfo 1.15 +5 -1 ports/print/auctex/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 8 14:12:07 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8D8716A404 for ; Sun, 8 Apr 2007 14:12:07 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 6C91F13C45A for ; Sun, 8 Apr 2007 14:12:07 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so773274pyh for ; Sun, 08 Apr 2007 07:12:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p9nXdfmxS+fCXX+VaT9CZw+BtnAKlWrQHzrCrvqnR5CPwf+bCaRiE4Ph0gO+ytodTrJxCMwquJXXvwRFfti/uWLQLV5zT6wZO2KEeNWB8/xNkYk44iQwR1wNK0EPgHz/YfkQmbHPoEmlSjSJ/wzXXSSa71qeRhAmlIrkSMBuxF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sbAK3LdeLsWdGEbcyziHi64AmUDbT9KM/7Pr4civgJRLer2XKx3Hb3tHFjSsWzLVKfKWFEHFeWdrmOXJh8TVbDHlVfw/k/ycmxiN1tFZpwXzHfySb2fRId7s1iKiU1ZKXaAVHEGxv3d7yyx6kGrw3PeZvUS6twXYZHu91WzCWQE= Received: by 10.65.160.7 with SMTP id m7mr9668618qbo.1176041526136; Sun, 08 Apr 2007 07:12:06 -0700 (PDT) Received: by 10.65.244.16 with HTTP; Sun, 8 Apr 2007 07:12:06 -0700 (PDT) Message-ID: Date: Sun, 8 Apr 2007 07:12:06 -0700 From: "Kip Macy" To: "=?ISO-8859-1?Q?S=F8ren_Schmidt?=" , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <4618C864.8020209@deepcore.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200704061619.l36GJ0u1060539@repoman.freebsd.org> <4618C864.8020209@deepcore.dk> Cc: Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 14:12:07 -0000 - Original message - Well, thats not supposed to happen :) Could you mail me t... I will do that. Just to add some important info: This machine has 4GB and several 10GigE ports (which cause a measurable amount of PA to show up above 4GB), I have an identical machine that has 2GB and still boots with this change. It isn't the install because the drives from both systems boot on the machine with 2GB. Thanks. -Kip On 4/8/07, S=F8ren Schmidt wrote: > Kip Macy wrote: > > I have a machine that I spent the afternoon looking for file system > > regressions because it couldn't mount root with today's HEAD. > > mountroot succeeds for me after backing out this change. > Well, thats not supposed to happen :) > Could you mail me the dmesg from that system please so I have a chance > to tell whats going on ? If possible also from the failed boot so diffs > can be searched for. > > > -S=F8ren > > > > -Kip > > > > On 4/6/07, S=F8ren Schmidt wrote: > >> sos 2007-04-06 16:18:59 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > >> ata-lowlevel.c ata_if.m > >> Log: > >> Add support for 64bit addressing to AHCI and Marvell controllers. > >> Munged into ATA shape and Marvell specifics my yours truely. > >> > >> Submitted by: jhb > >> > >> Revision Changes Path > >> 1.122 +1 -0 src/sys/dev/ata/ata-all.h > >> 1.193 +20 -11 src/sys/dev/ata/ata-chipset.c > >> 1.144 +6 -4 src/sys/dev/ata/ata-dma.c > >> 1.79 +1 -0 src/sys/dev/ata/ata-lowlevel.c > >> 1.7 +1 -1 src/sys/dev/ata/ata_if.m > >> > > > > > > . > > > > > From owner-cvs-all@FreeBSD.ORG Sun Apr 8 14:14:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33FB816A401; Sun, 8 Apr 2007 14:14:09 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2246913C4B0; Sun, 8 Apr 2007 14:14:09 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38EE93h090328; Sun, 8 Apr 2007 14:14:09 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38EE8O4090326; Sun, 8 Apr 2007 14:14:08 GMT (envelope-from hrs) Message-Id: <200704081414.l38EE8O4090326@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 8 Apr 2007 14:14:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED UPDATING ports/japanese Makefile ports/japanese/dvipsk Makefile ports/japanese/jadetex-ptex Makefile ports/japanese/latex2html Makefile ports/japanese/platex-jsclasses Makefile ports/japanese/platex-otf ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 14:14:09 -0000 hrs 2007-04-08 14:14:08 UTC FreeBSD ports repository Modified files: . UPDATING MOVED japanese Makefile japanese/dvipsk Makefile japanese/jadetex-ptex Makefile japanese/latex2html Makefile japanese/platex-jsclasses Makefile japanese/platex-otf Makefile japanese/platex209 Makefile japanese/ptex Makefile distinfo pkg-descr pkg-plist japanese/teTeX Makefile japanese/texfamily Makefile japanese/texfamily-vfn2a Makefile japanese/xdvik Makefile Added files: japanese/ptex pkg-message japanese/ptex/files patch-texk::kpathsea::texmf.in-teTeX patch-texk::make::paths.mk patch-texk::web2c::Makefile.in patch-texk::web2c::ptex-ver::Makefile.in tcfmgr.map updmap-ptex.in Removed files: japanese/ptex-base Makefile distinfo pkg-descr pkg-message pkg-plist japanese/ptex-base/files dvipsk-ja-cfg kanji.map listings.sty patch-texk::kpathsea::Makefile.in patch-texk::web2c::Makefile.in japanese/ptex-tetex Makefile distinfo pkg-descr pkg-message pkg-plist japanese/ptex-tetex/files patch-texk::kpathsea::texmf.in-teTeX patch-texk::make::paths.mk patch-texk::web2c::Makefile.in patch-texk::web2c::ptex-ver::Makefile.in tcfmgr.map updmap-ptex.in Log: Migrate japanese/ptex{,-base,-tetex} to japanese/ptex; the old version of japanese/ptex has been removed and japanese/ptex-tetex has been renamed with japanese/ptex. These are almost the same with each other (actually ptex-tetex had some upper compatibility with ptex), so there should be no functionality regression. Also, dependencies of the relevant ports have been updated and PORTREVISON bumped. Revision Changes Path 1.1340 +3 -1 ports/MOVED 1.497 +10 -1 ports/UPDATING 1.652 +0 -2 ports/japanese/Makefile 1.40 +4 -5 ports/japanese/dvipsk/Makefile 1.6 +3 -3 ports/japanese/jadetex-ptex/Makefile 1.29 +2 -2 ports/japanese/latex2html/Makefile 1.5 +2 -1 ports/japanese/platex-jsclasses/Makefile 1.6 +4 -3 ports/japanese/platex-otf/Makefile 1.11 +3 -5 ports/japanese/platex209/Makefile 1.56 +0 -184 ports/japanese/ptex-base/Makefile (dead) 1.17 +0 -15 ports/japanese/ptex-base/distinfo (dead) 1.2 +0 -19 ports/japanese/ptex-base/files/dvipsk-ja-cfg (dead) 1.2 +0 -16 ports/japanese/ptex-base/files/kanji.map (dead) 1.2 +0 -1828 ports/japanese/ptex-base/files/listings.sty (dead) 1.2 +0 -18 ports/japanese/ptex-base/files/patch-texk::kpathsea::Makefile.in (dead) 1.2 +0 -13 ports/japanese/ptex-base/files/patch-texk::web2c::Makefile.in (dead) 1.7 +0 -17 ports/japanese/ptex-base/pkg-descr (dead) 1.4 +0 -8 ports/japanese/ptex-base/pkg-message (dead) 1.22 +0 -12704 ports/japanese/ptex-base/pkg-plist (dead) 1.17 +0 -161 ports/japanese/ptex-tetex/Makefile (dead) 1.10 +0 -15 ports/japanese/ptex-tetex/distinfo (dead) 1.4 +0 -132 ports/japanese/ptex-tetex/files/patch-texk::kpathsea::texmf.in-teTeX (dead) 1.4 +0 -20 ports/japanese/ptex-tetex/files/patch-texk::make::paths.mk (dead) 1.3 +0 -51 ports/japanese/ptex-tetex/files/patch-texk::web2c::Makefile.in (dead) 1.6 +0 -58 ports/japanese/ptex-tetex/files/patch-texk::web2c::ptex-ver::Makefile.in (dead) 1.2 +0 -10 ports/japanese/ptex-tetex/files/tcfmgr.map (dead) 1.4 +0 -17 ports/japanese/ptex-tetex/files/updmap-ptex.in (dead) 1.4 +0 -7 ports/japanese/ptex-tetex/pkg-descr (dead) 1.6 +0 -16 ports/japanese/ptex-tetex/pkg-message (dead) 1.13 +0 -422 ports/japanese/ptex-tetex/pkg-plist (dead) 1.30 +140 -47 ports/japanese/ptex/Makefile 1.11 +15 -3 ports/japanese/ptex/distinfo 1.1 +132 -0 ports/japanese/ptex/files/patch-texk::kpathsea::texmf.in-teTeX (new) 1.1 +20 -0 ports/japanese/ptex/files/patch-texk::make::paths.mk (new) 1.1 +51 -0 ports/japanese/ptex/files/patch-texk::web2c::Makefile.in (new) 1.1 +58 -0 ports/japanese/ptex/files/patch-texk::web2c::ptex-ver::Makefile.in (new) 1.1 +10 -0 ports/japanese/ptex/files/tcfmgr.map (new) 1.1 +17 -0 ports/japanese/ptex/files/updmap-ptex.in (new) 1.4 +1 -11 ports/japanese/ptex/pkg-descr 1.1 +16 -0 ports/japanese/ptex/pkg-message (new) 1.7 +418 -18 ports/japanese/ptex/pkg-plist 1.9 +2 -2 ports/japanese/teTeX/Makefile 1.4 +3 -3 ports/japanese/texfamily-vfn2a/Makefile 1.4 +0 -1 ports/japanese/texfamily/Makefile 1.38 +7 -6 ports/japanese/xdvik/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 14:16:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAB2316A406; Sun, 8 Apr 2007 14:16:44 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7C7C313C45A; Sun, 8 Apr 2007 14:16:44 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38EGiOk090599; Sun, 8 Apr 2007 14:16:44 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38EGiLe090598; Sun, 8 Apr 2007 14:16:44 GMT (envelope-from hrs) Message-Id: <200704081416.l38EGiLe090598@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 8 Apr 2007 14:16: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: Sun, 08 Apr 2007 14:16:44 -0000 hrs 2007-04-08 14:16:43 UTC FreeBSD ports repository Modified files: . modules Log: Update ja-ptex* for japanese/ptex{,-base,-tetex} migration. Revision Changes Path 1.17811 +1 -3 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 8 14:24:37 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33D3A16A401; Sun, 8 Apr 2007 14:24:37 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0CCF013C44B; Sun, 8 Apr 2007 14:24:37 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38EOa7i092538; Sun, 8 Apr 2007 14:24:36 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38EOaj8092537; Sun, 8 Apr 2007 14:24:36 GMT (envelope-from marcus) Message-Id: <200704081424.l38EOaj8092537@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 8 Apr 2007 14: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/security/seahorse Makefile distinfo ports/security/seahorse/files patch-agent_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: Sun, 08 Apr 2007 14:24:37 -0000 marcus 2007-04-08 14:24:36 UTC FreeBSD ports repository Modified files: security/seahorse Makefile distinfo Added files: security/seahorse/files patch-agent_Makefile.in Log: Update to 1.0.1. Revision Changes Path 1.56 +3 -6 ports/security/seahorse/Makefile 1.22 +3 -3 ports/security/seahorse/distinfo 1.1 +13 -0 ports/security/seahorse/files/patch-agent_Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 14:30:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBC0C16A402; Sun, 8 Apr 2007 14:30:01 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A3F1413C4BA; Sun, 8 Apr 2007 14:30:01 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38EU1Dk092811; Sun, 8 Apr 2007 14:30:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38EU1RK092810; Sun, 8 Apr 2007 14:30:01 GMT (envelope-from marcus) Message-Id: <200704081430.l38EU1RK092810@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 8 Apr 2007 14:30: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/security/gnome-keyring Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 14:30:01 -0000 marcus 2007-04-08 14:30:01 UTC FreeBSD ports repository Modified files: security/gnome-keyring Makefile distinfo Log: Update to 0.8.1. Revision Changes Path 1.25 +1 -1 ports/security/gnome-keyring/Makefile 1.14 +3 -3 ports/security/gnome-keyring/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 14:36:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 013CE16A400; Sun, 8 Apr 2007 14:36:54 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CEA3A13C457; Sun, 8 Apr 2007 14:36:53 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Earu0094280; Sun, 8 Apr 2007 14:36:53 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38EarAa094279; Sun, 8 Apr 2007 14:36:53 GMT (envelope-from stefan) Message-Id: <200704081436.l38EarAa094279@repoman.freebsd.org> From: Stefan Walter Date: Sun, 8 Apr 2007 14: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/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, 08 Apr 2007 14:36:54 -0000 stefan 2007-04-08 14:36:53 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add entry for webcalendar "noSet" variable overwrite vulnerability. PR: 110585 Submitted by: Greg Larkin Revision Changes Path 1.1306 +36 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 14:52:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76B9C16A403; Sun, 8 Apr 2007 14:52:33 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3FBC113C457; Sun, 8 Apr 2007 14:52:33 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38EqXWK096670; Sun, 8 Apr 2007 14:52:33 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38EqXYU096669; Sun, 8 Apr 2007 14:52:33 GMT (envelope-from arved) Message-Id: <200704081452.l38EqXYU096669@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 8 Apr 2007 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/audio/arts Makefile ports/audio/arts/files patch-artsc-artsdsp.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 14:52:33 -0000 arved 2007-04-08 14:52:33 UTC FreeBSD ports repository Modified files: audio/arts Makefile Added files: audio/arts/files patch-artsc-artsdsp.in Log: Fix artsdsp on 64-bit archs 2 portlint nits while here Revision Changes Path 1.56 +3 -2 ports/audio/arts/Makefile 1.1 +11 -0 ports/audio/arts/files/patch-artsc-artsdsp.in (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 14:56:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B026D16A405; Sun, 8 Apr 2007 14:56:16 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 898AB13C46E; Sun, 8 Apr 2007 14:56:16 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38EuGTE097382; Sun, 8 Apr 2007 14:56:16 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38EuGVJ097381; Sun, 8 Apr 2007 14:56:16 GMT (envelope-from kmacy) Message-Id: <200704081456.l38EuGVJ097381@repoman.freebsd.org> From: Kip Macy Date: Sun, 8 Apr 2007 14:56: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/cxgb/sys mvec.h uipc_mvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 14:56:16 -0000 kmacy 2007-04-08 14:56:16 UTC FreeBSD src repository Added files: sys/dev/cxgb/sys mvec.h uipc_mvec.c Log: Add driver private mbuf iovec support routines Revision Changes Path 1.1 +135 -0 src/sys/dev/cxgb/sys/mvec.h (new) 1.1 +228 -0 src/sys/dev/cxgb/sys/uipc_mvec.c (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 14:58:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E8E116A402; Sun, 8 Apr 2007 14:58:03 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5858E13C455; Sun, 8 Apr 2007 14:58:03 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Ew3BL097486; Sun, 8 Apr 2007 14:58:03 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Ew3vP097485; Sun, 8 Apr 2007 14:58:03 GMT (envelope-from obraun) Message-Id: <200704081458.l38Ew3vP097485@repoman.freebsd.org> From: Oliver Braun Date: Sun, 8 Apr 2007 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/devel/hs-hdoc 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: Sun, 08 Apr 2007 14:58:03 -0000 obraun 2007-04-08 14:58:02 UTC FreeBSD ports repository Modified files: devel/hs-hdoc Makefile pkg-descr Log: * Fix mastersite which makes it fetchable again. * Remove broken et al. PR: ports/111379 Submitted by: Jason Harris Revision Changes Path 1.14 +1 -5 ports/devel/hs-hdoc/Makefile 1.2 +1 -1 ports/devel/hs-hdoc/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:00:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D504A16A401; Sun, 8 Apr 2007 15:00:10 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A89A213C45D; Sun, 8 Apr 2007 15:00:10 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38F0A2h097647; Sun, 8 Apr 2007 15:00:10 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38F0AKk097646; Sun, 8 Apr 2007 15:00:10 GMT (envelope-from bmah) Message-Id: <200704081500.l38F0AKk097646@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 8 Apr 2007 15:00: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/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: Sun, 08 Apr 2007 15:00:10 -0000 bmah 2007-04-08 15:00:10 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entities for zfs(8) and zpool(8). Revision Changes Path 1.410 +2 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:04:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9C8716A400; Sun, 8 Apr 2007 15:04:12 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 836A713C483; Sun, 8 Apr 2007 15:04:12 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38F4CUo000217; Sun, 8 Apr 2007 15:04:12 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38F4CDq000216; Sun, 8 Apr 2007 15:04:12 GMT (envelope-from lth) Message-Id: <200704081504.l38F4CDq000216@repoman.freebsd.org> From: Lars Thegler Date: Sun, 8 Apr 2007 15:04:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-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: Sun, 08 Apr 2007 15:04:12 -0000 lth 2007-04-08 15:04:12 UTC FreeBSD ports repository Modified files: devel/p5-Config-Auto Makefile distinfo Log: Update to 0.20. Remove 4.x cruft. Revision Changes Path 1.15 +2 -11 ports/devel/p5-Config-Auto/Makefile 1.13 +3 -3 ports/devel/p5-Config-Auto/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:04:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AE5916A400; Sun, 8 Apr 2007 15:04:19 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6402013C48A; Sun, 8 Apr 2007 15:04:19 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38F4J4R000253; Sun, 8 Apr 2007 15:04:19 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38F4JXq000252; Sun, 8 Apr 2007 15:04:19 GMT (envelope-from kmacy) Message-Id: <200704081504.l38F4JXq000252@repoman.freebsd.org> From: Kip Macy Date: Sun, 8 Apr 2007 15:04: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/dev/cxgb cxgb_adapter.h cxgb_lro.c cxgb_osdep.h cxgb_sge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 15:04:19 -0000 kmacy 2007-04-08 15:04:19 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h cxgb_lro.c cxgb_osdep.h cxgb_sge.c Log: Convert driver RX path over to using mbuf iovec Revision Changes Path 1.8 +3 -3 src/sys/dev/cxgb/cxgb_adapter.h 1.2 +57 -66 src/sys/dev/cxgb/cxgb_lro.c 1.8 +0 -5 src/sys/dev/cxgb/cxgb_osdep.h 1.7 +47 -49 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:08:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA62F16A400; Sun, 8 Apr 2007 15:08:13 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C492913C45E; Sun, 8 Apr 2007 15:08:13 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38F8Dak000490; Sun, 8 Apr 2007 15:08:13 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38F8D1Y000489; Sun, 8 Apr 2007 15:08:13 GMT (envelope-from hrs) Message-Id: <200704081508.l38F8D1Y000489@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 8 Apr 2007 15:08: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/japanese Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 15:08:14 -0000 hrs 2007-04-08 15:08:13 UTC FreeBSD ports repository Modified files: japanese Makefile Log: Remove dvipdfm temporarily to unbreak the INDEX build. The build breakage is due to removal of japanese/ptex-base and that the dvipdfm needs some changes to fix conflicts with the new japanese/ptex. I will fix this problem after discussion with the japanese/dvipdfm maintainer. Spotted by: cperciva Revision Changes Path 1.653 +0 -1 ports/japanese/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:18:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CAA016A401; Sun, 8 Apr 2007 15:18:03 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5646E13C48A; Sun, 8 Apr 2007 15:18:03 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38FI3NK002088; Sun, 8 Apr 2007 15:18:03 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38FI3fJ002087; Sun, 8 Apr 2007 15:18:03 GMT (envelope-from kmacy) Message-Id: <200704081518.l38FI3fJ002087@repoman.freebsd.org> From: Kip Macy Date: Sun, 8 Apr 2007 15:18:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/cxgb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 15:18:03 -0000 kmacy 2007-04-08 15:18:03 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/cxgb Makefile Log: hook uipc_mvec.c into build Revision Changes Path 1.1192 +1 -0 src/sys/conf/files 1.5 +2 -1 src/sys/modules/cxgb/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:21:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED4FB16A401; Sun, 8 Apr 2007 15:21:39 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C76E113C457; Sun, 8 Apr 2007 15:21:39 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38FLdwH002848; Sun, 8 Apr 2007 15:21:39 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38FLd8w002846; Sun, 8 Apr 2007 15:21:39 GMT (envelope-from lth) Message-Id: <200704081521.l38FLd8w002846@repoman.freebsd.org> From: Lars Thegler Date: Sun, 8 Apr 2007 15:21: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/p5-Module-Pluggable Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 15:21:40 -0000 lth 2007-04-08 15:21:39 UTC FreeBSD ports repository Modified files: devel/p5-Module-Pluggable Makefile distinfo Log: Update to 3.6. Remove 4.x cruft. Revision Changes Path 1.22 +2 -6 ports/devel/p5-Module-Pluggable/Makefile 1.21 +3 -3 ports/devel/p5-Module-Pluggable/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:30:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B2A016A400; Sun, 8 Apr 2007 15:30:58 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 24CC513C48C; Sun, 8 Apr 2007 15:30:58 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38FUwR9003907; Sun, 8 Apr 2007 15:30:58 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38FUvMn003905; Sun, 8 Apr 2007 15:30:57 GMT (envelope-from oliver) Message-Id: <200704081530.l38FUvMn003905@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 8 Apr 2007 15:30:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/audacious Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 15:30:58 -0000 oliver 2007-04-08 15:30:57 UTC FreeBSD ports repository Modified files: multimedia/audacious Makefile distinfo Log: pdate to 1.3.2 Revision Changes Path 1.29 +1 -1 ports/multimedia/audacious/Makefile 1.11 +3 -3 ports/multimedia/audacious/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:30:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C88C216A539; Sun, 8 Apr 2007 15:30:59 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A07EA13C469; Sun, 8 Apr 2007 15:30:59 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38FUxnv004027; Sun, 8 Apr 2007 15:30:59 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38FUxwX004026; Sun, 8 Apr 2007 15:30:59 GMT (envelope-from oliver) Message-Id: <200704081530.l38FUxwX004026@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 8 Apr 2007 15:30:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/audacious-plugins Makefile distinfo pkg-plist ports/multimedia/audacious-plugins/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: Sun, 08 Apr 2007 15:30:59 -0000 oliver 2007-04-08 15:30:59 UTC FreeBSD ports repository Modified files: multimedia/audacious-plugins Makefile distinfo pkg-plist Removed files: multimedia/audacious-plugins/files patch-configure Log: pdate to 1.3.2 Revision Changes Path 1.36 +1 -1 ports/multimedia/audacious-plugins/Makefile 1.11 +3 -3 ports/multimedia/audacious-plugins/distinfo 1.2 +0 -20 ports/multimedia/audacious-plugins/files/patch-configure (dead) 1.20 +2 -0 ports/multimedia/audacious-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:31:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BEE616A406; Sun, 8 Apr 2007 15:31:40 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 15DB713C457; Sun, 8 Apr 2007 15:31:40 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38FVdX8004544; Sun, 8 Apr 2007 15:31:39 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38FVdpF004543; Sun, 8 Apr 2007 15:31:39 GMT (envelope-from sos) Message-Id: <200704081531.l38FVdpF004543@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 8 Apr 2007 15:31: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/dev/ata ata-dma.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 15:31:40 -0000 sos 2007-04-08 15:31:39 UTC FreeBSD src repository Modified files: sys/dev/ata ata-dma.c Log: Dont zero out 64BIT flag on DMA ops. Revision Changes Path 1.145 +3 -2 src/sys/dev/ata/ata-dma.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:31:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F271216A405; Sun, 8 Apr 2007 15:31:56 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E107C13C46C; Sun, 8 Apr 2007 15:31:56 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38FVuHS004726; Sun, 8 Apr 2007 15:31:56 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38FVub1004725; Sun, 8 Apr 2007 15:31:56 GMT (envelope-from chinsan) Message-Id: <200704081531.l38FVub1004725@repoman.freebsd.org> From: Chin-San Huang Date: Sun, 8 Apr 2007 15:31:56 +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/images/books/handbook/install console-saver1.scr console-saver4.scr disklabel-auto.scr main-doc.scr main-options.scr main-std.scr main1.scr mainexit.scr ntp-config.scr options.scr sysinstall-exit.scr timezone3.scr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 15:31:57 -0000 chinsan 2007-04-08 15:31:56 UTC FreeBSD doc repository Modified files: share/images/books/handbook/install console-saver1.scr console-saver4.scr disklabel-auto.scr main-doc.scr main-options.scr main-std.scr main1.scr mainexit.scr ntp-config.scr options.scr sysinstall-exit.scr timezone3.scr Log: - Update the outdated screenshot of handbook. (The first step of docs/107378) Okay, Here's a compare of old/new screenshot in Handbook installation chapter: http://wiki.freebsd.org/Handbook_installation PR: docs/107378 Submitted by: ceri@ Approved by: delphij@ (mentor) Revision Changes Path 1.2 +1 -1 doc/share/images/books/handbook/install/console-saver1.scr 1.2 +1 -1 doc/share/images/books/handbook/install/console-saver4.scr 1.2 +1 -1 doc/share/images/books/handbook/install/disklabel-auto.scr 1.2 +1 -1 doc/share/images/books/handbook/install/main-doc.scr 1.2 +1 -1 doc/share/images/books/handbook/install/main-options.scr 1.2 +1 -1 doc/share/images/books/handbook/install/main-std.scr 1.2 +1 -1 doc/share/images/books/handbook/install/main1.scr 1.2 +1 -1 doc/share/images/books/handbook/install/mainexit.scr 1.2 +1 -1 doc/share/images/books/handbook/install/ntp-config.scr 1.2 +1 -1 doc/share/images/books/handbook/install/options.scr 1.2 +1 -1 doc/share/images/books/handbook/install/sysinstall-exit.scr 1.2 +1 -1 doc/share/images/books/handbook/install/timezone3.scr From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:55:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 860B016A403; Sun, 8 Apr 2007 15:55:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5FCB313C45A; Sun, 8 Apr 2007 15:55:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Ftmng008438; Sun, 8 Apr 2007 15:55:48 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38FtmSM008437; Sun, 8 Apr 2007 15:55:48 GMT (envelope-from pjd) Message-Id: <200704081555.l38FtmSM008437@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 15:55:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_fm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 15:55:48 -0000 pjd 2007-04-08 15:55:48 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_fm.c Log: - Use 'name=value' so it can be properly recognized by devd(8). - Use only subclass as devd's type. Revision Changes Path 1.2 +30 -32 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_fm.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:56:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E22DF16A402; Sun, 8 Apr 2007 15:56:49 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BC0B313C448; Sun, 8 Apr 2007 15:56:49 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38FunRB008501; Sun, 8 Apr 2007 15:56:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Fundu008500; Sun, 8 Apr 2007 15:56:49 GMT (envelope-from pjd) Message-Id: <200704081556.l38Fundu008500@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 15:56: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/etc devd.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: Sun, 08 Apr 2007 15:56:50 -0000 pjd 2007-04-08 15:56:49 UTC FreeBSD src repository Modified files: etc devd.conf Log: Provide sample entries to handle ZFS problem reports. It'd be nice to send them via e-mail... Revision Changes Path 1.36 +31 -0 src/etc/devd.conf From owner-cvs-all@FreeBSD.ORG Sun Apr 8 15:59:08 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CC5C16A402; Sun, 8 Apr 2007 15:59:08 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EA79C13C458; Sun, 8 Apr 2007 15:59:07 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Fx7kv010380; Sun, 8 Apr 2007 15:59:07 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Fx7eC010376; Sun, 8 Apr 2007 15:59:07 GMT (envelope-from kmacy) Message-Id: <200704081559.l38Fx7eC010376@repoman.freebsd.org> From: Kip Macy Date: Sun, 8 Apr 2007 15:59: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/cxgb/sys mvec.h uipc_mvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 15:59:08 -0000 kmacy 2007-04-08 15:59:07 UTC FreeBSD src repository Modified files: sys/dev/cxgb/sys mvec.h uipc_mvec.c Log: add busdma function for mapping mbuf iovecs change m_collapse to return an error code Revision Changes Path 1.2 +19 -8 src/sys/dev/cxgb/sys/mvec.h 1.2 +102 -6 src/sys/dev/cxgb/sys/uipc_mvec.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 16:05:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BB9616A401; Sun, 8 Apr 2007 16:05:24 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 05DA113C46C; Sun, 8 Apr 2007 16:05:24 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38G5Nsg014331; Sun, 8 Apr 2007 16:05:23 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38G5NqN014330; Sun, 8 Apr 2007 16:05:23 GMT (envelope-from pjd) Message-Id: <200704081605.l38G5NqN014330@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 16:05: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/etc devd.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: Sun, 08 Apr 2007 16:05:24 -0000 pjd 2007-04-08 16:05:23 UTC FreeBSD src repository Modified files: etc devd.conf Log: There can be many reasons of VDEV failures, so log type as well. Revision Changes Path 1.37 +1 -1 src/etc/devd.conf From owner-cvs-all@FreeBSD.ORG Sun Apr 8 16:20:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14F6416A401; Sun, 8 Apr 2007 16:20:57 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E096013C45B; Sun, 8 Apr 2007 16:20:56 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38GKuWJ016306; Sun, 8 Apr 2007 16:20:56 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38GKuTQ016279; Sun, 8 Apr 2007 16:20:56 GMT (envelope-from blackend) Message-Id: <200704081620.l38GKuTQ016279@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 8 Apr 2007 16:20:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 08 Apr 2007 16:20:57 -0000 blackend 2007-04-08 16:20:55 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: Avoid full-stop at end of titles and s/cpu/CPU Revision Changes Path 1.3 +4 -4 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 16:29:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 529F616A403; Sun, 8 Apr 2007 16:29:26 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 40BE113C487; Sun, 8 Apr 2007 16:29:26 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38GTQM1017970; Sun, 8 Apr 2007 16:29:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38GTQkL017969; Sun, 8 Apr 2007 16:29:26 GMT (envelope-from pjd) Message-Id: <200704081629.l38GTQkL017969@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 16:29: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/compat/opensolaris/kern opensolaris_misc.c src/sys/compat/opensolaris/sys misc.h src/contrib/opensolaris/cmd/zpool zpool_main.c src/contrib/opensolaris/cmd/ztest ztest.c src/contrib/opensolaris/lib/libzfs/common libzfs.h libzfs_import.c libzfs_status.c libzfs_util.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 16:29:26 -0000 pjd 2007-04-08 16:29:25 UTC FreeBSD src repository Modified files: contrib/opensolaris/cmd/zpool zpool_main.c contrib/opensolaris/cmd/ztest ztest.c contrib/opensolaris/lib/libzfs/common libzfs.h libzfs_import.c libzfs_status.c libzfs_util.c contrib/opensolaris/lib/libzpool/common kernel.c contrib/opensolaris/lib/libzpool/common/sys zfs_context.h sys/contrib/opensolaris/uts/common/fs/zfs dmu_objset.c dsl_dataset.c dsl_dir.c spa.c spa_config.c sys/contrib/opensolaris/uts/common/fs/zfs/sys dsl_dir.h zfs_context.h sys/contrib/opensolaris/uts/common/sys/fs zfs.h sys/modules/zfs Makefile Added files: sys/compat/opensolaris/kern opensolaris_misc.c sys/compat/opensolaris/sys misc.h Log: MFp4: Synchronize with recent OpenSolaris changes. Revision Changes Path 1.2 +39 -4 src/contrib/opensolaris/cmd/zpool/zpool_main.c 1.2 +32 -14 src/contrib/opensolaris/cmd/ztest/ztest.c 1.2 +2 -0 src/contrib/opensolaris/lib/libzfs/common/libzfs.h 1.2 +32 -1 src/contrib/opensolaris/lib/libzfs/common/libzfs_import.c 1.2 +21 -7 src/contrib/opensolaris/lib/libzfs/common/libzfs_status.c 1.3 +7 -0 src/contrib/opensolaris/lib/libzfs/common/libzfs_util.c 1.2 +19 -0 src/contrib/opensolaris/lib/libzpool/common/kernel.c 1.2 +8 -0 src/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h 1.1 +55 -0 src/sys/compat/opensolaris/kern/opensolaris_misc.c (new) 1.1 +40 -0 src/sys/compat/opensolaris/sys/misc.h (new) 1.2 +12 -9 src/sys/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c 1.2 +33 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c 1.2 +24 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c 1.2 +24 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/spa.c 1.2 +7 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/spa_config.c 1.2 +2 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dir.h 1.2 +1 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h 1.2 +3 -0 src/sys/contrib/opensolaris/uts/common/sys/fs/zfs.h 1.3 +1 -0 src/sys/modules/zfs/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 16:31:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3130916A400; Sun, 8 Apr 2007 16:31:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0B0D713C455; Sun, 8 Apr 2007 16:31:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38GVEXm018592; Sun, 8 Apr 2007 16:31:14 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38GVE4v018590; Sun, 8 Apr 2007 16:31:14 GMT (envelope-from rafan) Message-Id: <200704081631.l38GVE4v018590@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 16:31: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/net/socat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 16:31:15 -0000 rafan 2007-04-08 16:31:14 UTC FreeBSD ports repository Modified files: net/socat Makefile distinfo Log: - Update to 1.6.0.0 PR: ports/111372 Submitted by: Nils Vogels (maintainer) Revision Changes Path 1.23 +1 -1 ports/net/socat/Makefile 1.17 +3 -3 ports/net/socat/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 16:31:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C95816A40B; Sun, 8 Apr 2007 16:31:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A3AA313C4BC; Sun, 8 Apr 2007 16:31:46 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38GVkZ2018727; Sun, 8 Apr 2007 16:31:46 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38GVkcG018726; Sun, 8 Apr 2007 16:31:46 GMT (envelope-from rafan) Message-Id: <200704081631.l38GVkcG018726@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 16:31: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/games/fishsupper Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 16:31:47 -0000 rafan 2007-04-08 16:31:46 UTC FreeBSD ports repository Modified files: games/fishsupper Makefile distinfo pkg-plist Log: - Update to 0.1.5 PR: ports/111387 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.6 +1 -2 ports/games/fishsupper/Makefile 1.4 +3 -3 ports/games/fishsupper/distinfo 1.4 +10 -9 ports/games/fishsupper/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 8 16:32:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C94816A418; Sun, 8 Apr 2007 16:32:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 158E713C4D9; Sun, 8 Apr 2007 16:32:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38GWJTT018874; Sun, 8 Apr 2007 16:32:19 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38GWJVT018873; Sun, 8 Apr 2007 16:32:19 GMT (envelope-from rafan) Message-Id: <200704081632.l38GWJVT018873@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 16:32: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/vor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 16:32:20 -0000 rafan 2007-04-08 16:32:19 UTC FreeBSD ports repository Modified files: games/vor Makefile distinfo Log: - Update to 0.5.2 PR: ports/111377 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.7 +1 -1 ports/games/vor/Makefile 1.6 +3 -3 ports/games/vor/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 16:32:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D12A216A408; Sun, 8 Apr 2007 16:32:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB02A13C4C2; Sun, 8 Apr 2007 16:32:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38GWr4c019074; Sun, 8 Apr 2007 16:32:53 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38GWrdu019073; Sun, 8 Apr 2007 16:32:53 GMT (envelope-from rafan) Message-Id: <200704081632.l38GWrdu019073@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 8 Apr 2007 16:32:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/volleyball Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 16:32:53 -0000 rafan 2007-04-08 16:32:53 UTC FreeBSD ports repository Modified files: games/volleyball Makefile distinfo pkg-plist Log: - Update to 0.8.6 PR: ports/111376 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.6 +4 -5 ports/games/volleyball/Makefile 1.4 +6 -6 ports/games/volleyball/distinfo 1.3 +7 -0 ports/games/volleyball/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 8 16:56:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83C6916A400; Sun, 8 Apr 2007 16:56:45 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5D1B913C469; Sun, 8 Apr 2007 16:56:45 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Guj9Y031016; Sun, 8 Apr 2007 16:56:45 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38GujfC031015; Sun, 8 Apr 2007 16:56:45 GMT (envelope-from chinsan) Message-Id: <200704081656.l38GujfC031015@repoman.freebsd.org> From: Chin-San Huang Date: Sun, 8 Apr 2007 16:56:45 +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/committers-guide 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, 08 Apr 2007 16:56:45 -0000 chinsan 2007-04-08 16:56:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: - Make new committer more clear to know which files they should update. Submitted by: lwhsu@ Approved by: delphij@ (mentor) Revision Changes Path 1.259 +4 -2 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 16:58:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38CBA16A400; Sun, 8 Apr 2007 16:58:04 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1266113C4B9; Sun, 8 Apr 2007 16:58:04 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Gw3ao031112; Sun, 8 Apr 2007 16:58:03 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Gw3TT031107; Sun, 8 Apr 2007 16:58:03 GMT (envelope-from blackend) Message-Id: <200704081658.l38Gw3TT031107@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 8 Apr 2007 16:58:03 +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 trademarks.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: Sun, 08 Apr 2007 16:58:04 -0000 blackend 2007-04-08 16:58:03 UTC FreeBSD doc repository Modified files: share/sgml trademarks.ent Log: Add entries for Parallels and Xen. Revision Changes Path 1.36 +8 -0 doc/share/sgml/trademarks.ent From owner-cvs-all@FreeBSD.ORG Sun Apr 8 17:23:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F4A716A402; Sun, 8 Apr 2007 17:23:55 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 08B0713C45A; Sun, 8 Apr 2007 17:23:55 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38HNsmV036551; Sun, 8 Apr 2007 17:23:54 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38HNscc036550; Sun, 8 Apr 2007 17:23:54 GMT (envelope-from blackend) Message-Id: <200704081723.l38HNscc036550@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 8 Apr 2007 17:23: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: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 08 Apr 2007 17:23:55 -0000 blackend 2007-04-08 17:23:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: - Use of application tags and trademark entities - s/VMWare/VMware Revision Changes Path 1.4 +23 -23 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 17:45:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6E3B16A400; Sun, 8 Apr 2007 17:45:24 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A081613C489; Sun, 8 Apr 2007 17:45:24 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38HjOju040224; Sun, 8 Apr 2007 17:45:24 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38HjOxH040223; Sun, 8 Apr 2007 17:45:24 GMT (envelope-from blackend) Message-Id: <200704081745.l38HjOxH040223@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 8 Apr 2007 17:45: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/en_US.ISO8859-1/articles/committers-guide 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, 08 Apr 2007 17:45:24 -0000 blackend 2007-04-08 17:45:24 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Fix the rendering of previous commit: - Add a missing whitespace - Avoid to wrap a line inside filename tags which leads to have sentences ending with a ( in the rendered version. Revision Changes Path 1.260 +2 -4 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 17:47:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A23A416A402; Sun, 8 Apr 2007 17:47:16 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7B96513C4AD; Sun, 8 Apr 2007 17:47:16 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38HlGAu040334; Sun, 8 Apr 2007 17:47:16 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38HlGh5040333; Sun, 8 Apr 2007 17:47:16 GMT (envelope-from ume) Message-Id: <200704081747.l38HlGh5040333@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 8 Apr 2007 17: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/japanese/libtomoe-gtk Makefile distinfo ports/japanese/tomoe Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 17:47:16 -0000 ume 2007-04-08 17:47:16 UTC FreeBSD ports repository Modified files: japanese/libtomoe-gtk Makefile distinfo japanese/tomoe Makefile distinfo Log: Update to 0.5.1. Revision Changes Path 1.8 +3 -3 ports/japanese/libtomoe-gtk/Makefile 1.4 +3 -3 ports/japanese/libtomoe-gtk/distinfo 1.9 +3 -3 ports/japanese/tomoe/Makefile 1.4 +3 -3 ports/japanese/tomoe/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 17:50:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0875016A400; Sun, 8 Apr 2007 17:50:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D68C413C457; Sun, 8 Apr 2007 17:50:51 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Hop7W040537; Sun, 8 Apr 2007 17:50:51 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Hoptt040536; Sun, 8 Apr 2007 17:50:51 GMT (envelope-from gabor) Message-Id: <200704081750.l38Hoptt040536@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 8 Apr 2007 17:50: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/en_US.ISO8859-1/articles/contributors contrib.committers.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, 08 Apr 2007 17:50:52 -0000 gabor 2007-04-08 17:50:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: For almost 15 years of contribution, adding Peter Wemm (peter@) to our developers list. It's funny how he was not listed there thus far. :) Approved by: keramida (mentor) No response from: peter Revision Changes Path 1.186 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 17:52:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65BC116A402; Sun, 8 Apr 2007 17:52:03 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 396BD13C4B9; Sun, 8 Apr 2007 17:52:03 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Hq33P041289; Sun, 8 Apr 2007 17:52:03 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Hq3ru041288; Sun, 8 Apr 2007 17:52:03 GMT (envelope-from ume) Message-Id: <200704081752.l38Hq3ru041288@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 8 Apr 2007 17:52: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/japanese Makefile ports/japanese/uim-tomoe-gtk Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 17:52:03 -0000 ume 2007-04-08 17:52:03 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/uim-tomoe-gtk Makefile distinfo pkg-descr Log: New port -- uim-tomoe-gtk is an UIM helper program for Tomoe. Revision Changes Path 1.654 +1 -0 ports/japanese/Makefile 1.1 +27 -0 ports/japanese/uim-tomoe-gtk/Makefile (new) 1.1 +3 -0 ports/japanese/uim-tomoe-gtk/distinfo (new) 1.1 +3 -0 ports/japanese/uim-tomoe-gtk/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 17:52:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B20716A402; Sun, 8 Apr 2007 17:52:16 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D9C9F13C489; Sun, 8 Apr 2007 17:52:15 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38HqFqQ041401; Sun, 8 Apr 2007 17:52:15 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38HqFph041400; Sun, 8 Apr 2007 17:52:15 GMT (envelope-from ume) Message-Id: <200704081752.l38HqFph041400@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 8 Apr 2007 17:52:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 17:52:16 -0000 ume 2007-04-08 17:52:15 UTC FreeBSD ports repository Modified files: . modules Log: ja-uim-tomoe-gtk --> ports/japanese/uim-tomoe-gtk Revision Changes Path 1.17812 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 8 17:57:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1F5916A484; Sun, 8 Apr 2007 17:57:00 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 89E2313C4C1; Sun, 8 Apr 2007 17:57:00 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Hv0qF042044; Sun, 8 Apr 2007 17:57:00 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Hv0f5042043; Sun, 8 Apr 2007 17:57:00 GMT (envelope-from gabor) Message-Id: <200704081757.l38Hv0f5042043@repoman.freebsd.org> From: Gabor Kovesdan Date: Sun, 8 Apr 2007 17:57:00 +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 commercial.software.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, 08 Apr 2007 17:57:00 -0000 gabor 2007-04-08 17:57:00 UTC FreeBSD doc repository Modified files: share/sgml commercial.software.xml Log: - Add Kernun Firewall to our Commercial Software list PR: www/111308 Submitted by: Radim Jurica Approved by: keramida (mentor) Revision Changes Path 1.7 +21 -2 www/share/sgml/commercial.software.xml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 17:58:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 918FA16A409; Sun, 8 Apr 2007 17:58:14 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 52B3613C4C4; Sun, 8 Apr 2007 17:58:14 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38HwDpP042163; Sun, 8 Apr 2007 17:58:13 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38HwDp7042162; Sun, 8 Apr 2007 17:58:13 GMT (envelope-from ume) Message-Id: <200704081758.l38HwDp7042162@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 8 Apr 2007 17:58: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/japanese/uim-tomoe-gtk/files patch-src::uim-tomoe-gtk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 17:58:14 -0000 ume 2007-04-08 17:58:13 UTC FreeBSD ports repository Added files: japanese/uim-tomoe-gtk/files patch-src::uim-tomoe-gtk.c Log: Add missing patch. Revision Changes Path 1.1 +14 -0 ports/japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 18:02:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B44B916A400; Sun, 8 Apr 2007 18:02:38 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8E20F13C468; Sun, 8 Apr 2007 18:02:38 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38I2cCV042971; Sun, 8 Apr 2007 18:02:38 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38I2csA042970; Sun, 8 Apr 2007 18:02:38 GMT (envelope-from kmacy) Message-Id: <200704081802.l38I2csA042970@repoman.freebsd.org> From: Kip Macy Date: Sun, 8 Apr 2007 18:02: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/cxgb cxgb_lro.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 18:02:38 -0000 kmacy 2007-04-08 18:02:38 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_lro.c Log: remove stale variable reference Revision Changes Path 1.3 +2 -2 src/sys/dev/cxgb/cxgb_lro.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 18:05:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21E1C16A400; Sun, 8 Apr 2007 18:05:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EF53113C457; Sun, 8 Apr 2007 18:05:08 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38I58Rn044660; Sun, 8 Apr 2007 18:05:08 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38I58Na044657; Sun, 8 Apr 2007 18:05:08 GMT (envelope-from sat) Message-Id: <200704081805.l38I58Na044657@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 8 Apr 2007 18:05: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 Makefile ports/net/zniper Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 18:05:09 -0000 sat 2007-04-08 18:05:08 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/zniper Makefile distinfo pkg-descr Log: Add port net/zniper: Zniper displays active TCP connections seen by the selected interface. The spotted connections can be killed by injecting RST packets into the stream. WWW: http://www.signedness.org/tools/ Author: Claes M. Nyberg Revision Changes Path 1.1844 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/zniper/Makefile (new) 1.1 +3 -0 ports/net/zniper/distinfo (new) 1.1 +6 -0 ports/net/zniper/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 18:07:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB4E416A408; Sun, 8 Apr 2007 18:07:12 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 854C213C487; Sun, 8 Apr 2007 18:07:12 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38I7C4S045031; Sun, 8 Apr 2007 18:07:12 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38I7CBR045030; Sun, 8 Apr 2007 18:07:12 GMT (envelope-from sat) Message-Id: <200704081807.l38I7CBR045030@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 8 Apr 2007 18:07:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 18:07:12 -0000 sat 2007-04-08 18:07:12 UTC FreeBSD ports repository Modified files: . modules Log: zniper --> ports/net/zniper Revision Changes Path 1.17813 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 8 18:07:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F35D616A405; Sun, 8 Apr 2007 18:07:23 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CCA2F13C48C; Sun, 8 Apr 2007 18:07:23 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38I7NjK045057; Sun, 8 Apr 2007 18:07:23 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38I7NK6045056; Sun, 8 Apr 2007 18:07:23 GMT (envelope-from sobomax) Message-Id: <200704081807.l38I7NK6045056@repoman.freebsd.org> From: Maxim Sobolev Date: Sun, 8 Apr 2007 18:07:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ortp/files patch-src::stun.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 18:07:24 -0000 sobomax 2007-04-08 18:07:23 UTC FreeBSD ports repository Added files: net/ortp/files patch-src::stun.c Log: Fix on ia64. Poked by: Kris's unbildable ports reminder Revision Changes Path 1.1 +14 -0 ports/net/ortp/files/patch-src::stun.c (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 18:37:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFA2E16A402; Sun, 8 Apr 2007 18:37:20 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C964013C468; Sun, 8 Apr 2007 18:37:20 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38IbKQl069986; Sun, 8 Apr 2007 18:37:20 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38IbKpq069985; Sun, 8 Apr 2007 18:37:20 GMT (envelope-from blackend) Message-Id: <200704081837.l38IbKpq069985@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 8 Apr 2007 18:37:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 08 Apr 2007 18:37:21 -0000 blackend 2007-04-08 18:37:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: - s/X-Windows/X Window - Use of manual page entities for drivers - Add missing userinput tags - s/config file/configuration file/ Revision Changes Path 1.5 +8 -8 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 19:18:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52ADB16A4CE; Sun, 8 Apr 2007 19:18:52 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A5B513C44B; Sun, 8 Apr 2007 19:18:52 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38JIqtV002639; Sun, 8 Apr 2007 19:18:52 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38JIqT1002635; Sun, 8 Apr 2007 19:18:52 GMT (envelope-from sos) Message-Id: <200704081918.l38JIqT1002635@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 8 Apr 2007 19:18:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 19:18:52 -0000 sos 2007-04-08 19:18:51 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c Log: Hopefully unbreak the 64bit DMA support this time. Revision Changes Path 1.123 +1 -1 src/sys/dev/ata/ata-all.h 1.196 +3 -4 src/sys/dev/ata/ata-chipset.c 1.146 +5 -6 src/sys/dev/ata/ata-dma.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 19:20:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A885816A401; Sun, 8 Apr 2007 19:20:49 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 82C9913C4C7; Sun, 8 Apr 2007 19:20:49 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38JKnnT004257; Sun, 8 Apr 2007 19:20:49 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38JKnVj004253; Sun, 8 Apr 2007 19:20:49 GMT (envelope-from alc) Message-Id: <200704081920.l38JKnVj004253@repoman.freebsd.org> From: Alan Cox Date: Sun, 8 Apr 2007 19:20: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/arm/arm pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 19:20:49 -0000 alc 2007-04-08 19:20:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/arm/arm pmap.c Log: MFC revisions 1.52 and 1.53 Introduce the function pmap_enter_object(). Revision Changes Path 1.36.2.5 +46 -12 src/sys/arm/arm/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 19:39:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B1A316A40A; Sun, 8 Apr 2007 19:39:18 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D94B513C4BE; Sun, 8 Apr 2007 19:39:17 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38JdHOa018868; Sun, 8 Apr 2007 19:39:17 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38JdHn2018867; Sun, 8 Apr 2007 19:39:17 GMT (envelope-from ale) Message-Id: <200704081939.l38JdHn2018867@repoman.freebsd.org> From: Alex Dupre Date: Sun, 8 Apr 2007 19:39:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/subversive Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 19:39:18 -0000 ale 2007-04-08 19:39:17 UTC FreeBSD ports repository Modified files: devel/subversive Makefile distinfo Log: Update to 1.1.1 release. Revision Changes Path 1.4 +2 -2 ports/devel/subversive/Makefile 1.4 +3 -3 ports/devel/subversive/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 19:45:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD3EC16A402; Sun, 8 Apr 2007 19:45:58 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B734213C458; Sun, 8 Apr 2007 19:45:58 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38JjwpU024326; Sun, 8 Apr 2007 19:45:58 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Jjwfc024322; Sun, 8 Apr 2007 19:45:58 GMT (envelope-from stefan) Message-Id: <200704081945.l38Jjwfc024322@repoman.freebsd.org> From: Stefan Walter Date: Sun, 8 Apr 2007 19:45:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/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, 08 Apr 2007 19:45:59 -0000 stefan 2007-04-08 19:45:58 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add entry for exploitable buffer overflow in mcweject. PR: 111365 Submitted by: Jeff Forsythe Revision Changes Path 1.1307 +31 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 19:48:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55BAD16A404; Sun, 8 Apr 2007 19:48:57 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8C913C448; Sun, 8 Apr 2007 19:48:57 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Jmvk6026753; Sun, 8 Apr 2007 19:48:57 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38JmvBM026749; Sun, 8 Apr 2007 19:48:57 GMT (envelope-from stefan) Message-Id: <200704081948.l38JmvBM026749@repoman.freebsd.org> From: Stefan Walter Date: Sun, 8 Apr 2007 19:48:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/mcweject Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 19:48:57 -0000 stefan 2007-04-08 19:48:56 UTC FreeBSD ports repository Modified files: sysutils/mcweject Makefile Log: Mark forbidden due to exploitable buffer overflow (CVE-2007-1719). Inspired by: Jeff Forsythe (ports/111365) Revision Changes Path 1.4 +2 -0 ports/sysutils/mcweject/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 19:51:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8092B16A406; Sun, 8 Apr 2007 19:51:47 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD8013C4D5; Sun, 8 Apr 2007 19:51:47 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38JplLP029599; Sun, 8 Apr 2007 19:51:47 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38JplL9029595; Sun, 8 Apr 2007 19:51:47 GMT (envelope-from remko) Message-Id: <200704081951.l38JplL9029595@repoman.freebsd.org> From: Remko Lodder Date: Sun, 8 Apr 2007 19:51: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/www/zope Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 19:51:47 -0000 remko 2007-04-08 19:51:46 UTC FreeBSD ports repository (src,doc committer) Modified files: www/zope Makefile Log: Reference the VuXML entry for the FORBIDDEN reason. With hat: secteam Revision Changes Path 1.76 +1 -1 ports/www/zope/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 19:58:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF17516A401; Sun, 8 Apr 2007 19:58:36 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 994D513C44C; Sun, 8 Apr 2007 19:58:36 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38JwaDp035682; Sun, 8 Apr 2007 19:58:36 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Jwapx035681; Sun, 8 Apr 2007 19:58:36 GMT (envelope-from remko) Message-Id: <200704081958.l38Jwapx035681@repoman.freebsd.org> From: Remko Lodder Date: Sun, 8 Apr 2007 19: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/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, 08 Apr 2007 19:58:36 -0000 remko 2007-04-08 19:58:36 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Stylify the latest zope entry: o Use consistent title description o Use tabs when 8 spaces are hit o Sort the references list (the alphabet goes from a to z) o Bump modification date (note: please check the entry date so that it matches the correct data of insertion). Also stylify the latest mcweject entry. Revision Changes Path 1.1308 +22 -21 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 20:22:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE3B816A405; Sun, 8 Apr 2007 20:22:54 +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 9420313C4B7; Sun, 8 Apr 2007 20:22:54 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 592202D4916; Sun, 8 Apr 2007 20:22:53 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 3FC3111424; Sun, 8 Apr 2007 22:22:53 +0200 (CEST) Date: Sun, 8 Apr 2007 22:22:53 +0200 From: "Simon L. Nielsen" To: Marc Fonvieille Message-ID: <20070408202252.GG1024@zaphod.nitro.dk> References: <200704081837.l38IbKpq069985@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704081837.l38IbKpq069985@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 08 Apr 2007 20:22:55 -0000 On 2007.04.08 18:37:20 +0000, Marc Fonvieille wrote: > blackend 2007-04-08 18:37:20 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/virtualization chapter.sgml > Log: > - s/X-Windows/X Window "X Window" sounds a bit odd to me - it mainly sounds like a single window in X. I think it would sound better as either "X Window System" (that's what X(7) says) or simply "X"? -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Sun Apr 8 20:36:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 610EB16A404; Sun, 8 Apr 2007 20:36:28 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3AB6013C44C; Sun, 8 Apr 2007 20:36:28 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38KaSEB069622; Sun, 8 Apr 2007 20:36:28 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38KaSUQ069621; Sun, 8 Apr 2007 20:36:28 GMT (envelope-from koitsu) Message-Id: <200704082036.l38KaSUQ069621@repoman.freebsd.org> From: Jeremy Chadwick Date: Sun, 8 Apr 2007 20:36:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/ldvd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 20:36:28 -0000 koitsu 2007-04-08 20:36:27 UTC FreeBSD ports repository Modified files: multimedia/ldvd Makefile Log: - Correct LIB_DEPENDS for dvdread (so.5 not so.4) - Fix MASTER_SITES Reported by: pointyhat via kris Approved by: philip Revision Changes Path 1.20 +3 -3 ports/multimedia/ldvd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 21:07:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEAEB16A400; Sun, 8 Apr 2007 21:07:33 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CFCB913C448; Sun, 8 Apr 2007 21:07:33 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38L7Xp8002783; Sun, 8 Apr 2007 21:07:33 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38L7XfS002782; Sun, 8 Apr 2007 21:07:33 GMT (envelope-from lioux) Message-Id: <200704082107.l38L7XfS002782@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 8 Apr 2007 21:07: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/java Makefile ports/java/eclipse-datatools Makefile Makefile.master-sites distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 21:07:34 -0000 lioux 2007-04-08 21:07:33 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/eclipse-datatools Makefile Makefile.master-sites distinfo pkg-descr Log: New port eclipse datatools version 0.9.1 for eclipse 3.2.1 PR: 111116 Revision Changes Path 1.182 +1 -0 ports/java/Makefile 1.1 +43 -0 ports/java/eclipse-datatools/Makefile (new) 1.1 +32 -0 ports/java/eclipse-datatools/Makefile.master-sites (new) 1.1 +3 -0 ports/java/eclipse-datatools/distinfo (new) 1.1 +15 -0 ports/java/eclipse-datatools/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 21:08:08 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D201E16A402; Sun, 8 Apr 2007 21:08:08 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ABF8F13C46E; Sun, 8 Apr 2007 21:08:08 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38L88CY002842; Sun, 8 Apr 2007 21:08:08 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38L881s002841; Sun, 8 Apr 2007 21:08:08 GMT (envelope-from lioux) Message-Id: <200704082108.l38L881s002841@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 8 Apr 2007 21:08: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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 21:08:08 -0000 lioux 2007-04-08 21:08:08 UTC FreeBSD ports repository Modified files: . modules Log: eclipse-datatools --> ports/java/eclipse-datatools Revision Changes Path 1.17814 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 8 21:18:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61E1816A403; Sun, 8 Apr 2007 21:18:16 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 52E4513C487; Sun, 8 Apr 2007 21:18:16 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38LIGta010026; Sun, 8 Apr 2007 21:18:16 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38LIGoZ010019; Sun, 8 Apr 2007 21:18:16 GMT (envelope-from sam) Message-Id: <200704082118.l38LIGoZ010019@repoman.freebsd.org> From: Sam Leffler Date: Sun, 8 Apr 2007 21:18: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/tools/tools/net80211/wesside/wesside Makefile aircrack-ptw-lib.c aircrack-ptw-lib.h wesside.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 21:18:16 -0000 sam 2007-04-08 21:18:15 UTC FreeBSD src repository Modified files: tools/tools/net80211/wesside/wesside Makefile wesside.c Added files: tools/tools/net80211/wesside/wesside aircrack-ptw-lib.c aircrack-ptw-lib.h Log: Due to the recent "aircrack-ptw" WEP cracking discovery, I thought that it might be worth fixing a couple of bugs in wesside and making it use the new cracking technique. I think this enhancement makes the tool quite usable. It is possible to recover keys in only a couple of minutes. * Fix ACKs. Firmware will ACK data [just set the MAC addr correctly]. * Fix RX routines. Process all packets read(). * Use aircrack-ptw [built-in] rather than external aircrack. * Log data in pcap format so that it may be used by others [e.g. aircrack-ng]. Submitted by: Andrea Bittau Revision Changes Path 1.2 +1 -0 src/tools/tools/net80211/wesside/wesside/Makefile 1.1 +488 -0 src/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c (new) 1.1 +83 -0 src/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h (new) 1.2 +337 -163 src/tools/tools/net80211/wesside/wesside/wesside.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 21:35:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82C8916A400; Sun, 8 Apr 2007 21:35:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5BB5D13C459; Sun, 8 Apr 2007 21:35:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38LZTvs025863; Sun, 8 Apr 2007 21:35:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38LZT6A025862; Sun, 8 Apr 2007 21:35:29 GMT (envelope-from marcus) Message-Id: <200704082135.l38LZT6A025862@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 8 Apr 2007 21:35: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/accessibility/dasher Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 21:35:29 -0000 marcus 2007-04-08 21:35:29 UTC FreeBSD ports repository Modified files: accessibility/dasher Makefile distinfo pkg-plist Log: Update to 4.4.1. Revision Changes Path 1.36 +1 -1 ports/accessibility/dasher/Makefile 1.21 +3 -3 ports/accessibility/dasher/distinfo 1.20 +1 -0 ports/accessibility/dasher/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 8 21:53:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D79816A401; Sun, 8 Apr 2007 21:53:52 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 77B7613C46E; Sun, 8 Apr 2007 21:53:52 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38LrqNc039458; Sun, 8 Apr 2007 21:53:52 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38LrqrP039457; Sun, 8 Apr 2007 21:53:52 GMT (envelope-from sos) Message-Id: <200704082153.l38LrqrP039457@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 8 Apr 2007 21:53:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-dma.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 21:53:52 -0000 sos 2007-04-08 21:53:52 UTC FreeBSD src repository Modified files: sys/dev/ata ata-dma.c Log: OK, this is not my day, fix the former fix :/ Revision Changes Path 1.147 +1 -2 src/sys/dev/ata/ata-dma.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:00:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7D2616A407; Sun, 8 Apr 2007 22:00:06 +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 F021313C45D; Sun, 8 Apr 2007 22:00:05 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id B72922D4ACF; Sun, 8 Apr 2007 22:00:04 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id A821811424; Mon, 9 Apr 2007 00:00:04 +0200 (CEST) Date: Mon, 9 Apr 2007 00:00:04 +0200 From: "Simon L. Nielsen" To: =?iso-8859-1?Q?S=F8ren?= Schmidt Message-ID: <20070408220003.GI1024@zaphod.nitro.dk> References: <200704081918.l38JIqT1002635@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200704081918.l38JIqT1002635@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/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 22:00:07 -0000 On 2007.04.08 19:18:51 +0000, Søren Schmidt wrote: > sos 2007-04-08 19:18:51 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > Log: > Hopefully unbreak the 64bit DMA support this time. Now things work a bit more than before. While I can now mount the root file system on sledge.FreeBSD.org (SMP amd64 with 8GB RAM) I get various write errors shortly after mounting root like: ad0: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=4415 ad0: TIMEOUT - WRITE_DMA retrying (0 retries left) LBA=4415 ad0: FAILURE - WRITE_DMA timed out LBA=4415 g_vfs_done():ad0s1a[WRITE(offset=2228224, length=2048)]error = 5 When booting on kernel from: "Fri Apr 6 14:23:30 UTC 2007" it works fine. When I bring sys/dev/ata back to '2007/04/06 14:00:00' it can boot normally again. Working config: [simon@sledge:~] ident /boot/kernel/kernel | grep ata $FreeBSD: src/sys/dev/ata/ata-all.c,v 1.279 2007/02/23 16:25:08 jhb Exp $ $FreeBSD: src/sys/dev/ata/ata-chipset.c,v 1.192 2007/03/12 15:34:08 sos Exp $ $FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.201 2007/02/21 19:07:18 sos Exp $ $FreeBSD: src/sys/dev/ata/ata-dma.c,v 1.143 2007/02/21 19:07:18 sos Exp $ $FreeBSD: src/sys/dev/ata/ata-isa.c,v 1.31 2007/02/21 19:07:18 sos Exp $ $FreeBSD: src/sys/dev/ata/ata-lowlevel.c,v 1.78 2007/02/21 19:07:18 sos Exp $ $FreeBSD: src/sys/dev/ata/ata-pci.c,v 1.121 2007/02/23 12:18:33 piso Exp $ $FreeBSD: src/sys/dev/ata/ata-queue.c,v 1.69 2007/03/13 20:31:56 thomas Exp $ dmesg: Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-CURRENT #951: Sun Apr 8 20:23:09 UTC 2007 simon@sledge.freebsd.org:/h/src/sys/amd64/compile/SLEDGE ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Opteron(tm) Processor 244 (1804.10-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0xf51 Stepping = 1 Features=0x78bfbff AMD Features=0xe0500800 usable memory = 8514306048 (8119 MB) avail memory = 8250753024 (7868 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ACPI: RSDP @ 0x0xf6cb0/0x0024 (v 2 PTLTD ) ACPI: XSDT @ 0x0xfbf7388b/0x003C (v 1 PTLTD XSDT 0x06040000 LTP 0x00000000) ACPI: FACP @ 0x0xfbf75d7e/0x00F4 (v 3 AMD HAMMER 0x06040000 PTEC 0x000F4240) ACPI: DSDT @ 0x0xfbf738c7/0x2443 (v 1 AMD-K8 AMDACPI 0x06040000 MSFT 0x0100000E) ACPI: FACS @ 0x0xfbf7ffc0/0x0040 ACPI: SRAT @ 0x0xfbf75e72/0x0118 (v 1 AMD HAMMER 0x06040000 AMD 0x00000001) ACPI: APIC @ 0x0xfbf75f8a/0x0076 (v 1 PTLTD APIC 0x06040000 LTP 0x00000000) MADT: Forcing active-low polarity and level trigger for SCI ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-27 on motherboard ioapic2 irqs 28-31 on motherboard acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: Sleep Button (fixed) unknown: I/O range not supported unknown: I/O range not supported acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, fbf00000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff,0x8000-0x807f,0x8080-0x80ff iomem 0xd8000-0xdbfff on acpi0 pci0: on pcib0 pcib1: at device 6.0 on pci0 pci1: on pcib1 ohci0: mem 0xfc100000-0xfc100fff irq 19 at device 0.0 on pci1 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xfc101000-0xfc101fff irq 19 at device 0.1 on pci1 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb1: OHCI version 1.0, legacy support usb1: SMM does not respond, resetting usb1: on ohci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 3 ports with 3 removable, self powered vgapci0: port 0x2000-0x20ff mem 0xfd000000-0xfdffffff,0xfc102000-0xfc102fff irq 18 at device 6.0 on pci1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1020-0x102f at device 7.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] pci0: at device 7.3 (no driver attached) pcib2: at device 10.0 on pci0 pci2: on pcib2 pci2:3:0: bad VPD cksum, remain 14 bge0: mem 0xfe000000-0xfe00ffff irq 27 at device 3.0 on pci2 miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:50:45:00:aa:a2 bge0: [ITHREAD] pci2:4:0: bad VPD cksum, remain 14 bge1: mem 0xfe010000-0xfe01ffff irq 27 at device 4.0 on pci2 miibus1: on bge1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: Ethernet address: 00:50:45:00:aa:a3 bge1: [ITHREAD] pcib3: at device 11.0 on pci0 pci3: on pcib3 atkbdc0: port 0x60,0x64 irq 1 on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FILTER] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A, console sio0: [FILTER] orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc97ff,0xc9800-0xcafff,0xdc000-0xdffff on isa0 ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec ad0: 38166MB at ata0-master UDMA100 SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/ad0s1a Loading configuration files. kernel dumps on /dev/ad0s1b Entropy harvesting: interrupts ethernet point_to_point kickstart. swapon: adding /dev/ad0s1b as swap device Starting file system checks: /dev/ad0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1a: clean, 62047 free (831 frags, 7652 blocks, 0.7% fragmentation) /dev/ad0s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1d: clean, 1597566 free (14894 frags, 197834 blocks, 0.7% fragmentation) /dev/ad0s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1e: clean, 234781 free (421 frags, 29295 blocks, 0.2% fragmentation) /dev/ad0s1f: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1f: clean, 253807 free (31 frags, 31722 blocks, 0.0% fragmentation) /dev/ad0s1g: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1g: clean, 1046697 free (400161 frags, 80817 blocks, 3.4% fragmentation) ad0: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=4415 ad0: TIMEOUT - WRITE_DMA retrying (0 retries left) LBA=4415 ad0: FAILURE - WRITE_DMA timed out LBA=4415 g_vfs_done():ad0s1a[WRITE(offset=2228224, length=2048)]error = 5 mount: : Input/output error Mounting root filesystem rw failed, startup aborted Boot interrupted Enter full pathname of shell or RETURN for /bin/sh: ad0: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=4415 ad0: TIMEOUT - WRITE_DMA retrying (0 retries left) LBA=4415 ad0: FAILURE - WRITE_DMA timed out LBA=4415 g_vfs_done():ad0s1a[WRITE(offset=2228224, length=2048)]error = 5 ad0: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=4415 ad0: TIMEOUT - WRITE_DMA retrying (0 retries left) LBA=4415 ad0: FAILURE - WRITE_DMA timed out LBA=4415 -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:08:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C60A16A401; Sun, 8 Apr 2007 22:08:04 +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 1118113C448; Sun, 8 Apr 2007 22:08:04 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 55A172D4916; Sun, 8 Apr 2007 22:08:03 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 49E0511424; Mon, 9 Apr 2007 00:08:03 +0200 (CEST) Date: Mon, 9 Apr 2007 00:08:03 +0200 From: "Simon L. Nielsen" To: =?iso-8859-1?Q?S=F8ren?= Schmidt Message-ID: <20070408220802.GJ1024@zaphod.nitro.dk> References: <200704082153.l38LrqrP039457@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200704082153.l38LrqrP039457@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/sys/dev/ata ata-dma.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 22:08:04 -0000 On 2007.04.08 21:53:52 +0000, Søren Schmidt wrote: > sos 2007-04-08 21:53:52 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-dma.c > Log: > OK, this is not my day, fix the former fix :/ Now sledge can boot again - thanks :-). -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:17:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8E4316A401; Sun, 8 Apr 2007 22:17:39 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A1F2413C458; Sun, 8 Apr 2007 22:17:39 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38MHdNn058928; Sun, 8 Apr 2007 22:17:39 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38MHdr8058924; Sun, 8 Apr 2007 22:17:39 GMT (envelope-from bsam) Message-Id: <200704082217.l38MHdr8058924@repoman.freebsd.org> From: Boris Samorodov Date: Sun, 8 Apr 2007 22:17:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/seatools Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 22:17:39 -0000 bsam 2007-04-08 22:17:39 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/seatools Makefile distinfo pkg-descr pkg-plist Log: Here is the port of Seagate's SeaTools Enterprise Edition for Linux Disc Diagnostic Software (cli version). WWW: http://www.seagate.com Revision Changes Path 1.905 +1 -0 ports/sysutils/Makefile 1.1 +56 -0 ports/sysutils/seatools/Makefile (new) 1.1 +3 -0 ports/sysutils/seatools/distinfo (new) 1.1 +4 -0 ports/sysutils/seatools/pkg-descr (new) 1.1 +3 -0 ports/sysutils/seatools/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:18:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 719A216A404; Sun, 8 Apr 2007 22:18:25 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC8813C45D; Sun, 8 Apr 2007 22:18:25 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38MIPpk059554; Sun, 8 Apr 2007 22:18:25 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38MIPeW059553; Sun, 8 Apr 2007 22:18:25 GMT (envelope-from bsam) Message-Id: <200704082218.l38MIPeW059553@repoman.freebsd.org> From: Boris Samorodov Date: Sun, 8 Apr 2007 22:18: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: Sun, 08 Apr 2007 22:18:25 -0000 bsam 2007-04-08 22:18:25 UTC FreeBSD ports repository Modified files: . modules Log: seatools --> ports/sysutils/seatools Revision Changes Path 1.17815 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:20:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 043E816A401; Sun, 8 Apr 2007 22:20:21 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D20F913C457; Sun, 8 Apr 2007 22:20:20 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38MKKCA061131; Sun, 8 Apr 2007 22:20:20 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38MKKr2061130; Sun, 8 Apr 2007 22:20:20 GMT (envelope-from bsam) Message-Id: <200704082220.l38MKKr2061130@repoman.freebsd.org> From: Boris Samorodov Date: Sun, 8 Apr 2007 22:20: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 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: Sun, 08 Apr 2007 22:20:21 -0000 bsam 2007-04-08 22:20:20 UTC FreeBSD ports repository Modified files: . LEGAL Log: Add a note about sysutils/seatools. Requested by: rdivacky at emulation@ Revision Changes Path 1.532 +2 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:30:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09FA916A400; Sun, 8 Apr 2007 22:30:58 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D7E1E13C457; Sun, 8 Apr 2007 22:30:57 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38MUv6L070289; Sun, 8 Apr 2007 22:30:57 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38MUvfQ070287; Sun, 8 Apr 2007 22:30:57 GMT (envelope-from thierry) Message-Id: <200704082230.l38MUvfQ070287@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 8 Apr 2007 22:30:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bouml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 22:30:58 -0000 thierry 2007-04-08 22:30:57 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 2.23. Changelog at . Revision Changes Path 1.77 +1 -1 ports/devel/bouml/Makefile 1.76 +5 -5 ports/devel/bouml/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:31:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2104016A4DF; Sun, 8 Apr 2007 22:31:02 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EF18913C46E; Sun, 8 Apr 2007 22:31:01 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38MV1oW070583; Sun, 8 Apr 2007 22:31:01 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38MV143070582; Sun, 8 Apr 2007 22:31:01 GMT (envelope-from thierry) Message-Id: <200704082231.l38MV143070582@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 8 Apr 2007 22:31:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/freefem++ Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 22:31:02 -0000 thierry 2007-04-08 22:31:01 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo Log: Upgrade to 2.15-1. Revision Changes Path 1.58 +1 -2 ports/math/freefem++/Makefile 1.39 +3 -3 ports/math/freefem++/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:45:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B6BB16A404; Sun, 8 Apr 2007 22:45:21 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 75A7613C46E; Sun, 8 Apr 2007 22:45:21 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38MjLfo080898; Sun, 8 Apr 2007 22:45:21 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38MjLOi080894; Sun, 8 Apr 2007 22:45:21 GMT (envelope-from delphij) Message-Id: <200704082245.l38MjLOi080894@repoman.freebsd.org> From: Xin LI Date: Sun, 8 Apr 2007 22:45: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/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 22:45:21 -0000 delphij 2007-04-08 22:45:21 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSDversion for CAM sg addition. Requested by: bsam Revision Changes Path 1.291 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:48:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E95D16A40D; Sun, 8 Apr 2007 22:48:44 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EC65313C469; Sun, 8 Apr 2007 22:48:43 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38MmhSX083590; Sun, 8 Apr 2007 22:48:43 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Mmh5t083586; Sun, 8 Apr 2007 22:48:43 GMT (envelope-from delphij) Message-Id: <200704082248.l38Mmh5t083586@repoman.freebsd.org> From: Xin LI Date: Sun, 8 Apr 2007 22:48:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 22:48:44 -0000 delphij 2007-04-08 22:48:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSDversion 700037: CAM sg addition. Requested by: bsam Revision Changes Path 1.821 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun Apr 8 22:56:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A0BE16A403; Sun, 8 Apr 2007 22:56:19 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 642B813C487; Sun, 8 Apr 2007 22:56:19 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38MuJHq090202; Sun, 8 Apr 2007 22:56:19 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38MuJeA090198; Sun, 8 Apr 2007 22:56:19 GMT (envelope-from kmacy) Message-Id: <200704082256.l38MuJeA090198@repoman.freebsd.org> From: Kip Macy Date: Sun, 8 Apr 2007 22:56: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/dev/cxgb cxgb_lro.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 22:56:19 -0000 kmacy 2007-04-08 22:56:19 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_lro.c Log: Add missing paren Revision Changes Path 1.4 +4 -4 src/sys/dev/cxgb/cxgb_lro.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 23:23:08 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7E7916A401; Sun, 8 Apr 2007 23:23:08 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C23DC13C43E; Sun, 8 Apr 2007 23:23:08 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38NN88s012836; Sun, 8 Apr 2007 23:23:08 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38NN8B9012832; Sun, 8 Apr 2007 23:23:08 GMT (envelope-from hrs) Message-Id: <200704082323.l38NN8B9012832@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 8 Apr 2007 23: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/japanese/texinfo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 23:23:09 -0000 hrs 2007-04-08 23:23:08 UTC FreeBSD ports repository Modified files: japanese/texinfo Makefile Log: Fix dependency. Revision Changes Path 1.12 +2 -2 ports/japanese/texinfo/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 23:24:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DB5816A400; Sun, 8 Apr 2007 23:24:28 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 779A113C4C9; Sun, 8 Apr 2007 23:24:28 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38NOSo0014056; Sun, 8 Apr 2007 23:24:28 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38NOSiV014055; Sun, 8 Apr 2007 23:24:28 GMT (envelope-from bsam) Message-Id: <200704082324.l38NOSiV014055@repoman.freebsd.org> From: Boris Samorodov Date: Sun, 8 Apr 2007 23:24:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/seatools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 23:24:28 -0000 bsam 2007-04-08 23:24:28 UTC FreeBSD ports repository Modified files: sysutils/seatools Makefile Log: Ignore if ${OSVERSION} < 700037 (this version was bumpted by delphij to indicate CAM sg addition). Revision Changes Path 1.2 +4 -0 ports/sysutils/seatools/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 8 23:42:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37B5816A400; Sun, 8 Apr 2007 23:42:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 259CB13C43E; Sun, 8 Apr 2007 23:42:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38NgW7u027581; Sun, 8 Apr 2007 23:42:32 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38NgVUr027565; Sun, 8 Apr 2007 23:42:31 GMT (envelope-from sat) Message-Id: <200704082342.l38NgVUr027565@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 8 Apr 2007 23:42:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/horde-base Makefile bsd.horde.mk pkg-plist ports/www/horde-base/files pkg-deinstall.in pkg-install.in pkg-message.common.in pkg-message.in ports/net-mgmt/horde-nic Makefile pkg-plist ports/net-mgmt/horde-nic/files httpd.conf.nic ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 23:42:32 -0000 sat 2007-04-08 23:42:31 UTC FreeBSD ports repository Modified files: www/horde-base Makefile pkg-plist www/horde-base/files pkg-deinstall.in pkg-install.in pkg-message.in net-mgmt/horde-nic Makefile pkg-plist www/horde-ansel Makefile pkg-plist www/horde-trean Makefile pkg-plist mail/horde-vacation Makefile pkg-plist mail/ingo Makefile pkg-plist mail/turba Makefile pkg-plist mail/turba/files pkg-message.in mail/imp Makefile pkg-plist mail/imp/files pkg-message.in deskutils/nag Makefile pkg-plist deskutils/nag/files pkg-message.in mail/mimp Makefile pkg-plist mail/mimp/files pkg-message.in deskutils/kronolith Makefile pkg-plist deskutils/kronolith/files pkg-message.in deskutils/mnemo Makefile pkg-plist deskutils/mnemo/files pkg-message.in devel/chora Makefile pkg-plist Added files: www/horde-base bsd.horde.mk www/horde-base/files pkg-message.common.in Removed files: net-mgmt/horde-nic/files httpd.conf.nic pkg-deinstall.in pkg-install.in pkg-message.in www/horde-ansel/files httpd.conf.ansel pkg-deinstall.in pkg-install.in pkg-message.in www/horde-trean/files httpd.conf.trean pkg-deinstall.in pkg-install.in pkg-message.in mail/horde-vacation/files httpd.conf.vacation pkg-deinstall.in pkg-install.in pkg-message.in mail/ingo/files pkg-deinstall.in pkg-install.in pkg-message.in mail/turba/files pkg-deinstall.in pkg-install.in mail/imp/files pkg-deinstall.in pkg-install.in deskutils/nag/files pkg-deinstall.in pkg-install.in mail/mimp/files httpd.conf.mimp pkg-deinstall.in pkg-install.in deskutils/kronolith/files pkg-deinstall.in pkg-install.in deskutils/mnemo/files pkg-deinstall.in pkg-install.in devel/chora/files httpd.conf.chora pkg-deinstall.in pkg-install.in pkg-message.in Log: - Introduce bsd.horde.mk - Convert most horde ports - Tested vigorously, but hastily Prodded by: pointyhats via kris Approved by: Beech Rintoul (maintainer) Revision Changes Path 1.40 +4 -58 ports/deskutils/kronolith/Makefile 1.3 +0 -24 ports/deskutils/kronolith/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/deskutils/kronolith/files/pkg-install.in (dead) 1.5 +4 -4 ports/deskutils/kronolith/files/pkg-message.in 1.21 +306 -305 ports/deskutils/kronolith/pkg-plist 1.24 +4 -58 ports/deskutils/mnemo/Makefile 1.3 +0 -24 ports/deskutils/mnemo/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/deskutils/mnemo/files/pkg-install.in (dead) 1.6 +3 -4 ports/deskutils/mnemo/files/pkg-message.in 1.13 +191 -190 ports/deskutils/mnemo/pkg-plist 1.28 +4 -57 ports/deskutils/nag/Makefile 1.3 +0 -24 ports/deskutils/nag/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/deskutils/nag/files/pkg-install.in (dead) 1.4 +3 -3 ports/deskutils/nag/files/pkg-message.in 1.15 +224 -223 ports/deskutils/nag/pkg-plist 1.26 +6 -65 ports/devel/chora/Makefile 1.2 +0 -27 ports/devel/chora/files/httpd.conf.chora (dead) 1.3 +0 -24 ports/devel/chora/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/devel/chora/files/pkg-install.in (dead) 1.3 +0 -11 ports/devel/chora/files/pkg-message.in (dead) 1.14 +152 -160 ports/devel/chora/pkg-plist 1.2 +3 -65 ports/mail/horde-vacation/Makefile 1.2 +0 -31 ports/mail/horde-vacation/files/httpd.conf.vacation (dead) 1.2 +0 -23 ports/mail/horde-vacation/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/mail/horde-vacation/files/pkg-install.in (dead) 1.2 +0 -12 ports/mail/horde-vacation/files/pkg-message.in (dead) 1.2 +128 -128 ports/mail/horde-vacation/pkg-plist 1.47 +4 -68 ports/mail/imp/Makefile 1.3 +0 -23 ports/mail/imp/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/mail/imp/files/pkg-install.in (dead) 1.4 +4 -3 ports/mail/imp/files/pkg-message.in 1.16 +499 -498 ports/mail/imp/pkg-plist 1.21 +6 -57 ports/mail/ingo/Makefile 1.3 +0 -24 ports/mail/ingo/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/mail/ingo/files/pkg-install.in (dead) 1.3 +0 -10 ports/mail/ingo/files/pkg-message.in (dead) 1.11 +196 -195 ports/mail/ingo/pkg-plist 1.7 +3 -100 ports/mail/mimp/Makefile 1.2 +0 -31 ports/mail/mimp/files/httpd.conf.mimp (dead) 1.2 +0 -23 ports/mail/mimp/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/mail/mimp/files/pkg-install.in (dead) 1.2 +3 -3 ports/mail/mimp/files/pkg-message.in 1.4 +117 -120 ports/mail/mimp/pkg-plist 1.49 +5 -53 ports/mail/turba/Makefile 1.3 +0 -24 ports/mail/turba/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/mail/turba/files/pkg-install.in (dead) 1.4 +4 -4 ports/mail/turba/files/pkg-message.in 1.23 +275 -274 ports/mail/turba/pkg-plist 1.2 +4 -63 ports/net-mgmt/horde-nic/Makefile 1.2 +0 -31 ports/net-mgmt/horde-nic/files/httpd.conf.nic (dead) 1.2 +0 -24 ports/net-mgmt/horde-nic/files/pkg-deinstall.in (dead) 1.2 +0 -24 ports/net-mgmt/horde-nic/files/pkg-install.in (dead) 1.2 +0 -11 ports/net-mgmt/horde-nic/files/pkg-message.in (dead) 1.2 +86 -86 ports/net-mgmt/horde-nic/pkg-plist 1.2 +4 -63 ports/www/horde-ansel/Makefile 1.2 +0 -31 ports/www/horde-ansel/files/httpd.conf.ansel (dead) 1.2 +0 -24 ports/www/horde-ansel/files/pkg-deinstall.in (dead) 1.2 +0 -24 ports/www/horde-ansel/files/pkg-install.in (dead) 1.2 +0 -11 ports/www/horde-ansel/files/pkg-message.in (dead) 1.2 +170 -170 ports/www/horde-ansel/pkg-plist 1.52 +5 -80 ports/www/horde-base/Makefile 1.1 +112 -0 ports/www/horde-base/bsd.horde.mk (new) 1.3 +10 -27 ports/www/horde-base/files/pkg-deinstall.in 1.4 +5 -5 ports/www/horde-base/files/pkg-install.in 1.1 +9 -0 ports/www/horde-base/files/pkg-message.common.in (new) 1.7 +2 -2 ports/www/horde-base/files/pkg-message.in 1.21 +1715 -1715 ports/www/horde-base/pkg-plist 1.2 +4 -63 ports/www/horde-trean/Makefile 1.2 +0 -31 ports/www/horde-trean/files/httpd.conf.trean (dead) 1.2 +0 -24 ports/www/horde-trean/files/pkg-deinstall.in (dead) 1.2 +0 -24 ports/www/horde-trean/files/pkg-install.in (dead) 1.2 +0 -11 ports/www/horde-trean/files/pkg-message.in (dead) 1.2 +144 -144 ports/www/horde-trean/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 8 23:54:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F06216A402; Sun, 8 Apr 2007 23:54:02 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 387AB13C489; Sun, 8 Apr 2007 23:54:02 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Ns2PO037486; Sun, 8 Apr 2007 23:54:02 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Ns1YC037480; Sun, 8 Apr 2007 23:54:01 GMT (envelope-from pjd) Message-Id: <200704082354.l38Ns1YC037480@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 23:54: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/sys systm.h 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: Sun, 08 Apr 2007 23:54:02 -0000 pjd 2007-04-08 23:54:01 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/kern vfs_mount.c Log: Add root_mounted() function that returns true if the root file system is already mounted. Revision Changes Path 1.254 +14 -0 src/sys/kern/vfs_mount.c 1.255 +1 -0 src/sys/sys/systm.h From owner-cvs-all@FreeBSD.ORG Sun Apr 8 23:54:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F0F216A407; Sun, 8 Apr 2007 23:54:23 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5904113C45E; Sun, 8 Apr 2007 23:54:23 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38NsNaK037759; Sun, 8 Apr 2007 23:54:23 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38NsNVP037758; Sun, 8 Apr 2007 23:54:23 GMT (envelope-from pjd) Message-Id: <200704082354.l38NsNVP037758@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 23:54: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/geom/eli g_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 23:54:23 -0000 pjd 2007-04-08 23:54:23 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: Use root_mounted(). Revision Changes Path 1.37 +1 -1 src/sys/geom/eli/g_eli.c From owner-cvs-all@FreeBSD.ORG Sun Apr 8 23:57:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75FE916A401; Sun, 8 Apr 2007 23:57:09 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4EEED13C46A; Sun, 8 Apr 2007 23:57:09 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38Nv97x039928; Sun, 8 Apr 2007 23:57:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Nv9t5039924; Sun, 8 Apr 2007 23:57:09 GMT (envelope-from pjd) Message-Id: <200704082357.l38Nv9t5039924@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 23:57: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/sys/compat/opensolaris/kern opensolaris_kobj.c src/sys/compat/opensolaris/sys kobj.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, 08 Apr 2007 23:57:09 -0000 pjd 2007-04-08 23:57:08 UTC FreeBSD src repository Modified files: sys/compat/opensolaris/kern opensolaris_kobj.c sys/compat/opensolaris/sys kobj.h Log: Extend kobj compatibility KPI to support operating on files before and after the root file system is mounted. This is one of the changes that will allow to put root file system on ZFS. Revision Changes Path 1.2 +94 -16 src/sys/compat/opensolaris/kern/opensolaris_kobj.c 1.2 +10 -2 src/sys/compat/opensolaris/sys/kobj.h From owner-cvs-all@FreeBSD.ORG Sun Apr 8 23:59:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BAC116A403; Sun, 8 Apr 2007 23:59:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 14F7513C465; Sun, 8 Apr 2007 23:59:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l38NxdDK042036; Sun, 8 Apr 2007 23:59:39 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l38Nxdv8042032; Sun, 8 Apr 2007 23:59:39 GMT (envelope-from pjd) Message-Id: <200704082359.l38Nxdv8042032@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Apr 2007 23:59: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/etc/mtree BSD.root.dist src/sys/contrib/opensolaris/uts/common/sys/fs zfs.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, 08 Apr 2007 23:59:40 -0000 pjd 2007-04-08 23:59:39 UTC FreeBSD src repository Modified files: etc/mtree BSD.root.dist sys/contrib/opensolaris/uts/common/sys/fs zfs.h Log: Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it on dedicated /boot/ file system and use ZFS for the root file system. Revision Changes Path 1.79 +2 -0 src/etc/mtree/BSD.root.dist 1.3 +1 -1 src/sys/contrib/opensolaris/uts/common/sys/fs/zfs.h From owner-cvs-all@FreeBSD.ORG Mon Apr 9 00:02:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6877416A400; Mon, 9 Apr 2007 00:02:13 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7C5D613C43E; Mon, 9 Apr 2007 00:02:12 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3902CKF044369; Mon, 9 Apr 2007 00:02:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3902CnX044366; Mon, 9 Apr 2007 00:02:12 GMT (envelope-from pjd) Message-Id: <200704090002.l3902CnX044366@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 00:02: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/contrib/opensolaris/uts/common/fs/zfs zfs_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, 09 Apr 2007 00:02:13 -0000 pjd 2007-04-09 00:02:11 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_vfsops.c Log: Drop the Giant lock before calling zfs_domount(), which is held when mounting root file system. Revision Changes Path 1.2 +4 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 00:03:40 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4A5816A400; Mon, 9 Apr 2007 00:03:40 +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 7EA3113C448; Mon, 9 Apr 2007 00:03:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l3901MRK047940; Sun, 8 Apr 2007 18:01:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 08 Apr 2007 18:01:32 -0600 (MDT) Message-Id: <20070408.180132.1649780282.imp@bsdimp.com> To: gabor@freebsd.org From: "M. Warner Losh" In-Reply-To: <200704081750.l38Hoptt040536@repoman.freebsd.org> References: <200704081750.l38Hoptt040536@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 08 Apr 2007 18:01:22 -0600 (MDT) Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.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, 09 Apr 2007 00:03:40 -0000 In message: <200704081750.l38Hoptt040536@repoman.freebsd.org> Gabor Kovesdan writes: : gabor 2007-04-08 17:50:51 UTC : : FreeBSD doc repository : : Modified files: : en_US.ISO8859-1/articles/contributors contrib.committers.sgml : Log: : For almost 15 years of contribution, adding Peter Wemm (peter@) to our : developers list. It's funny how he was not listed there thus far. :) I think that he was always in core@, and there was a time when core@ wasn't listed in the committers list. Warner From owner-cvs-all@FreeBSD.ORG Mon Apr 9 00:03:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D886316A403; Mon, 9 Apr 2007 00:03:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 61ECF13C46A; Mon, 9 Apr 2007 00:03:45 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3903j4J046722; Mon, 9 Apr 2007 00:03:45 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3903jsG046721; Mon, 9 Apr 2007 00:03:45 GMT (envelope-from pjd) Message-Id: <200704090003.l3903jsG046721@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 00:03: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/contrib/opensolaris/uts/common/fs/zfs spa_config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 00:03:49 -0000 pjd 2007-04-09 00:03:45 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs spa_config.c Log: We don't have to wait for the root file system to be mounted anymore, now that kobj KPI supports operating on files loaded by the loader. Revision Changes Path 1.3 +0 -2 src/sys/contrib/opensolaris/uts/common/fs/zfs/spa_config.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 00:04:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDD9B16A404; Mon, 9 Apr 2007 00:04:54 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 969A213C465; Mon, 9 Apr 2007 00:04:54 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3904sTj047785; Mon, 9 Apr 2007 00:04:54 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3904s9O047779; Mon, 9 Apr 2007 00:04:54 GMT (envelope-from pjd) Message-Id: <200704090004.l3904s9O047779@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 00:04: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/boot/forth loader.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 00:04:54 -0000 pjd 2007-04-09 00:04:54 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: Always try to load zpool.cache instead of trying to find good place to document it. When there is no such file, it's invisible for the user. Revision Changes Path 1.119 +7 -0 src/sys/boot/forth/loader.conf From owner-cvs-all@FreeBSD.ORG Mon Apr 9 00:07:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5143616A403; Mon, 9 Apr 2007 00:07:55 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2866613C4DD; Mon, 9 Apr 2007 00:07:55 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3907sKK050344; Mon, 9 Apr 2007 00:07:54 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3907sYK050343; Mon, 9 Apr 2007 00:07:54 GMT (envelope-from rik) Message-Id: <200704090007.l3907sYK050343@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 9 Apr 2007 00:07: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 if_bridge.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, 09 Apr 2007 00:07:55 -0000 rik 2007-04-09 00:07:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 if_bridge.4 Log: MFC: -j 1.26 -j 1.28 Log: Add description how the filter works in case of multiple interfaces with the same MAC. PR: kern/109815 MFC after: 7 days Submitted by: Eygene Ryabinkin Glanced by: rik (all pointy hats are mine) Discussed with: julian@, rik@ Log: s/if_vlan/vlan/ Noted by: brueffer Revision Changes Path 1.5.2.15 +92 -3 src/share/man/man4/if_bridge.4 From owner-cvs-all@FreeBSD.ORG Mon Apr 9 00:16:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A094516A404; Mon, 9 Apr 2007 00:16:22 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 79CBE13C487; Mon, 9 Apr 2007 00:16:22 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l390GMLV055879; Mon, 9 Apr 2007 00:16:22 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l390GMAN055864; Mon, 9 Apr 2007 00:16:22 GMT (envelope-from alepulver) Message-Id: <200704090016.l390GMAN055864@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 9 Apr 2007 00:16: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/emulators/wahcade Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 00:16:22 -0000 alepulver 2007-04-09 00:16:21 UTC FreeBSD ports repository Modified files: emulators/wahcade Makefile distinfo pkg-plist Log: - Update to version 0.19. Reported by: portscout Revision Changes Path 1.5 +10 -4 ports/emulators/wahcade/Makefile 1.3 +3 -3 ports/emulators/wahcade/distinfo 1.3 +10 -1 ports/emulators/wahcade/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 00:53:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E57216A402; Mon, 9 Apr 2007 00:53:30 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DBD6A13C45A; Mon, 9 Apr 2007 00:53:29 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l390rTeI094205; Mon, 9 Apr 2007 00:53:29 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l390rTgj094201; Mon, 9 Apr 2007 00:53:29 GMT (envelope-from alepulver) Message-Id: <200704090053.l390rTgj094201@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 9 Apr 2007 00:53: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/emulators/mame-extras 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, 09 Apr 2007 00:53:30 -0000 alepulver 2007-04-09 00:53:29 UTC FreeBSD ports repository Modified files: emulators/mame-extras Makefile distinfo Log: - Update to version 0.114. - Make fetchable. Reported by: pointyhat Revision Changes Path 1.4 +3 -3 ports/emulators/mame-extras/Makefile 1.2 +9 -9 ports/emulators/mame-extras/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:05:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FD6016A400; Mon, 9 Apr 2007 01:05:32 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ED24D13C45A; Mon, 9 Apr 2007 01:05:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3915Vd2006804; Mon, 9 Apr 2007 01:05:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3915V8i006800; Mon, 9 Apr 2007 01:05:31 GMT (envelope-from pjd) Message-Id: <200704090105.l3915V8i006800@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 01:05: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/compat/opensolaris/sys lock.h mutex.h rwlock.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, 09 Apr 2007 01:05:32 -0000 pjd 2007-04-09 01:05:31 UTC FreeBSD src repository Modified files: sys/compat/opensolaris/sys mutex.h rwlock.h Added files: sys/compat/opensolaris/sys lock.h Log: Instead of detecting if lock is already initialized based on standard 1 bit check, use more accurate 13 bits check. We had too many false-positives with the standard check. Reported by: mlaier Revision Changes Path 1.1 +46 -0 src/sys/compat/opensolaris/sys/lock.h (new) 1.2 +4 -1 src/sys/compat/opensolaris/sys/mutex.h 1.2 +7 -3 src/sys/compat/opensolaris/sys/rwlock.h From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:15:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6595D16A403; Mon, 9 Apr 2007 01:15:54 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6FF13C459; Mon, 9 Apr 2007 01:15:54 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391FsA0012684; Mon, 9 Apr 2007 01:15:54 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391FskB012680; Mon, 9 Apr 2007 01:15:54 GMT (envelope-from leeym) Message-Id: <200704090115.l391FskB012680@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 9 Apr 2007 01: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/textproc/p5-Hash-Merge 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, 09 Apr 2007 01:15:54 -0000 leeym 2007-04-09 01:15:53 UTC FreeBSD ports repository Modified files: textproc/p5-Hash-Merge Makefile distinfo Log: - update to 0.09 - assign to perl@ Revision Changes Path 1.4 +4 -4 ports/textproc/p5-Hash-Merge/Makefile 1.4 +3 -3 ports/textproc/p5-Hash-Merge/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:17:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C546716A400; Mon, 9 Apr 2007 01:17:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9E84613C45A; Mon, 9 Apr 2007 01:17:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391HVus014106; Mon, 9 Apr 2007 01:17:31 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391HV3O014102; Mon, 9 Apr 2007 01:17:31 GMT (envelope-from lwhsu) Message-Id: <200704090117.l391HV3O014102@repoman.freebsd.org> From: Li-Wen Hsu Date: Mon, 9 Apr 2007 01:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-rbtree 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, 09 Apr 2007 01:17:31 -0000 lwhsu 2007-04-09 01:17:31 UTC FreeBSD ports repository Added files: devel/py-rbtree pkg-plist Log: - Add missing pkg-plist in last commit Approved by: clsung (mentor) Reported by: kris via pointyhat Pointy Hat to: lwhsu Revision Changes Path 1.1 +14 -0 ports/devel/py-rbtree/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:31:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBF9E16A401; Mon, 9 Apr 2007 01:31:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B526113C457; Mon, 9 Apr 2007 01:31:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391V9fW025940; Mon, 9 Apr 2007 01:31:09 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391V9IP025935; Mon, 9 Apr 2007 01:31:09 GMT (envelope-from lwhsu) Message-Id: <200704090131.l391V9IP025935@repoman.freebsd.org> From: Li-Wen Hsu Date: Mon, 9 Apr 2007 01:31: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/py-ll-core 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, 09 Apr 2007 01:31:10 -0000 lwhsu 2007-04-09 01:31:09 UTC FreeBSD ports repository Modified files: devel/py-ll-core pkg-plist Log: - Add missing items in pkg-plist in last commit Approved by: clsung (mentor) Reported by: kris via pointyhat Pointy Hat to: lwhsu Revision Changes Path 1.5 +7 -1 ports/devel/py-ll-core/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:37:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C945D16A401; Mon, 9 Apr 2007 01:37:36 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A25BB13C483; Mon, 9 Apr 2007 01:37:36 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391ba0m030896; Mon, 9 Apr 2007 01:37:36 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391bad7030895; Mon, 9 Apr 2007 01:37:36 GMT (envelope-from alexbl) Message-Id: <200704090137.l391bad7030895@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Mon, 9 Apr 2007 01:37: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/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: Mon, 09 Apr 2007 01:37:36 -0000 alexbl 2007-04-09 01:37:36 UTC FreeBSD ports repository Modified files: textproc/highlight Makefile distinfo Log: - update to 2.4.8 PR: 111390 Submitted by: Philip Jenvey Revision Changes Path 1.34 +1 -1 ports/textproc/highlight/Makefile 1.27 +3 -3 ports/textproc/highlight/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:39:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1393316A400; Mon, 9 Apr 2007 01:39:03 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0303113C448; Mon, 9 Apr 2007 01:39:03 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391d27O030944; Mon, 9 Apr 2007 01:39:02 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391d23U030943; Mon, 9 Apr 2007 01:39:02 GMT (envelope-from gshapiro) Message-Id: <200704090139.l391d23U030943@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Mon, 9 Apr 2007 01:39:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: SENDMAIL Cc: Subject: cvs commit: src/contrib/sendmail - 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: Mon, 09 Apr 2007 01:39:03 -0000 gshapiro 2007-04-09 01:39:02 UTC FreeBSD src repository src/contrib/sendmail - Imported sources Update of /home/ncvs/src/contrib/sendmail In directory repoman.freebsd.org:/tmp/cvs-serv30924 Log Message: Import sendmail 8.14.1 Status: Vendor Tag: SENDMAIL Release Tags: v8_14_1 U src/contrib/sendmail/KNOWNBUGS U src/contrib/sendmail/CACerts U src/contrib/sendmail/FAQ U src/contrib/sendmail/INSTALL U src/contrib/sendmail/Makefile U src/contrib/sendmail/LICENSE U src/contrib/sendmail/RELEASE_NOTES U src/contrib/sendmail/PGPKEYS U src/contrib/sendmail/README U src/contrib/sendmail/cf/sendmail.schema U src/contrib/sendmail/cf/README U src/contrib/sendmail/cf/cf/Makefile U src/contrib/sendmail/cf/cf/chez.cs.mc U src/contrib/sendmail/cf/cf/README U src/contrib/sendmail/cf/cf/clientproto.mc U src/contrib/sendmail/cf/cf/cs-hpux10.mc U src/contrib/sendmail/cf/cf/cs-hpux9.mc U src/contrib/sendmail/cf/cf/cs-osf1.mc U src/contrib/sendmail/cf/cf/cs-solaris2.mc U src/contrib/sendmail/cf/cf/cs-sunos4.1.mc U src/contrib/sendmail/cf/cf/cs-ultrix4.mc U src/contrib/sendmail/cf/cf/cyrusproto.mc U src/contrib/sendmail/cf/cf/generic-bsd4.4.mc U src/contrib/sendmail/cf/cf/generic-hpux10.mc U src/contrib/sendmail/cf/cf/generic-hpux9.mc U src/contrib/sendmail/cf/cf/generic-linux.mc U src/contrib/sendmail/cf/cf/generic-mpeix.mc U src/contrib/sendmail/cf/cf/generic-nextstep3.3.mc U src/contrib/sendmail/cf/cf/generic-osf1.mc U src/contrib/sendmail/cf/cf/generic-solaris.mc U src/contrib/sendmail/cf/cf/generic-sunos4.1.mc U src/contrib/sendmail/cf/cf/generic-ultrix4.mc U src/contrib/sendmail/cf/cf/huginn.cs.mc U src/contrib/sendmail/cf/cf/knecht.mc U src/contrib/sendmail/cf/cf/mail.cs.mc U src/contrib/sendmail/cf/cf/mail.eecs.mc U src/contrib/sendmail/cf/cf/mailspool.cs.mc U src/contrib/sendmail/cf/cf/python.cs.mc U src/contrib/sendmail/cf/cf/s2k-osf1.mc U src/contrib/sendmail/cf/cf/s2k-ultrix4.mc U src/contrib/sendmail/cf/cf/submit.cf U src/contrib/sendmail/cf/cf/submit.mc U src/contrib/sendmail/cf/cf/tcpproto.mc U src/contrib/sendmail/cf/cf/ucbarpa.mc U src/contrib/sendmail/cf/cf/ucbvax.mc U src/contrib/sendmail/cf/cf/uucpproto.mc U src/contrib/sendmail/cf/cf/vangogh.cs.mc U src/contrib/sendmail/cf/domain/CS.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/EECS.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/S2K.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/berkeley-only.m4 U src/contrib/sendmail/cf/domain/generic.m4 U src/contrib/sendmail/cf/feature/bestmx_is_local.m4 U src/contrib/sendmail/cf/feature/authinfo.m4 U src/contrib/sendmail/cf/feature/accept_unqualified_senders.m4 U src/contrib/sendmail/cf/feature/accept_unresolvable_domains.m4 U src/contrib/sendmail/cf/feature/access_db.m4 U src/contrib/sendmail/cf/feature/allmasquerade.m4 U src/contrib/sendmail/cf/feature/always_add_domain.m4 N src/contrib/sendmail/cf/feature/badmx.m4 U src/contrib/sendmail/cf/feature/blacklist_recipients.m4 U src/contrib/sendmail/cf/feature/bitdomain.m4 U src/contrib/sendmail/cf/feature/generics_entire_domain.m4 N src/contrib/sendmail/cf/feature/block_bad_helo.m4 U src/contrib/sendmail/cf/feature/compat_check.m4 U src/contrib/sendmail/cf/feature/conncontrol.m4 U src/contrib/sendmail/cf/feature/delay_checks.m4 U src/contrib/sendmail/cf/feature/dnsbl.m4 U src/contrib/sendmail/cf/feature/domaintable.m4 U src/contrib/sendmail/cf/feature/enhdnsbl.m4 U src/contrib/sendmail/cf/feature/limited_masquerade.m4 U src/contrib/sendmail/cf/feature/genericstable.m4 U src/contrib/sendmail/cf/feature/greet_pause.m4 U src/contrib/sendmail/cf/feature/ldap_routing.m4 U src/contrib/sendmail/cf/feature/local_no_masquerade.m4 U src/contrib/sendmail/cf/feature/local_lmtp.m4 U src/contrib/sendmail/cf/feature/loose_relay_check.m4 U src/contrib/sendmail/cf/feature/local_procmail.m4 U src/contrib/sendmail/cf/feature/lookupdotdomain.m4 U src/contrib/sendmail/cf/feature/masquerade_envelope.m4 U src/contrib/sendmail/cf/feature/mailertable.m4 U src/contrib/sendmail/cf/feature/mtamark.m4 U src/contrib/sendmail/cf/feature/msp.m4 U src/contrib/sendmail/cf/feature/masquerade_entire_domain.m4 U src/contrib/sendmail/cf/feature/nouucp.m4 U src/contrib/sendmail/cf/feature/preserve_luser_host.m4 U src/contrib/sendmail/cf/feature/no_default_msa.m4 U src/contrib/sendmail/cf/feature/nocanonify.m4 U src/contrib/sendmail/cf/feature/notsticky.m4 U src/contrib/sendmail/cf/feature/nullclient.m4 U src/contrib/sendmail/cf/feature/relay_hosts_only.m4 U src/contrib/sendmail/cf/feature/redirect.m4 U src/contrib/sendmail/cf/feature/preserve_local_plus_detail.m4 U src/contrib/sendmail/cf/feature/promiscuous_relay.m4 U src/contrib/sendmail/cf/feature/queuegroup.m4 U src/contrib/sendmail/cf/feature/ratecontrol.m4 U src/contrib/sendmail/cf/feature/virtusertable.m4 U src/contrib/sendmail/cf/feature/relay_based_on_MX.m4 U src/contrib/sendmail/cf/feature/relay_entire_domain.m4 U src/contrib/sendmail/cf/feature/relay_local_from.m4 U src/contrib/sendmail/cf/feature/relay_mail_from.m4 N src/contrib/sendmail/cf/feature/require_rdns.m4 U src/contrib/sendmail/cf/feature/smrsh.m4 U src/contrib/sendmail/cf/feature/stickyhost.m4 U src/contrib/sendmail/cf/feature/use_client_ptr.m4 U src/contrib/sendmail/cf/feature/use_ct_file.m4 U src/contrib/sendmail/cf/feature/use_cw_file.m4 U src/contrib/sendmail/cf/feature/uucpdomain.m4 U src/contrib/sendmail/cf/feature/virtuser_entire_domain.m4 U src/contrib/sendmail/cf/hack/cssubdomain.m4 U src/contrib/sendmail/cf/m4/cfhead.m4 U src/contrib/sendmail/cf/m4/cf.m4 U src/contrib/sendmail/cf/m4/proto.m4 U src/contrib/sendmail/cf/m4/version.m4 U src/contrib/sendmail/cf/mailer/cyrus.m4 U src/contrib/sendmail/cf/mailer/cyrusv2.m4 U src/contrib/sendmail/cf/mailer/fax.m4 U src/contrib/sendmail/cf/mailer/local.m4 U src/contrib/sendmail/cf/mailer/mail11.m4 U src/contrib/sendmail/cf/mailer/phquery.m4 U src/contrib/sendmail/cf/mailer/pop.m4 U src/contrib/sendmail/cf/mailer/procmail.m4 U src/contrib/sendmail/cf/mailer/qpage.m4 U src/contrib/sendmail/cf/mailer/smtp.m4 U src/contrib/sendmail/cf/mailer/usenet.m4 U src/contrib/sendmail/cf/mailer/uucp.m4 U src/contrib/sendmail/cf/ostype/altos.m4 U src/contrib/sendmail/cf/ostype/a-ux.m4 U src/contrib/sendmail/cf/ostype/aix3.m4 U src/contrib/sendmail/cf/ostype/aix4.m4 U src/contrib/sendmail/cf/ostype/aix5.m4 U src/contrib/sendmail/cf/ostype/riscos4.5.m4 U src/contrib/sendmail/cf/ostype/amdahl-uts.m4 U src/contrib/sendmail/cf/ostype/bsd4.3.m4 U src/contrib/sendmail/cf/ostype/bsd4.4.m4 U src/contrib/sendmail/cf/ostype/bsdi.m4 U src/contrib/sendmail/cf/ostype/bsdi1.0.m4 U src/contrib/sendmail/cf/ostype/bsdi2.0.m4 U src/contrib/sendmail/cf/ostype/darwin.m4 U src/contrib/sendmail/cf/ostype/dgux.m4 U src/contrib/sendmail/cf/ostype/domainos.m4 U src/contrib/sendmail/cf/ostype/dragonfly.m4 U src/contrib/sendmail/cf/ostype/dynix3.2.m4 U src/contrib/sendmail/cf/ostype/freebsd4.m4 U src/contrib/sendmail/cf/ostype/freebsd5.m4 U src/contrib/sendmail/cf/ostype/freebsd6.m4 U src/contrib/sendmail/cf/ostype/gnu.m4 U src/contrib/sendmail/cf/ostype/hpux10.m4 U src/contrib/sendmail/cf/ostype/hpux11.m4 U src/contrib/sendmail/cf/ostype/hpux9.m4 U src/contrib/sendmail/cf/ostype/irix4.m4 U src/contrib/sendmail/cf/ostype/irix5.m4 U src/contrib/sendmail/cf/ostype/irix6.m4 U src/contrib/sendmail/cf/ostype/isc4.1.m4 U src/contrib/sendmail/cf/ostype/linux.m4 U src/contrib/sendmail/cf/ostype/maxion.m4 U src/contrib/sendmail/cf/ostype/mklinux.m4 U src/contrib/sendmail/cf/ostype/mpeix.m4 U src/contrib/sendmail/cf/ostype/nextstep.m4 U src/contrib/sendmail/cf/ostype/openbsd.m4 U src/contrib/sendmail/cf/ostype/osf1.m4 U src/contrib/sendmail/cf/ostype/powerux.m4 U src/contrib/sendmail/cf/ostype/ptx2.m4 U src/contrib/sendmail/cf/ostype/qnx.m4 U src/contrib/sendmail/cf/ostype/solaris2.pre5.m4 U src/contrib/sendmail/cf/ostype/sco-uw-2.1.m4 U src/contrib/sendmail/cf/ostype/sco3.2.m4 U src/contrib/sendmail/cf/ostype/sinix.m4 U src/contrib/sendmail/cf/ostype/solaris2.m4 U src/contrib/sendmail/cf/ostype/solaris2.ml.m4 U src/contrib/sendmail/cf/ostype/unixware7.m4 U src/contrib/sendmail/cf/ostype/solaris8.m4 U src/contrib/sendmail/cf/ostype/sunos3.5.m4 U src/contrib/sendmail/cf/ostype/sunos4.1.m4 U src/contrib/sendmail/cf/ostype/svr4.m4 U src/contrib/sendmail/cf/ostype/ultrix4.m4 U src/contrib/sendmail/cf/ostype/unicos.m4 U src/contrib/sendmail/cf/ostype/unicosmk.m4 U src/contrib/sendmail/cf/ostype/unicosmp.m4 U src/contrib/sendmail/cf/ostype/unknown.m4 U src/contrib/sendmail/cf/ostype/uxpds.m4 U src/contrib/sendmail/cf/sh/makeinfo.sh U src/contrib/sendmail/cf/siteconfig/uucp.old.arpa.m4 U src/contrib/sendmail/cf/siteconfig/uucp.cogsci.m4 U src/contrib/sendmail/cf/siteconfig/uucp.ucbarpa.m4 U src/contrib/sendmail/cf/siteconfig/uucp.ucbvax.m4 U src/contrib/sendmail/contrib/bitdomain.c U src/contrib/sendmail/contrib/README U src/contrib/sendmail/contrib/re-mqueue.pl U src/contrib/sendmail/contrib/bounce-resender.pl U src/contrib/sendmail/contrib/bsdi.mc U src/contrib/sendmail/contrib/buildvirtuser U src/contrib/sendmail/contrib/cidrexpand U src/contrib/sendmail/contrib/dnsblaccess.m4 U src/contrib/sendmail/contrib/domainmap.m4 U src/contrib/sendmail/contrib/doublebounce.pl U src/contrib/sendmail/contrib/etrn.0 U src/contrib/sendmail/contrib/etrn.pl U src/contrib/sendmail/contrib/expn.pl U src/contrib/sendmail/contrib/link_hash.sh U src/contrib/sendmail/contrib/mail.local.linux U src/contrib/sendmail/contrib/mailprio U src/contrib/sendmail/contrib/mh.patch U src/contrib/sendmail/contrib/mmuegel U src/contrib/sendmail/contrib/movemail.conf U src/contrib/sendmail/contrib/movemail.pl U src/contrib/sendmail/contrib/passwd-to-alias.pl U src/contrib/sendmail/contrib/qtool.8 U src/contrib/sendmail/contrib/qtool.pl U src/contrib/sendmail/contrib/rmail.oldsys.patch U src/contrib/sendmail/contrib/smcontrol.pl U src/contrib/sendmail/contrib/socketmapClient.pl U src/contrib/sendmail/contrib/socketmapServer.pl U src/contrib/sendmail/src/Makefile U src/contrib/sendmail/src/Makefile.m4 U src/contrib/sendmail/src/README U src/contrib/sendmail/src/SECURITY U src/contrib/sendmail/src/TRACEFLAGS U src/contrib/sendmail/src/TUNING U src/contrib/sendmail/src/alias.c U src/contrib/sendmail/src/aliases U src/contrib/sendmail/src/aliases.5 U src/contrib/sendmail/src/arpadate.c U src/contrib/sendmail/src/bf.c U src/contrib/sendmail/src/bf.h U src/contrib/sendmail/src/collect.c C src/contrib/sendmail/src/conf.c C src/contrib/sendmail/src/conf.h U src/contrib/sendmail/src/control.c U src/contrib/sendmail/src/convtime.c U src/contrib/sendmail/src/daemon.c N src/contrib/sendmail/src/daemon.h U src/contrib/sendmail/src/deliver.c U src/contrib/sendmail/src/domain.c U src/contrib/sendmail/src/envelope.c C src/contrib/sendmail/src/err.c C src/contrib/sendmail/src/headers.c U src/contrib/sendmail/src/helpfile U src/contrib/sendmail/src/macro.c C src/contrib/sendmail/src/mailq.1 U src/contrib/sendmail/src/main.c U src/contrib/sendmail/src/milter.c U src/contrib/sendmail/src/map.c N src/contrib/sendmail/src/map.h C src/contrib/sendmail/src/mci.c U src/contrib/sendmail/src/mime.c U src/contrib/sendmail/src/newaliases.1 U src/contrib/sendmail/src/parseaddr.c U src/contrib/sendmail/src/queue.c U src/contrib/sendmail/src/ratectrl.c U src/contrib/sendmail/src/readcf.c U src/contrib/sendmail/src/recipient.c U src/contrib/sendmail/src/sasl.c C src/contrib/sendmail/src/savemail.c U src/contrib/sendmail/src/sendmail.8 U src/contrib/sendmail/src/sendmail.h U src/contrib/sendmail/src/sfsasl.c U src/contrib/sendmail/src/sfsasl.h U src/contrib/sendmail/src/shmticklib.c U src/contrib/sendmail/src/sm_resolve.c U src/contrib/sendmail/src/sm_resolve.h U src/contrib/sendmail/src/srvrsmtp.c U src/contrib/sendmail/src/stab.c U src/contrib/sendmail/src/stats.c U src/contrib/sendmail/src/sysexits.c U src/contrib/sendmail/src/statusd_shm.h U src/contrib/sendmail/src/timers.c U src/contrib/sendmail/src/timers.h U src/contrib/sendmail/src/tls.c U src/contrib/sendmail/src/trace.c U src/contrib/sendmail/src/udb.c U src/contrib/sendmail/src/usersmtp.c U src/contrib/sendmail/src/util.c U src/contrib/sendmail/src/version.c U src/contrib/sendmail/doc/op/Makefile U src/contrib/sendmail/doc/op/README U src/contrib/sendmail/doc/op/op.me U src/contrib/sendmail/editmap/Makefile U src/contrib/sendmail/editmap/Makefile.m4 U src/contrib/sendmail/editmap/editmap.8 U src/contrib/sendmail/editmap/editmap.c U src/contrib/sendmail/include/libmilter/milter.h U src/contrib/sendmail/include/libmilter/mfapi.h U src/contrib/sendmail/include/libmilter/mfdef.h U src/contrib/sendmail/include/libsmdb/smdb.h U src/contrib/sendmail/include/sendmail/mailstats.h U src/contrib/sendmail/include/sendmail/pathnames.h U src/contrib/sendmail/include/sendmail/sendmail.h U src/contrib/sendmail/include/sm/assert.h U src/contrib/sendmail/include/sm/bdb.h U src/contrib/sendmail/include/sm/bitops.h U src/contrib/sendmail/include/sm/cdefs.h U src/contrib/sendmail/include/sm/cf.h U src/contrib/sendmail/include/sm/clock.h U src/contrib/sendmail/include/sm/conf.h U src/contrib/sendmail/include/sm/config.h U src/contrib/sendmail/include/sm/debug.h U src/contrib/sendmail/include/sm/errstring.h U src/contrib/sendmail/include/sm/exc.h U src/contrib/sendmail/include/sm/fdset.h U src/contrib/sendmail/include/sm/gen.h U src/contrib/sendmail/include/sm/heap.h U src/contrib/sendmail/include/sm/io.h U src/contrib/sendmail/include/sm/ldap.h U src/contrib/sendmail/include/sm/limits.h U src/contrib/sendmail/include/sm/mbdb.h N src/contrib/sendmail/include/sm/misc.h U src/contrib/sendmail/include/sm/path.h U src/contrib/sendmail/include/sm/rpool.h U src/contrib/sendmail/include/sm/sem.h N src/contrib/sendmail/include/sm/sendmail.h U src/contrib/sendmail/include/sm/setjmp.h U src/contrib/sendmail/include/sm/shm.h U src/contrib/sendmail/include/sm/signal.h U src/contrib/sendmail/include/sm/string.h U src/contrib/sendmail/include/sm/sysexits.h N src/contrib/sendmail/include/sm/tailq.h U src/contrib/sendmail/include/sm/test.h U src/contrib/sendmail/include/sm/time.h U src/contrib/sendmail/include/sm/types.h U src/contrib/sendmail/include/sm/varargs.h U src/contrib/sendmail/include/sm/xtrap.h U src/contrib/sendmail/include/sm/os/sm_os_dragonfly.h U src/contrib/sendmail/include/sm/os/sm_os_aix.h U src/contrib/sendmail/include/sm/os/sm_os_openunix.h U src/contrib/sendmail/include/sm/os/sm_os_freebsd.h U src/contrib/sendmail/include/sm/os/sm_os_hp.h U src/contrib/sendmail/include/sm/os/sm_os_irix.h U src/contrib/sendmail/include/sm/os/sm_os_linux.h U src/contrib/sendmail/include/sm/os/sm_os_mpeix.h U src/contrib/sendmail/include/sm/os/sm_os_next.h U src/contrib/sendmail/include/sm/os/sm_os_openbsd.h U src/contrib/sendmail/include/sm/os/sm_os_unicosmk.h U src/contrib/sendmail/include/sm/os/sm_os_osf1.h N src/contrib/sendmail/include/sm/os/sm_os_qnx.h U src/contrib/sendmail/include/sm/os/sm_os_sunos.h U src/contrib/sendmail/include/sm/os/sm_os_ultrix.h U src/contrib/sendmail/include/sm/os/sm_os_unicos.h U src/contrib/sendmail/include/sm/os/sm_os_unicosmp.h U src/contrib/sendmail/include/sm/os/sm_os_unixware.h U src/contrib/sendmail/libmilter/Makefile U src/contrib/sendmail/libmilter/sm_gethost.c U src/contrib/sendmail/libmilter/Makefile.m4 U src/contrib/sendmail/libmilter/README U src/contrib/sendmail/libmilter/comm.c U src/contrib/sendmail/libmilter/engine.c N src/contrib/sendmail/libmilter/example.c U src/contrib/sendmail/libmilter/handler.c U src/contrib/sendmail/libmilter/libmilter.h U src/contrib/sendmail/libmilter/listener.c U src/contrib/sendmail/libmilter/main.c N src/contrib/sendmail/libmilter/monitor.c U src/contrib/sendmail/libmilter/signal.c N src/contrib/sendmail/libmilter/worker.c U src/contrib/sendmail/libmilter/smfi.c U src/contrib/sendmail/libmilter/docs/installation.html U src/contrib/sendmail/libmilter/docs/api.html U src/contrib/sendmail/libmilter/docs/design.html U src/contrib/sendmail/libmilter/docs/figure1.fig U src/contrib/sendmail/libmilter/docs/figure1.jpg U src/contrib/sendmail/libmilter/docs/figure1.ps U src/contrib/sendmail/libmilter/docs/figure2.fig U src/contrib/sendmail/libmilter/docs/figure2.jpg U src/contrib/sendmail/libmilter/docs/figure2.ps U src/contrib/sendmail/libmilter/docs/index.html U src/contrib/sendmail/libmilter/docs/overview.html U src/contrib/sendmail/libmilter/docs/other.html U src/contrib/sendmail/libmilter/docs/smfi_addheader.html U src/contrib/sendmail/libmilter/docs/sample.html N src/contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html U src/contrib/sendmail/libmilter/docs/smfi_addrcpt.html U src/contrib/sendmail/libmilter/docs/smfi_opensocket.html N src/contrib/sendmail/libmilter/docs/smfi_chgfrom.html U src/contrib/sendmail/libmilter/docs/smfi_chgheader.html U src/contrib/sendmail/libmilter/docs/smfi_delrcpt.html U src/contrib/sendmail/libmilter/docs/smfi_getpriv.html U src/contrib/sendmail/libmilter/docs/smfi_getsymval.html U src/contrib/sendmail/libmilter/docs/smfi_insheader.html U src/contrib/sendmail/libmilter/docs/smfi_main.html U src/contrib/sendmail/libmilter/docs/smfi_quarantine.html U src/contrib/sendmail/libmilter/docs/smfi_progress.html U src/contrib/sendmail/libmilter/docs/smfi_replacebody.html U src/contrib/sendmail/libmilter/docs/smfi_register.html U src/contrib/sendmail/libmilter/docs/smfi_setbacklog.html U src/contrib/sendmail/libmilter/docs/smfi_setconn.html U src/contrib/sendmail/libmilter/docs/smfi_setdbg.html U src/contrib/sendmail/libmilter/docs/smfi_setmlreply.html U src/contrib/sendmail/libmilter/docs/smfi_setpriv.html U src/contrib/sendmail/libmilter/docs/smfi_setreply.html N src/contrib/sendmail/libmilter/docs/smfi_setsymlist.html U src/contrib/sendmail/libmilter/docs/smfi_settimeout.html U src/contrib/sendmail/libmilter/docs/smfi_stop.html N src/contrib/sendmail/libmilter/docs/smfi_version.html U src/contrib/sendmail/libmilter/docs/xxfi_abort.html U src/contrib/sendmail/libmilter/docs/xxfi_body.html U src/contrib/sendmail/libmilter/docs/xxfi_close.html U src/contrib/sendmail/libmilter/docs/xxfi_connect.html N src/contrib/sendmail/libmilter/docs/xxfi_data.html U src/contrib/sendmail/libmilter/docs/xxfi_envfrom.html U src/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html U src/contrib/sendmail/libmilter/docs/xxfi_eoh.html U src/contrib/sendmail/libmilter/docs/xxfi_eom.html U src/contrib/sendmail/libmilter/docs/xxfi_header.html U src/contrib/sendmail/libmilter/docs/xxfi_helo.html N src/contrib/sendmail/libmilter/docs/xxfi_negotiate.html N src/contrib/sendmail/libmilter/docs/xxfi_unknown.html U src/contrib/sendmail/libsm/Makefile U src/contrib/sendmail/libsm/fprintf.c U src/contrib/sendmail/libsm/Makefile.m4 U src/contrib/sendmail/libsm/README U src/contrib/sendmail/libsm/assert.c U src/contrib/sendmail/libsm/assert.html U src/contrib/sendmail/libsm/b-strcmp.c U src/contrib/sendmail/libsm/b-strl.c U src/contrib/sendmail/libsm/cdefs.html U src/contrib/sendmail/libsm/cf.c U src/contrib/sendmail/libsm/clock.c U src/contrib/sendmail/libsm/clrerr.c U src/contrib/sendmail/libsm/config.c U src/contrib/sendmail/libsm/debug.c U src/contrib/sendmail/libsm/debug.html U src/contrib/sendmail/libsm/errstring.c U src/contrib/sendmail/libsm/exc.c U src/contrib/sendmail/libsm/exc.html U src/contrib/sendmail/libsm/fclose.c U src/contrib/sendmail/libsm/feof.c U src/contrib/sendmail/libsm/ferror.c U src/contrib/sendmail/libsm/fflush.c U src/contrib/sendmail/libsm/fget.c U src/contrib/sendmail/libsm/findfp.c U src/contrib/sendmail/libsm/flags.c U src/contrib/sendmail/libsm/fopen.c U src/contrib/sendmail/libsm/fpos.c U src/contrib/sendmail/libsm/strcasecmp.c U src/contrib/sendmail/libsm/fpurge.c U src/contrib/sendmail/libsm/fput.c U src/contrib/sendmail/libsm/fread.c U src/contrib/sendmail/libsm/fscanf.c U src/contrib/sendmail/libsm/fseek.c U src/contrib/sendmail/libsm/fvwrite.c U src/contrib/sendmail/libsm/fvwrite.h U src/contrib/sendmail/libsm/fwalk.c U src/contrib/sendmail/libsm/fwrite.c U src/contrib/sendmail/libsm/gen.html U src/contrib/sendmail/libsm/get.c U src/contrib/sendmail/libsm/glue.h U src/contrib/sendmail/libsm/heap.c U src/contrib/sendmail/libsm/heap.html U src/contrib/sendmail/libsm/index.html U src/contrib/sendmail/libsm/io.html U src/contrib/sendmail/libsm/ldap.c U src/contrib/sendmail/libsm/local.h U src/contrib/sendmail/libsm/makebuf.c U src/contrib/sendmail/libsm/match.c U src/contrib/sendmail/libsm/mbdb.c U src/contrib/sendmail/libsm/memstat.c U src/contrib/sendmail/libsm/mpeix.c U src/contrib/sendmail/libsm/niprop.c U src/contrib/sendmail/libsm/path.c U src/contrib/sendmail/libsm/put.c U src/contrib/sendmail/libsm/refill.c U src/contrib/sendmail/libsm/rewind.c U src/contrib/sendmail/libsm/rpool.c U src/contrib/sendmail/libsm/rpool.html U src/contrib/sendmail/libsm/sem.c U src/contrib/sendmail/libsm/setvbuf.c U src/contrib/sendmail/libsm/shm.c U src/contrib/sendmail/libsm/signal.c U src/contrib/sendmail/libsm/smstdio.c U src/contrib/sendmail/libsm/snprintf.c U src/contrib/sendmail/libsm/sscanf.c U src/contrib/sendmail/libsm/stdio.c U src/contrib/sendmail/libsm/t-strrevcmp.c U src/contrib/sendmail/libsm/strdup.c U src/contrib/sendmail/libsm/strerror.c U src/contrib/sendmail/libsm/strexit.c U src/contrib/sendmail/libsm/string.c U src/contrib/sendmail/libsm/stringf.c U src/contrib/sendmail/libsm/strio.c U src/contrib/sendmail/libsm/strl.c U src/contrib/sendmail/libsm/strrevcmp.c U src/contrib/sendmail/libsm/strto.c U src/contrib/sendmail/libsm/syslogio.c U src/contrib/sendmail/libsm/t-cf.c U src/contrib/sendmail/libsm/t-event.c U src/contrib/sendmail/libsm/t-exc.c U src/contrib/sendmail/libsm/t-float.c U src/contrib/sendmail/libsm/t-fopen.c U src/contrib/sendmail/libsm/t-heap.c U src/contrib/sendmail/libsm/t-match.c U src/contrib/sendmail/libsm/t-memstat.c U src/contrib/sendmail/libsm/t-path.c N src/contrib/sendmail/libsm/t-qic.c U src/contrib/sendmail/libsm/t-rpool.c U src/contrib/sendmail/libsm/t-scanf.c U src/contrib/sendmail/libsm/t-sem.c U src/contrib/sendmail/libsm/t-shm.c U src/contrib/sendmail/libsm/t-smstdio.c U src/contrib/sendmail/libsm/t-string.c U src/contrib/sendmail/libsm/t-strio.c U src/contrib/sendmail/libsm/t-strl.c U src/contrib/sendmail/libsm/t-types.c U src/contrib/sendmail/libsm/test.c U src/contrib/sendmail/libsm/ungetc.c N src/contrib/sendmail/libsm/util.c U src/contrib/sendmail/libsm/vasprintf.c U src/contrib/sendmail/libsm/vfprintf.c U src/contrib/sendmail/libsm/vfscanf.c U src/contrib/sendmail/libsm/vprintf.c U src/contrib/sendmail/libsm/vsnprintf.c U src/contrib/sendmail/libsm/wbuf.c U src/contrib/sendmail/libsm/wsetup.c U src/contrib/sendmail/libsm/xtrap.c U src/contrib/sendmail/libsmdb/Makefile U src/contrib/sendmail/libsmdb/Makefile.m4 U src/contrib/sendmail/libsmdb/smdb.c U src/contrib/sendmail/libsmdb/smdb1.c U src/contrib/sendmail/libsmdb/smdb2.c U src/contrib/sendmail/libsmdb/smndbm.c U src/contrib/sendmail/libsmutil/Makefile U src/contrib/sendmail/libsmutil/Makefile.m4 U src/contrib/sendmail/libsmutil/cf.c U src/contrib/sendmail/libsmutil/debug.c U src/contrib/sendmail/libsmutil/err.c U src/contrib/sendmail/libsmutil/lockfile.c U src/contrib/sendmail/libsmutil/safefile.c U src/contrib/sendmail/libsmutil/snprintf.c U src/contrib/sendmail/mail.local/Makefile U src/contrib/sendmail/mail.local/Makefile.m4 U src/contrib/sendmail/mail.local/README U src/contrib/sendmail/mail.local/mail.local.8 C src/contrib/sendmail/mail.local/mail.local.c U src/contrib/sendmail/mailstats/Makefile U src/contrib/sendmail/mailstats/Makefile.m4 U src/contrib/sendmail/mailstats/mailstats.8 U src/contrib/sendmail/mailstats/mailstats.c U src/contrib/sendmail/makemap/Makefile U src/contrib/sendmail/makemap/Makefile.m4 U src/contrib/sendmail/makemap/makemap.8 U src/contrib/sendmail/makemap/makemap.c U src/contrib/sendmail/praliases/Makefile U src/contrib/sendmail/praliases/Makefile.m4 U src/contrib/sendmail/praliases/praliases.8 U src/contrib/sendmail/praliases/praliases.c U src/contrib/sendmail/rmail/Makefile U src/contrib/sendmail/rmail/Makefile.m4 U src/contrib/sendmail/rmail/rmail.8 U src/contrib/sendmail/rmail/rmail.c U src/contrib/sendmail/smrsh/Makefile U src/contrib/sendmail/smrsh/Makefile.m4 U src/contrib/sendmail/smrsh/README U src/contrib/sendmail/smrsh/smrsh.8 U src/contrib/sendmail/smrsh/smrsh.c U src/contrib/sendmail/test/Makefile U src/contrib/sendmail/test/t_exclopen.c U src/contrib/sendmail/test/Makefile.m4 U src/contrib/sendmail/test/README U src/contrib/sendmail/test/Results U src/contrib/sendmail/test/t_dropgid.c U src/contrib/sendmail/test/t_pathconf.c U src/contrib/sendmail/test/t_seteuid.c U src/contrib/sendmail/test/t_setgid.c U src/contrib/sendmail/test/t_setreuid.c U src/contrib/sendmail/test/t_setuid.c U src/contrib/sendmail/test/t_snprintf.c U src/contrib/sendmail/vacation/Makefile U src/contrib/sendmail/vacation/Makefile.m4 U src/contrib/sendmail/vacation/vacation.1 U src/contrib/sendmail/vacation/vacation.c 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jSENDMAIL:yesterday -jSENDMAIL src/contrib/sendmail From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:44:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7750F16A407; Mon, 9 Apr 2007 01:44:17 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 67A2813C45B; Mon, 9 Apr 2007 01:44:17 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391iHoQ034991; Mon, 9 Apr 2007 01:44:17 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391iHxi034987; Mon, 9 Apr 2007 01:44:17 GMT (envelope-from gshapiro) Message-Id: <200704090144.l391iHxi034987@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Mon, 9 Apr 2007 01:44: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/contrib/sendmail/mail.local mail.local.c src/contrib/sendmail/src conf.c conf.h err.c headers.c mailq.1 mci.c savemail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 01:44:27 -0000 gshapiro 2007-04-09 01:44:17 UTC FreeBSD src repository Modified files: contrib/sendmail/mail.local mail.local.c contrib/sendmail/src conf.c conf.h err.c headers.c mailq.1 mci.c savemail.c Log: Resolve conflicts from sendmail 8.14.1 import Revision Changes Path 1.27 +4 -2 src/contrib/sendmail/mail.local/mail.local.c 1.31 +257 -298 src/contrib/sendmail/src/conf.c 1.25 +7 -6 src/contrib/sendmail/src/conf.h 1.14 +23 -25 src/contrib/sendmail/src/err.c 1.24 +210 -78 src/contrib/sendmail/src/headers.c 1.15 +23 -3 src/contrib/sendmail/src/mailq.1 1.23 +17 -17 src/contrib/sendmail/src/mci.c 1.20 +73 -67 src/contrib/sendmail/src/savemail.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:45:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2587716A403 for ; Mon, 9 Apr 2007 01:45:09 +0000 (UTC) (envelope-from SRS1=3a44b2989d6c7d81f9fb49dd46b7660e15c3202a=es.net==3a44b2989d6c7d81f9fb49dd46b7660e15c3202a=299=es.net=oberman@es.net) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.freebsd.org (Postfix) with ESMTP id 03FB613C45B for ; Mon, 9 Apr 2007 01:45:08 +0000 (UTC) (envelope-from SRS1=3a44b2989d6c7d81f9fb49dd46b7660e15c3202a=es.net==3a44b2989d6c7d81f9fb49dd46b7660e15c3202a=299=es.net=oberman@es.net) Received: from postal4.es.net (postal4.es.net [198.124.252.66]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id OFM63223 for ; Sun, 08 Apr 2007 18:29:23 -0700 Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by postal4.es.net (Postal Node 4) with ESMTP (SSL) id OFM44820 for ; Sun, 08 Apr 2007 18:29:20 -0700 Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id OFM48419; Sun, 08 Apr 2007 18:29:19 -0700 Received: from ptavv.es.net (ptavv.es.net [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 3D2B145054; Sun, 8 Apr 2007 18:29:19 -0700 (PDT) To: "Simon L. Nielsen" In-Reply-To: Your message of "Sun, 08 Apr 2007 22:22:53 +0200." <20070408202252.GG1024@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1176082159_76952P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Sun, 08 Apr 2007 18:29:19 -0700 From: "Kevin Oberman" Message-Id: <20070409012919.3D2B145054@ptavv.es.net> Cc: doc-committers@FreeBSD.org, Marc Fonvieille , cvs-all@FreeBSD.org, cvs-doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 09 Apr 2007 01:45:09 -0000 --==_Exmh_1176082159_76952P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > Date: Sun, 8 Apr 2007 22:22:53 +0200 > From: "Simon L. Nielsen" > Sender: owner-cvs-all@freebsd.org > > On 2007.04.08 18:37:20 +0000, Marc Fonvieille wrote: > > blackend 2007-04-08 18:37:20 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/books/handbook/virtualization chapter.sgml > > Log: > > - s/X-Windows/X Window > > "X Window" sounds a bit odd to me - it mainly sounds like a single > window in X. I think it would sound better as either "X Window > System" (that's what X(7) says) or simply "X"? To be properly and legally pedantic, it should be 'X window' when referring to a single window or 'X windows' when referring to multiple windows. The term "Windows" is a trademark of some commercial software firm. MIT and Project Athena made it very clear that it was '"X", a windowing system' and not X-windows. The name "X" was simply a follow-on to the previous MIT developed system with the more obvious name of "W".If memory serves, "W" was not Athena, pre-dating the cooperative project that gave us X, Kerberos, and lots of other goodies. And, it you ever had the "fun" of using "W", you will realize that "X" is not an enhancement of "W", but a completely new system that was far closer to being practical in the real world. If there is any question, I can check with some of the old Athena people to confirm or deny this. I still know where at least one of them lives (cyber-space wise). -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1176082159_76952P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFGGZbvkn3rs5h7N1ERAkzBAJ9ZJWlASnBtC6OExJ1TVh694rdQAwCcCs+Y Nao0ywrD/ryvxmq4HyLREr0= =Xsia -----END PGP SIGNATURE----- --==_Exmh_1176082159_76952P-- From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:45:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8B4016A400; Mon, 9 Apr 2007 01:45:30 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A176A13C44B; Mon, 9 Apr 2007 01:45:30 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391jUon036140; Mon, 9 Apr 2007 01:45:30 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391jUN1036139; Mon, 9 Apr 2007 01:45:30 GMT (envelope-from gshapiro) Message-Id: <200704090145.l391jUN1036139@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Mon, 9 Apr 2007 01:45: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/libmilter Makefile src/lib/libsm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 01:45:30 -0000 gshapiro 2007-04-09 01:45:30 UTC FreeBSD src repository Modified files: lib/libmilter Makefile lib/libsm Makefile Log: New files in sendmail 8.14.1 Revision Changes Path 1.7 +2 -2 src/lib/libmilter/Makefile 1.12 +1 -1 src/lib/libsm/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:45:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A5C616A403; Mon, 9 Apr 2007 01:45:53 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3F913C48C; Mon, 9 Apr 2007 01:45:53 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391jrFk036400; Mon, 9 Apr 2007 01:45:53 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391jr38036399; Mon, 9 Apr 2007 01:45:53 GMT (envelope-from gshapiro) Message-Id: <200704090145.l391jr38036399@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Mon, 9 Apr 2007 01:45: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/sendmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 01:45:53 -0000 gshapiro 2007-04-09 01:45:52 UTC FreeBSD src repository Modified files: usr.sbin/sendmail Makefile Log: This FFR is no longer needed in sendmail 8.14 Revision Changes Path 1.55 +1 -1 src/usr.sbin/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:46:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F63416A404; Mon, 9 Apr 2007 01:46:44 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6782A13C489; Mon, 9 Apr 2007 01:46:44 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391kiiE036992; Mon, 9 Apr 2007 01:46:44 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391kiB4036988; Mon, 9 Apr 2007 01:46:44 GMT (envelope-from gshapiro) Message-Id: <200704090146.l391kiB4036988@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Mon, 9 Apr 2007 01:46: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/contrib/sendmail FREEBSD-upgrade X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 01:46:44 -0000 gshapiro 2007-04-09 01:46:44 UTC FreeBSD src repository Modified files: contrib/sendmail FREEBSD-upgrade Log: Update for sendmail 8.14.1 Revision Changes Path 1.33 +4 -4 src/contrib/sendmail/FREEBSD-upgrade From owner-cvs-all@FreeBSD.ORG Mon Apr 9 01:47:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FB9D16A403; Mon, 9 Apr 2007 01:47:59 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 78AFD13C45A; Mon, 9 Apr 2007 01:47:59 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l391lxGD038168; Mon, 9 Apr 2007 01:47:59 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l391lxRR038161; Mon, 9 Apr 2007 01:47:59 GMT (envelope-from gshapiro) Message-Id: <200704090147.l391lxRR038161@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Mon, 9 Apr 2007 01:47: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/release/doc/en_US.ISO8859-1/relnotes 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: Mon, 09 Apr 2007 01:47:59 -0000 gshapiro 2007-04-09 01:47:59 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: sendmail upgraded to 8.14.1 Revision Changes Path 1.1012 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:00:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 792EC16A400; Mon, 9 Apr 2007 02:00:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5256A13C457; Mon, 9 Apr 2007 02:00:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3920pq6049003; Mon, 9 Apr 2007 02:00:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3920pMt048999; Mon, 9 Apr 2007 02:00:51 GMT (envelope-from clsung) Message-Id: <200704090200.l3920pMt048999@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 02:00:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Sort-Key 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, 09 Apr 2007 02:00:51 -0000 clsung 2007-04-09 02:00:51 UTC FreeBSD ports repository Modified files: devel/p5-Sort-Key Makefile distinfo Log: - Update to 1.28 Revision Changes Path 1.10 +2 -8 ports/devel/p5-Sort-Key/Makefile 1.10 +3 -3 ports/devel/p5-Sort-Key/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:03:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED73916A403; Mon, 9 Apr 2007 02:03:23 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C652C13C4C2; Mon, 9 Apr 2007 02:03:23 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3923Nc5052573; Mon, 9 Apr 2007 02:03:23 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3923N2F052572; Mon, 9 Apr 2007 02:03:23 GMT (envelope-from clsung) Message-Id: <200704090203.l3923N2F052572@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 02: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/devel/p5-Dir-Project 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, 09 Apr 2007 02:03:24 -0000 clsung 2007-04-09 02:03:23 UTC FreeBSD ports repository Modified files: devel/p5-Dir-Project Makefile distinfo Log: - Update to 3.002 PR: ports/111318 Submitted by: Gea-Suan Lin Revision Changes Path 1.3 +2 -2 ports/devel/p5-Dir-Project/Makefile 1.2 +3 -3 ports/devel/p5-Dir-Project/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:04:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41C5B16A401; Mon, 9 Apr 2007 02:04:11 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1AC5813C4CB; Mon, 9 Apr 2007 02:04:11 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3924At8053428; Mon, 9 Apr 2007 02:04:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3924A9S053427; Mon, 9 Apr 2007 02:04:10 GMT (envelope-from clsung) Message-Id: <200704090204.l3924A9S053427@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 02:04:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/imapsync 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, 09 Apr 2007 02:04:11 -0000 clsung 2007-04-09 02:04:10 UTC FreeBSD ports repository Modified files: mail/imapsync Makefile distinfo Log: - Update to 1.219 PR: ports/111321 Submitted by: maintainer (Jim Riggs) Revision Changes Path 1.24 +1 -1 ports/mail/imapsync/Makefile 1.20 +3 -3 ports/mail/imapsync/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:05:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDA0116A404; Mon, 9 Apr 2007 02:05:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C5BE513C48A; Mon, 9 Apr 2007 02:05:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3925P5R055368; Mon, 9 Apr 2007 02:05:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3925PDN055367; Mon, 9 Apr 2007 02:05:25 GMT (envelope-from clsung) Message-Id: <200704090205.l3925PDN055367@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 02:05: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/textproc/rubygem-ferret Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 02:05:26 -0000 clsung 2007-04-09 02:05:25 UTC FreeBSD ports repository Modified files: textproc/rubygem-ferret Makefile distinfo pkg-plist Log: - Update to 0.11.4 Revision Changes Path 1.9 +1 -1 ports/textproc/rubygem-ferret/Makefile 1.9 +3 -3 ports/textproc/rubygem-ferret/distinfo 1.2 +1 -0 ports/textproc/rubygem-ferret/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:07:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AC4E16A400; Mon, 9 Apr 2007 02:07:45 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E81E513C44C; Mon, 9 Apr 2007 02:07:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3927iiU056041; Mon, 9 Apr 2007 02:07:44 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3927iKa056040; Mon, 9 Apr 2007 02:07:44 GMT (envelope-from rafan) Message-Id: <200704090207.l3927iKa056040@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 9 Apr 2007 02:07: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/morebalance Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 02:07:45 -0000 rafan 2007-04-09 02:07:44 UTC FreeBSD ports repository Modified files: net/morebalance Makefile Log: - Chase libggz share library bump Revision Changes Path 1.14 +2 -2 ports/net/morebalance/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:15:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B888C16A402; Mon, 9 Apr 2007 02:15:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 918A713C46A; Mon, 9 Apr 2007 02:15:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l392FxFN061629; Mon, 9 Apr 2007 02:15:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l392Fx05061625; Mon, 9 Apr 2007 02:15:59 GMT (envelope-from clsung) Message-Id: <200704090215.l392Fx05061625@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 02: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/games/tetrons 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, 09 Apr 2007 02:15:59 -0000 clsung 2007-04-09 02:15:59 UTC FreeBSD ports repository Modified files: games/tetrons Makefile distinfo Log: - Update to 1.6 PR: ports/111256 Submitted by: maintainer (James Bailie) Revision Changes Path 1.5 +1 -1 ports/games/tetrons/Makefile 1.5 +3 -3 ports/games/tetrons/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:18:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1883016A404; Mon, 9 Apr 2007 02:18:40 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E499D13C46A; Mon, 9 Apr 2007 02:18:39 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l392Idmo063951; Mon, 9 Apr 2007 02:18:39 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l392IdXc063944; Mon, 9 Apr 2007 02:18:39 GMT (envelope-from alepulver) Message-Id: <200704090218.l392IdXc063944@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 9 Apr 2007 02:18: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/emulators/sdlmess Makefile distinfo pkg-plist ports/emulators/sdlmess/files patch-makefile.sdl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 02:18:40 -0000 alepulver 2007-04-09 02:18:39 UTC FreeBSD ports repository Modified files: emulators/sdlmess Makefile distinfo pkg-plist emulators/sdlmess/files patch-makefile.sdl Log: - Update to version 0.113. Reported by: distfiles survey Revision Changes Path 1.2 +3 -2 ports/emulators/sdlmess/Makefile 1.2 +3 -3 ports/emulators/sdlmess/distinfo 1.2 +87 -31 ports/emulators/sdlmess/files/patch-makefile.sdl 1.2 +6 -0 ports/emulators/sdlmess/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:19:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DA2416A401; Mon, 9 Apr 2007 02:19:38 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 76CB113C4AD; Mon, 9 Apr 2007 02:19:38 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l392Jcj9064728; Mon, 9 Apr 2007 02:19:38 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l392Jc1f064727; Mon, 9 Apr 2007 02:19:38 GMT (envelope-from grog) Message-Id: <200704090219.l392Jc1f064727@repoman.freebsd.org> From: Greg Lehey Date: Mon, 9 Apr 2007 02:19: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/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 02:19:38 -0000 grog 2007-04-09 02:19:37 UTC FreeBSD src repository Modified files: usr.bin/touch touch.1 touch.c Log: Add -A flag to adjust existing time stamps. Print name by which program was started in usage() message. MFC after: 2 weeks Revision Changes Path 1.15 +78 -13 src/usr.bin/touch/touch.1 1.22 +52 -10 src/usr.bin/touch/touch.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:21:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEB0416A400; Mon, 9 Apr 2007 02:21:52 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9636613C45B; Mon, 9 Apr 2007 02:21:52 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l392LqKa067101; Mon, 9 Apr 2007 02:21:52 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l392LqXx067097; Mon, 9 Apr 2007 02:21:52 GMT (envelope-from alepulver) Message-Id: <200704090221.l392LqXx067097@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 9 Apr 2007 02: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/emulators/sdlmame Makefile distinfo pkg-plist ports/emulators/sdlmame/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 02:21:52 -0000 alepulver 2007-04-09 02:21:52 UTC FreeBSD ports repository Modified files: emulators/sdlmame Makefile distinfo pkg-plist emulators/sdlmame/files patch-makefile Log: - Update to version 0.114. Reported by: distfiles survey Revision Changes Path 1.4 +3 -2 ports/emulators/sdlmame/Makefile 1.2 +3 -3 ports/emulators/sdlmame/distinfo 1.2 +15 -15 ports/emulators/sdlmame/files/patch-makefile 1.3 +5 -0 ports/emulators/sdlmame/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:25:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0DAD16A400; Mon, 9 Apr 2007 02:25:58 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B92DC13C45E; Mon, 9 Apr 2007 02:25:58 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l392Pw2o070502; Mon, 9 Apr 2007 02:25:58 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l392PwU9070498; Mon, 9 Apr 2007 02:25:58 GMT (envelope-from chinsan) Message-Id: <200704090225.l392PwU9070498@repoman.freebsd.org> From: Chin-San Huang Date: Mon, 9 Apr 2007 02:25:58 +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 mirrors.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: Mon, 09 Apr 2007 02:25:59 -0000 chinsan 2007-04-09 02:25:58 UTC FreeBSD doc repository Modified files: share/sgml mirrors.xml Log: - Add {ftp2,www5}.tw.FreeBSD.org for ipv6 mirror site. % host -t aaaa freebsd.twaren.net freebsd.twaren.net has IPv6 address 2001:e10:5c00:1::1 Approved by: delphij@ (mentor) Revision Changes Path 1.62 +4 -0 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:51:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E90A16A401; Mon, 9 Apr 2007 02:51:00 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 16B1613C448; Mon, 9 Apr 2007 02:51:00 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l392oxT1093060; Mon, 9 Apr 2007 02:50:59 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l392oxPs093025; Mon, 9 Apr 2007 02:50:59 GMT (envelope-from ijliao) Message-Id: <200704090250.l392oxPs093025@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 9 Apr 2007 02:50:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/eventxx Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 02:51:00 -0000 ijliao 2007-04-09 02:50:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/eventxx Makefile distinfo pkg-descr Log: add eventxx 0.4 A C++ wrapper for libevent Revision Changes Path 1.2723 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/eventxx/Makefile (new) 1.1 +3 -0 ports/devel/eventxx/distinfo (new) 1.1 +7 -0 ports/devel/eventxx/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 02:51:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7785616A400; Mon, 9 Apr 2007 02:51:13 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5096713C43E; Mon, 9 Apr 2007 02:51:13 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l392pD6H093410; Mon, 9 Apr 2007 02:51:13 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l392pDDV093409; Mon, 9 Apr 2007 02:51:13 GMT (envelope-from ijliao) Message-Id: <200704090251.l392pDDV093409@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 9 Apr 2007 02:51: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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 02:51:13 -0000 ijliao 2007-04-09 02:51:13 UTC FreeBSD ports repository Modified files: . modules Log: eventxx --> ports/devel/eventxx Revision Changes Path 1.17816 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 9 03:04:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DAC716A400; Mon, 9 Apr 2007 03:04:56 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB2FF13C44C; Mon, 9 Apr 2007 03:04:55 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3934tli011629; Mon, 9 Apr 2007 03:04:55 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3934tCq011623; Mon, 9 Apr 2007 03:04:55 GMT (envelope-from chinsan) Message-Id: <200704090304.l3934tCq011623@repoman.freebsd.org> From: Chin-San Huang Date: Mon, 9 Apr 2007 03:04:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml mirrors.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: Mon, 09 Apr 2007 03:04:56 -0000 chinsan 2007-04-09 03:04:55 UTC FreeBSD doc repository Modified files: share/sgml mirrors.xml Log: - Add {ftp,www}.tw.FreeBSD.org for ipv6 mirror site. % host -t aaaa www.tw.freebsd.org www.tw.freebsd.org has IPv6 address 2001:f18:113:235:20e:cff:fe6f:8d3f % host -t aaaa ftp.tw.freebsd.org ftp.tw.freebsd.org is an alias for freebsd.csie.nctu.edu.tw. freebsd.csie.nctu.edu.tw has IPv6 address 2001:f18:113:235:20e:cff:fe6f:8d3f Approved by: delphij@ (mentor) Revision Changes Path 1.63 +3 -0 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 04:52:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9396A16A402; Mon, 9 Apr 2007 04:52:16 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6C42C13C455; Mon, 9 Apr 2007 04:52:16 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l394qGjg008629; Mon, 9 Apr 2007 04:52:16 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l394qG4t008625; Mon, 9 Apr 2007 04:52:16 GMT (envelope-from scrappy) Message-Id: <200704090452.l394qG4t008625@repoman.freebsd.org> From: "Marc G. Fournier" Date: Mon, 9 Apr 2007 04: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/www/mod_log_sql2-dtc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 04:52:16 -0000 scrappy 2007-04-09 04:52:15 UTC FreeBSD ports repository Modified files: www/mod_log_sql2-dtc Makefile Log: Ensure that this builds with Apache 2.2.x ... Revision Changes Path 1.6 +2 -13 ports/www/mod_log_sql2-dtc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 04:56:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 330AA16A401; Mon, 9 Apr 2007 04:56:34 +0000 (UTC) (envelope-from jinmei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0B58E13C455; Mon, 9 Apr 2007 04:56:34 +0000 (UTC) (envelope-from jinmei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l394uXIw012090; Mon, 9 Apr 2007 04:56:33 GMT (envelope-from jinmei@repoman.freebsd.org) Received: (from jinmei@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l394uXQp012089; Mon, 9 Apr 2007 04:56:33 GMT (envelope-from jinmei) Message-Id: <200704090456.l394uXQp012089@repoman.freebsd.org> From: JINMEI Tatuya Date: Mon, 9 Apr 2007 04:56:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.sgml www/share/sgml 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: Mon, 09 Apr 2007 04:56:34 -0000 jinmei 2007-04-09 04:56:33 UTC FreeBSD doc repository (src committer) Modified files: en developers.sgml share/sgml news.xml Log: added myself Approved by: gnn (mentor) Revision Changes Path 1.161 +2 -1 www/en/developers.sgml 1.70 +8 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 04:58:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8642016A400; Mon, 9 Apr 2007 04:58:06 +0000 (UTC) (envelope-from jinmei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5EB5E13C459; Mon, 9 Apr 2007 04:58:06 +0000 (UTC) (envelope-from jinmei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l394w6OR013710; Mon, 9 Apr 2007 04:58:06 GMT (envelope-from jinmei@repoman.freebsd.org) Received: (from jinmei@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l394w6Od013707; Mon, 9 Apr 2007 04:58:06 GMT (envelope-from jinmei) Message-Id: <200704090458.l394w6Od013707@repoman.freebsd.org> From: JINMEI Tatuya Date: Mon, 9 Apr 2007 04:58:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.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, 09 Apr 2007 04:58:06 -0000 jinmei 2007-04-09 04:58:06 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: added myself Approved by: gnn (mentor) Revision Changes Path 1.187 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 04:58:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8433716A402; Mon, 9 Apr 2007 04:58:59 +0000 (UTC) (envelope-from jinmei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5CA7913C483; Mon, 9 Apr 2007 04:58:59 +0000 (UTC) (envelope-from jinmei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l394wxNl014337; Mon, 9 Apr 2007 04:58:59 GMT (envelope-from jinmei@repoman.freebsd.org) Received: (from jinmei@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l394wx8s014336; Mon, 9 Apr 2007 04:58:59 GMT (envelope-from jinmei) Message-Id: <200704090458.l394wx8s014336@repoman.freebsd.org> From: JINMEI Tatuya Date: Mon, 9 Apr 2007 04:58:59 +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 jinmei.key pgpkeys-developers.sgml pgpkeys.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, 09 Apr 2007 04:58:59 -0000 jinmei 2007-04-09 04:58:59 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeys jinmei.key Log: added my pgp public key Approved by: gnn (mentor) Revision Changes Path 1.1 +43 -0 doc/share/pgpkeys/jinmei.key (new) 1.45 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.141 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Mon Apr 9 05:03:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A16FA16A400; Mon, 9 Apr 2007 05:03:16 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7A7A513C458; Mon, 9 Apr 2007 05:03:16 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3953Gxw018774; Mon, 9 Apr 2007 05:03:16 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3953Gva018763; Mon, 9 Apr 2007 05:03:16 GMT (envelope-from brd) Message-Id: <200704090503.l3953Gva018763@repoman.freebsd.org> From: Brad Davis Date: Mon, 9 Apr 2007 05:03:16 +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/status README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 05:03:16 -0000 brd 2007-04-09 05:03:16 UTC FreeBSD doc repository Added files: en/news/status README Log: Add the original README that Max wrote so I can find it easier next time. Submitted by: mlaier@ Revision Changes Path 1.1 +156 -0 www/en/news/status/README (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 05:43:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60C1216A400; Mon, 9 Apr 2007 05:43:03 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 39B1613C44C; Mon, 9 Apr 2007 05:43:03 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l395h3FL048695; Mon, 9 Apr 2007 05:43:03 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l395h3eV048694; Mon, 9 Apr 2007 05:43:03 GMT (envelope-from scottl) Message-Id: <200704090543.l395h3eV048694@repoman.freebsd.org> From: Scott Long Date: Mon, 9 Apr 2007 05:43: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/sys/cam/scsi scsi_sg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 05:43:03 -0000 scottl 2007-04-09 05:43:02 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_sg.c Log: Fix a logic bug that slipped in at the last minute and apparently escaped testing. Revision Changes Path 1.2 +3 -4 src/sys/cam/scsi/scsi_sg.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 05:47:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1716D16A400; Mon, 9 Apr 2007 05:47:33 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E410613C448; Mon, 9 Apr 2007 05:47:32 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l395lWG2052820; Mon, 9 Apr 2007 05:47:32 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l395lWfM052816; Mon, 9 Apr 2007 05:47:32 GMT (envelope-from scottl) Message-Id: <200704090547.l395lWfM052816@repoman.freebsd.org> From: Scott Long Date: Mon, 9 Apr 2007 05:47: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/cam/scsi scsi_sg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 05:47:33 -0000 scottl 2007-04-09 05:47:32 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_sg.c Log: Make use of M_ZERO in various malloc calls. Revision Changes Path 1.3 +4 -5 src/sys/cam/scsi/scsi_sg.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 06:28:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D774E16A402; Mon, 9 Apr 2007 06:28:39 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B02E013C45A; Mon, 9 Apr 2007 06:28:39 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l396SdMU087261; Mon, 9 Apr 2007 06:28:39 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l396SdTQ087257; Mon, 9 Apr 2007 06:28:39 GMT (envelope-from yongari) Message-Id: <200704090628.l396SdTQ087257@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 9 Apr 2007 06:28:38 +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/msk if_msk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 06:28:39 -0000 yongari 2007-04-09 06:28:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/msk if_msk.c Log: MFC if_msk.c, rev. 1.12 to RELENG_6 If we've encountered unrecognized chipset don't access hardware anymore. Previously it tried to access interrupt register to disable interrupts which could result in hang if the hardware was not properly initialized by system BIOS/ACPI. Revision Changes Path 1.11.2.3 +2 -2 src/sys/dev/msk/if_msk.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 06:45:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DE2C16A402; Mon, 9 Apr 2007 06:45:39 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 66F6213C448; Mon, 9 Apr 2007 06:45:39 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l396jdVg099548; Mon, 9 Apr 2007 06:45:39 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l396jdXS099544; Mon, 9 Apr 2007 06:45:39 GMT (envelope-from brd) Message-Id: <200704090645.l396jdXS099544@repoman.freebsd.org> From: Brad Davis Date: Mon, 9 Apr 2007 06:45:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news/status README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 06:45:39 -0000 brd 2007-04-09 06:45:39 UTC FreeBSD doc repository Modified files: en/news/status README Log: Small spelling changes. Revision Changes Path 1.2 +3 -3 www/en/news/status/README From owner-cvs-all@FreeBSD.ORG Mon Apr 9 08:00:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22B7516A401; Mon, 9 Apr 2007 08:00:35 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F032913C48A; Mon, 9 Apr 2007 08:00:34 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3980Y0h061254; Mon, 9 Apr 2007 08:00:34 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3980YeB061232; Mon, 9 Apr 2007 08:00:34 GMT (envelope-from glebius) Message-Id: <200704090800.l3980YeB061232@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 9 Apr 2007 08:00: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: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 08:00:35 -0000 glebius 2007-04-09 08:00:34 UTC FreeBSD src repository Modified files: . access Log: Note that Paolo Pisati is now free from mentorship. Approved by: core (not truth) Revision Changes Path 1.820 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Apr 9 08:04:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E80D16A400; Mon, 9 Apr 2007 08:04:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3792913C458; Mon, 9 Apr 2007 08:04:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3984fV4068424; Mon, 9 Apr 2007 08:04:41 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3984fPV068413; Mon, 9 Apr 2007 08:04:41 GMT (envelope-from clsung) Message-Id: <200704090804.l3984fPV068413@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 08:04:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IO-All 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, 09 Apr 2007 08:04:41 -0000 clsung 2007-04-09 08:04:40 UTC FreeBSD ports repository Modified files: devel/p5-IO-All Makefile distinfo Log: - Update to 0.38 Revision Changes Path 1.11 +2 -8 ports/devel/p5-IO-All/Makefile 1.10 +3 -3 ports/devel/p5-IO-All/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 08:06:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3A0E16A400; Mon, 9 Apr 2007 08:06:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ACCFD13C455; Mon, 9 Apr 2007 08:06:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3986ZwY069452; Mon, 9 Apr 2007 08:06:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3986ZY5069451; Mon, 9 Apr 2007 08:06:35 GMT (envelope-from clsung) Message-Id: <200704090806.l3986ZY5069451@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 08: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/converters/p5-JSON-XS 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, 09 Apr 2007 08:06:36 -0000 clsung 2007-04-09 08:06:35 UTC FreeBSD ports repository Modified files: converters/p5-JSON-XS Makefile distinfo Log: - Update to 1.11 Revision Changes Path 1.5 +1 -1 ports/converters/p5-JSON-XS/Makefile 1.5 +3 -3 ports/converters/p5-JSON-XS/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 08:20:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0258816A407; Mon, 9 Apr 2007 08:20:29 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CF4AE13C44C; Mon, 9 Apr 2007 08:20:28 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l398KSUE078552; Mon, 9 Apr 2007 08:20:28 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l398KSQI078548; Mon, 9 Apr 2007 08:20:28 GMT (envelope-from chinsan) Message-Id: <200704090820.l398KSQI078548@repoman.freebsd.org> From: Chin-San Huang Date: Mon, 9 Apr 2007 08:20: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/en_US.ISO8859-1/books/handbook/install 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, 09 Apr 2007 08:20:29 -0000 chinsan 2007-04-09 08:20:28 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: - Update the floppy section of installation chapter in Handbook. NOTE: 4.X 5.x and above ------------------------------------ mfsroot.flp boot.flp kern.flp kern1.flp kern2.flp PR: docs/100538 Submitter: me Approved by: delphij@ (mentor) Revision Changes Path 1.347 +8 -12 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 08:22:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 110D116A401; Mon, 9 Apr 2007 08:22:35 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE5ED13C457; Mon, 9 Apr 2007 08:22:34 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l398MYIm081001; Mon, 9 Apr 2007 08:22:34 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l398MYuU080997; Mon, 9 Apr 2007 08:22:34 GMT (envelope-from cperciva) Message-Id: <200704090822.l398MYuU080997@repoman.freebsd.org> From: Colin Percival Date: Mon, 9 Apr 2007 08:22: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/usr.bin/tar write.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 08:22:35 -0000 cperciva 2007-04-09 08:22:34 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Clean up error handling in archive_append to match how errors are handled in write_hierarchy. Approved by: kientzle Revision Changes Path 1.61 +39 -19 src/usr.bin/tar/write.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 08:44:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38B9816A404; Mon, 9 Apr 2007 08:44:51 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 125CA13C43E; Mon, 9 Apr 2007 08:44:51 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l398io1K097942; Mon, 9 Apr 2007 08:44:50 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l398iooW097938; Mon, 9 Apr 2007 08:44:50 GMT (envelope-from des) Message-Id: <200704090844.l398iooW097938@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 9 Apr 2007 08:44: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/etc/rc.d FILESYSTEMS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 08:44:51 -0000 des 2007-04-09 08:44:50 UTC FreeBSD src repository Modified files: etc/rc.d FILESYSTEMS Log: Add zfs to REQUIRE. Revision Changes Path 1.2 +1 -1 src/etc/rc.d/FILESYSTEMS From owner-cvs-all@FreeBSD.ORG Mon Apr 9 08:47:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 234C116A400; Mon, 9 Apr 2007 08:47:52 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 8C8D613C45E; Mon, 9 Apr 2007 08:47:51 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id l398lk7G049942; Mon, 9 Apr 2007 10:47:47 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.8/8.13.8) with ESMTP id l398lxtZ001052; Mon, 9 Apr 2007 10:47:59 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.8/8.13.8/Submit) id l398lwGt001051; Mon, 9 Apr 2007 10:47:58 +0200 (CEST) (envelope-from marc) Date: Mon, 9 Apr 2007 10:47:58 +0200 From: Marc Fonvieille To: Kevin Oberman Message-ID: <20070409084758.GA976@gothic.blackend.org> References: <20070408202252.GG1024@zaphod.nitro.dk> <20070409012919.3D2B145054@ptavv.es.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <20070409012919.3D2B145054@ptavv.es.net> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-all@FreeBSD.org, doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, "Simon L. Nielsen" Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 09 Apr 2007 08:47:52 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 08, 2007 at 06:29:19PM -0700, Kevin Oberman wrote: > > Date: Sun, 8 Apr 2007 22:22:53 +0200 > > From: "Simon L. Nielsen" > > Sender: owner-cvs-all@freebsd.org > >=20 > > On 2007.04.08 18:37:20 +0000, Marc Fonvieille wrote: > > > blackend 2007-04-08 18:37:20 UTC > > >=20 > > > FreeBSD doc repository > > >=20 > > > Modified files: > > > en_US.ISO8859-1/books/handbook/virtualization chapter.sgml=20 > > > Log: > > > - s/X-Windows/X Window > >=20 > > "X Window" sounds a bit odd to me - it mainly sounds like a single > > window in X. I think it would sound better as either "X Window > > System" (that's what X(7) says) or simply "X"? >=20 > To be properly and legally pedantic, it should be 'X window' when > referring to a single window or 'X windows' when referring to multiple > windows. The term "Windows" is a trademark of some commercial software > firm. MIT and Project Athena made it very clear that it was '"X", a > windowing system' and not X-windows. >=20 > The name "X" was simply a follow-on to the previous MIT developed system > with the more obvious name of "W".If memory serves, "W" was not Athena, > pre-dating the cooperative project that gave us X, Kerberos, and lots of > other goodies. And, it you ever had the "fun" of using "W", you will > realize that "X" is not an enhancement of "W", but a completely new > system that was far closer to being practical in the real world. >=20 > If there is any question, I can check with some of the old Athena people > to confirm or deny this. I still know where at least one of them lives > (cyber-space wise). The X(7) manual page proposes: X, X Window System, X11 (and also X Version 11, X Window System, Version 11), it's what I used in the X11 chapter. It's true that in the virtualization chapter "X Window" does not respect X(7) proposals and may be confusing, so let's use X or X11. I still have some things to fix in that chapter, I will try to do the X change with the rest in one step. --=20 Marc --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFGGf29zQ9RwE+OdOgRAs9hAJ9yagDFfq5UMMWKKXSbfM91kc0eXQCdFLGc hIGQxBovlZYOK2NwY0v99t4= =24Mm -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- From owner-cvs-all@FreeBSD.ORG Mon Apr 9 08:53:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 255F316A400; Mon, 9 Apr 2007 08:53:41 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F2DB213C489; Mon, 9 Apr 2007 08:53:40 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l398re2O014125; Mon, 9 Apr 2007 08:53:40 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l398reGn014120; Mon, 9 Apr 2007 08:53:40 GMT (envelope-from des) Message-Id: <200704090853.l398reGn014120@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 9 Apr 2007 08:53: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/etc/rc.d ipfilter ipsec kldxref mountcritremote pf pflog pfsync X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 08:53:41 -0000 des 2007-04-09 08:53:40 UTC FreeBSD src repository Modified files: etc/rc.d ipfilter ipsec kldxref mountcritremote pf pflog pfsync Log: FILESYSTEMS requires root, so requiring both of them is redundant. Revision Changes Path 1.28 +1 -1 src/etc/rc.d/ipfilter 1.18 +1 -1 src/etc/rc.d/ipsec 1.6 +1 -1 src/etc/rc.d/kldxref 1.16 +1 -1 src/etc/rc.d/mountcritremote 1.16 +1 -1 src/etc/rc.d/pf 1.12 +1 -1 src/etc/rc.d/pflog 1.4 +1 -1 src/etc/rc.d/pfsync From owner-cvs-all@FreeBSD.ORG Mon Apr 9 08:59:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C90A216A402; Mon, 9 Apr 2007 08:59:43 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A2B8013C4C7; Mon, 9 Apr 2007 08:59:43 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l398xhc2018991; Mon, 9 Apr 2007 08:59:43 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l398xhKS018990; Mon, 9 Apr 2007 08:59:43 GMT (envelope-from oliver) Message-Id: <200704090859.l398xhKS018990@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 9 Apr 2007 08:59: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/physfs-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 08:59:43 -0000 oliver 2007-04-09 08:59:43 UTC FreeBSD ports repository Modified files: devel/physfs-devel Makefile Log: fix compile on 32bit platforms Noted by: pointyhat Revision Changes Path 1.15 +1 -1 ports/devel/physfs-devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:07:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5CA816A402; Mon, 9 Apr 2007 09:07:58 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D55BC13C48A; Mon, 9 Apr 2007 09:07:58 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3997wRX026685; Mon, 9 Apr 2007 09:07:58 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3997wrx026684; Mon, 9 Apr 2007 09:07:58 GMT (envelope-from sat) Message-Id: <200704090907.l3997wrx026684@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 9 Apr 2007 09: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/www/horde-passwd Makefile pkg-plist ports/www/horde-passwd/files httpd.conf.pwd pkg-deinstall.in pkg-install.in pkg-message.in ports/security/jeta Makefile pkg-plist ports/security/jeta/files pkg-deinstall.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, 09 Apr 2007 09:07:59 -0000 sat 2007-04-09 09:07:58 UTC FreeBSD ports repository Modified files: www/horde-passwd Makefile pkg-plist www/horde-passwd/files pkg-message.in security/jeta Makefile pkg-plist ftp/gollem Makefile pkg-plist ftp/gollem/files pkg-message.in Removed files: www/horde-passwd/files httpd.conf.pwd pkg-deinstall.in pkg-install.in security/jeta/files pkg-deinstall.in pkg-install.in pkg-message.in ftp/gollem/files httpd.conf.gollem pkg-deinstall.in pkg-install.in Log: - Convert the rest of horde ports to bsd.horde.mk Approved by: Beech Rintoul (maintainer, implicit) Revision Changes Path 1.12 +4 -57 ports/ftp/gollem/Makefile 1.2 +0 -27 ports/ftp/gollem/files/httpd.conf.gollem (dead) 1.3 +0 -24 ports/ftp/gollem/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/ftp/gollem/files/pkg-install.in (dead) 1.2 +3 -5 ports/ftp/gollem/files/pkg-message.in 1.8 +159 -166 ports/ftp/gollem/pkg-plist 1.3 +3 -62 ports/security/jeta/Makefile 1.2 +0 -23 ports/security/jeta/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/security/jeta/files/pkg-install.in (dead) 1.2 +0 -20 ports/security/jeta/files/pkg-message.in (dead) 1.2 +60 -60 ports/security/jeta/pkg-plist 1.13 +7 -68 ports/www/horde-passwd/Makefile 1.2 +0 -30 ports/www/horde-passwd/files/httpd.conf.pwd (dead) 1.3 +0 -23 ports/www/horde-passwd/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/www/horde-passwd/files/pkg-install.in (dead) 1.3 +4 -4 ports/www/horde-passwd/files/pkg-message.in 1.5 +161 -170 ports/www/horde-passwd/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:11:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C2CF16A402; Mon, 9 Apr 2007 09:11:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2609B13C457; Mon, 9 Apr 2007 09:11:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l399BBtM027541; Mon, 9 Apr 2007 09:11:11 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l399BBVS027535; Mon, 9 Apr 2007 09:11:11 GMT (envelope-from lwhsu) Message-Id: <200704090911.l399BBVS027535@repoman.freebsd.org> From: Li-Wen Hsu Date: Mon, 9 Apr 2007 09:11: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/games/oneko Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 09:11:11 -0000 lwhsu 2007-04-09 09:11:10 UTC FreeBSD ports repository Modified files: games/oneko Makefile Log: - Update MASTER_SITES PR: 111397 Submitted by: Reviewed by: maintainer, clsung (mentor) Revision Changes Path 1.24 +1 -1 ports/games/oneko/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:13:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8294C16A404; Mon, 9 Apr 2007 09:13:36 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5C42F13C4B9; Mon, 9 Apr 2007 09:13:36 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l399DaEr030057; Mon, 9 Apr 2007 09:13:36 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l399Da4u030051; Mon, 9 Apr 2007 09:13:36 GMT (envelope-from blackend) Message-Id: <200704090913.l399Da4u030051@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 9 Apr 2007 09:13: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/share/sgml trademarks.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, 09 Apr 2007 09:13:36 -0000 blackend 2007-04-09 09:13:35 UTC FreeBSD doc repository Modified files: share/sgml trademarks.ent Log: Add entries for iMac and for Slackware. Revision Changes Path 1.37 +5 -0 doc/share/sgml/trademarks.ent From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:32:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD01916A403; Mon, 9 Apr 2007 09:32:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 83F0813C457; Mon, 9 Apr 2007 09:32:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l399WHRh046663; Mon, 9 Apr 2007 09:32:17 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l399WH26046659; Mon, 9 Apr 2007 09:32:17 GMT (envelope-from lwhsu) Message-Id: <200704090932.l399WH26046659@repoman.freebsd.org> From: Li-Wen Hsu Date: Mon, 9 Apr 2007 09:32: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/pear-Mail_Mime 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, 09 Apr 2007 09:32:17 -0000 lwhsu 2007-04-09 09:32:17 UTC FreeBSD ports repository Modified files: mail/pear-Mail_Mime Makefile distinfo Log: - Update to 1.4.0a3 PR: 111398 Submitted by: Zhen REN (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.14 +1 -1 ports/mail/pear-Mail_Mime/Makefile 1.7 +3 -3 ports/mail/pear-Mail_Mime/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:38:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2B8116A402; Mon, 9 Apr 2007 09:38:19 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC2813C457; Mon, 9 Apr 2007 09:38:19 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l399cJvX050493; Mon, 9 Apr 2007 09:38:19 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l399cJrO050492; Mon, 9 Apr 2007 09:38:19 GMT (envelope-from blackend) Message-Id: <200704090938.l399cJrO050492@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 9 Apr 2007 09:38: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: www/share/sgml 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: Mon, 09 Apr 2007 09:38:19 -0000 blackend 2007-04-09 09:38:19 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Unbreak build. Revision Changes Path 1.71 +2 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:39:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80D2116A409; Mon, 9 Apr 2007 09:39:50 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 723C313C46E; Mon, 9 Apr 2007 09:39:50 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l399doAE050637; Mon, 9 Apr 2007 09:39:50 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l399doWC050636; Mon, 9 Apr 2007 09:39:50 GMT (envelope-from arved) Message-Id: <200704090939.l399doWC050636@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 9 Apr 2007 09:39: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 MOVED ports/games Makefile ports/games/kgeography Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 09:39:50 -0000 arved 2007-04-09 09:39:50 UTC FreeBSD ports repository Modified files: . MOVED games Makefile Removed files: games/kgeography Makefile distinfo pkg-descr pkg-plist Log: Remove kgeography, latest versions of kgeography have been part of kdeedu for some time. Revision Changes Path 1.1341 +3 -2 ports/MOVED 1.1108 +0 -1 ports/games/Makefile 1.8 +0 -23 ports/games/kgeography/Makefile (dead) 1.5 +0 -3 ports/games/kgeography/distinfo (dead) 1.2 +0 -11 ports/games/kgeography/pkg-descr (dead) 1.5 +0 -376 ports/games/kgeography/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:41:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D86C16A401; Mon, 9 Apr 2007 09:41:46 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 37A1213C4C8; Mon, 9 Apr 2007 09:41:46 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l399fkvV052151; Mon, 9 Apr 2007 09:41:46 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l399fk7t052147; Mon, 9 Apr 2007 09:41:46 GMT (envelope-from arved) Message-Id: <200704090941.l399fk7t052147@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 9 Apr 2007 09:41:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 09:41:46 -0000 arved 2007-04-09 09:41:45 UTC FreeBSD ports repository Modified files: . modules Log: Remove kgeography, it is now part of kdeedu3 Revision Changes Path 1.17817 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:48:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8C6316A402; Mon, 9 Apr 2007 09:48:39 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from storm.uk.FreeBSD.org (storm.uk.FreeBSD.org [194.242.157.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5EC8913C484; Mon, 9 Apr 2007 09:48:39 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from store.lan.Awfulhak.org (store.lan.Awfulhak.org [172.16.0.35]) by storm.uk.FreeBSD.org (8.13.8/8.13.8) with ESMTP id l399manQ084727; Mon, 9 Apr 2007 10:48:37 +0100 (BST) (envelope-from brian@FreeBSD.org) Received: from store.lan.Awfulhak.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 21C441957C6D; Mon, 9 Apr 2007 09:48:44 +0000 (GMT) Received: from gw.Awfulhak.org (gw.lan.Awfulhak.org [172.16.0.1]) by store.lan.Awfulhak.org (Postfix) with ESMTP id B6BD41957C74; Mon, 9 Apr 2007 09:48:37 +0000 (GMT) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.13.8/8.13.8) with ESMTP id l399mRRS059076; Mon, 9 Apr 2007 02:48:27 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Mon, 9 Apr 2007 02:48:26 -0700 From: Brian Somers To: Greg Lehey Message-ID: <20070409024826.553be564@dev.lan.Awfulhak.org> In-Reply-To: <20070409021942.C150B16A529@hub.freebsd.org> References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <20070409021942.C150B16A529@hub.freebsd.org> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=ALL_TRUSTED,SPF_SOFTFAIL autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on gw.lan.Awfulhak.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 09:48:40 -0000 On Mon, 9 Apr 2007 02:19:42 +0000 (UTC) Greg Lehey wrote: > grog 2007-04-09 02:19:37 UTC > > FreeBSD src repository > > Modified files: > usr.bin/touch touch.1 touch.c > Log: > Add -A flag to adjust existing time stamps. > Print name by which program was started in usage() message. This has got to be one of the strangest commits I've ever seen... see below. > MFC after: 2 weeks > > Revision Changes Path > 1.15 +78 -13 src/usr.bin/touch/touch.1 > 1.22 +52 -10 src/usr.bin/touch/touch.c > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: src/usr.bin/touch/touch.1 > diff -u src/usr.bin/touch/touch.1:1.14 src/usr.bin/touch/touch.1:1.15 > --- src/usr.bin/touch/touch.1:1.14 Sun Feb 13 22:25:24 2005 > +++ src/usr.bin/touch/touch.1 Mon Apr 9 02:19:37 2007 > @@ -43,6 +43,7 @@ > .Nd change file access and modification times > .Sh SYNOPSIS > .Nm > +.Op Fl A Ar [-][[hh]mm]SS > .Op Fl acfhm > .Op Fl r Ar file > .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS] > @@ -50,17 +51,79 @@ > .Sh DESCRIPTION > The > .Nm > -utility sets the modification and access times of files to the > -current time of day. > -If the file does not exist, it is created with default permissions. > +utility sets the modification and access times of files. > +If any file does not exist, it is created with default permissions. > +.Pp > +By default, > +.Nm > +changes both modification and access times. The > +.Fl a > +and > +.Fl m > +flags may be used to select the access time or the modification time > +individually. > +Selecting both is equivalent to the default. > +The base times for the modification are both set to the current time. > +The > +.Fl t > +flag explicitly specifies a single time for both values, and the > +.Fl r > +flag specifies to set the times from those of a different file. > +The > +.Fl A > +flag adjusts the values by a specified amount. > +This adjustment is done after first establishing the base times. > .Pp > The following options are available: > .Bl -tag -width Ds > +.It Fl A > +Adjust the access and modification time stamps for the file by the > +specified value. > +This flag is intended for use in modifying files with a time stamp > +relative to an incorrect time zone. I don't understand what this means. File times are in UTC aren't they? > +It always modifies both the access time and the modification time. > +.Pp > +The argument is of the form > +.Dq [-][[hh]mm]SS > +where each pair of letters represents the following: > +.Pp > +.Bl -tag -width Ds -compact -offset indent > +.It Ar - > +Make the adjustment negative: the new time stamp is set to be before > +the old one. > +.It Ar hh > +The hour of the day, from 00 to 23. > +.It Ar mm > +The minute of the hour, from 00 to 59. > +.It Ar SS > +The second of the minute, from 00 to 59. > +.El Why this format? My guess is that the delta is expected to be a DST difference, but if it is, I'm even more confused. > +.Pp > +When used in conjunction with the > +.Fl a > +flag only, the modification time is adjusted by the time specified as > +argument to the > +.Fl A > +flag, while the access time is modified from the base time described > +above. Wow. So -A changes both times in addition to the access-only time change. This is really unintuitive to me. I'd expect ``-A 000001 -a' to adjust the access time only (as -a previously meant). I wouldn't expect the modification time to be bumped by a second and the access time to be set to one second in the future. But again, I don't know why you'd want to do this... > +Similarly, when used in conjunction with the > +.Fl m > +flag only, the access time is adjusted by the time specified as > +argument to the > +.Fl A > +flag, while the access time is modified from the base time described > +above. Errum, you mean the modification time? > +.Pp > +If the file does not exist, and creation is allowed, > +.Fl A > +does not change its time stamps. So if I ``touch -A 000001 something'' where ``something'' doesn't already exist, the file is created and the time is left at now? That's also confusing. [.....] > Index: src/usr.bin/touch/touch.c > diff -u src/usr.bin/touch/touch.c:1.21 src/usr.bin/touch/touch.c:1.22 > --- src/usr.bin/touch/touch.c:1.21 Tue Jan 31 02:21:18 2006 > +++ src/usr.bin/touch/touch.c Mon Apr 9 02:19:37 2007 > @@ -62,7 +62,8 @@ > void stime_arg1(char *, struct timeval *); > void stime_arg2(char *, int, struct timeval *); > void stime_file(char *, struct timeval *); > -void usage(void); > +int timeoffset(char *); > +void usage(char *); > > int > main(int argc, char *argv[]) > @@ -71,17 +72,22 @@ > struct timeval tv[2]; > int (*stat_f)(const char *, struct stat *); > int (*utimes_f)(const char *, const struct timeval *); > - int aflag, cflag, fflag, mflag, ch, fd, len, rval, timeset; > + int Aflag, aflag, cflag, fflag, mflag, ch, fd, len, rval, timeset; > char *p; > + char *myname; > > - aflag = cflag = fflag = mflag = timeset = 0; > + myname = argv[0]; myname should be set to the base name, not the full argv[0]. [.....] I personally think this option is a mistake. I would think that something like this would be better: [-A adjust] - adjust the updated time(s) by the given ``adjust'' number of seconds. I would imagine this to be useful in (say) a test script that wanted to set up a bunch of files with time stamps set to specific relative values. But I'm clearly missing the point here...? -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:58:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0082716A401; Mon, 9 Apr 2007 09:58:26 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CED1C13C44C; Mon, 9 Apr 2007 09:58:25 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l399wP4O067138; Mon, 9 Apr 2007 09:58:25 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l399wPm2067136; Mon, 9 Apr 2007 09:58:25 GMT (envelope-from sat) Message-Id: <200704090958.l399wPm2067136@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 9 Apr 2007 09:58: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/chora Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 09:58:26 -0000 sat 2007-04-09 09:58:25 UTC FreeBSD ports repository Modified files: devel/chora Makefile distinfo pkg-plist Log: - Update chora to 2.0.2 PR: ports/110827 (based on) Submitted by: Beech Rintoul (maintainer) Revision Changes Path 1.27 +2 -2 ports/devel/chora/Makefile 1.10 +3 -3 ports/devel/chora/distinfo 1.15 +4 -0 ports/devel/chora/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:58:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C18F16A400; Mon, 9 Apr 2007 09:58:59 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 45FD713C46C; Mon, 9 Apr 2007 09:58:59 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l399wxwj067539; Mon, 9 Apr 2007 09:58:59 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l399wxBk067538; Mon, 9 Apr 2007 09:58:59 GMT (envelope-from knu) Message-Id: <200704090958.l399wxBk067538@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 9 Apr 2007 09:58:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/svn_load_dirs Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 09:58:59 -0000 knu 2007-04-09 09:58:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/svn_load_dirs Makefile distinfo pkg-descr pkg-plist Log: Add svn_load_dirs, a Perl script to load directories into a Subversion repository. Revision Changes Path 1.2724 +1 -0 ports/devel/Makefile 1.1 +46 -0 ports/devel/svn_load_dirs/Makefile (new) 1.1 +3 -0 ports/devel/svn_load_dirs/distinfo (new) 1.1 +9 -0 ports/devel/svn_load_dirs/pkg-descr (new) 1.1 +5 -0 ports/devel/svn_load_dirs/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 09:59:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 739EC16A407; Mon, 9 Apr 2007 09:59:09 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4E29B13C46C; Mon, 9 Apr 2007 09:59:09 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l399x9Nx067679; Mon, 9 Apr 2007 09:59:09 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l399x9nV067678; Mon, 9 Apr 2007 09:59:09 GMT (envelope-from knu) Message-Id: <200704090959.l399x9nV067678@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 9 Apr 2007 09:59:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 09:59:09 -0000 knu 2007-04-09 09:59:09 UTC FreeBSD ports repository Modified files: . modules Log: svn_load_dirs --> ports/devel/svn_load_dirs Revision Changes Path 1.17818 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:04:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6206A16A403; Mon, 9 Apr 2007 10:04:24 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3C32613C455; Mon, 9 Apr 2007 10:04:24 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39A4OUx073404; Mon, 9 Apr 2007 10:04:24 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39A4Nu8073393; Mon, 9 Apr 2007 10:04:23 GMT (envelope-from sat) Message-Id: <200704091004.l39A4Nu8073393@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 9 Apr 2007 10:04: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/mail/horde-vacation Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 10:04:24 -0000 sat 2007-04-09 10:04:23 UTC FreeBSD ports repository Modified files: mail/horde-vacation Makefile distinfo pkg-plist Log: - Update to 3.0.1 PR: ports/110891 (based on) Submitted by: Beech Rintoul (maintainer) Revision Changes Path 1.3 +2 -1 ports/mail/horde-vacation/Makefile 1.2 +3 -3 ports/mail/horde-vacation/distinfo 1.3 +7 -0 ports/mail/horde-vacation/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:09:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CF2816A400; Mon, 9 Apr 2007 10:09:40 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 478C113C457; Mon, 9 Apr 2007 10:09:40 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39A9e4x075795; Mon, 9 Apr 2007 10:09:40 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39A9eUm075794; Mon, 9 Apr 2007 10:09:40 GMT (envelope-from des) Message-Id: <200704091009.l39A9eUm075794@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 9 Apr 2007 10:09: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/etc/rc.d NETWORKING netoptions X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 10:09:40 -0000 des 2007-04-09 10:09:40 UTC FreeBSD src repository Modified files: etc/rc.d NETWORKING netoptions Log: Apply "additional TCP options" earlier. Requested by: andre@ MFC after: 1 week Revision Changes Path 1.12 +1 -1 src/etc/rc.d/NETWORKING 1.142 +0 -1 src/etc/rc.d/netoptions From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:16:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0174D16A40F; Mon, 9 Apr 2007 10:16:51 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E61F513C484; Mon, 9 Apr 2007 10:16:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39AGotk081889; Mon, 9 Apr 2007 10:16:50 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39AGof9081886; Mon, 9 Apr 2007 10:16:50 GMT (envelope-from sat) Message-Id: <200704091016.l39AGof9081886@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 9 Apr 2007 10:16:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/horde-forwards Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 10:16:51 -0000 sat 2007-04-09 10:16:50 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/horde-forwards Makefile distinfo pkg-descr pkg-plist Log: Add port mail/horde-forwards: Forwards is a Horde module for setting user email forwards via the .forward mechanism supported by several popular mailers. Right now, Forwards provides fairly complete support for setting .forward style forwards on Sendmail, Courier, or Qmail mail based systems via an FTP transport. It now also has drivers for Mdaemon, Exim SQL, Exim LDAP, Custom SQL, and SOAP based systems. WWW: http://www.horde.org/forwards/ PR: ports/110886 (based on) Submitted by: Beech Rintoul Revision Changes Path 1.843 +1 -0 ports/mail/Makefile 1.1 +40 -0 ports/mail/horde-forwards/Makefile (new) 1.1 +3 -0 ports/mail/horde-forwards/distinfo (new) 1.1 +9 -0 ports/mail/horde-forwards/pkg-descr (new) 1.1 +109 -0 ports/mail/horde-forwards/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:16:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0518F16A412; Mon, 9 Apr 2007 10:16:53 +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 B0EE413C4AD; Mon, 9 Apr 2007 10:16:52 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 8F2A22091; Mon, 9 Apr 2007 12:16:48 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id ED5922090; Mon, 9 Apr 2007 12:16:47 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id BFDAEA10AC; Mon, 9 Apr 2007 12:16:47 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Greg Lehey References: <200704090219.l392Jc1f064727@repoman.freebsd.org> Date: Mon, 09 Apr 2007 12:16:47 +0200 In-Reply-To: <200704090219.l392Jc1f064727@repoman.freebsd.org> (Greg Lehey's message of "Mon, 9 Apr 2007 02:19:38 +0000 (UTC)") Message-ID: <864pnpdf8w.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 10:16:53 -0000 Greg Lehey writes: > Modified files: > usr.bin/touch touch.1 touch.c > Log: > Add -A flag to adjust existing time stamps. > Print name by which program was started in usage() message. The former part is, as Brian pointed out, very weird. The latter part is incorrect and should be reverted. Furthermore, usage() should be static. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:17:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CED4616A40B; Mon, 9 Apr 2007 10:17:13 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C068713C43E; Mon, 9 Apr 2007 10:17:13 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39AHDfb082345; Mon, 9 Apr 2007 10:17:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39AHDJq082344; Mon, 9 Apr 2007 10:17:13 GMT (envelope-from thierry) Message-Id: <200704091017.l39AHDJq082344@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 9 Apr 2007 10:17: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-plist ports/games/glob2/files patch-configure patch-src_ConfigFiles.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, 09 Apr 2007 10:17:13 -0000 thierry 2007-04-09 10:17:13 UTC FreeBSD ports repository Modified files: games/glob2 Makefile distinfo pkg-plist games/glob2/files patch-configure Added files: games/glob2/files patch-src_ConfigFiles.h Log: Update to 0.8.22. Data are no longer included in the source tarball, mirror them. Changelog at . Revision Changes Path 1.16 +7 -7 ports/games/glob2/Makefile 1.9 +6 -3 ports/games/glob2/distinfo 1.4 +12 -24 ports/games/glob2/files/patch-configure 1.1 +15 -0 ports/games/glob2/files/patch-src_ConfigFiles.h (new) 1.3 +113 -63 ports/games/glob2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:17:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B5D816A400; Mon, 9 Apr 2007 10:17:31 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 767C113C45E; Mon, 9 Apr 2007 10:17:31 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39AHVpY082621; Mon, 9 Apr 2007 10:17:31 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39AHVIu082620; Mon, 9 Apr 2007 10:17:31 GMT (envelope-from sat) Message-Id: <200704091017.l39AHVIu082620@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 9 Apr 2007 10:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 10:17:31 -0000 sat 2007-04-09 10:17:31 UTC FreeBSD ports repository Modified files: . modules Log: horde-forwards --> ports/mail/horde-forwards Revision Changes Path 1.17819 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:22:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DF3716A400; Mon, 9 Apr 2007 10:22:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id D92AD13C457; Mon, 9 Apr 2007 10:22:06 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id B0CCA137C6; Mon, 9 Apr 2007 12:22:05 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id EEF491A7C9; Mon, 9 Apr 2007 12:22:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id DCD3A1A7C7; Mon, 9 Apr 2007 12:22:07 +0200 (CEST) Date: Mon, 9 Apr 2007 12:22:07 +0200 (CEST) From: Gerald Pfeifer To: Kris Kennaway In-Reply-To: <20070331192739.GA69788@xor.obsecurity.org> Message-ID: References: <200703311441.l2VEfSgZ070944@repoman.freebsd.org> <20070331192739.GA69788@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, Gerald Pfeifer , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc43 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 10:22:07 -0000 On Sat, 31 Mar 2007, Kris Kennaway wrote: >>| +(Building the Java frontend and the associated libgcj library will >>| +consume more than 512MB of main memory. Set WITHOUT_JAVA=yes in >>| +the environment when building this port to avoid that.) > Maybe also describe how to achieve this? i.e. you need to increase > the datasize limit. It would also be good to check this before > starting the build and abort if it is going to fail later on. Did you have something like the patch below in mind? (Not committed yet.) BTW, I cannot believe that even with FreeBSD 6.2 we still need to hack /boot/loader.conf and reboot to support more than 512MB per process. Is there really no better way? I failed to find suitable documentation on FreeBSD.org so far. Gerald Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/gcc43/Makefile,v retrieving revision 1.303 diff -u -3 -p -r1.303 Makefile --- Makefile 28 Mar 2007 14:25:11 -0000 1.303 +++ Makefile 9 Apr 2007 10:16:27 -0000 @@ -135,6 +135,13 @@ PLIST_SUB+= JAVA="@comment " pre-everything:: @${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" +.if ! defined(WITHOUT_JAVA) + @DSIZ=700000; \ + if [ `ulimit -d` -lt $$DSIZ ]; then \ + echo "You need to increase the datasize limit to at least $$DSIZ to build with Java support." | fmt; \ + exit 1; \ + fi +.endif post-patch: @${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \ From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:36:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFD7F16A402 for ; Mon, 9 Apr 2007 10:36:55 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8BDB213C468 for ; Mon, 9 Apr 2007 10:36:55 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mr1so.prod.shaw.ca (pd3mr1so-qfe3.prod.shaw.ca [10.0.141.177]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JG8008L985KTOC0@l-daemon> for cvs-all@FreeBSD.org; Mon, 09 Apr 2007 04:36:56 -0600 (MDT) Received: from pn2ml4so.prod.shaw.ca ([10.0.121.148]) by pd3mr1so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JG80089M85KOT10@pd3mr1so.prod.shaw.ca> for cvs-all@FreeBSD.org; Mon, 09 Apr 2007 04:36:56 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0JG800HSP85IBUW1@l-daemon> for cvs-all@FreeBSD.org; Mon, 09 Apr 2007 04:36:55 -0600 (MDT) Received: (qmail 51964 invoked from network); Mon, 09 Apr 2007 10:36:32 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; Mon, 09 Apr 2007 10:36:32 +0000 Date: Mon, 09 Apr 2007 03:36:31 -0700 From: Colin Percival In-reply-to: To: Gerald Pfeifer Message-id: <461A172F.4000202@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 References: <200703311441.l2VEfSgZ070944@repoman.freebsd.org> <20070331192739.GA69788@xor.obsecurity.org> User-Agent: Thunderbird 1.5.0.9 (X11/20061227) Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/lang/gcc43 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 10:36:55 -0000 Gerald Pfeifer wrote: > +.if ! defined(WITHOUT_JAVA) > + @DSIZ=700000; \ > + if [ `ulimit -d` -lt $$DSIZ ]; then \ > + echo "You need to increase the datasize limit to at least $$DSIZ to build with Java support." | fmt; \ > + exit 1; \ > + fi > +.endif Could I suggest s|increase the the datasize limit|set kern.maxdsiz in /boot/loader.conf| for the benefit of people who aren't familiar with loader.conf? Colin Percival From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:37:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69E4D16A400; Mon, 9 Apr 2007 10:37:38 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4409C13C489; Mon, 9 Apr 2007 10:37:38 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39AbcVU099515; Mon, 9 Apr 2007 10:37:38 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39AbcuZ099514; Mon, 9 Apr 2007 10:37:38 GMT (envelope-from chinsan) Message-Id: <200704091037.l39AbcuZ099514@repoman.freebsd.org> From: Chin-San Huang Date: Mon, 9 Apr 2007 10:37:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/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: Mon, 09 Apr 2007 10:37:38 -0000 chinsan 2007-04-09 10:37:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/l10n chapter.sgml Log: - Update the login.conf section of l10n chapter in Handbook. Discussed with: rafan@ via irc, snese via tw.bbs.comp.386bsd Approved by: delphij@ (mentor) Revision Changes Path 1.123 +8 -8 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 10:59:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C629516A406; Mon, 9 Apr 2007 10:59:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9F99013C44C; Mon, 9 Apr 2007 10:59:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Ax2co016748; Mon, 9 Apr 2007 10:59:02 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Ax2NA016744; Mon, 9 Apr 2007 10:59:02 GMT (envelope-from linimon) Message-Id: <200704091059.l39Ax2NA016744@repoman.freebsd.org> From: Mark Linimon Date: Mon, 9 Apr 2007 10:59: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/instiki Makefile ports/www/rubygem-bluecloth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 10:59:02 -0000 linimon 2007-04-09 10:59:02 UTC FreeBSD ports repository Modified files: www/instiki Makefile www/rubygem-bluecloth Makefile Log: Maintainer no longer has access to FreeBSD machines. We appreciate the help in the past. PR: ports/111184 Revision Changes Path 1.12 +1 -1 ports/www/instiki/Makefile 1.6 +1 -1 ports/www/rubygem-bluecloth/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 11:07:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75B0916A400; Mon, 9 Apr 2007 11:07:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 505EE13C455; Mon, 9 Apr 2007 11:07:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39B7X91024759; Mon, 9 Apr 2007 11:07:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39B7XQK024758; Mon, 9 Apr 2007 11:07:33 GMT (envelope-from rafan) Message-Id: <200704091107.l39B7XQK024758@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 9 Apr 2007 11:07:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 11:07:33 -0000 rafan 2007-04-09 11:07:32 UTC FreeBSD doc repository (src,ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - manual pages live in MANPREFIX not PREFIX, clarify it Revision Changes Path 1.822 +11 -11 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 11:14:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4612C16A402; Mon, 9 Apr 2007 11:14:05 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 20F2B13C4B9; Mon, 9 Apr 2007 11:14:05 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39BE5Xe028532; Mon, 9 Apr 2007 11:14:05 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39BE4BY028528; Mon, 9 Apr 2007 11:14:04 GMT (envelope-from gerald) Message-Id: <200704091114.l39BE4BY028528@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 9 Apr 2007 11: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/lang/gcc42 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 11:14:05 -0000 gerald 2007-04-09 11:14:04 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile Log: lang/gfortran is gone; remove CONFLICTS. Revision Changes Path 1.307 +0 -2 ports/lang/gcc42/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 11:48:42 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF8F916A404 for ; Mon, 9 Apr 2007 11:48:42 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 77E3F13C458 for ; Mon, 9 Apr 2007 11:48:41 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1332116wxc for ; Mon, 09 Apr 2007 04:48:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=VVykvoRTeKa/SJm0OWo0vOwlbvyjJ8To13p1llo0pSINvGbIJw9jlmSBS7mQ9nmghEoS+s0hKq5gPmfMu1+x4mLtscEtmWqTBnnzLVw4TtLgAKgAFk24895LopJxgX5DKvbxgIE8Y3cG/KyKy4rfe8cFFWfRHML+4iQy981SrAM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=JtYVhAuSHlv3useoKzm3xvf1XKf+xjZS+j9vQUXv/U12bp0pFDLDIOqPc5UmpoRWbJQhMwHBMeHEcQ5FoMu1l9uOLbhqPfR+KMb3VKn3uxpvDHdK8jcqz0CDAASTMnJmWwS9EA8P6bQAtQ5gQeYJpSu0q0QVIbfKd19LkJznwOA= Received: by 10.114.181.1 with SMTP id d1mr2290195waf.1176119321149; Mon, 09 Apr 2007 04:48:41 -0700 (PDT) Received: by 10.114.201.2 with HTTP; Mon, 9 Apr 2007 04:48:41 -0700 (PDT) Message-ID: Date: Mon, 9 Apr 2007 15:48:41 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Gerald Pfeifer" In-Reply-To: <200704091114.l39BE4BY028528@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704091114.l39BE4BY028528@repoman.freebsd.org> X-Google-Sender-Auth: 1372aa4fe2d8d261 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang/gcc42 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 11:48:42 -0000 On 4/9/07, Gerald Pfeifer wrote: > gerald 2007-04-09 11:14:04 UTC > > FreeBSD ports repository > > Modified files: > lang/gcc42 Makefile > Log: > lang/gfortran is gone; remove CONFLICTS. > > Revision Changes Path > 1.307 +0 -2 ports/lang/gcc42/Makefile Are you sure it's a good idea? We usually keep CONFLICTS around for months/years after the conflicting port is gone to make life easier for people who only update once in a long while. From owner-cvs-all@FreeBSD.ORG Mon Apr 9 11:57:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A688D16A402; Mon, 9 Apr 2007 11:57:24 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 80FA213C45D; Mon, 9 Apr 2007 11:57:24 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39BvOXC064012; Mon, 9 Apr 2007 11:57:24 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39BvO1K064008; Mon, 9 Apr 2007 11:57:24 GMT (envelope-from rafan) Message-Id: <200704091157.l39BvO1K064008@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 9 Apr 2007 11:57:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/slim Makefile ports/x11/slim/files patch-cfg.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 11:57:24 -0000 rafan 2007-04-09 11:57:24 UTC FreeBSD ports repository Modified files: x11/slim Makefile Added files: x11/slim/files patch-cfg.cpp Log: - Fix theme parsing on 7.x. This patch is also accepted by upstream. PR: ports/111342 Submitted by: Henrik Brix Andersen Approved by: Tobias (maintainer) Revision Changes Path 1.7 +1 -0 ports/x11/slim/Makefile 1.1 +12 -0 ports/x11/slim/files/patch-cfg.cpp (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 12:10:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9A6E16A407; Mon, 9 Apr 2007 12:10:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B4D3313C46A; Mon, 9 Apr 2007 12:10:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39CAWEs073175; Mon, 9 Apr 2007 12:10:32 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39CAWRY073174; Mon, 9 Apr 2007 12:10:32 GMT (envelope-from rafan) Message-Id: <200704091210.l39CAWRY073174@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 9 Apr 2007 12: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/sysutils/cromwell 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, 09 Apr 2007 12:10:32 -0000 rafan 2007-04-09 12:10:32 UTC FreeBSD ports repository Modified files: sysutils/cromwell Makefile distinfo Log: - Fix build with gcc4 - Make Cromwell capable of providing a FreeBSD bootinfo structure, which contains the boot environment, boot device etc. After this, you can specify append vfs.root.mountfrom=ufs:/dev/ad0s1a in /boot/xboxlinux.cfg. And remove options ROOTDEVNAME in XBOX kernel config. PR: ports/111405 Submitted by: rink (maintainer) Revision Changes Path 1.3 +6 -3 ports/sysutils/cromwell/Makefile 1.2 +6 -0 ports/sysutils/cromwell/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 12:21:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C519016A405; Mon, 9 Apr 2007 12:21:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A015713C45B; Mon, 9 Apr 2007 12:21:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39CLpm5083660; Mon, 9 Apr 2007 12:21:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39CLp5d083659; Mon, 9 Apr 2007 12:21:51 GMT (envelope-from clsung) Message-Id: <200704091221.l39CLp5d083659@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 12:21: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/mail/sqlgrey 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, 09 Apr 2007 12:21:51 -0000 clsung 2007-04-09 12:21:51 UTC FreeBSD ports repository Modified files: mail/sqlgrey Makefile distinfo Log: - Update to 1.7.5 Revision Changes Path 1.14 +1 -1 ports/mail/sqlgrey/Makefile 1.7 +3 -3 ports/mail/sqlgrey/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 12:22:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB9F716A405; Mon, 9 Apr 2007 12:22:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8637D13C4B9; Mon, 9 Apr 2007 12:22:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39CM6VJ083950; Mon, 9 Apr 2007 12:22:06 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39CM6aj083949; Mon, 9 Apr 2007 12:22:06 GMT (envelope-from clsung) Message-Id: <200704091222.l39CM6aj083949@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 12:22: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/tintin++-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: Mon, 09 Apr 2007 12:22:06 -0000 clsung 2007-04-09 12:22:06 UTC FreeBSD ports repository Modified files: net/tintin++-devel Makefile distinfo Log: - Update to 1.96.9 Revision Changes Path 1.35 +1 -1 ports/net/tintin++-devel/Makefile 1.18 +3 -3 ports/net/tintin++-devel/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 12:26:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7243716A402; Mon, 9 Apr 2007 12:26:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4D85713C455; Mon, 9 Apr 2007 12:26:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39CQYgb087646; Mon, 9 Apr 2007 12:26:34 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39CQYQ5087645; Mon, 9 Apr 2007 12:26:34 GMT (envelope-from ahze) Message-Id: <200704091226.l39CQYQ5087645@repoman.freebsd.org> From: Michael Johnson Date: Mon, 9 Apr 2007 12:26: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/print/gutenprint-base Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 12:26:34 -0000 ahze 2007-04-09 12:26:34 UTC FreeBSD ports repository Modified files: print/gutenprint-base Makefile Log: Only install escputil.1 in gutenprint-base port Reported by: kris via pointyhat Revision Changes Path 1.33 +3 -0 ports/print/gutenprint-base/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 12:28:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E73716A402; Mon, 9 Apr 2007 12:28:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 799FE13C4B8; Mon, 9 Apr 2007 12:28:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39CS6YW089273; Mon, 9 Apr 2007 12:28:06 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39CS6hj089272; Mon, 9 Apr 2007 12:28:06 GMT (envelope-from clsung) Message-Id: <200704091228.l39CS6hj089272@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 12:28: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/rubygem-rtags 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, 09 Apr 2007 12:28:06 -0000 clsung 2007-04-09 12:28:06 UTC FreeBSD ports repository Modified files: devel/rubygem-rtags Makefile distinfo Log: - Update to 0.96 Revision Changes Path 1.4 +1 -1 ports/devel/rubygem-rtags/Makefile 1.4 +3 -3 ports/devel/rubygem-rtags/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 12:29:30 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB82E16A407; Mon, 9 Apr 2007 12:29:30 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8533A13C46A; Mon, 9 Apr 2007 12:29:30 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 934C913789; Mon, 9 Apr 2007 14:29:29 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 7EDCF1A7C9; Mon, 9 Apr 2007 14:29:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 6EBB81A7C7; Mon, 9 Apr 2007 14:29:32 +0200 (CEST) Date: Mon, 9 Apr 2007 14:29:32 +0200 (CEST) From: Gerald Pfeifer To: Andrew Pantyukhin In-Reply-To: Message-ID: References: <200704091114.l39BE4BY028528@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@freebsd.org, Gerald Pfeifer , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang/gcc42 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 12:29:30 -0000 On Mon, 9 Apr 2007, Andrew Pantyukhin wrote: >> Log: >> lang/gfortran is gone; remove CONFLICTS. > Are you sure it's a good idea? We usually keep CONFLICTS around for > months/years after the conflicting port is gone to make life easier > for people who only update once in a long while. I consulted http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/conflicts.html and http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.html#Q12.2.1. and could not find anything on this question (either way, to be fair). In this specific case (lang/gfortran vs lang/gcc42) I am pretty sure that users won't run into this. Among others, lang/gfortran has not been a dependency for quite a while (months, except for one fringe port which broke that dependency more than six weeks ago); MOVED has a redirect from lang/gfortran to lang/gcc42; and adding lang/gcc42 on top of lang/gfortran does not gain anything because these two have been pure aliases for quite some months. (If you feel strongly about this, I have no objections to re-add the CONFLICTS line again.) Adding a general recommendation along the lines of your comment to our Committer's Guide sounds like a good idea, though. It'll help me remember this next time around. ;-) Proposed patch below. Is this portmgr material or can one of those doc committers around take care of that? Gerald @FreeBSD.org --- article.sgml.orig 2007-04-09 14:23:55.168970750 +0200 +++ article.sgml 2007-04-09 14:27:38.126904750 +0200 @@ -2473,6 +2473,11 @@ docs:Documentation Bug:freebsd-doc: + When removing one of several conflicting ports, it is + advisable to retain the CONFLICT entries + in those other ports for a few months to cater for users who + only update once in a while. + Alternatively, you can use the rmport script, from ports/Tools/scripts. This script has been written by &a.vd;, who is also its current From owner-cvs-all@FreeBSD.ORG Mon Apr 9 12:51:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D230C16A401; Mon, 9 Apr 2007 12:51:29 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AD8A413C4C5; Mon, 9 Apr 2007 12:51:29 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39CpTEi016153; Mon, 9 Apr 2007 12:51:29 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39CpTi6016149; Mon, 9 Apr 2007 12:51:29 GMT (envelope-from andre) Message-Id: <200704091251.l39CpTi6016149@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 9 Apr 2007 12:51: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/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, 09 Apr 2007 12:51:29 -0000 andre 2007-04-09 12:51:29 UTC FreeBSD src repository Modified files: sys/conf files Log: Sort sctp_*.c files. Revision Changes Path 1.1193 +8 -8 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Mon Apr 9 13:01:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C4D216A407; Mon, 9 Apr 2007 13:01:49 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2972013C4C6; Mon, 9 Apr 2007 13:01:49 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39D1nil024922; Mon, 9 Apr 2007 13:01:49 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39D1mQG024918; Mon, 9 Apr 2007 13:01:48 GMT (envelope-from ahze) Message-Id: <200704091301.l39D1mQG024918@repoman.freebsd.org> From: Michael Johnson Date: Mon, 9 Apr 2007 13:01: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-wm/metacity 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, 09 Apr 2007 13:01:49 -0000 ahze 2007-04-09 13:01:48 UTC FreeBSD ports repository Modified files: x11-wm/metacity Makefile distinfo Log: Update to 2.18.2 Revision Changes Path 1.54 +1 -1 ports/x11-wm/metacity/Makefile 1.37 +3 -3 ports/x11-wm/metacity/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 13:23:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B78D16A400; Mon, 9 Apr 2007 13:23:11 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2713813C4C1; Mon, 9 Apr 2007 13:23:11 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39DNAw8043623; Mon, 9 Apr 2007 13:23:10 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39DNAUc043619; Mon, 9 Apr 2007 13:23:10 GMT (envelope-from gerald) Message-Id: <200704091323.l39DNAUc043619@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 9 Apr 2007 13:23:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc43 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, 09 Apr 2007 13:23:11 -0000 gerald 2007-04-09 13:23:10 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile distinfo Log: Update to the 20070406 snapshot of GCC 4.3.0. Revision Changes Path 1.304 +1 -1 ports/lang/gcc43/Makefile 1.195 +18 -18 ports/lang/gcc43/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 13:36:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14FE516A400; Mon, 9 Apr 2007 13:36:12 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E4A7613C48A; Mon, 9 Apr 2007 13:36:11 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39DaBES055448; Mon, 9 Apr 2007 13:36:11 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39DaBB5055447; Mon, 9 Apr 2007 13:36:11 GMT (envelope-from ahze) Message-Id: <200704091336.l39DaBB5055447@repoman.freebsd.org> From: Michael Johnson Date: Mon, 9 Apr 2007 13:36:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gimp-app 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, 09 Apr 2007 13:36:12 -0000 ahze 2007-04-09 13:36:11 UTC FreeBSD ports repository Modified files: graphics/gimp-app Makefile pkg-plist Log: - Fix plist due to DOCSDIR/DATADIR change from PORTNAME change. Reported by: pointyhat via kris Revision Changes Path 1.200 +0 -2 ports/graphics/gimp-app/Makefile 1.110 +1322 -1322 ports/graphics/gimp-app/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 13:55:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A61516A400; Mon, 9 Apr 2007 13:55:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6543713C48A; Mon, 9 Apr 2007 13:55:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39DtWgj070345; Mon, 9 Apr 2007 13:55:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39DtWr0070341; Mon, 9 Apr 2007 13:55:32 GMT (envelope-from pav) Message-Id: <200704091355.l39DtWr0070341@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 9 Apr 2007 13:55:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rsync Makefile ports/net/rsync/files extra-patches-acls.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 13:55:32 -0000 pav 2007-04-09 13:55:32 UTC FreeBSD ports repository Modified files: net/rsync Makefile Added files: net/rsync/files extra-patches-acls.diff Log: - Fix --acls with --delete Submitted by: Gary Obtained from: http://lists.samba.org/archive/rsync/2006-November/016706.html Revision Changes Path 1.118 +1 -3 ports/net/rsync/Makefile 1.1 +26 -0 ports/net/rsync/files/extra-patches-acls.diff (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 13:57:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9686F16A401; Mon, 9 Apr 2007 13:57:01 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7191313C458; Mon, 9 Apr 2007 13:57:01 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Dv1cS071601; Mon, 9 Apr 2007 13:57:01 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Dv1M2071597; Mon, 9 Apr 2007 13:57:01 GMT (envelope-from ahze) Message-Id: <200704091357.l39Dv1M2071597@repoman.freebsd.org> From: Michael Johnson Date: Mon, 9 Apr 2007 13:57:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gdm Makefile distinfo ports/x11/gdm/files patch-config_gdm.conf.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, 09 Apr 2007 13:57:01 -0000 ahze 2007-04-09 13:57:01 UTC FreeBSD ports repository Modified files: x11/gdm Makefile distinfo x11/gdm/files patch-config_gdm.conf.in Log: Update to 2.18.1 Revision Changes Path 1.81 +1 -1 ports/x11/gdm/Makefile 1.36 +3 -3 ports/x11/gdm/distinfo 1.6 +8 -8 ports/x11/gdm/files/patch-config_gdm.conf.in From owner-cvs-all@FreeBSD.ORG Mon Apr 9 14:02:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0720416A407; Mon, 9 Apr 2007 14:02:19 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D738F13C4C3; Mon, 9 Apr 2007 14:02:18 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39E2IsC076143; Mon, 9 Apr 2007 14:02:18 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39E2IAC076142; Mon, 9 Apr 2007 14:02:18 GMT (envelope-from kan) Message-Id: <200704091402.l39E2IAC076142@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 9 Apr 2007 14:02: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/conf files.ia64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 14:02:19 -0000 kan 2007-04-09 14:02:18 UTC FreeBSD src repository Modified files: sys/conf files.ia64 Log: LINT on ia64 requires memset symbol too. Make fire it is present by adding it to libkern on this architecture. Revision Changes Path 1.91 +1 -0 src/sys/conf/files.ia64 From owner-cvs-all@FreeBSD.ORG Mon Apr 9 14:02:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7F4A16A405; Mon, 9 Apr 2007 14:02:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A30C013C4AE; Mon, 9 Apr 2007 14:02:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39E2iDi076497; Mon, 9 Apr 2007 14:02:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39E2isZ076495; Mon, 9 Apr 2007 14:02:44 GMT (envelope-from pav) Message-Id: <200704091402.l39E2isZ076495@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 9 Apr 2007 14:02:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/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, 09 Apr 2007 14:02:44 -0000 pav 2007-04-09 14:02:44 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Note about CONFLICTS and removed ports Wording by: gerald Revision Changes Path 1.823 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 14:20:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3132F16A401; Mon, 9 Apr 2007 14:20:03 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0678C13C44B; Mon, 9 Apr 2007 14:20:03 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39EK2tN090453; Mon, 9 Apr 2007 14:20:02 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39EK2cI090448; Mon, 9 Apr 2007 14:20:02 GMT (envelope-from nivit) Message-Id: <200704091420.l39EK2cI090448@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 9 Apr 2007 14:20:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/obfuscatejs 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, 09 Apr 2007 14:20:03 -0000 nivit 2007-04-09 14:20:02 UTC FreeBSD ports repository Modified files: devel/obfuscatejs Makefile distinfo Log: - Update to 0.3.5 Revision Changes Path 1.5 +3 -3 ports/devel/obfuscatejs/Makefile 1.4 +3 -3 ports/devel/obfuscatejs/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 14:26:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 012A616A400; Mon, 9 Apr 2007 14:26:41 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D12EA13C465; Mon, 9 Apr 2007 14:26:40 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39EQecJ096220; Mon, 9 Apr 2007 14:26:40 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39EQewJ096210; Mon, 9 Apr 2007 14:26:40 GMT (envelope-from kevlo) Message-Id: <200704091426.l39EQewJ096210@repoman.freebsd.org> From: Kevin Lo Date: Mon, 9 Apr 2007 14:26: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/misc committers-src.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 14:26:41 -0000 kevlo 2007-04-09 14:26:39 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: Add myself Revision Changes Path 1.56 +1 -0 src/share/misc/committers-src.dot From owner-cvs-all@FreeBSD.ORG Mon Apr 9 14:34:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D743016A403; Mon, 9 Apr 2007 14:34:18 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B395013C4D0; Mon, 9 Apr 2007 14:34:18 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39EYIab004141; Mon, 9 Apr 2007 14:34:18 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39EYILk004130; Mon, 9 Apr 2007 14:34:18 GMT (envelope-from kevlo) Message-Id: <200704091434.l39EYILk004130@repoman.freebsd.org> From: Kevin Lo Date: Mon, 9 Apr 2007 14:34: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/share/misc committers-ports.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 14:34:18 -0000 kevlo 2007-04-09 14:34:18 UTC FreeBSD src repository Modified files: share/misc committers-ports.dot Log: Add myself Revision Changes Path 1.41 +1 -0 src/share/misc/committers-ports.dot From owner-cvs-all@FreeBSD.ORG Mon Apr 9 14:34:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B354916A596; Mon, 9 Apr 2007 14:34:26 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8252A13C4DB; Mon, 9 Apr 2007 14:34:26 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39EYQ85004372; Mon, 9 Apr 2007 14:34:26 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39EYQKb004369; Mon, 9 Apr 2007 14:34:26 GMT (envelope-from ahze) Message-Id: <200704091434.l39EYQKb004369@repoman.freebsd.org> From: Michael Johnson Date: Mon, 9 Apr 2007 14:34: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/misc/gnome-user-docs 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, 09 Apr 2007 14:34:29 -0000 ahze 2007-04-09 14:34:26 UTC FreeBSD ports repository Modified files: misc/gnome-user-docs Makefile distinfo Log: Update to 2.18.1 Revision Changes Path 1.29 +1 -1 ports/misc/gnome-user-docs/Makefile 1.19 +3 -3 ports/misc/gnome-user-docs/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 14:47:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D4DF16A400; Mon, 9 Apr 2007 14:47:27 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DD42813C45E; Mon, 9 Apr 2007 14:47:26 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39ElQoF012177; Mon, 9 Apr 2007 14:47:26 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39ElQhQ012170; Mon, 9 Apr 2007 14:47:26 GMT (envelope-from ahze) Message-Id: <200704091447.l39ElQhQ012170@repoman.freebsd.org> From: Michael Johnson Date: Mon, 9 Apr 2007 14:47: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/at-spi 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, 09 Apr 2007 14:47:27 -0000 ahze 2007-04-09 14:47:26 UTC FreeBSD ports repository Modified files: accessibility/at-spi Makefile distinfo Log: Update to 1.18.1 Revision Changes Path 1.59 +1 -1 ports/accessibility/at-spi/Makefile 1.33 +3 -3 ports/accessibility/at-spi/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 14:56:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E6EA16A401; Mon, 9 Apr 2007 14:56:32 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4A73213C468; Mon, 9 Apr 2007 14:56:32 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39EuWiI021242; Mon, 9 Apr 2007 14:56:32 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39EuWA6021235; Mon, 9 Apr 2007 14:56:32 GMT (envelope-from emaste) Message-Id: <200704091456.l39EuWA6021235@repoman.freebsd.org> From: Ed Maste Date: Mon, 9 Apr 2007 14:56: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/lib/libc/sys ptrace.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 14:56:32 -0000 emaste 2007-04-09 14:56:31 UTC FreeBSD src repository Modified files: lib/libc/sys ptrace.2 Log: Document PT_GETNUMLWPS. Revision Changes Path 1.40 +3 -0 src/lib/libc/sys/ptrace.2 From owner-cvs-all@FreeBSD.ORG Mon Apr 9 15:09:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3F6316A403; Mon, 9 Apr 2007 15:09:55 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C00E113C48A; Mon, 9 Apr 2007 15:09:55 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39F9tPS031536; Mon, 9 Apr 2007 15:09:55 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39F9tYg031535; Mon, 9 Apr 2007 15:09:55 GMT (envelope-from ahze) Message-Id: <200704091509.l39F9tYg031535@repoman.freebsd.org> From: Michael Johnson Date: Mon, 9 Apr 2007 15:09: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/bug-buddy 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, 09 Apr 2007 15:09:56 -0000 ahze 2007-04-09 15:09:55 UTC FreeBSD ports repository Modified files: devel/bug-buddy Makefile distinfo Log: Update to 2.18.1 Revision Changes Path 1.42 +1 -1 ports/devel/bug-buddy/Makefile 1.20 +3 -3 ports/devel/bug-buddy/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 15:43:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17CED16A407; Mon, 9 Apr 2007 15:43:29 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E7E2513C4BA; Mon, 9 Apr 2007 15:43:28 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39FhSdB058103; Mon, 9 Apr 2007 15:43:28 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39FhSJR058096; Mon, 9 Apr 2007 15:43:28 GMT (envelope-from des) Message-Id: <200704091543.l39FhSJR058096@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 9 Apr 2007 15:43: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/comms/tits Makefile ports/comms/tits/files tits.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, 09 Apr 2007 15:43:29 -0000 des 2007-04-09 15:43:28 UTC FreeBSD ports repository Modified files: comms/tits Makefile Added files: comms/tits/files tits.in Log: Add rc script. Note that IWBN to have tits keep a pidfile. Approved by: maintainer (mich@) Revision Changes Path 1.12 +3 -1 ports/comms/tits/Makefile 1.1 +33 -0 ports/comms/tits/files/tits.in (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 15:43:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A04B916A402; Mon, 9 Apr 2007 15:43:43 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7BB9113C455; Mon, 9 Apr 2007 15:43:43 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39FhhjF058523; Mon, 9 Apr 2007 15:43:43 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39FhhdJ058521; Mon, 9 Apr 2007 15:43:43 GMT (envelope-from sam) Message-Id: <200704091543.l39FhhdJ058521@repoman.freebsd.org> From: Sam Leffler Date: Mon, 9 Apr 2007 15:43:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/wesside/wesside aircrack-ptw-lib.c aircrack-ptw-lib.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, 09 Apr 2007 15:43:43 -0000 sam 2007-04-09 15:43:43 UTC FreeBSD src repository Modified files: tools/tools/net80211/wesside/wesside aircrack-ptw-lib.c aircrack-ptw-lib.h Log: correct copyright attribution; there was no copyright in the patches from Andrea so I assigned him ownership; this corrects that Submitted by: Andrea Bittau Revision Changes Path 1.2 +2 -1 src/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c 1.2 +2 -1 src/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h From owner-cvs-all@FreeBSD.ORG Mon Apr 9 16:10:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2678116A407; Mon, 9 Apr 2007 16:10:15 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 02C3413C46E; Mon, 9 Apr 2007 16:10:15 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39GAECp079937; Mon, 9 Apr 2007 16:10:14 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39GAERr079936; Mon, 9 Apr 2007 16:10:14 GMT (envelope-from naddy) Message-Id: <200704091610.l39GAERr079936@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 9 Apr 2007 16:10:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/nano 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, 09 Apr 2007 16:10:15 -0000 naddy 2007-04-09 16:10:14 UTC FreeBSD ports repository Modified files: editors/nano Makefile distinfo Log: * Update to 2.0.4. Changes in this release: - Support additional keys on some terminals. - Minor documentation updates. * Enable UTF-8 support if ncursesw is available in the base system. Revision Changes Path 1.38 +11 -3 ports/editors/nano/Makefile 1.24 +3 -3 ports/editors/nano/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 16:14:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E026016A40E; Mon, 9 Apr 2007 16:14:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D0E5913C46A; Mon, 9 Apr 2007 16:14:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39GESuI084162; Mon, 9 Apr 2007 16:14:28 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39GESqN084154; Mon, 9 Apr 2007 16:14:28 GMT (envelope-from jkim) Message-Id: <200704091614.l39GESqN084154@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 9 Apr 2007 16:14:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2 Makefile ports/editors/openoffice.org-2/files Makefile.knobs ports/editors/openoffice.org-2-RC Makefile ports/editors/openoffice.org-2-RC/files Makefile.knobs ports/editors/openoffice.org-2-devel Makefile ports/editors/openoffice.org-2-devel/files Makefile.knobs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 16:14:29 -0000 jkim 2007-04-09 16:14:28 UTC FreeBSD ports repository (src committer) Modified files: editors/openoffice.org-2 Makefile editors/openoffice.org-2/files Makefile.knobs editors/openoffice.org-2-RC Makefile editors/openoffice.org-2-RC/files Makefile.knobs editors/openoffice.org-2-devel Makefile editors/openoffice.org-2-devel/files Makefile.knobs Log: Allow OpenOffice.org to be built with system freetype2 library instead of bundled one. The knob is WITH_SYSTEM_FREETYPE. The most notable advantage of using the latest freetype library from ports is it has CJK emboldening feature (i.e., it makes fake bold fonts from non-bold ones) and OpenOffice.org already makes use of it when the feature is available. Approved by: maho Revision Changes Path 1.292 +1 -2 ports/editors/openoffice.org-2-RC/Makefile 1.41 +13 -1 ports/editors/openoffice.org-2-RC/files/Makefile.knobs 1.307 +1 -2 ports/editors/openoffice.org-2-devel/Makefile 1.41 +13 -1 ports/editors/openoffice.org-2-devel/files/Makefile.knobs 1.280 +1 -2 ports/editors/openoffice.org-2/Makefile 1.42 +13 -1 ports/editors/openoffice.org-2/files/Makefile.knobs From owner-cvs-all@FreeBSD.ORG Mon Apr 9 16:17:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62B7B16A405; Mon, 9 Apr 2007 16:17:30 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3F1E913C4D3; Mon, 9 Apr 2007 16:17:30 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39GHUDb086734; Mon, 9 Apr 2007 16:17:30 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39GHUld086730; Mon, 9 Apr 2007 16:17:30 GMT (envelope-from naddy) Message-Id: <200704091617.l39GHUld086730@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 9 Apr 2007 16:17: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 UIDs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 16:17:30 -0000 naddy 2007-04-09 16:17:29 UTC FreeBSD ports repository Modified files: . UIDs Log: reserve _ntp UID/GID for OpenNTPD Revision Changes Path 1.38 +2 -1 ports/UIDs From owner-cvs-all@FreeBSD.ORG Mon Apr 9 16:21:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8473016A403; Mon, 9 Apr 2007 16:21:18 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF2013C48C; Mon, 9 Apr 2007 16:21:18 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39GLIDT090187; Mon, 9 Apr 2007 16:21:18 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39GLImX090174; Mon, 9 Apr 2007 16:21:18 GMT (envelope-from naddy) Message-Id: <200704091621.l39GLImX090174@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 9 Apr 2007 16:21: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 GIDs UIDs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 16:21:18 -0000 naddy 2007-04-09 16:21:18 UTC FreeBSD ports repository Modified files: . GIDs UIDs Log: (second attempt) reserve _ntp UID/GID for OpenNTPD Revision Changes Path 1.35 +2 -1 ports/GIDs 1.39 +2 -2 ports/UIDs From owner-cvs-all@FreeBSD.ORG Mon Apr 9 16:29:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0AB116A400; Mon, 9 Apr 2007 16:29:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BCD2113C4AE; Mon, 9 Apr 2007 16:29:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39GTqSD097777; Mon, 9 Apr 2007 16:29:52 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39GTqW2097773; Mon, 9 Apr 2007 16:29:52 GMT (envelope-from jkim) Message-Id: <200704091629.l39GTqW2097773@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 9 Apr 2007 16:29: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/editors/openoffice.org-2-devel/files patch-i65462 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 16:29:53 -0000 jkim 2007-04-09 16:29:52 UTC FreeBSD ports repository (src committer) Added files: editors/openoffice.org-2-devel/files patch-i65462 Log: Re-add OOo issue 64906 workaround for FreeBSD. The root cause of the crash is i65462 but it was dormant until i65004 was closed. Approved by: maho Revision Changes Path 1.1 +24 -0 ports/editors/openoffice.org-2-devel/files/patch-i65462 (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 16:32:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFDDD16A40D; Mon, 9 Apr 2007 16:32:10 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6904E13C487; Mon, 9 Apr 2007 16:32:10 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 7C95113789; Mon, 9 Apr 2007 18:32:09 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id DB1041A7C9; Mon, 9 Apr 2007 18:32:13 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id C9E421A7C7; Mon, 9 Apr 2007 18:32:13 +0200 (CEST) Date: Mon, 9 Apr 2007 18:32:13 +0200 (CEST) From: Gerald Pfeifer To: Colin Percival In-Reply-To: <461A172F.4000202@freebsd.org> Message-ID: References: <200703311441.l2VEfSgZ070944@repoman.freebsd.org> <20070331192739.GA69788@xor.obsecurity.org> <461A172F.4000202@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, Gerald Pfeifer , cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/lang/gcc43 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 16:32:10 -0000 On Mon, 9 Apr 2007, Colin Percival wrote: > Could I suggest > s|increase the the datasize limit|set kern.maxdsiz in /boot/loader.conf| > for the benefit of people who aren't familiar with loader.conf? Good input. How about the following update to my original patch? (Note that the user still may need to increase the datasize limit beyond the setting in /boot/loader.conf, for example in /etc/login.conf or one or the other login script.) Gerald Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/gcc43/Makefile,v retrieving revision 1.304 diff -u -3 -p -r1.304 Makefile --- Makefile 9 Apr 2007 13:23:10 -0000 1.304 +++ Makefile 9 Apr 2007 15:32:11 -0000 @@ -135,6 +135,15 @@ PLIST_SUB+= JAVA="@comment " pre-everything:: @${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" +.if ! defined(WITHOUT_JAVA) + @DSIZ=700000; DSIZBYTE=734003200; \ + if [ `ulimit -d` -lt $$DSIZ ]; then \ + echo "You need to increase the datasize limit to at least $$DSIZ \ + (and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \ + build with Java support." | ${FMT} -s; \ + exit 1; \ + fi +.endif post-patch: @${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \ From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:01:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C06E16A406; Mon, 9 Apr 2007 17:01:24 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D4C0D13C45B; Mon, 9 Apr 2007 17:01:23 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39H1NCi031308; Mon, 9 Apr 2007 17:01:23 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39H1NIX031304; Mon, 9 Apr 2007 17:01:23 GMT (envelope-from kmacy) Message-Id: <200704091701.l39H1NIX031304@repoman.freebsd.org> From: Kip Macy Date: Mon, 9 Apr 2007 17:01: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/dev/cxgb/sys uipc_mvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:01:24 -0000 kmacy 2007-04-09 17:01:23 UTC FreeBSD src repository Modified files: sys/dev/cxgb/sys uipc_mvec.c Log: busdma tags are opaque on all architectures except sparc64 for now simply don't compile/use on sparc64 Revision Changes Path 1.3 +2 -1 src/sys/dev/cxgb/sys/uipc_mvec.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:02:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D8F516A401; Mon, 9 Apr 2007 17:02:39 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6915C13C4AE; Mon, 9 Apr 2007 17:02:39 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39H2dsZ032277; Mon, 9 Apr 2007 17:02:39 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39H2dfM032273; Mon, 9 Apr 2007 17:02:39 GMT (envelope-from blackend) Message-Id: <200704091702.l39H2dfM032273@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 9 Apr 2007 17:02:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 09 Apr 2007 17:02:39 -0000 blackend 2007-04-09 17:02:39 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: - Use of trademark entities; - Use of guimenu/guimenuitem/application tags where needed; - Fix/add some userinput tags - Try to be consistent on capitalization of dom0/domU - s/X Window/X11 - Expand a bit the text regarding the commands to use to set up Xen. Revision Changes Path 1.6 +55 -36 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:05:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C369116A421; Mon, 9 Apr 2007 17:05:54 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9F71D13C457; Mon, 9 Apr 2007 17:05:54 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39H5svl036947; Mon, 9 Apr 2007 17:05:54 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39H5seF036946; Mon, 9 Apr 2007 17:05:54 GMT (envelope-from kmacy) Message-Id: <200704091705.l39H5seF036946@repoman.freebsd.org> From: Kip Macy Date: Mon, 9 Apr 2007 17:05:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb/sys uipc_mvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:05:54 -0000 kmacy 2007-04-09 17:05:54 UTC FreeBSD src repository Modified files: sys/dev/cxgb/sys uipc_mvec.c Log: throw sun4v into the check while we're at it Revision Changes Path 1.4 +1 -1 src/sys/dev/cxgb/sys/uipc_mvec.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:08:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3014316A404; Mon, 9 Apr 2007 17:08:28 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0BDBC13C483; Mon, 9 Apr 2007 17:08:28 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39H8Rnw037708; Mon, 9 Apr 2007 17:08:27 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39H8Rar037707; Mon, 9 Apr 2007 17:08:27 GMT (envelope-from piso) Message-Id: <200704091708.l39H8Rar037707@repoman.freebsd.org> From: Paolo Pisati Date: Mon, 9 Apr 2007 17:08: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/conf files src/sys/modules/libalias/libalias Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:08:28 -0000 piso 2007-04-09 17:08:27 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/libalias/libalias Makefile Log: The old PacketAlias* API is not exported when libalias run in kernel land. Revision Changes Path 1.1194 +0 -1 src/sys/conf/files 1.2 +1 -1 src/sys/modules/libalias/libalias/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:19:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B9FE16A401; Mon, 9 Apr 2007 17:19:19 +0000 (UTC) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (nargothrond.kdm.org [70.56.43.81]) by mx1.freebsd.org (Postfix) with ESMTP id EF25413C455; Mon, 9 Apr 2007 17:19:18 +0000 (UTC) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (localhost [127.0.0.1]) by nargothrond.kdm.org (8.13.6/8.13.6) with ESMTP id l39GoLTK097247; Mon, 9 Apr 2007 10:50:21 -0600 (MDT) (envelope-from ken@nargothrond.kdm.org) Received: (from ken@localhost) by nargothrond.kdm.org (8.13.6/8.13.6/Submit) id l39GoLAF097246; Mon, 9 Apr 2007 10:50:21 -0600 (MDT) (envelope-from ken) Date: Mon, 9 Apr 2007 10:50:21 -0600 From: "Kenneth D. Merry" To: Scott Long Message-ID: <20070409165021.GA96611@nargothrond.kdm.org> References: <200704071940.l37Jew2t013708@repoman.freebsd.org> <20070407131228.L71232@ns1.feral.com> <46183104.6080904@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46183104.6080904@samsco.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: ClamAV 0.88.1/3054/Mon Apr 9 08:31:59 2007 on nargothrond.kdm.org X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Scott Long , mjacob@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/modules/cam Makefile src/sys/conf NOTES files src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:19:19 -0000 That's a pretty neat trick! Thanks Scott! For what it's worth, Doug Gilbert already ported sg3_utils and sdparm to CAM a while back. I see a message from him to -scsi in March, 2006, announcing it. Ken On Sat, Apr 07, 2007 at 18:02:12 -0600, Scott Long wrote: > To tell you the truth, the SG device has one of the worst programming > interfaces that I've ever seen. Even the various official docs on it > complain about how bad it is. I've written apps for CAM, including a > swiss-army-knife java-based management app, and CAM is vastly superior. > I tried porting the app to linux and gave up due to how limited and > unpleasant it was. From the kernel side, it's even scarier. > > But beyond that, the work I committed here was about opening up FreeBSD > to more storage management opportunities. So I'm happy with whatever > anyone wants to do with it that furthers that goal. I'd like to see > the native interface be used as a bridge to help introduce programmers > to FreeBSD and CAM; if the sg3_utils package is a step in that > direction or if it provides tools that camcontrol doesn't, then go for > it. > > Scott > > > mjacob@freebsd.org wrote: > > > >Cool- does this mean we should commit sg3_utils to ports then? > > > >On Sat, 7 Apr 2007, Scott Long wrote: > > > >>scottl 2007-04-07 19:40:58 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/modules/cam Makefile > >> sys/conf files NOTES > >> sys/compat/linux linux_ioctl.c linux_ioctl.h > >> Added files: > >> sys/cam/scsi scsi_sg.c scsi_sg.h > >> Log: > >> Add the CAM 'SG' peripheral device. This device implements a subset > >>of the > >> Linux SCSI SG passthrough device API. The intention is to allow for > >>both > >> running of Linux apps that want to talk to /dev/sg* nodes, and to > >>facilitate > >> porting of apps from Linux to FreeBSD. As such, both native and > >>linuxolator > >> entry points and definitions are provided. > >> > >> Caveats: > >> - This does not support the procfs and sysfs nodes that the Linux SG > >> driver provides. Some Linux apps may rely on these for operation, > >> others may only use them for informational purposes. > >> - More ioctls need to be implemented. > >> - Linux uses a naming scheme of "sg[a-z]" for devices, while FreeBSD > >>uses a > >> scheme of "sg[0-9]". Devfs aliasis (symlinks) are automatically > >>created > >> to link the two together. However, tools like camcontrol only see > >>the > >> native names. > >> - Some operations were originally designed to return byte counts or > >>other > >> data directly as the syscall return value. The linuxolator > >>doesn't appear > >> to support this well, so this driver just punts for these cases. > >> > >> Now that the driver is in place, others are welcome to add missing > >> functionality. Thanks to Roman Divacky for pushing this work along. > >> > >> Revision Changes Path > >> 1.1 +987 -0 src/sys/cam/scsi/scsi_sg.c (new) > >> 1.1 +139 -0 src/sys/cam/scsi/scsi_sg.h (new) > >> 1.138 +27 -0 src/sys/compat/linux/linux_ioctl.c > >> 1.25 +34 -0 src/sys/compat/linux/linux_ioctl.h > >> 1.1419 +5 -0 src/sys/conf/NOTES > >> 1.1191 +1 -0 src/sys/conf/files > >> 1.15 +1 -0 src/sys/modules/cam/Makefile > >> -- Kenneth Merry ken@kdm.org From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:20:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38BDE16A400; Mon, 9 Apr 2007 17:20:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1411013C4BA; Mon, 9 Apr 2007 17:20:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HKm6o047455; Mon, 9 Apr 2007 17:20:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HKm1A047445; Mon, 9 Apr 2007 17:20:48 GMT (envelope-from miwi) Message-Id: <200704091720.l39HKm1A047445@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 17:20: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/net/abills Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:20:49 -0000 miwi 2007-04-09 17:20:48 UTC FreeBSD ports repository Modified files: net/abills Makefile distinfo pkg-plist Log: - Update to 0.35 PR: 107705 Submitted by: Michael Lednev (maintainer) Revision Changes Path 1.7 +1 -1 ports/net/abills/Makefile 1.7 +3 -3 ports/net/abills/distinfo 1.7 +245 -211 ports/net/abills/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:22:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A28A216A40A; Mon, 9 Apr 2007 17:22:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2FE13C4E1; Mon, 9 Apr 2007 17:22:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HM4oQ048950; Mon, 9 Apr 2007 17:22:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HM4lZ048949; Mon, 9 Apr 2007 17:22:04 GMT (envelope-from miwi) Message-Id: <200704091722.l39HM4lZ048949@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 17:22: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/audio/qjackctl 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, 09 Apr 2007 17:22:04 -0000 miwi 2007-04-09 17:22:04 UTC FreeBSD ports repository Modified files: audio/qjackctl Makefile distinfo Log: - Update to 0.2.22 PR: 111062 Submitted by: trasz (maintainer) Revision Changes Path 1.4 +6 -1 ports/audio/qjackctl/Makefile 1.2 +3 -3 ports/audio/qjackctl/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:23:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2C5D16A403; Mon, 9 Apr 2007 17:23:21 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9E40013C4BD; Mon, 9 Apr 2007 17:23:21 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HNLNV049945; Mon, 9 Apr 2007 17:23:21 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HNLSP049940; Mon, 9 Apr 2007 17:23:21 GMT (envelope-from alepulver) Message-Id: <200704091723.l39HNLSP049940@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 9 Apr 2007 17:23: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/Mk bsd.lua.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, 09 Apr 2007 17:23:21 -0000 alepulver 2007-04-09 17:23:20 UTC FreeBSD ports repository Modified files: Mk bsd.lua.mk Log: - Make autodetection work properly. Revision Changes Path 1.11 +13 -13 ports/Mk/bsd.lua.mk From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:24:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 616AD16A403; Mon, 9 Apr 2007 17:24:22 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3CEB613C489; Mon, 9 Apr 2007 17:24:22 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HOMLm050776; Mon, 9 Apr 2007 17:24:22 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HOMh1050775; Mon, 9 Apr 2007 17:24:22 GMT (envelope-from alepulver) Message-Id: <200704091724.l39HOMh1050775@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 9 Apr 2007 17:24: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/Mk bsd.lua.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, 09 Apr 2007 17:24:22 -0000 alepulver 2007-04-09 17:24:22 UTC FreeBSD ports repository Modified files: Mk bsd.lua.mk Log: - Change some spaces into tabs. Revision Changes Path 1.12 +4 -4 ports/Mk/bsd.lua.mk From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:27:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6466916A403; Mon, 9 Apr 2007 17:27:53 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 565D413C489; Mon, 9 Apr 2007 17:27:53 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HRrTb054247; Mon, 9 Apr 2007 17:27:53 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HRrY4054246; Mon, 9 Apr 2007 17:27:53 GMT (envelope-from blackend) Message-Id: <200704091727.l39HRrY4054246@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 9 Apr 2007 17:27:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/basics chapter.sgml doc/fr_FR.ISO8859-1/books/handbook/l10n chapter.sgml doc/fr_FR.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, 09 Apr 2007 17:27:53 -0000 blackend 2007-04-09 17:27:53 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/basics chapter.sgml fr_FR.ISO8859-1/books/handbook/l10n chapter.sgml fr_FR.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: MFen: basics/chapter.sgml: 1.146 --> 1.147 l10n/chapter.sgml: 1.122 --> 1.123 linuxemu/chapter.sgml: 1.132 --> 1.133 Revision Changes Path 1.22 +1 -8 doc/fr_FR.ISO8859-1/books/handbook/basics/chapter.sgml 1.14 +9 -9 doc/fr_FR.ISO8859-1/books/handbook/l10n/chapter.sgml 1.14 +1 -1 doc/fr_FR.ISO8859-1/books/handbook/linuxemu/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:29:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B62E16A400; Mon, 9 Apr 2007 17:29:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 59D4D13C4B9; Mon, 9 Apr 2007 17:29:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HThsc055487; Mon, 9 Apr 2007 17:29:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HThEL055483; Mon, 9 Apr 2007 17:29:43 GMT (envelope-from miwi) Message-Id: <200704091729.l39HThEL055483@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 17:29: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/net/sipxportlib/files patch-src_os_OsMsg.cpp patch-src_os_OsMsgQ.cpp patch-src_os_OsStunAgentTask.cpp patch-src_os_OsStunDatagramSocket.cpp patch-src_os_OsSysLogTask.cpp patch-src_os_OsTask.cpp patch-src_os_OsTimer.cpp patch-src_os_OsTimerTask.cpp patch-src_os_linux_AdapterInfo.cpp patch-src_os_linux_OsBSemLinux.cpp patch-src_os_linux_OsTaskLinux.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:29:43 -0000 miwi 2007-04-09 17:29:42 UTC FreeBSD ports repository Modified files: net/sipxportlib/files patch-src_os_linux_AdapterInfo.cpp Added files: net/sipxportlib/files patch-src_os_OsMsg.cpp patch-src_os_OsMsgQ.cpp patch-src_os_OsStunAgentTask.cpp patch-src_os_OsStunDatagramSocket.cpp patch-src_os_OsSysLogTask.cpp patch-src_os_OsTask.cpp patch-src_os_OsTimer.cpp patch-src_os_OsTimerTask.cpp patch-src_os_linux_OsBSemLinux.cpp patch-src_os_linux_OsTaskLinux.cpp patch-src_utl_UtlContainable.cpp patch-src_utl_UtlContainer.cpp patch-src_utl_UtlVoidPtr.cpp Log: - Fix build with gcc 4.1 Notes: sipxportlib contains numerous cases of casting a pointer to an int. Gcc 4.1 does not like this on amd64 systems. I have silenced the compilation error by first typecasting through a uintptr_t. This does not fix any underlying problems, but at least the code compiles. Approved by: maintainer Revision Changes Path 1.1 +28 -0 ports/net/sipxportlib/files/patch-src_os_OsMsg.cpp (new) 1.1 +19 -0 ports/net/sipxportlib/files/patch-src_os_OsMsgQ.cpp (new) 1.1 +25 -0 ports/net/sipxportlib/files/patch-src_os_OsStunAgentTask.cpp (new) 1.1 +28 -0 ports/net/sipxportlib/files/patch-src_os_OsStunDatagramSocket.cpp (new) 1.1 +24 -0 ports/net/sipxportlib/files/patch-src_os_OsSysLogTask.cpp (new) 1.1 +19 -0 ports/net/sipxportlib/files/patch-src_os_OsTask.cpp (new) 1.1 +28 -0 ports/net/sipxportlib/files/patch-src_os_OsTimer.cpp (new) 1.1 +19 -0 ports/net/sipxportlib/files/patch-src_os_OsTimerTask.cpp (new) 1.2 +29 -3 ports/net/sipxportlib/files/patch-src_os_linux_AdapterInfo.cpp 1.1 +19 -0 ports/net/sipxportlib/files/patch-src_os_linux_OsBSemLinux.cpp (new) 1.1 +74 -0 ports/net/sipxportlib/files/patch-src_os_linux_OsTaskLinux.cpp (new) 1.1 +19 -0 ports/net/sipxportlib/files/patch-src_utl_UtlContainable.cpp (new) 1.1 +29 -0 ports/net/sipxportlib/files/patch-src_utl_UtlContainer.cpp (new) 1.1 +28 -0 ports/net/sipxportlib/files/patch-src_utl_UtlVoidPtr.cpp (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:32:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09EEC16A404; Mon, 9 Apr 2007 17:32:54 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CE49813C4BB; Mon, 9 Apr 2007 17:32:53 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HWrPM058201; Mon, 9 Apr 2007 17:32:53 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HWrsa058188; Mon, 9 Apr 2007 17:32:53 GMT (envelope-from mezz) Message-Id: <200704091732.l39HWrsa058188@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 9 Apr 2007 17:32: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/accessibility/gnome-speech 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, 09 Apr 2007 17:32:54 -0000 mezz 2007-04-09 17:32:52 UTC FreeBSD ports repository Modified files: accessibility/gnome-speech Makefile pkg-plist Log: - Fix the '==' -> '=' in configure. - Fix the build [1], dependency and plist if audio/espeak is installed in the system. - Add a new knob, WITH_ESPEAK, with autocheck. - Bump the PORTREVISION. PR: ports/111217 [1] Reported by: Jukka A. Ukkonen [1] Revision Changes Path 1.26 +18 -1 ports/accessibility/gnome-speech/Makefile 1.4 +2 -0 ports/accessibility/gnome-speech/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:37:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85F5C16A404; Mon, 9 Apr 2007 17:37:56 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5D02213C45D; Mon, 9 Apr 2007 17:37:56 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HbuD6061751; Mon, 9 Apr 2007 17:37:56 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Hbt4A061750; Mon, 9 Apr 2007 17:37:55 GMT (envelope-from mezz) Message-Id: <200704091737.l39Hbt4A061750@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 9 Apr 2007 17:37: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/accessibility/gnome-speech 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, 09 Apr 2007 17:37:56 -0000 mezz 2007-04-09 17:37:55 UTC FreeBSD ports repository Modified files: accessibility/gnome-speech Makefile distinfo Log: Update to 0.4.11. Revision Changes Path 1.27 +1 -2 ports/accessibility/gnome-speech/Makefile 1.19 +3 -3 ports/accessibility/gnome-speech/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:40:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5238E16A403; Mon, 9 Apr 2007 17:40:41 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 43A4C13C4AE; Mon, 9 Apr 2007 17:40:41 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HefLe062013; Mon, 9 Apr 2007 17:40:41 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Hef7W062012; Mon, 9 Apr 2007 17:40:41 GMT (envelope-from alepulver) Message-Id: <200704091740.l39Hef7W062012@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 9 Apr 2007 17:40:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports/games Makefile ports/games/bos Makefile distinfo pkg-descr pkg-plist ports/games/boswars Makefile distinfo pkg-plist ports/games/boswars/files patch-SConstruct X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:40:41 -0000 alepulver 2007-04-09 17:40:40 UTC FreeBSD ports repository Modified files: . modules games Makefile games/boswars Makefile distinfo pkg-plist Added files: games/boswars/files patch-SConstruct Removed files: games/bos Makefile distinfo pkg-descr pkg-plist Log: - Complete repocopy of games/bos to games/boswars. - Update to version 2.3 (first version released after the project was renamed). PR: ports/110633 Submitted by: alepulver (myself) Revision Changes Path 1.17820 +1 -1 CVSROOT/modules 1.1109 +1 -1 ports/games/Makefile 1.6 +0 -32 ports/games/bos/Makefile (dead) 1.4 +0 -3 ports/games/bos/distinfo (dead) 1.3 +0 -4 ports/games/bos/pkg-descr (dead) 1.2 +0 -626 ports/games/bos/pkg-plist (dead) 1.6 +40 -16 ports/games/boswars/Makefile 1.4 +3 -3 ports/games/boswars/distinfo 1.1 +38 -0 ports/games/boswars/files/patch-SConstruct (new) 1.2 +39 -8 ports/games/boswars/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:43:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91BDC16A402; Mon, 9 Apr 2007 17:43:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6C33813C484; Mon, 9 Apr 2007 17:43:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HhJfv064628; Mon, 9 Apr 2007 17:43:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HhJR5064627; Mon, 9 Apr 2007 17:43:19 GMT (envelope-from miwi) Message-Id: <200704091743.l39HhJR5064627@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 17:43: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/ports-mgmt/pib Makefile ports/ports-mgmt/pib/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:43:19 -0000 miwi 2007-04-09 17:43:19 UTC FreeBSD ports repository Modified files: ports-mgmt/pib Makefile ports-mgmt/pib/files patch-Makefile Log: - Use TCL/TK 8.4 PR: 110422 Submitted by: Martin Tournoij Approved by: maintainer timeout Revision Changes Path 1.27 +4 -3 ports/ports-mgmt/pib/Makefile 1.2 +19 -3 ports/ports-mgmt/pib/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:44:57 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D4C616A403; Mon, 9 Apr 2007 17:44:57 +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 D822713C4B0; Mon, 9 Apr 2007 17:44:56 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l39Hd5WM057912; Mon, 9 Apr 2007 11:39:06 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <461A7A27.7090609@samsco.org> Date: Mon, 09 Apr 2007 11:38:47 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: "Kenneth D. Merry" , Roman Divacky References: <200704071940.l37Jew2t013708@repoman.freebsd.org> <20070407131228.L71232@ns1.feral.com> <46183104.6080904@samsco.org> <20070409165021.GA96611@nargothrond.kdm.org> In-Reply-To: <20070409165021.GA96611@nargothrond.kdm.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Mon, 09 Apr 2007 11:39:06 -0600 (MDT) X-Spam-Status: No, score=-0.8 required=5.5 tests=ALL_TRUSTED,SUBJ_HAS_SPACES autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/modules/cam Makefile src/sys/conf NOTES files src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:44:57 -0000 I guess this work never got into ports? I'd like to see if there, even if it's augmented with other non-CAM versions. Scott Kenneth D. Merry wrote: > That's a pretty neat trick! Thanks Scott! > > For what it's worth, Doug Gilbert already ported sg3_utils and sdparm to > CAM a while back. I see a message from him to -scsi in March, 2006, > announcing it. > > Ken > > On Sat, Apr 07, 2007 at 18:02:12 -0600, Scott Long wrote: >> To tell you the truth, the SG device has one of the worst programming >> interfaces that I've ever seen. Even the various official docs on it >> complain about how bad it is. I've written apps for CAM, including a >> swiss-army-knife java-based management app, and CAM is vastly superior. >> I tried porting the app to linux and gave up due to how limited and >> unpleasant it was. From the kernel side, it's even scarier. >> >> But beyond that, the work I committed here was about opening up FreeBSD >> to more storage management opportunities. So I'm happy with whatever >> anyone wants to do with it that furthers that goal. I'd like to see >> the native interface be used as a bridge to help introduce programmers >> to FreeBSD and CAM; if the sg3_utils package is a step in that >> direction or if it provides tools that camcontrol doesn't, then go for >> it. >> >> Scott >> >> >> mjacob@freebsd.org wrote: >>> Cool- does this mean we should commit sg3_utils to ports then? >>> >>> On Sat, 7 Apr 2007, Scott Long wrote: >>> >>>> scottl 2007-04-07 19:40:58 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/modules/cam Makefile >>>> sys/conf files NOTES >>>> sys/compat/linux linux_ioctl.c linux_ioctl.h >>>> Added files: >>>> sys/cam/scsi scsi_sg.c scsi_sg.h >>>> Log: >>>> Add the CAM 'SG' peripheral device. This device implements a subset >>>> of the >>>> Linux SCSI SG passthrough device API. The intention is to allow for >>>> both >>>> running of Linux apps that want to talk to /dev/sg* nodes, and to >>>> facilitate >>>> porting of apps from Linux to FreeBSD. As such, both native and >>>> linuxolator >>>> entry points and definitions are provided. >>>> >>>> Caveats: >>>> - This does not support the procfs and sysfs nodes that the Linux SG >>>> driver provides. Some Linux apps may rely on these for operation, >>>> others may only use them for informational purposes. >>>> - More ioctls need to be implemented. >>>> - Linux uses a naming scheme of "sg[a-z]" for devices, while FreeBSD >>>> uses a >>>> scheme of "sg[0-9]". Devfs aliasis (symlinks) are automatically >>>> created >>>> to link the two together. However, tools like camcontrol only see >>>> the >>>> native names. >>>> - Some operations were originally designed to return byte counts or >>>> other >>>> data directly as the syscall return value. The linuxolator >>>> doesn't appear >>>> to support this well, so this driver just punts for these cases. >>>> >>>> Now that the driver is in place, others are welcome to add missing >>>> functionality. Thanks to Roman Divacky for pushing this work along. >>>> >>>> Revision Changes Path >>>> 1.1 +987 -0 src/sys/cam/scsi/scsi_sg.c (new) >>>> 1.1 +139 -0 src/sys/cam/scsi/scsi_sg.h (new) >>>> 1.138 +27 -0 src/sys/compat/linux/linux_ioctl.c >>>> 1.25 +34 -0 src/sys/compat/linux/linux_ioctl.h >>>> 1.1419 +5 -0 src/sys/conf/NOTES >>>> 1.1191 +1 -0 src/sys/conf/files >>>> 1.15 +1 -0 src/sys/modules/cam/Makefile >>>> > From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:46:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63A2A16A402; Mon, 9 Apr 2007 17:46:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 539AA13C465; Mon, 9 Apr 2007 17:46:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HkZZ9067730; Mon, 9 Apr 2007 17:46:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HkZht067728; Mon, 9 Apr 2007 17:46:35 GMT (envelope-from miwi) Message-Id: <200704091746.l39HkZht067728@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 17:46: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/audio Makefile ports/audio/libconvolve Makefile distinfo pkg-descr pkg-plist ports/audio/libconvolve/files patch-Makefile patch-convolution_init.c patch-convolution_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:46:35 -0000 miwi 2007-04-09 17:46:35 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/libconvolve Makefile distinfo pkg-descr pkg-plist audio/libconvolve/files patch-Makefile patch-convolution_init.c patch-convolution_process.c Log: Simple C library for partitioned convolution. WWW: http://tapas.affenbande.org/wordpress/?page_id=9 PR: ports/111128 Submitted by: trasz Revision Changes Path 1.849 +1 -0 ports/audio/Makefile 1.1 +24 -0 ports/audio/libconvolve/Makefile (new) 1.1 +3 -0 ports/audio/libconvolve/distinfo (new) 1.1 +32 -0 ports/audio/libconvolve/files/patch-Makefile (new) 1.1 +74 -0 ports/audio/libconvolve/files/patch-convolution_init.c (new) 1.1 +11 -0 ports/audio/libconvolve/files/patch-convolution_process.c (new) 1.1 +3 -0 ports/audio/libconvolve/pkg-descr (new) 1.1 +5 -0 ports/audio/libconvolve/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:47:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D086516A40D; Mon, 9 Apr 2007 17:47:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AC0EA13C455; Mon, 9 Apr 2007 17:47:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Hl1O3068040; Mon, 9 Apr 2007 17:47:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Hl1n0068039; Mon, 9 Apr 2007 17:47:01 GMT (envelope-from miwi) Message-Id: <200704091747.l39Hl1n0068039@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 17:47: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: Mon, 09 Apr 2007 17:47:01 -0000 miwi 2007-04-09 17:47:01 UTC FreeBSD ports repository Modified files: . modules Log: libconvolve --> ports/audio/libconvolve Revision Changes Path 1.17821 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:48:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C19FB16A405; Mon, 9 Apr 2007 17:48:42 +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 ACAF813C4BB; Mon, 9 Apr 2007 17:48:42 +0000 (UTC) (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 113551A4D84; Mon, 9 Apr 2007 10:48:47 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C187E52226; Mon, 9 Apr 2007 13:48:41 -0400 (EDT) Date: Mon, 9 Apr 2007 13:48:41 -0400 From: Kris Kennaway To: Gerald Pfeifer Message-ID: <20070409174841.GA33008@xor.obsecurity.org> References: <200703311441.l2VEfSgZ070944@repoman.freebsd.org> <20070331192739.GA69788@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, Gerald Pfeifer , cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/lang/gcc43 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:48:42 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 09, 2007 at 12:22:07PM +0200, Gerald Pfeifer wrote: > On Sat, 31 Mar 2007, Kris Kennaway wrote: > >>| +(Building the Java frontend and the associated libgcj library will > >>| +consume more than 512MB of main memory. Set WITHOUT_JAVA=3Dyes in= =20 > >>| +the environment when building this port to avoid that.) > > Maybe also describe how to achieve this? i.e. you need to increase > > the datasize limit. It would also be good to check this before > > starting the build and abort if it is going to fail later on. >=20 > Did you have something like the patch below in mind? (Not committed > yet.) Yes, thanks. > BTW, I cannot believe that even with FreeBSD 6.2 we still need to hack=20 > /boot/loader.conf and reboot to support more than 512MB per process. Is > there really no better way? I failed to find suitable documentation on= =20 > FreeBSD.org so far. Might be time to increase it, or (if for some reason 512MB is still considered the most suitable default) at least increase the kernel limit and leave the login.conf default at 512MB so it can be increased at runtime. Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGGnx5Wry0BWjoQKURAtpgAJkBDAFOeXexckraBDkKgxoZaWDwOACdF57X xq0YCYuuhjvMdt6eSrqHZok= =vD2M -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:48:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B101916A547; Mon, 9 Apr 2007 17:48:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8BA6D13C45A; Mon, 9 Apr 2007 17:48:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Hmmka069308; Mon, 9 Apr 2007 17:48:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HmmQw069247; Mon, 9 Apr 2007 17:48:48 GMT (envelope-from miwi) Message-Id: <200704091748.l39HmmQw069247@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 17:48: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/emulators/simh Makefile ports/emulators/simh/files patch-VAX-vax_sysdev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 17:48:48 -0000 miwi 2007-04-09 17:48:43 UTC FreeBSD ports repository Modified files: emulators/simh Makefile Added files: emulators/simh/files patch-VAX-vax_sysdev.c Log: - Fix firmware directory PR: 111061 Submitted by: trasz (maintainer) Revision Changes Path 1.45 +4 -0 ports/emulators/simh/Makefile 1.1 +19 -0 ports/emulators/simh/files/patch-VAX-vax_sysdev.c (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:54:15 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F33B16A404 for ; Mon, 9 Apr 2007 17:54:15 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3068A13C4B9 for ; Mon, 9 Apr 2007 17:54:15 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 12598 invoked from network); 9 Apr 2007 17:22:20 -0000 Received: from ppp-71-139-28-99.dsl.snfc21.pacbell.net (HELO ?10.0.0.235?) (nate-mail@71.139.28.99) by root.org with ESMTPA; 9 Apr 2007 17:22:20 -0000 Message-ID: <461A7647.10509@root.org> Date: Mon, 09 Apr 2007 10:22:15 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <20070408235405.1BD0616A506@hub.freebsd.org> In-Reply-To: <20070408235405.1BD0616A506@hub.freebsd.org> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys systm.h 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, 09 Apr 2007 17:54:15 -0000 Pawel Jakub Dawidek wrote: > pjd 2007-04-08 23:54:01 UTC > > FreeBSD src repository > > Modified files: > sys/sys systm.h > sys/kern vfs_mount.c > Log: > Add root_mounted() function that returns true if the root file system is > already mounted. > > Revision Changes Path > 1.254 +14 -0 src/sys/kern/vfs_mount.c > 1.255 +1 -0 src/sys/sys/systm.h > > > Index: src/sys/kern/vfs_mount.c > diff -u src/sys/kern/vfs_mount.c:1.253 src/sys/kern/vfs_mount.c:1.254 > --- src/sys/kern/vfs_mount.c:1.253 Thu Apr 5 21:03:04 2007 > +++ src/sys/kern/vfs_mount.c Sun Apr 8 23:54:01 2007 > @@ -1383,6 +1383,20 @@ > mtx_unlock(&mountlist_mtx); > } > > + /* > + * Return true if root is already mounted. > + */ > +int > +root_mounted(void) > +{ > + int mounted; > + > + mtx_lock(&mountlist_mtx); > + mounted = root_mount_complete; > + mtx_unlock(&mountlist_mtx); > + return (mounted); > +} > + I don't think a mutex is needed here. Reading an integer should be atomic, and you can use the atomic_get_int() or whatever function instead. -- Nate From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:58:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F50816A401; Mon, 9 Apr 2007 17:58:24 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1A9C613C483; Mon, 9 Apr 2007 17:58:24 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39HwNQn077403; Mon, 9 Apr 2007 17:58:23 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39HwNax077402; Mon, 9 Apr 2007 17:58:23 GMT (envelope-from lwhsu) Message-Id: <200704091758.l39HwNax077402@repoman.freebsd.org> From: Li-Wen Hsu Date: Mon, 9 Apr 2007 17:58:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_vhs 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, 09 Apr 2007 17:58:24 -0000 lwhsu 2007-04-09 17:58:23 UTC FreeBSD ports repository Modified files: www/mod_vhs Makefile distinfo Log: - Update to 1.0.32 [1] Change log o Fixed some compilation errors with Apache 2.2 (and automagicaly set debian compatibility) o Added initial support for mod_suphp from Thomas Rasch - Remove IGNORE when PACKAGE_BUILDING, the probelm doesn't exist now. PR: 111406 [1] Submitted by: Xavier Beaudouin (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.16 +4 -5 ports/www/mod_vhs/Makefile 1.14 +3 -3 ports/www/mod_vhs/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 17:58:49 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A88216A402; Mon, 9 Apr 2007 17:58:49 +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 C4BA313C484; Mon, 9 Apr 2007 17:58:48 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 70A1845CD9; Mon, 9 Apr 2007 19:58:46 +0200 (CEST) Received: from localhost (154.81.datacomsa.pl [195.34.81.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id C28A24569A; Mon, 9 Apr 2007 19:58:39 +0200 (CEST) Date: Mon, 9 Apr 2007 19:58:28 +0200 From: Pawel Jakub Dawidek To: Nate Lawson Message-ID: <20070409175828.GK76673@garage.freebsd.pl> References: <20070408235405.1BD0616A506@hub.freebsd.org> <461A7647.10509@root.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="08ATZu8fEq0x2T3M" Content-Disposition: inline In-Reply-To: <461A7647.10509@root.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (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=-2.6 required=3.0 tests=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/sys systm.h 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, 09 Apr 2007 17:58:49 -0000 --08ATZu8fEq0x2T3M Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 09, 2007 at 10:22:15AM -0700, Nate Lawson wrote: > Pawel Jakub Dawidek wrote: > > pjd 2007-04-08 23:54:01 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/sys systm.h=20 > > sys/kern vfs_mount.c=20 > > Log: > > Add root_mounted() function that returns true if the root file system= is > > already mounted. > > =20 > > Revision Changes Path > > 1.254 +14 -0 src/sys/kern/vfs_mount.c > > 1.255 +1 -0 src/sys/sys/systm.h > >=20 > >=20 > > Index: src/sys/kern/vfs_mount.c > > diff -u src/sys/kern/vfs_mount.c:1.253 src/sys/kern/vfs_mount.c:1.254 > > --- src/sys/kern/vfs_mount.c:1.253 Thu Apr 5 21:03:04 2007 > > +++ src/sys/kern/vfs_mount.c Sun Apr 8 23:54:01 2007 > > @@ -1383,6 +1383,20 @@ > > mtx_unlock(&mountlist_mtx); > > } > > =20 > > + /* > > + * Return true if root is already mounted. > > + */ > > +int > > +root_mounted(void) > > +{ > > + int mounted; > > + > > + mtx_lock(&mountlist_mtx); > > + mounted =3D root_mount_complete; > > + mtx_unlock(&mountlist_mtx); > > + return (mounted); > > +} > > + >=20 > I don't think a mutex is needed here. Reading an integer should be > atomic, and you can use the atomic_get_int() or whatever function instead. Yes, I think so to, I more added it for consistency. If you think it can be read as bad example, feel free to remove it. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --08ATZu8fEq0x2T3M Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGGn7EForvXbEpPzQRApkZAKDKMpIgdl1enzsS1Mx5RydztRlCnQCbBDDW K3hOBhbepDUxX+Wi/RuQNvk= =g9o9 -----END PGP SIGNATURE----- --08ATZu8fEq0x2T3M-- From owner-cvs-all@FreeBSD.ORG Mon Apr 9 18:07:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9A16A402; Mon, 9 Apr 2007 18:07:48 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0ACBB13C43E; Mon, 9 Apr 2007 18:07:48 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39I7liD080073; Mon, 9 Apr 2007 18:07:47 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39I7lsH080072; Mon, 9 Apr 2007 18:07:47 GMT (envelope-from stefan) Message-Id: <200704091807.l39I7lsH080072@repoman.freebsd.org> From: Stefan Walter Date: Mon, 9 Apr 2007 18:07:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/kdesvn Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 18:07:48 -0000 stefan 2007-04-09 18:07:47 UTC FreeBSD ports repository Modified files: devel/kdesvn Makefile distinfo pkg-plist Log: Update to 0.11.2. PR: 111367 Submitted by: maintainer Revision Changes Path 1.16 +1 -2 ports/devel/kdesvn/Makefile 1.10 +3 -3 ports/devel/kdesvn/distinfo 1.10 +1 -0 ports/devel/kdesvn/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 18:10:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4739616A400; Mon, 9 Apr 2007 18:10:36 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2253513C48C; Mon, 9 Apr 2007 18:10:36 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39IAaTt080293; Mon, 9 Apr 2007 18:10:36 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39IAZLi080292; Mon, 9 Apr 2007 18:10:35 GMT (envelope-from alepulver) Message-Id: <200704091810.l39IAZLi080292@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 9 Apr 2007 18: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 MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 18:10:36 -0000 alepulver 2007-04-09 18:10:35 UTC FreeBSD ports repository Modified files: . MOVED Log: - Add entry for games/bos -> games/boswars (project name changed). Revision Changes Path 1.1342 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Mon Apr 9 18:22:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CA5816A400; Mon, 9 Apr 2007 18:22:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 08E8413C4AE; Mon, 9 Apr 2007 18:22:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39IMBuR082847; Mon, 9 Apr 2007 18:22:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39IMB5k082846; Mon, 9 Apr 2007 18:22:11 GMT (envelope-from miwi) Message-Id: <200704091822.l39IMB5k082846@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 18:22:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/misc committers-ports.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 18:22:12 -0000 miwi 2007-04-09 18:22:11 UTC FreeBSD src repository (ports committer) Modified files: share/misc committers-ports.dot Log: - Add my mentees, farrokhi@ and nox@ Reviewed by: flz Revision Changes Path 1.42 +5 -0 src/share/misc/committers-ports.dot From owner-cvs-all@FreeBSD.ORG Mon Apr 9 18:34:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECF9A16A401; Mon, 9 Apr 2007 18:34:53 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C7BCE13C45A; Mon, 9 Apr 2007 18:34:53 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39IYrFT085059; Mon, 9 Apr 2007 18:34:53 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39IYrAJ085058; Mon, 9 Apr 2007 18:34:53 GMT (envelope-from gerald) Message-Id: <200704091834.l39IYrAJ085058@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 9 Apr 2007 18:34:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc43 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 18:34:54 -0000 gerald 2007-04-09 18:34:53 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile Log: Check for, and warn about the datasize limit, before trying to build with Java support. PR: 111126 Suggested by: kris, cperciva Revision Changes Path 1.305 +9 -0 ports/lang/gcc43/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:01:48 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9401416A406; Mon, 9 Apr 2007 19:01:48 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 5738C13C46C; Mon, 9 Apr 2007 19:01:48 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id l39J1dJP090962; Mon, 9 Apr 2007 12:01:47 -0700 (PDT) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id l39J1cXa090959; Mon, 9 Apr 2007 12:01:39 -0700 (PDT) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Mon, 9 Apr 2007 12:01:38 -0700 (PDT) From: mjacob@freebsd.org To: Scott Long In-Reply-To: <461A7A27.7090609@samsco.org> Message-ID: <20070409120124.M90950@ns1.feral.com> References: <200704071940.l37Jew2t013708@repoman.freebsd.org> <20070407131228.L71232@ns1.feral.com> <46183104.6080904@samsco.org> <20070409165021.GA96611@nargothrond.kdm.org> <461A7A27.7090609@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, Roman Divacky , "Kenneth D. Merry" , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/modules/cam Makefile src/sys/conf NOTES files src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 19:01:48 -0000 I didn't have the time- Doug is kinda pissed at me because of that. On Mon, 9 Apr 2007, Scott Long wrote: > I guess this work never got into ports? I'd like to see if there, even if > it's augmented with other non-CAM versions. > > Scott > > > Kenneth D. Merry wrote: >> That's a pretty neat trick! Thanks Scott! >> >> For what it's worth, Doug Gilbert already ported sg3_utils and sdparm to >> CAM a while back. I see a message from him to -scsi in March, 2006, >> announcing it. >> >> Ken >> >> On Sat, Apr 07, 2007 at 18:02:12 -0600, Scott Long wrote: >>> To tell you the truth, the SG device has one of the worst programming >>> interfaces that I've ever seen. Even the various official docs on it >>> complain about how bad it is. I've written apps for CAM, including a >>> swiss-army-knife java-based management app, and CAM is vastly superior. >>> I tried porting the app to linux and gave up due to how limited and >>> unpleasant it was. From the kernel side, it's even scarier. >>> >>> But beyond that, the work I committed here was about opening up FreeBSD >>> to more storage management opportunities. So I'm happy with whatever >>> anyone wants to do with it that furthers that goal. I'd like to see >>> the native interface be used as a bridge to help introduce programmers >>> to FreeBSD and CAM; if the sg3_utils package is a step in that >>> direction or if it provides tools that camcontrol doesn't, then go for >>> it. >>> >>> Scott >>> >>> >>> mjacob@freebsd.org wrote: >>>> Cool- does this mean we should commit sg3_utils to ports then? >>>> >>>> On Sat, 7 Apr 2007, Scott Long wrote: >>>> >>>>> scottl 2007-04-07 19:40:58 UTC >>>>> >>>>> FreeBSD src repository >>>>> >>>>> Modified files: >>>>> sys/modules/cam Makefile >>>>> sys/conf files NOTES >>>>> sys/compat/linux linux_ioctl.c linux_ioctl.h >>>>> Added files: >>>>> sys/cam/scsi scsi_sg.c scsi_sg.h >>>>> Log: >>>>> Add the CAM 'SG' peripheral device. This device implements a subset of >>>>> the >>>>> Linux SCSI SG passthrough device API. The intention is to allow for >>>>> both >>>>> running of Linux apps that want to talk to /dev/sg* nodes, and to >>>>> facilitate >>>>> porting of apps from Linux to FreeBSD. As such, both native and >>>>> linuxolator >>>>> entry points and definitions are provided. >>>>> >>>>> Caveats: >>>>> - This does not support the procfs and sysfs nodes that the Linux SG >>>>> driver provides. Some Linux apps may rely on these for operation, >>>>> others may only use them for informational purposes. >>>>> - More ioctls need to be implemented. >>>>> - Linux uses a naming scheme of "sg[a-z]" for devices, while FreeBSD >>>>> uses a >>>>> scheme of "sg[0-9]". Devfs aliasis (symlinks) are automatically >>>>> created >>>>> to link the two together. However, tools like camcontrol only see >>>>> the >>>>> native names. >>>>> - Some operations were originally designed to return byte counts or >>>>> other >>>>> data directly as the syscall return value. The linuxolator doesn't >>>>> appear >>>>> to support this well, so this driver just punts for these cases. >>>>> >>>>> Now that the driver is in place, others are welcome to add missing >>>>> functionality. Thanks to Roman Divacky for pushing this work along. >>>>> >>>>> Revision Changes Path >>>>> 1.1 +987 -0 src/sys/cam/scsi/scsi_sg.c (new) >>>>> 1.1 +139 -0 src/sys/cam/scsi/scsi_sg.h (new) >>>>> 1.138 +27 -0 src/sys/compat/linux/linux_ioctl.c >>>>> 1.25 +34 -0 src/sys/compat/linux/linux_ioctl.h >>>>> 1.1419 +5 -0 src/sys/conf/NOTES >>>>> 1.1191 +1 -0 src/sys/conf/files >>>>> 1.15 +1 -0 src/sys/modules/cam/Makefile >>>>> >> > > From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:02:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71E5416A400; Mon, 9 Apr 2007 19:02:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4C4D413C480; Mon, 9 Apr 2007 19:02:09 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39J29nj088901; Mon, 9 Apr 2007 19:02:09 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39J29HX088899; Mon, 9 Apr 2007 19:02:09 GMT (envelope-from sat) Message-Id: <200704091902.l39J29HX088899@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 9 Apr 2007 19: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/mail/surblhost 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, 09 Apr 2007 19:02:09 -0000 sat 2007-04-09 19:02:09 UTC FreeBSD ports repository Modified files: mail/surblhost Makefile distinfo Log: - Update to 0.8.0 Revision Changes Path 1.6 +2 -8 ports/mail/surblhost/Makefile 1.5 +3 -3 ports/mail/surblhost/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:16:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 517A816A400; Mon, 9 Apr 2007 19:16:25 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2B89313C455; Mon, 9 Apr 2007 19:16:25 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39JGPx8092283; Mon, 9 Apr 2007 19:16:25 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39JGOXu092269; Mon, 9 Apr 2007 19:16:24 GMT (envelope-from emaste) Message-Id: <200704091916.l39JGOXu092269@repoman.freebsd.org> From: Ed Maste Date: Mon, 9 Apr 2007 19:16:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/kdump kdump.c mksubr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 19:16:25 -0000 emaste 2007-04-09 19:16:24 UTC FreeBSD src repository Modified files: usr.bin/kdump kdump.c mksubr Log: Remove static ptrace_ops array and extract ptrace op names from sys/ptrace.h with mksubr. Revision Changes Path 1.35 +2 -36 src/usr.bin/kdump/kdump.c 1.9 +2 -0 src/usr.bin/kdump/mksubr From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:16:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8EA416A402; Mon, 9 Apr 2007 19:16:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A30AF13C448; Mon, 9 Apr 2007 19:16:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39JGmQq092346; Mon, 9 Apr 2007 19:16:48 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39JGmep092345; Mon, 9 Apr 2007 19:16:48 GMT (envelope-from pjd) Message-Id: <200704091916.l39JGmep092345@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 19:16:48 +0000 (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 src/usr.bin/uuidgen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 19:16:48 -0000 pjd 2007-04-09 19:16:48 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc usr.bin/uuidgen Makefile Log: Move uuidgen(1) from /usr/bin/ to /bin/. It will be used in rc.d/hostid script, which will be executed before /usr/ mount. Reviewed by: mlaier, rink, brooks, rwatson Revision Changes Path 1.78 +2 -0 src/ObsoleteFiles.inc 1.3 +2 -0 src/usr.bin/uuidgen/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:18:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB5DD16A401; Mon, 9 Apr 2007 19:18:09 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A53F213C44C; Mon, 9 Apr 2007 19:18:09 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39JI96K092455; Mon, 9 Apr 2007 19:18:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39JI91F092454; Mon, 9 Apr 2007 19:18:09 GMT (envelope-from pjd) Message-Id: <200704091918.l39JI91F092454@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 19:18: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/sys/sys kernel.h sysctl.h src/sys/kern kern_mib.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 19:18:09 -0000 pjd 2007-04-09 19:18:09 UTC FreeBSD src repository Modified files: sys/sys sysctl.h kernel.h sys/kern kern_mib.c Log: Add kern.hostuuid sysctl, which will be used to keep host's UUID. Reviewed by: mlaier, rink, brooks, rwatson Revision Changes Path 1.77 +3 -0 src/sys/kern/kern_mib.c 1.134 +1 -0 src/sys/sys/kernel.h 1.146 +3 -1 src/sys/sys/sysctl.h From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:21:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E36D416A400; Mon, 9 Apr 2007 19:21:27 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D5AB613C45E; Mon, 9 Apr 2007 19:21:27 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39JLRJO093354; Mon, 9 Apr 2007 19:21:27 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39JLRuO093353; Mon, 9 Apr 2007 19:21:27 GMT (envelope-from pjd) Message-Id: <200704091921.l39JLRuO093353@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 19:21: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/etc/rc.d Makefile hostid src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 19:21:28 -0000 pjd 2007-04-09 19:21:27 UTC FreeBSD src repository Modified files: etc/rc.d Makefile etc/defaults rc.conf Added files: etc/rc.d hostid Log: Add rc.d/hostid script (turned on by default) which on first boot generates UUID and stores it in /etc/hostid ($hostid_file) as well as sets kern.hostuuid and kern.hostid sysctls on every boot. Hostid can be reset using '/etc/rc.d/hostid reset' command. Hostid generation and setting can be turned off by setting variable hostid_enable to "NO" in /etc/rc.conf. Reviewed by: mlaier, rink, brooks, rwatson Revision Changes Path 1.313 +2 -0 src/etc/defaults/rc.conf 1.81 +1 -1 src/etc/rc.d/Makefile 1.1 +80 -0 src/etc/rc.d/hostid (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:23:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 782EC16A403; Mon, 9 Apr 2007 19:23:52 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5229D13C484; Mon, 9 Apr 2007 19:23:52 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39JNqx3093795; Mon, 9 Apr 2007 19:23:52 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39JNqro093794; Mon, 9 Apr 2007 19:23:52 GMT (envelope-from njl) Message-Id: <200704091923.l39JNqro093794@repoman.freebsd.org> From: Nate Lawson Date: Mon, 9 Apr 2007 19: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/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, 09 Apr 2007 19:23:52 -0000 njl 2007-04-09 19:23:52 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Clean up the root mount and mount wait code. No mutexes are needed here since a spurious wakeup() is the only possible outcome and this is fine in the BSD programming model. Revision Changes Path 1.255 +10 -15 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:29:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E28A716A402; Mon, 9 Apr 2007 19:29:26 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BC2BF13C448; Mon, 9 Apr 2007 19:29:26 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39JTQYJ094417; Mon, 9 Apr 2007 19:29:26 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39JTQcY094416; Mon, 9 Apr 2007 19:29:26 GMT (envelope-from joerg) Message-Id: <200704091929.l39JTQcY094416@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 9 Apr 2007 19: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/devel/avr-gcc 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, 09 Apr 2007 19:29:27 -0000 joerg 2007-04-09 19:29:26 UTC FreeBSD ports repository Modified files: devel/avr-gcc Makefile pkg-plist Log: Fix pkg-plist after version upgrade. Reminded by: pointyhat. Revision Changes Path 1.59 +1 -0 ports/devel/avr-gcc/Makefile 1.27 +52 -52 ports/devel/avr-gcc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:44:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 416FD16A401; Mon, 9 Apr 2007 19:44:10 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1B45513C483; Mon, 9 Apr 2007 19:44:10 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Ji9W5097468; Mon, 9 Apr 2007 19:44:09 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Ji9YP097465; Mon, 9 Apr 2007 19:44:09 GMT (envelope-from bms) Message-Id: <200704091944.l39Ji9YP097465@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 9 Apr 2007 19:44: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/tools/regression/netinet/ipsockopt ipsockopt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 19:44:10 -0000 bms 2007-04-09 19:44:09 UTC FreeBSD src repository Modified files: tools/regression/netinet/ipsockopt ipsockopt.c Log: Fix a bug whereby group addresses were incorrectly computed in the test. [Since the change to strict refcounting for in_multi objects, this test began to fail; formerly the refcount was a count of the number of requests for a given address, NOT a count of pointers to the object.] Revision Changes Path 1.7 +2 -2 src/tools/regression/netinet/ipsockopt/ipsockopt.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:44:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2035416A400; Mon, 9 Apr 2007 19:44:20 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1220513C46C; Mon, 9 Apr 2007 19:44:20 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39JiJrf097528; Mon, 9 Apr 2007 19:44:19 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39JiJCT097527; Mon, 9 Apr 2007 19:44:19 GMT (envelope-from emaste) Message-Id: <200704091944.l39JiJCT097527@repoman.freebsd.org> From: Ed Maste Date: Mon, 9 Apr 2007 19:44:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net 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: Mon, 09 Apr 2007 19:44:20 -0000 emaste 2007-04-09 19:44:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net rtsock.c Log: MFC rtsock.c r1.124, which was overlooked some time ago: Fix for PR 82974. We were not checking that the route looked up in the case of an RTM_CHANGE was specific, i.e. that it matched completely. This led to a route change of a non-existent route changing the default route as the radix code would simply back track to that point and hand that route back to the routing socket code. PR: 82974 Reviewed by: Tai-hwa Liang Ben Kaduk Bjoern A. Zeeb Obtained from: OpenBSD with modifications. Revision Changes Path 1.123.2.8 +19 -0 src/sys/net/rtsock.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 19:52:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6675A16A401; Mon, 9 Apr 2007 19:52:45 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 402A613C469; Mon, 9 Apr 2007 19:52:45 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39JqjRt098837; Mon, 9 Apr 2007 19:52:45 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39JqjaW098836; Mon, 9 Apr 2007 19:52:45 GMT (envelope-from bms) Message-Id: <200704091952.l39JqjaW098836@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 9 Apr 2007 19:52: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/usr.sbin/ifmcstat ifmcstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 19:52:45 -0000 bms 2007-04-09 19:52:44 UTC FreeBSD src repository Modified files: usr.sbin/ifmcstat ifmcstat.c Log: Remove __P. Revision Changes Path 1.16 +7 -7 src/usr.sbin/ifmcstat/ifmcstat.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:04:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93B6416A400; Mon, 9 Apr 2007 20:04:06 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6D40413C468; Mon, 9 Apr 2007 20:04:06 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39K46LU002913; Mon, 9 Apr 2007 20:04:06 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39K46Xj002910; Mon, 9 Apr 2007 20:04:06 GMT (envelope-from barner) Message-Id: <200704092004.l39K46Xj002910@repoman.freebsd.org> From: Simon Barner Date: Mon, 9 Apr 2007 20:04:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/fetchmail 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, 09 Apr 2007 20:04:06 -0000 barner 2007-04-09 20:04:05 UTC FreeBSD ports repository Modified files: mail/fetchmail Makefile distinfo Log: - Update to 6.3.8 - Fix insecure APOP authentication (minor) Security: http://fetchmail.berlios.de/fetchmail-SA-2007-01.txt Security: http://www.vuxml.org/freebsd/f1c4d133-e6d3-11db-99ea-0060084a00e5.html ChangeLog: https://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=12610 Revision Changes Path 1.180 +1 -1 ports/mail/fetchmail/Makefile 1.128 +3 -3 ports/mail/fetchmail/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:05:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89D6316A402; Mon, 9 Apr 2007 20:05:51 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5B5C113C4AD; Mon, 9 Apr 2007 20:05:51 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39K5pXQ003243; Mon, 9 Apr 2007 20:05:51 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39K5pfl003242; Mon, 9 Apr 2007 20:05:51 GMT (envelope-from barner) Message-Id: <200704092005.l39K5pfl003242@repoman.freebsd.org> From: Simon Barner Date: Mon, 9 Apr 2007 20: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/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: Mon, 09 Apr 2007 20:05:51 -0000 barner 2007-04-09 20:05:51 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document fetchmail's "insecure APOP authentication" issue (fixed in 6.3.8). Revision Changes Path 1.1309 +36 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:21:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1530016A403; Mon, 9 Apr 2007 20:21:51 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E2D6613C487; Mon, 9 Apr 2007 20:21:50 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39KLoEl006149; Mon, 9 Apr 2007 20:21:50 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39KLovu006148; Mon, 9 Apr 2007 20:21:50 GMT (envelope-from pjd) Message-Id: <200704092021.l39KLovu006148@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 20:21: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/lib/libc/gen sysctl.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, 09 Apr 2007 20:21:51 -0000 pjd 2007-04-09 20:21:50 UTC FreeBSD src repository Modified files: lib/libc/gen sysctl.3 Log: Document KERN_HOSTUUID. Reminded by: ru Revision Changes Path 1.68 +4 -1 src/lib/libc/gen/sysctl.3 From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:24:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F9B516A401; Mon, 9 Apr 2007 20:24:45 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DCDFB13C458; Mon, 9 Apr 2007 20:24:44 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39KOi5t008454; Mon, 9 Apr 2007 20:24:44 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39KOihj008448; Mon, 9 Apr 2007 20:24:44 GMT (envelope-from nox) Message-Id: <200704092024.l39KOihj008448@repoman.freebsd.org> From: Juergen Lock Date: Mon, 9 Apr 2007 20:24: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/emulators/qemu-devel Makefile ports/emulators/qemu-devel/files patch-hw-eepro100.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 20:24:45 -0000 nox 2007-04-09 20:24:44 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile Added files: emulators/qemu-devel/files patch-hw-eepro100.c Log: Add patch to avoid eepro100 crashes Approved by: miwi (mentor, implicit) Obtained from: Stefan Weil on qemu-devel mailinglist Revision Changes Path 1.74 +1 -0 ports/emulators/qemu-devel/Makefile 1.1 +50 -0 ports/emulators/qemu-devel/files/patch-hw-eepro100.c (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:42:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C5CE16A400; Mon, 9 Apr 2007 20:42:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 258CB13C455; Mon, 9 Apr 2007 20:42:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39KghwF024368; Mon, 9 Apr 2007 20:42:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39KggCh024363; Mon, 9 Apr 2007 20:42:43 GMT (envelope-from miwi) Message-Id: <200704092042.l39KggCh024363@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20:42:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/mcweject 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, 09 Apr 2007 20:42:43 -0000 miwi 2007-04-09 20:42:42 UTC FreeBSD ports repository Modified files: sysutils/mcweject Makefile distinfo Log: - Update to 1.0 - Fix exploitable buffer overflow (CVE-2007-1719) - Update maintainer mail adress PR: 111421 Submitted by: Jason Bacon (Maintainer) Revision Changes Path 1.5 +2 -14 ports/sysutils/mcweject/Makefile 1.4 +3 -3 ports/sysutils/mcweject/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:43:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 794CD16A400; Mon, 9 Apr 2007 20:43:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6965813C448; Mon, 9 Apr 2007 20:43:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Kheo8025156; Mon, 9 Apr 2007 20:43:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Khelw025155; Mon, 9 Apr 2007 20:43:40 GMT (envelope-from miwi) Message-Id: <200704092043.l39Khelw025155@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20:43: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/www Makefile ports/www/p5-CGI-FCKeditor Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 20:43:40 -0000 miwi 2007-04-09 20:43:40 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-CGI-FCKeditor Makefile distinfo pkg-descr pkg-plist Log: CGI::FCKeditor is FCKeditor(http://www.fckeditor.net/) Controller for Perl OOP. FCKeditor(http://www.fckeditor.net/) is necessary though it is natural. Author: Kazuma Shiraiwa WWW: http://search.cpan.org/dist/CGI-FCKeditor/ PR: ports/111259 Submitted by: Tsung-Han Yeh Revision Changes Path 1.1780 +1 -0 ports/www/Makefile 1.1 +28 -0 ports/www/p5-CGI-FCKeditor/Makefile (new) 1.1 +3 -0 ports/www/p5-CGI-FCKeditor/distinfo (new) 1.1 +5 -0 ports/www/p5-CGI-FCKeditor/pkg-descr (new) 1.1 +6 -0 ports/www/p5-CGI-FCKeditor/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:44:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2837616A402; Mon, 9 Apr 2007 20:44:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0160D13C45B; Mon, 9 Apr 2007 20:44:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Ki5pN025521; Mon, 9 Apr 2007 20:44:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Ki5RT025520; Mon, 9 Apr 2007 20:44:05 GMT (envelope-from miwi) Message-Id: <200704092044.l39Ki5RT025520@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20:44:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 20:44:06 -0000 miwi 2007-04-09 20:44:05 UTC FreeBSD ports repository Modified files: . modules Log: p5-CGI-FCKeditor --> ports/www/p5-CGI-FCKeditor Revision Changes Path 1.17822 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:44:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 077ED16A405; Mon, 9 Apr 2007 20:44:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EA2DF13C4BC; Mon, 9 Apr 2007 20:44:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39KilE2026169; Mon, 9 Apr 2007 20:44:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Kil6i026161; Mon, 9 Apr 2007 20:44:47 GMT (envelope-from miwi) Message-Id: <200704092044.l39Kil6i026161@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20:44:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/james Makefile distinfo pkg-descr pkg-plist ports/mail/james/files james.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 20:44:48 -0000 miwi 2007-04-09 20:44:47 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/james Makefile distinfo pkg-descr pkg-plist mail/james/files james.sh.in Log: The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail appli -cation platform API. James is based upon the Apache Avalon application framework, formerly a product of the Apache Avalon project. WWW: http://james.apache.org/ PR: ports/111041 Submitted by: Nemo Liu Revision Changes Path 1.844 +1 -0 ports/mail/Makefile 1.1 +64 -0 ports/mail/james/Makefile (new) 1.1 +3 -0 ports/mail/james/distinfo (new) 1.1 +178 -0 ports/mail/james/files/james.sh.in (new) 1.1 +17 -0 ports/mail/james/pkg-descr (new) 1.1 +129 -0 ports/mail/james/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:45:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8575916A400; Mon, 9 Apr 2007 20:45:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5F10D13C469; Mon, 9 Apr 2007 20:45:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Kj9lo026549; Mon, 9 Apr 2007 20:45:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Kj9AS026548; Mon, 9 Apr 2007 20:45:09 GMT (envelope-from miwi) Message-Id: <200704092045.l39Kj9AS026548@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20: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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 20:45:09 -0000 miwi 2007-04-09 20:45:09 UTC FreeBSD ports repository Modified files: . modules Log: james --> ports/mail/james Revision Changes Path 1.17823 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:46:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43D9F16A400; Mon, 9 Apr 2007 20:46:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 33EC013C4B8; Mon, 9 Apr 2007 20:46:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39KkoPV028648; Mon, 9 Apr 2007 20:46:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Kko3X028639; Mon, 9 Apr 2007 20:46:50 GMT (envelope-from miwi) Message-Id: <200704092046.l39Kko3X028639@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20:46: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 Makefile ports/net/p5-Net-Growl Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 20:46:50 -0000 miwi 2007-04-09 20:46:49 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Growl Makefile distinfo pkg-descr pkg-plist Log: Net::Growl provieds simple interface to send Mac OS X Growl notifications across the network. Author: Nathan McFarland WWW: http://search.cpan.org/~nmcfarl/Net-Growl-0.99/ PR: ports/111420 Submitted by: Masahiro Teramoto Revision Changes Path 1.1845 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/p5-Net-Growl/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-Growl/distinfo (new) 1.1 +5 -0 ports/net/p5-Net-Growl/pkg-descr (new) 1.1 +6 -0 ports/net/p5-Net-Growl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:47:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 328CF16A400; Mon, 9 Apr 2007 20:47:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0BEC113C457; Mon, 9 Apr 2007 20:47:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39KlFsE037355; Mon, 9 Apr 2007 20:47:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39KlF7c037349; Mon, 9 Apr 2007 20:47:15 GMT (envelope-from miwi) Message-Id: <200704092047.l39KlF7c037349@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20:47:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 20:47:16 -0000 miwi 2007-04-09 20:47:15 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-Growl --> ports/net/p5-Net-Growl Revision Changes Path 1.17824 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:49:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD03F16A401; Mon, 9 Apr 2007 20:49:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9629F13C48A; Mon, 9 Apr 2007 20:49:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39KnwOi037863; Mon, 9 Apr 2007 20:49:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Knwuu037862; Mon, 9 Apr 2007 20:49:58 GMT (envelope-from miwi) Message-Id: <200704092049.l39Knwuu037862@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20:49: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/typo3 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, 09 Apr 2007 20:49:58 -0000 miwi 2007-04-09 20:49:58 UTC FreeBSD ports repository Modified files: www/typo3 Makefile distinfo Log: - Update to 4.1.1 PR: 111227 Submitted by: Thomas Sandford Approved by: maintainer Revision Changes Path 1.14 +1 -1 ports/www/typo3/Makefile 1.8 +6 -6 ports/www/typo3/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:53:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E75516A403; Mon, 9 Apr 2007 20:53:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EEEDC13C469; Mon, 9 Apr 2007 20:53:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39KrPrM040511; Mon, 9 Apr 2007 20:53:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39KrPDv040504; Mon, 9 Apr 2007 20:53:25 GMT (envelope-from miwi) Message-Id: <200704092053.l39KrPDv040504@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20:53: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/sysutils/grok 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, 09 Apr 2007 20:53:26 -0000 miwi 2007-04-09 20:53:25 UTC FreeBSD ports repository Modified files: sysutils/grok Makefile distinfo Log: - Update to 20070402 PR: 111408 Submitted by: Brenton Chang Approved by: maintainer Revision Changes Path 1.5 +2 -2 ports/sysutils/grok/Makefile 1.4 +3 -3 ports/sysutils/grok/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:54:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF81116A400; Mon, 9 Apr 2007 20:54:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C8C1D13C480; Mon, 9 Apr 2007 20:54:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Kskpa041772; Mon, 9 Apr 2007 20:54:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39KskOI041768; Mon, 9 Apr 2007 20:54:46 GMT (envelope-from miwi) Message-Id: <200704092054.l39KskOI041768@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20: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/www/zend-framework Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 20:54:47 -0000 miwi 2007-04-09 20:54:46 UTC FreeBSD ports repository Modified files: www/zend-framework Makefile distinfo pkg-plist Log: - Update to 0.9.1 beta PR: 110985 Submitted by: Greg Larkin (maintainer) Revision Changes Path 1.6 +6 -3 ports/www/zend-framework/Makefile 1.4 +3 -3 ports/www/zend-framework/distinfo 1.4 +1121 -547 ports/www/zend-framework/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 21:05:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2339916A400; Mon, 9 Apr 2007 21:05:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F074613C465; Mon, 9 Apr 2007 21:05:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39L5ZrK052163; Mon, 9 Apr 2007 21:05:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39L5Zne052161; Mon, 9 Apr 2007 21:05:35 GMT (envelope-from miwi) Message-Id: <200704092105.l39L5Zne052161@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 21:05: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/irc/blackened/files patch-ircflush.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 21:05:36 -0000 miwi 2007-04-09 21:05:35 UTC FreeBSD ports repository Added files: irc/blackened/files patch-ircflush.c Log: Remove usage of sgtty.h PR: 110356 Submitted by: Ed Schouten Approved by: maintainer timeout Revision Changes Path 1.1 +18 -0 ports/irc/blackened/files/patch-ircflush.c (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 21:07:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7633516A401; Mon, 9 Apr 2007 21:07:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4EE3213C44C; Mon, 9 Apr 2007 21:07:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39L7dwc053682; Mon, 9 Apr 2007 21:07:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39L7dqu053680; Mon, 9 Apr 2007 21:07:39 GMT (envelope-from miwi) Message-Id: <200704092107.l39L7dqu053680@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 21:07: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/delegate 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, 09 Apr 2007 21:07:39 -0000 miwi 2007-04-09 21:07:39 UTC FreeBSD ports repository Modified files: net/delegate Makefile distinfo Log: - Update to 9.5.6 PR: 111426 Submitted by: Nils Vogels (maintainer) Revision Changes Path 1.56 +2 -3 ports/net/delegate/Makefile 1.41 +3 -3 ports/net/delegate/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 21:08:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7587716A406; Mon, 9 Apr 2007 21:08:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7D513C46E; Mon, 9 Apr 2007 21:08:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39L8s2N054577; Mon, 9 Apr 2007 21:08:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39L8sQr054576; Mon, 9 Apr 2007 21:08:54 GMT (envelope-from miwi) Message-Id: <200704092108.l39L8sQr054576@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 21: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/games/dontspace Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 21:08:54 -0000 miwi 2007-04-09 21:08:54 UTC FreeBSD ports repository Modified files: games/dontspace Makefile Log: - Use TCL/TK 8.4 PR: 110324 Submitted by: Martin Tournoij Approved by: maintainer timeout Revision Changes Path 1.12 +4 -4 ports/games/dontspace/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 9 21:10:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B7DE16A404; Mon, 9 Apr 2007 21:10:04 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 74BDA13C4BC; Mon, 9 Apr 2007 21:10:04 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39LA4qN055387; Mon, 9 Apr 2007 21:10:04 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39LA45U055383; Mon, 9 Apr 2007 21:10:04 GMT (envelope-from njl) Message-Id: <200704092110.l39LA45U055383@repoman.freebsd.org> From: Nate Lawson Date: Mon, 9 Apr 2007 21:10: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/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, 09 Apr 2007 21:10:04 -0000 njl 2007-04-09 21:10:04 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Restore the locking for the sleep/wakeup to avoid waiting an extra 1 sec if a race was lost. We're still single-threaded at this point, but just be safe for the future. Revision Changes Path 1.256 +11 -5 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Mon Apr 9 21:15:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A750816A404; Mon, 9 Apr 2007 21:15:05 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9755313C44C; Mon, 9 Apr 2007 21:15:05 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39LF5MY059757; Mon, 9 Apr 2007 21:15:05 GMT (envelope-from lx@repoman.freebsd.org) Received: (from lx@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39LF5DX059751; Mon, 9 Apr 2007 21:15:05 GMT (envelope-from lx) Message-Id: <200704092115.l39LF5DX059751@repoman.freebsd.org> From: David Thiel Date: Mon, 9 Apr 2007 21: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/audio Makefile ports/audio/gstreamer-plugins-moodbar 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: Mon, 09 Apr 2007 21:15:05 -0000 lx 2007-04-09 21:15:05 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gstreamer-plugins-moodbar Makefile distinfo pkg-descr pkg-message pkg-plist Log: The moodbar shows you the "mood" of a track, which you can then use to figure out when something interesting happens in the song. http://amarok.kde.org/wiki/Moodbar WWW: http://pwsp.net/~qbob/ PR: ports/110773 Submitted by: Alexander Bechikov Approved by: edwin (mentor) Revision Changes Path 1.850 +1 -0 ports/audio/Makefile 1.1 +64 -0 ports/audio/gstreamer-plugins-moodbar/Makefile (new) 1.1 +3 -0 ports/audio/gstreamer-plugins-moodbar/distinfo (new) 1.1 +9 -0 ports/audio/gstreamer-plugins-moodbar/pkg-descr (new) 1.1 +6 -0 ports/audio/gstreamer-plugins-moodbar/pkg-message (new) 1.1 +4 -0 ports/audio/gstreamer-plugins-moodbar/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 9 21:15:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A259916A406; Mon, 9 Apr 2007 21:15:36 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6C913C4BD; Mon, 9 Apr 2007 21:15:36 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39LFaiw060317; Mon, 9 Apr 2007 21:15:36 GMT (envelope-from lx@repoman.freebsd.org) Received: (from lx@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39LFa4U060316; Mon, 9 Apr 2007 21:15:36 GMT (envelope-from lx) Message-Id: <200704092115.l39LFa4U060316@repoman.freebsd.org> From: David Thiel Date: Mon, 9 Apr 2007 21:15:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 21:15:36 -0000 lx 2007-04-09 21:15:36 UTC FreeBSD ports repository Modified files: . modules Log: gstreamer-plugins-moodbar --> ports/audio/gstreamer-plugins-moodbar Revision Changes Path 1.17825 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 9 21:28:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F54316A403; Mon, 9 Apr 2007 21:28:27 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2515113C465; Mon, 9 Apr 2007 21:28:27 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39LSQH4071803; Mon, 9 Apr 2007 21:28:27 GMT (envelope-from lx@repoman.freebsd.org) Received: (from lx@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39LSQKi071799; Mon, 9 Apr 2007 21:28:26 GMT (envelope-from lx) Message-Id: <200704092128.l39LSQKi071799@repoman.freebsd.org> From: David Thiel Date: Mon, 9 Apr 2007 21:28:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/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: Mon, 09 Apr 2007 21:28:27 -0000 lx 2007-04-09 21:28:25 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Adding Alexander Bechikov to the contributors list. ( contributed port audio/gstreamer-plugins-moodbar ) PR: ports/110773 Approved by: edwin (mentor) Revision Changes Path 1.683 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 9 22:04:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4544516A401; Mon, 9 Apr 2007 22:04:28 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1DFEF13C44B; Mon, 9 Apr 2007 22:04:28 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39M4S6b082893; Mon, 9 Apr 2007 22:04:28 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39M4RJd082892; Mon, 9 Apr 2007 22:04:27 GMT (envelope-from emaste) Message-Id: <200704092204.l39M4RJd082892@repoman.freebsd.org> From: Ed Maste Date: Mon, 9 Apr 2007 22:04: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/usr.bin/kdump kdump_subr.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, 09 Apr 2007 22:04:28 -0000 emaste 2007-04-09 22:04:27 UTC FreeBSD src repository Modified files: usr.bin/kdump kdump_subr.h Log: Add prototype for generated ptraceopname function. Revision Changes Path 1.3 +1 -0 src/usr.bin/kdump/kdump_subr.h From owner-cvs-all@FreeBSD.ORG Mon Apr 9 22:09:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C154316A40A; Mon, 9 Apr 2007 22:09:09 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 99B4113C484; Mon, 9 Apr 2007 22:09:09 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39M99vL083198; Mon, 9 Apr 2007 22:09:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39M99i9083197; Mon, 9 Apr 2007 22:09:09 GMT (envelope-from pjd) Message-Id: <200704092209.l39M99i9083197@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 22:09:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/forth loader.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 22:09:09 -0000 pjd 2007-04-09 22:09:09 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: Add zfs_load here. Reminded by: bmah Revision Changes Path 1.120 +1 -0 src/sys/boot/forth/loader.conf From owner-cvs-all@FreeBSD.ORG Mon Apr 9 22:11:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F24DB16A401; Mon, 9 Apr 2007 22:11:23 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA19213C483; Mon, 9 Apr 2007 22:11:23 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39MBNUX083914; Mon, 9 Apr 2007 22:11:23 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39MBNkc083913; Mon, 9 Apr 2007 22:11:23 GMT (envelope-from nox) Message-Id: <200704092211.l39MBNkc083913@repoman.freebsd.org> From: Juergen Lock Date: Mon, 9 Apr 2007 22:11:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 22:11:24 -0000 nox 2007-04-09 22:11:23 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile pkg-plist Log: Fix plist Submitted by: pointyhat via kris Approved by: miwi (mentor, implicit) Revision Changes Path 1.75 +1 -1 ports/emulators/qemu-devel/Makefile 1.21 +2 -0 ports/emulators/qemu-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 22:25:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51BB816A401; Mon, 9 Apr 2007 22:25:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 28CE513C465; Mon, 9 Apr 2007 22:25:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39MPQKf086370; Mon, 9 Apr 2007 22:25:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39MPQ75086369; Mon, 9 Apr 2007 22:25:26 GMT (envelope-from pav) Message-Id: <200704092225.l39MPQ75086369@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 9 Apr 2007 22: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/science/gchemutils Makefile distinfo pkg-plist ports/science/gchemutils/files patch-gcu-formula.cc patch-programs-gchemcalc.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: Mon, 09 Apr 2007 22:25:26 -0000 pav 2007-04-09 22:25:25 UTC FreeBSD ports repository Modified files: science/gchemutils Makefile distinfo pkg-plist science/gchemutils/files patch-gcu-formula.cc patch-programs-gchemcalc.cc Log: - Update to 0.6.5 Revision Changes Path 1.43 +2 -3 ports/science/gchemutils/Makefile 1.20 +3 -3 ports/science/gchemutils/distinfo 1.2 +1 -1 ports/science/gchemutils/files/patch-gcu-formula.cc 1.2 +1 -1 ports/science/gchemutils/files/patch-programs-gchemcalc.cc 1.21 +0 -1 ports/science/gchemutils/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 9 22:25:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D03D16A400; Mon, 9 Apr 2007 22:25:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4588913C43E; Mon, 9 Apr 2007 22:25:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39MPhcd086410; Mon, 9 Apr 2007 22:25:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39MPhww086409; Mon, 9 Apr 2007 22:25:43 GMT (envelope-from pav) Message-Id: <200704092225.l39MPhww086409@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 9 Apr 2007 22:25: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/gchempaint 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, 09 Apr 2007 22:25:43 -0000 pav 2007-04-09 22:25:43 UTC FreeBSD ports repository Modified files: science/gchempaint Makefile distinfo Log: - Update to 0.6.9 Revision Changes Path 1.47 +2 -2 ports/science/gchempaint/Makefile 1.29 +3 -3 ports/science/gchempaint/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 22:29:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A18016A407; Mon, 9 Apr 2007 22:29:14 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 42B6D13C484; Mon, 9 Apr 2007 22:29:14 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39MTEaC086563; Mon, 9 Apr 2007 22:29:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39MTELQ086562; Mon, 9 Apr 2007 22:29:14 GMT (envelope-from pjd) Message-Id: <200704092229.l39MTELQ086562@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 22:29: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/sys kernel.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, 09 Apr 2007 22:29:14 -0000 pjd 2007-04-09 22:29:14 UTC FreeBSD src repository Modified files: sys/sys kernel.h Log: Fix build breakage. Revision Changes Path 1.135 +1 -1 src/sys/sys/kernel.h From owner-cvs-all@FreeBSD.ORG Mon Apr 9 22:48:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3443716A402; Mon, 9 Apr 2007 22:48:09 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0C49E13C45B; Mon, 9 Apr 2007 22:48:09 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39Mm8b5089683; Mon, 9 Apr 2007 22:48:08 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Mm86m089682; Mon, 9 Apr 2007 22:48:08 GMT (envelope-from kan) Message-Id: <200704092248.l39Mm86m089682@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 9 Apr 2007 22:48: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/lib/libc/gen Symbol.map src/lib/libc/i386 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, 09 Apr 2007 22:48:09 -0000 kan 2007-04-09 22:48:08 UTC FreeBSD src repository Modified files: lib/libc/gen Symbol.map lib/libc/i386 Symbol.map Log: Clean-ip TLS symbol versions. [_]__tls_get_addr function is part of the platform ABI and as such does not belong in FBSDprivate. __libc_tls_* functions do not have to be visible to outside world at all. Revision Changes Path 1.4 +1 -6 src/lib/libc/gen/Symbol.map 1.2 +1 -0 src/lib/libc/i386/Symbol.map From owner-cvs-all@FreeBSD.ORG Mon Apr 9 22:55:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B92EB16A40A; Mon, 9 Apr 2007 22:55:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3F74713C4B8; Mon, 9 Apr 2007 22:55:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39MtE2p091125; Mon, 9 Apr 2007 22:55:15 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39MtEeR091124; Mon, 9 Apr 2007 22:55:14 GMT (envelope-from thompsa) Message-Id: <200704092255.l39MtEeR091124@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 9 Apr 2007 22:55: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/share/man/man9 hash.9 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: Mon, 09 Apr 2007 22:55:15 -0000 thompsa 2007-04-09 22:55:14 UTC FreeBSD src repository Modified files: share/man/man9 hash.9 sys/sys hash.h Log: Fix a compiler warning so hash.h can be included in the kernel. This changes the args for hash32_stre and hash32_strne but there are no consumers in the base system and openbgpd does not use it which the initial import was for. Silence on: hackers Revision Changes Path 1.4 +3 -3 src/share/man/man9/hash.9 1.3 +5 -4 src/sys/sys/hash.h From owner-cvs-all@FreeBSD.ORG Mon Apr 9 23:00:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B191116A402; Mon, 9 Apr 2007 23:00:29 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 894DB13C457; Mon, 9 Apr 2007 23:00:29 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39N0TEX091443; Mon, 9 Apr 2007 23:00:29 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39N0TEp091442; Mon, 9 Apr 2007 23:00:29 GMT (envelope-from kan) Message-Id: <200704092300.l39N0TEp091442@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 9 Apr 2007 23:00: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/libexec/rtld-elf Makefile Symbol.map Versions.def X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 23:00:29 -0000 kan 2007-04-09 23:00:29 UTC FreeBSD src repository Modified files: libexec/rtld-elf Makefile Symbol.map Versions.def Log: Bring rtld exports in line with corresponding symbols exported from libc. Disable SYMVER_DEFAULT n rtld until its implications are understood better. Revision Changes Path 1.38 +1 -1 src/libexec/rtld-elf/Makefile 1.2 +4 -1 src/libexec/rtld-elf/Symbol.map 1.2 +3 -0 src/libexec/rtld-elf/Versions.def From owner-cvs-all@FreeBSD.ORG Mon Apr 9 23:06:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D87016A46D; Mon, 9 Apr 2007 23:06:16 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id B64FF13C4E9; Mon, 9 Apr 2007 23:06:15 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 8C1131CC0BE; Tue, 10 Apr 2007 00:45:10 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 0CE5DB85B; Tue, 10 Apr 2007 00:45:09 +0200 (CEST) Date: Tue, 10 Apr 2007 00:45:09 +0200 From: Henrik Brix Andersen To: Pawel Jakub Dawidek Message-ID: <20070409224509.GI84176@tirith.brixandersen.dk> Mail-Followup-To: Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200704091921.l39JLRuO093353@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jho1yZJdad60DJr+" Content-Disposition: inline In-Reply-To: <200704091921.l39JLRuO093353@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d Makefile hostid src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 23:06:16 -0000 --jho1yZJdad60DJr+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 09, 2007 at 07:21:27PM +0000, Pawel Jakub Dawidek wrote: > pjd 2007-04-09 19:21:27 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc/rc.d Makefile=20 > etc/defaults rc.conf=20 > Added files: > etc/rc.d hostid=20 > Log: > Add rc.d/hostid script (turned on by default) which on first boot gener= ates > UUID and stores it in /etc/hostid ($hostid_file) as well as sets kern.h= ostuuid > and kern.hostid sysctls on every boot. > =20 > Hostid can be reset using '/etc/rc.d/hostid reset' command. > =20 > Hostid generation and setting can be turned off by setting variable > hostid_enable to "NO" in /etc/rc.conf. Can you shed some light on what this unique host ID can/will be used for? Regards, Brix --=20 Henrik Brix Andersen --jho1yZJdad60DJr+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFGGsH1v+Q4flTiePgRAuY6AKCoLekvANHps/pxGyeEHirRoryq5gCfY1Nu mVlgrNpg2pW21ImtHmuJ68E= =ivsR -----END PGP SIGNATURE----- --jho1yZJdad60DJr+-- From owner-cvs-all@FreeBSD.ORG Mon Apr 9 23:06:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5778516A565; Mon, 9 Apr 2007 23:06:18 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2AAB813C44B; Mon, 9 Apr 2007 23:06:18 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39N6IuC093870; Mon, 9 Apr 2007 23:06:18 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39N6Hri093869; Mon, 9 Apr 2007 23:06:17 GMT (envelope-from clsung) Message-Id: <200704092306.l39N6Hri093869@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Apr 2007 23:06:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/trac 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, 09 Apr 2007 23:06:18 -0000 clsung 2007-04-09 23:06:17 UTC FreeBSD ports repository Modified files: www/trac Makefile distinfo Log: - fix portversion (should be 0.10.3.1) - bump PORTREVISION Noted by: Wesley Shields PointyHat to: myself Revision Changes Path 1.29 +2 -2 ports/www/trac/Makefile 1.18 +3 -3 ports/www/trac/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 9 23:13:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F09C716A400; Mon, 9 Apr 2007 23:13:41 +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 8BB1D13C457; Mon, 9 Apr 2007 23:13:41 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 00C4145CD9; Tue, 10 Apr 2007 01:13:39 +0200 (CEST) Received: from localhost (154.81.datacomsa.pl [195.34.81.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id CF809487FB; Tue, 10 Apr 2007 01:13:34 +0200 (CEST) Date: Tue, 10 Apr 2007 01:13:22 +0200 From: Pawel Jakub Dawidek To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070409231322.GX76673@garage.freebsd.pl> References: <200704091921.l39JLRuO093353@repoman.freebsd.org> <20070409224509.GI84176@tirith.brixandersen.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="v6gilOcl2gU05R9Q" Content-Disposition: inline In-Reply-To: <20070409224509.GI84176@tirith.brixandersen.dk> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (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=-2.6 required=3.0 tests=BAYES_00 autolearn=ham version=3.0.4 Cc: Subject: Re: cvs commit: src/etc/rc.d Makefile hostid src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 23:13:42 -0000 --v6gilOcl2gU05R9Q Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 10, 2007 at 12:45:09AM +0200, Henrik Brix Andersen wrote: > On Mon, Apr 09, 2007 at 07:21:27PM +0000, Pawel Jakub Dawidek wrote: > > pjd 2007-04-09 19:21:27 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > etc/rc.d Makefile=20 > > etc/defaults rc.conf=20 > > Added files: > > etc/rc.d hostid=20 > > Log: > > Add rc.d/hostid script (turned on by default) which on first boot gen= erates > > UUID and stores it in /etc/hostid ($hostid_file) as well as sets kern= =2Ehostuuid > > and kern.hostid sysctls on every boot. > > =20 > > Hostid can be reset using '/etc/rc.d/hostid reset' command. > > =20 > > Hostid generation and setting can be turned off by setting variable > > hostid_enable to "NO" in /etc/rc.conf. >=20 > Can you shed some light on what this unique host ID can/will be used for? For example ZFS uses it to remember on which host it was imported last, so when you by accident try to import the pool on another host, it will print a warning and demand force import. In the future, it will be a great future once we implement variant/magic symlinks. Imagine file system exported via NFS to multiple hosts. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --v6gilOcl2gU05R9Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGGsiSForvXbEpPzQRAsGVAKDUWEzTMTIboGRhzazs0xqdjh3q8QCfXFXL ml7hn+SUge4TW7ozzvgUzz8= =ilcf -----END PGP SIGNATURE----- --v6gilOcl2gU05R9Q-- From owner-cvs-all@FreeBSD.ORG Mon Apr 9 23:30:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BB5416A403; Mon, 9 Apr 2007 23:30:29 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5328013C45A; Mon, 9 Apr 2007 23:30:29 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39NUT2m097113; Mon, 9 Apr 2007 23:30:29 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39NUTNk097112; Mon, 9 Apr 2007 23:30:29 GMT (envelope-from pjd) Message-Id: <200704092330.l39NUTNk097112@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 9 Apr 2007 23:30: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/contrib/opensolaris/uts/common/fs/zfs arc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 23:30:29 -0000 pjd 2007-04-09 23:30:29 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs arc.c Log: Remove unused #define. Revision Changes Path 1.5 +0 -2 src/sys/contrib/opensolaris/uts/common/fs/zfs/arc.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 00:26:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADC6D16A400; Tue, 10 Apr 2007 00:26:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC0013C448; Tue, 10 Apr 2007 00:26:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A0QDBk007184; Tue, 10 Apr 2007 00:26:13 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A0QDau007183; Tue, 10 Apr 2007 00:26:13 GMT (envelope-from bms) Message-Id: <200704100026.l3A0QDau007183@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Apr 2007 00: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/usr.sbin/ifmcstat Makefile ifmcstat.8 ifmcstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 00:26:13 -0000 bms 2007-04-10 00:26:13 UTC FreeBSD src repository Modified files: usr.sbin/ifmcstat Makefile ifmcstat.8 ifmcstat.c Log: Considerably rework the ifmcstat utility. * Build with or without INET, INET6, or KVM features. * When built without KVM, the sysctl-based getifmaddrs() function is used as the back-end for the utility. * Reflect the fact that FreeBSD now uses the in_multi refcount as a true refcount. * Style. The utility may now be run without super-user privilege, albeit with a less detailed display, equivalent to that of the soon-to-be-retired netstat -g host-mode output. MFC after: 3 weeks Revision Changes Path 1.10 +3 -0 src/usr.sbin/ifmcstat/Makefile 1.9 +40 -2 src/usr.sbin/ifmcstat/ifmcstat.8 1.17 +342 -113 src/usr.sbin/ifmcstat/ifmcstat.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 00:27:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5807916A401; Tue, 10 Apr 2007 00:27:26 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4524613C448; Tue, 10 Apr 2007 00:27:26 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A0RQPN007341; Tue, 10 Apr 2007 00:27:26 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A0RQGq007340; Tue, 10 Apr 2007 00:27:26 GMT (envelope-from thompsa) Message-Id: <200704100027.l3A0RQGq007340@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 10 Apr 2007 00:27: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/sbin/ifconfig iftrunk.c src/share/man/man4 trunk.4 src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if.c if_ethersubr.c if_trunk.c if_trunk.h if_var.h src/sys/sys priv.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, 10 Apr 2007 00:27:26 -0000 thompsa 2007-04-10 00:27:25 UTC FreeBSD src repository Modified files: sys/net if.c if_ethersubr.c if_var.h sys/sys priv.h Added files: sbin/ifconfig iftrunk.c share/man/man4 trunk.4 sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_trunk.c if_trunk.h Log: Add the trunk(4) driver for providing link aggregation, failover and fault tolerance. This driver allows aggregation of multiple network interfaces as one virtual interface using a number of different protocols/algorithms. failover - Sends traffic through the secondary port if the master becomes inactive. fec - Supports Cisco Fast EtherChannel. lacp - Supports the IEEE 802.3ad Link Aggregation Control Protocol (LACP) and the Marker Protocol. loadbalance - Static loadbalancing using an outgoing hash. roundrobin - Distributes outgoing traffic using a round-robin scheduler through all active ports. This code was obtained from OpenBSD and this also includes 802.3ad LACP support from agr(4) in NetBSD. Revision Changes Path 1.1 +153 -0 src/sbin/ifconfig/iftrunk.c (new) 1.1 +172 -0 src/share/man/man4/trunk.4 (new) 1.1 +1763 -0 src/sys/net/ieee8023ad_lacp.c (new) 1.1 +289 -0 src/sys/net/ieee8023ad_lacp.h (new) 1.270 +6 -0 src/sys/net/if.c 1.227 +14 -0 src/sys/net/if_ethersubr.c 1.1 +1590 -0 src/sys/net/if_trunk.c (new) 1.1 +209 -0 src/sys/net/if_trunk.h (new) 1.113 +1 -0 src/sys/net/if_var.h 1.9 +1 -0 src/sys/sys/priv.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 00:30:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37D5916A401; Tue, 10 Apr 2007 00:30:27 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0FC3413C45A; Tue, 10 Apr 2007 00:30:27 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A0UQJQ007564; Tue, 10 Apr 2007 00:30:26 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A0UQoT007563; Tue, 10 Apr 2007 00:30:26 GMT (envelope-from bms) Message-Id: <200704100030.l3A0UQoT007563@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Apr 2007 00: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/usr.bin/netstat mcast.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 00:30:27 -0000 bms 2007-04-10 00:30:26 UTC FreeBSD src repository Modified files: usr.bin/netstat mcast.c Log: Mark netstat -g host-mode output as deprecated. MFC after: 2 weeks Revision Changes Path 1.8 +9 -0 src/usr.bin/netstat/mcast.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 00:35:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A64D016A400; Tue, 10 Apr 2007 00:35:32 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7D5AE13C43E; Tue, 10 Apr 2007 00:35:32 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A0ZWmd009156; Tue, 10 Apr 2007 00:35:32 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A0ZWLs009155; Tue, 10 Apr 2007 00:35:32 GMT (envelope-from thompsa) Message-Id: <200704100035.l3A0ZWLs009155@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 10 Apr 2007 00:35: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/sbin/ifconfig Makefile ifconfig.8 src/share/man/man4 Makefile src/sys/conf NOTES 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: Tue, 10 Apr 2007 00:35:32 -0000 thompsa 2007-04-10 00:35:31 UTC FreeBSD src repository Modified files: sbin/ifconfig Makefile ifconfig.8 share/man/man4 Makefile sys/conf NOTES files Log: Hook trunk(4) up to the build. Revision Changes Path 1.32 +1 -0 src/sbin/ifconfig/Makefile 1.135 +17 -0 src/sbin/ifconfig/ifconfig.8 1.378 +1 -0 src/share/man/man4/Makefile 1.1420 +1 -0 src/sys/conf/NOTES 1.1195 +2 -0 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Tue Apr 10 00:41:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BF2516A401; Tue, 10 Apr 2007 00:41:32 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E71E213C483; Tue, 10 Apr 2007 00:41:31 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A0fVrw010095; Tue, 10 Apr 2007 00:41:31 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A0fVSc010094; Tue, 10 Apr 2007 00:41:31 GMT (envelope-from thompsa) Message-Id: <200704100041.l3A0fVSc010094@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 10 Apr 2007 00:41: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/modules Makefile src/sys/modules/if_trunk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 00:41:32 -0000 thompsa 2007-04-10 00:41:31 UTC FreeBSD src repository Modified files: sys/modules Makefile Added files: sys/modules/if_trunk Makefile Log: Add trunk(4) module. Revision Changes Path 1.527 +1 -0 src/sys/modules/Makefile 1.1 +19 -0 src/sys/modules/if_trunk/Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 01:05:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 565F216A403; Tue, 10 Apr 2007 01:05:13 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.freebsd.org (Postfix) with ESMTP id D92B413C46E; Tue, 10 Apr 2007 01:05:12 +0000 (UTC) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ozlabs.org (Postfix) with ESMTP id 3675EDDEF8; Tue, 10 Apr 2007 11:05:11 +1000 (EST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id F1E481A9C97; Tue, 10 Apr 2007 10:35:10 +0930 (CST) Date: Tue, 10 Apr 2007 10:35:10 +0930 From: Greg 'groggy' Lehey To: Brian Somers Message-ID: <20070410010510.GB61460@wantadilla.lemis.com> References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <20070409021942.C150B16A529@hub.freebsd.org> <20070409024826.553be564@dev.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TakKZr9L6Hm6aLOc" Content-Disposition: inline In-Reply-To: <20070409024826.553be564@dev.lan.Awfulhak.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 01:05:13 -0000 --TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [heavily trimmed] On Monday, 9 April 2007 at 2:48:26 -0700, Brian Somers wrote: > On Mon, 9 Apr 2007 02:19:42 +0000 (UTC) Greg Lehey wrote: >> grog 2007-04-09 02:19:37 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/touch touch.1 touch.c >> Log: >> Add -A flag to adjust existing time stamps. >> diff -u src/usr.bin/touch/touch.1:1.14 src/usr.bin/touch/touch.1:1.15 >> --- src/usr.bin/touch/touch.1:1.14 Sun Feb 13 22:25:24 2005 >> +++ src/usr.bin/touch/touch.1 Mon Apr 9 02:19:37 2007 >> +.It Fl A >> +Adjust the access and modification time stamps for the file by the >> +specified value. >> +This flag is intended for use in modifying files with a time stamp >> +relative to an incorrect time zone. > > I don't understand what this means. File times are in UTC aren't > they? No, they're in time_t. But if you import files from other systems, you frequently get times which are off by some time zone offset. The case in point is that when importing files from digital cameras, it's frequently impossible to get the correct time. Many cameras are too stupid to handle time zones at all and assume it's UTC. Those that can make a typically US assumption that all time zones are on the hour. Here in South Australia, for example, we have a time zone offset of +0930, which seems to blow the minds of most cameras. In my case, I have a Canon that fits the first category, and a Nikon that fits the second. >> +The argument is of the form >> +.Dq [-][[hh]mm]SS >> +where each pair of letters represents the following: >> +.Pp >> +.Bl -tag -width Ds -compact -offset indent >> +.It Ar - >> +Make the adjustment negative: the new time stamp is set to be before >> +the old one. >> +.It Ar hh >> +The hour of the day, from 00 to 23. >> +.It Ar mm >> +The minute of the hour, from 00 to 59. >> +.It Ar SS >> +The second of the minute, from 00 to 59. >> +.El > > Why this format? It's basically a simplification of the format that touch(1) uses to specify timestamps. > My guess is that the delta is expected to be a DST difference, but > if it is, I'm even more confused. Yes, that seems confusing. For the +1030 time difference that I had to contend with on Sunday, you'd write -103000 (HHMMSS). But why limit it to exact time zone offsets? How accurate is the clock in your digital camera? Did you reset it when the clocks went forward a couple of weeks ago? Also, currently there is no time zone anywhere in the world that is +1030. I've just checked my camera and discovered that it said 10:01 when in fact the time was 9:23. That's one hour for forgetting to put the clock back, compensated for by it having lost 22 minutes since last set. If I put a time zone in there, rather than an exact offset, I'd be restricting the functionality. >> +.Pp >> +When used in conjunction with the >> +.Fl a >> +flag only, the modification time is adjusted by the time specified as >> +argument to the >> +.Fl A >> +flag, while the access time is modified from the base time described >> +above. > > Wow. So -A changes both times in addition to the > access-only time change. This is really unintuitive > to me. I'd expect ``-A 000001 -a' to adjust the access > time only (as -a previously meant). I wouldn't expect > the modification time to be bumped by a second and the > access time to be set to one second in the future. > > But again, I don't know why you'd want to do this... I can't see any earthly reason to use -m or -a in conjunction with -A. I was simply documenting what would happen. But see below. >> +.Pp >> +If the file does not exist, and creation is allowed, >> +.Fl A >> +does not change its time stamps. > > So if I ``touch -A 000001 something'' where ``something'' > doesn't already exist, the file is created and the time > is left at now? That's also confusing. What would you set it to? I was thinking of prohibiting the use of -c altogether, since it doesn't make sense. What do you think? >> - aflag = cflag = fflag = mflag = timeset = 0; >> + myname = argv[0]; > > myname should be set to the base name, not the full argv[0]. OK. Will change. > I personally think this option is a mistake. I would > think that something like this would be better: > > [-A adjust] - adjust the updated time(s) by the given > ``adjust'' number of seconds. Then you're asking people to calculate the number of seconds. Why? I suppose you could add a second format. I was sorely tempted to write HH:MM:SS, but that doesn't match the format for the -t option, which is enshrined in POSIX.1. > I would imagine this to be useful in (say) a test script that wanted > to set up a bunch of files with time stamps set to specific relative > values. Yes, agreed. > But I'm clearly missing the point here...? Is it clearer now? After thinking about this, it's clear that the interaction between -A on the one hand and -a and -m on the other is confusing. I'll change it so that only the specified time stamps are changed under these circumstances. Greg -- See complete headers for address and phone numbers. --TakKZr9L6Hm6aLOc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFGGuLGIubykFB6QiMRAu8FAJ9gYAlZopZNJjM4Gg8Yd1FI3nRE/QCgnTdx oOb6WT/ZQxuFDfnZsZ3p5mI= =+MYi -----END PGP SIGNATURE----- --TakKZr9L6Hm6aLOc-- From owner-cvs-all@FreeBSD.ORG Tue Apr 10 01:09:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5508D16A401; Tue, 10 Apr 2007 01:09:03 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1063013C46E; Tue, 10 Apr 2007 01:09:03 +0000 (UTC) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ozlabs.org (Postfix) with ESMTP id 28981DDEFE; Tue, 10 Apr 2007 11:09:02 +1000 (EST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id EBB7E1A9C7A; Tue, 10 Apr 2007 10:39:01 +0930 (CST) Date: Tue, 10 Apr 2007 10:39:01 +0930 From: Greg 'groggy' Lehey To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20070410010901.GD61460@wantadilla.lemis.com> References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <864pnpdf8w.fsf@dwp.des.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="q9KOos5vDmpwPx9o" Content-Disposition: inline In-Reply-To: <864pnpdf8w.fsf@dwp.des.no> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 01:09:03 -0000 --q9KOos5vDmpwPx9o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 9 April 2007 at 12:16:47 +0200, Dag-Erling Smrgrav wrote: > Greg Lehey writes: >> Modified files: >> usr.bin/touch touch.1 touch.c >> Log: >> Print name by which program was started in usage() message. > > The latter part is incorrect and should be reverted. Furthermore, > usage() should be static. Can you give details? Greg -- See complete headers for address and phone numbers. --q9KOos5vDmpwPx9o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFGGuOtIubykFB6QiMRAiEbAJ9ehjQ/wt4tINepn2apuOlciCvYCgCfajZE I8iwfFNLeedaXrKePQohWk4= =AmrL -----END PGP SIGNATURE----- --q9KOos5vDmpwPx9o-- From owner-cvs-all@FreeBSD.ORG Tue Apr 10 01:23:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4F1516A403; Tue, 10 Apr 2007 01:23:49 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8C84E13C46E; Tue, 10 Apr 2007 01:23:49 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A1Nn2H026127; Tue, 10 Apr 2007 01:23:49 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A1NnpS026124; Tue, 10 Apr 2007 01:23:49 GMT (envelope-from alepulver) Message-Id: <200704100123.l3A1NnpS026124@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 10 Apr 2007 01:23:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/airrox/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: Tue, 10 Apr 2007 01:23:49 -0000 alepulver 2007-04-10 01:23:48 UTC FreeBSD ports repository Modified files: games/airrox/files patch-Makefile Log: - Forgot to add SDL compilation flags after Makefile patch rewrite. Reported by: pointyhat Pointy hat to: alepulver (myself) Revision Changes Path 1.2 +1 -1 ports/games/airrox/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 01:38:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E28CF16A403; Tue, 10 Apr 2007 01:38:28 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BA16E13C448; Tue, 10 Apr 2007 01:38:28 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A1cSl8028080; Tue, 10 Apr 2007 01:38:28 GMT (envelope-from lx@repoman.freebsd.org) Received: (from lx@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A1cSAe028079; Tue, 10 Apr 2007 01:38:28 GMT (envelope-from lx) Message-Id: <200704100138.l3A1cSAe028079@repoman.freebsd.org> From: David Thiel Date: Tue, 10 Apr 2007 01:38:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gstreamer-plugins-moodbar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 01:38:29 -0000 lx 2007-04-10 01:38:28 UTC FreeBSD ports repository Modified files: audio/gstreamer-plugins-moodbar Makefile Log: Remove dependency on Amarok - moodbar doesn't need it. Also add a mirror and take maintainership while I'm at it. Approved by: edwin (mentor) Revision Changes Path 1.2 +2 -2 ports/audio/gstreamer-plugins-moodbar/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 01:38:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75C4516A505; Tue, 10 Apr 2007 01:38:32 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4CB7913C44C; Tue, 10 Apr 2007 01:38:32 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A1cWn9028109; Tue, 10 Apr 2007 01:38:32 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A1cWPj028108; Tue, 10 Apr 2007 01:38:32 GMT (envelope-from alepulver) Message-Id: <200704100138.l3A1cWPj028108@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 10 Apr 2007 01:38: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/games/warzone2100 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 01:38:32 -0000 alepulver 2007-04-10 01:38:32 UTC FreeBSD ports repository Modified files: games/warzone2100 Makefile distinfo Log: - Update to version 2.0.6. Reported by: portscout Revision Changes Path 1.13 +13 -16 ports/games/warzone2100/Makefile 1.8 +3 -3 ports/games/warzone2100/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 02:06:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C851616A402; Tue, 10 Apr 2007 02:06:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9FCB313C489; Tue, 10 Apr 2007 02:06:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A26P9I033870; Tue, 10 Apr 2007 02:06:25 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A26PUC033869; Tue, 10 Apr 2007 02:06:25 GMT (envelope-from edwin) Message-Id: <200704100206.l3A26PUC033869@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 10 Apr 2007 02:06: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/audio/gstreamer-plugins-moodbar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 02:06:25 -0000 edwin 2007-04-10 02:06:24 UTC FreeBSD ports repository Modified files: audio/gstreamer-plugins-moodbar Makefile Log: add missing trailing \. Pointy hat to: lx Noticed by: dvl@ Revision Changes Path 1.3 +1 -1 ports/audio/gstreamer-plugins-moodbar/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 02:19:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81BB616A404; Tue, 10 Apr 2007 02:19:13 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 59E6813C448; Tue, 10 Apr 2007 02:19:13 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A2JDjV037900; Tue, 10 Apr 2007 02:19:13 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A2JD6u037899; Tue, 10 Apr 2007 02:19:13 GMT (envelope-from pjd) Message-Id: <200704100219.l3A2JD6u037899@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 02:19:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 02:19:13 -0000 pjd 2007-04-10 02:19:12 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zap.c Log: Reduce diff against vendor - we have now stronger check for "mutex already initialized", so we can go back to kmem_alloc(). Revision Changes Path 1.2 +2 -2 src/sys/contrib/opensolaris/uts/common/fs/zfs/zap.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 02:25:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F77816A400; Tue, 10 Apr 2007 02:25:33 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 3A01913C44C; Tue, 10 Apr 2007 02:25:33 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 3ED3337CC80; Tue, 10 Apr 2007 12:08:22 +1000 (EST) X-Viruscan-Id: <461AF196000047C9507B47@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 0C0C74220DE; Tue, 10 Apr 2007 12:08:22 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id C156C37CBE8; Tue, 10 Apr 2007 12:08:21 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 46D71149; Tue, 10 Apr 2007 12:08:24 +1000 (EST) Date: Tue, 10 Apr 2007 12:08:24 +1000 From: Edwin Groothuis To: David Thiel Message-ID: <20070410020824.GA49755@k7.mavetju> References: <200704100138.l3A1cSAe028079@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704100138.l3A1cSAe028079@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/gstreamer-plugins-moodbar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 02:25:33 -0000 On Tue, Apr 10, 2007 at 01:38:28AM +0000, David Thiel wrote: > lx 2007-04-10 01:38:28 UTC > > FreeBSD ports repository > > Modified files: > audio/gstreamer-plugins-moodbar Makefile > Log: > Remove dependency on Amarok - moodbar doesn't need it. Also add a mirror > and take maintainership while I'm at it. His first INDEX breakage! I'm so proud of him! Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-cvs-all@FreeBSD.ORG Tue Apr 10 02:35:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 969B216A400; Tue, 10 Apr 2007 02:35:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 84A3813C4C4; Tue, 10 Apr 2007 02:35:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A2ZvKW041036; Tue, 10 Apr 2007 02:35:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A2ZvdG041035; Tue, 10 Apr 2007 02:35:57 GMT (envelope-from pjd) Message-Id: <200704100235.l3A2ZvdG041035@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 02:35: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/compat/opensolaris/kern opensolaris_kmem.c src/sys/compat/opensolaris/sys kmem.h src/sys/contrib/opensolaris/uts/common/fs/zfs arc.c src/sys/contrib/opensolaris/uts/common/fs/zfs/sys zfs_context.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, 10 Apr 2007 02:35:57 -0000 pjd 2007-04-10 02:35:57 UTC FreeBSD src repository Modified files: sys/compat/opensolaris/kern opensolaris_kmem.c sys/compat/opensolaris/sys kmem.h sys/contrib/opensolaris/uts/common/fs/zfs arc.c sys/contrib/opensolaris/uts/common/fs/zfs/sys zfs_context.h Log: Try to stabilize ZFS with regard to memory consumption: - Allow to shrink ARC down to 16MB (instead of 64MB). - Set arc_max to 1/2 of kmem_map by default. - Start freeing things earlier when low memory situation is detected. - Serialize execution of arc_lowmem(). I decided to setup minimum ZFS memory requirements to 512MB of RAM and 256MB of kmem_map size. If there is less RAM or kmem_map, a warning will be printed. World is cruel, be no better. In other words: modern file system requires modern hardware:) From ZFS administration guide: "Currently the minimum amount of memory recommended to install a Solaris system is 512 Mbytes. However, for good ZFS performance, at least one Gbyte or more of memory is recommended." Revision Changes Path 1.2 +23 -8 src/sys/compat/opensolaris/kern/opensolaris_kmem.c 1.2 +5 -2 src/sys/compat/opensolaris/sys/kmem.h 1.6 +35 -14 src/sys/contrib/opensolaris/uts/common/fs/zfs/arc.c 1.3 +0 -2 src/sys/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 02:56:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40A5616A403; Tue, 10 Apr 2007 02:56:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0C813C48A; Tue, 10 Apr 2007 02:56:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A2uNLo044124; Tue, 10 Apr 2007 02:56:23 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A2uNA2044123; Tue, 10 Apr 2007 02:56:23 GMT (envelope-from linimon) Message-Id: <200704100256.l3A2uNA2044123@repoman.freebsd.org> From: Mark Linimon Date: Tue, 10 Apr 2007 02:56: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/cad/gmsh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 02:56:24 -0000 linimon 2007-04-10 02:56:23 UTC FreeBSD ports repository Modified files: cad/gmsh Makefile Log: Fix a cut-and-paste error in the pre-everything target. Revision Changes Path 1.46 +1 -1 ports/cad/gmsh/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 02:59:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EA7316A404; Tue, 10 Apr 2007 02:59:38 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 37D6D13C465; Tue, 10 Apr 2007 02:59:38 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A2xcPA044297; Tue, 10 Apr 2007 02:59:38 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A2xcMG044296; Tue, 10 Apr 2007 02:59:38 GMT (envelope-from markus) Message-Id: <200704100259.l3A2xcMG044296@repoman.freebsd.org> From: Markus Brueffer Date: Tue, 10 Apr 2007 02:59:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/tellico 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, 10 Apr 2007 02:59:38 -0000 markus 2007-04-10 02:59:37 UTC FreeBSD ports repository Modified files: misc/tellico Makefile distinfo pkg-plist Log: Update to version 1.2.10 Revision Changes Path 1.51 +1 -1 ports/misc/tellico/Makefile 1.39 +3 -3 ports/misc/tellico/distinfo 1.23 +2 -0 ports/misc/tellico/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 03:08:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED9CF16A401; Tue, 10 Apr 2007 03:08:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DC4E913C44C; Tue, 10 Apr 2007 03:08:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A38x3t047360; Tue, 10 Apr 2007 03:08:59 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A38xVr047359; Tue, 10 Apr 2007 03:08:59 GMT (envelope-from lwhsu) Message-Id: <200704100308.l3A38xVr047359@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 10 Apr 2007 03:08:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/netcdf Makefile distinfo pkg-plist ports/science/netcdf/files patch-Makefile patch-rules.make ports/graphics/gmt Makefile ports/math/grace Makefile ports/math/gri Makefile ports/math/p5-NetCDF Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 03:09:00 -0000 lwhsu 2007-04-10 03:08:59 UTC FreeBSD ports repository Modified files: science/netcdf Makefile distinfo pkg-plist graphics/gmt Makefile math/grace Makefile math/gri Makefile math/p5-NetCDF Makefile math/py-scientific Makefile math/ruby-netcdf Makefile science/gnudatalanguage Makefile science/minc Makefile science/minc2 Makefile science/v_sim Makefile science/vis5d+ Makefile Removed files: science/netcdf/files patch-Makefile patch-rules.make Log: science/netcdf - Update to 3.6.2 graphics/gmt math/grace math/gri math/p5-NetCDF math/py-scientific math/ruby-netcdf science/gnudatalanguage science/minc science/minc2 science/v_sim science/vis5d+ - Bump PORTREVISION for the changing of science/netcdf's major library version number PR: 111347 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.5 +2 -1 ports/graphics/gmt/Makefile 1.53 +2 -2 ports/math/grace/Makefile 1.11 +2 -1 ports/math/gri/Makefile 1.7 +2 -1 ports/math/p5-NetCDF/Makefile 1.20 +2 -1 ports/math/py-scientific/Makefile 1.12 +2 -1 ports/math/ruby-netcdf/Makefile 1.10 +2 -2 ports/science/gnudatalanguage/Makefile 1.6 +2 -2 ports/science/minc/Makefile 1.6 +2 -1 ports/science/minc2/Makefile 1.28 +10 -18 ports/science/netcdf/Makefile 1.14 +3 -3 ports/science/netcdf/distinfo 1.2 +0 -20 ports/science/netcdf/files/patch-Makefile (dead) 1.2 +0 -19 ports/science/netcdf/files/patch-rules.make (dead) 1.7 +4 -3 ports/science/netcdf/pkg-plist 1.9 +2 -1 ports/science/v_sim/Makefile 1.25 +2 -2 ports/science/vis5d+/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 03:09:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1419116A401; Tue, 10 Apr 2007 03:09:39 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E217413C48A; Tue, 10 Apr 2007 03:09:38 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A39c3s047409; Tue, 10 Apr 2007 03:09:38 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A39ccR047408; Tue, 10 Apr 2007 03:09:38 GMT (envelope-from thompsa) Message-Id: <200704100309.l3A39ccR047408@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 10 Apr 2007 03:09:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 03:09:39 -0000 thompsa 2007-04-10 03:09:38 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Fix build, trunk is a device not an option. Revision Changes Path 1.1421 +1 -1 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Tue Apr 10 03:09:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EA3116A40B; Tue, 10 Apr 2007 03:09:56 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1EAAD13C4C4; Tue, 10 Apr 2007 03:09:56 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A39tgZ047473; Tue, 10 Apr 2007 03:09:56 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A39tn2047472; Tue, 10 Apr 2007 03:09:55 GMT (envelope-from lwhsu) Message-Id: <200704100309.l3A39tn2047472@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 10 Apr 2007 03:09: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/science/cdo Makefile distinfo pkg-message ports/science/cdo/files patch-src-cdo_pthread.c patch-src-config.h.in patch-src-pthread_debug.c patch-src-pthread_debug.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, 10 Apr 2007 03:09:56 -0000 lwhsu 2007-04-10 03:09:55 UTC FreeBSD ports repository Modified files: science/cdo Makefile distinfo pkg-message science/cdo/files patch-src-cdo_pthread.c patch-src-config.h.in patch-src-pthread_debug.c patch-src-pthread_debug.h Log: - Update to 1.0.7 PR: 111346 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.10 +9 -3 ports/science/cdo/Makefile 1.5 +3 -3 ports/science/cdo/distinfo 1.2 +3 -3 ports/science/cdo/files/patch-src-cdo_pthread.c 1.2 +8 -9 ports/science/cdo/files/patch-src-config.h.in 1.2 +2 -2 ports/science/cdo/files/patch-src-pthread_debug.c 1.2 +2 -2 ports/science/cdo/files/patch-src-pthread_debug.h 1.3 +1 -1 ports/science/cdo/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Apr 10 03:19:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0606316A402; Tue, 10 Apr 2007 03:19:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EB31113C44C; Tue, 10 Apr 2007 03:19:12 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A3JCeD049067; Tue, 10 Apr 2007 03:19:12 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A3JCRE049066; Tue, 10 Apr 2007 03:19:12 GMT (envelope-from lwhsu) Message-Id: <200704100319.l3A3JCRE049066@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 10 Apr 2007 03:19: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/instiki Makefile distinfo pkg-plist ports/www/instiki/files bluecloth-patch-lib-chunks-engines-rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 03:19:13 -0000 lwhsu 2007-04-10 03:19:12 UTC FreeBSD ports repository Modified files: www/instiki Makefile distinfo pkg-plist www/instiki/files bluecloth-patch-lib-chunks-engines-rb Log: Update to 0.11 Patch Level 1 and fix cross site scripting vulnerability Release info: http://rubyforge.org/frs/shownotes.php?group_id=186&release_id=10014 Security: http://golem.ph.utexas.edu/~distler/blog/archives/001181.html PR: 111407 Submitted by: Alexander Logvinov Approved by: clsung (mentor) Security: http://golem.ph.utexas.edu/~distler/blog/archives/001181.html Revision Changes Path 1.13 +3 -1 ports/www/instiki/Makefile 1.4 +3 -3 ports/www/instiki/distinfo 1.2 +7 -7 ports/www/instiki/files/bluecloth-patch-lib-chunks-engines-rb 1.7 +6 -2 ports/www/instiki/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 03:21:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B356016A400; Tue, 10 Apr 2007 03:21:55 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.freebsd.org (Postfix) with ESMTP id 6352F13C458; Tue, 10 Apr 2007 03:21:55 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=[192.168.0.18]) by publicd.ub.mng.net with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Hb6vZ-000K87-Dn; Tue, 10 Apr 2007 12:21:53 +0900 Message-ID: <461B02D1.4030204@micom.mng.net> Date: Tue, 10 Apr 2007 12:21:53 +0900 From: Ganbold User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: Marc Fonvieille References: <200704091702.l39H2dfM032273@repoman.freebsd.org> In-Reply-To: <200704091702.l39H2dfM032273@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 10 Apr 2007 03:21:55 -0000 Marc Fonvieille wrote: > blackend 2007-04-09 17:02:39 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/virtualization chapter.sgml > Log: > - Use of trademark entities; > - Use of guimenu/guimenuitem/application tags where needed; > - Fix/add some userinput tags > - Try to be consistent on capitalization of dom0/domU > - s/X Window/X11 > - Expand a bit the text regarding the commands to use to set up Xen. > > Revision Changes Path > 1.6 +55 -36 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Marc, I guess following line should be updated accordingly. "To re-compile the kernel for Dom0:" s/Dom0/dom0 Since you are working on "Virtualization", book preface should be updated also. I reminded about it to keramida@ too. thanks, Ganbold From owner-cvs-all@FreeBSD.ORG Tue Apr 10 03:35:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF7DF16A400; Tue, 10 Apr 2007 03:35:31 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A8DC513C45A; Tue, 10 Apr 2007 03:35:31 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A3ZVTV052109; Tue, 10 Apr 2007 03:35:31 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A3ZVaR052108; Tue, 10 Apr 2007 03:35:31 GMT (envelope-from brd) Message-Id: <200704100335.l3A3ZVaR052108@repoman.freebsd.org> From: Brad Davis Date: Tue, 10 Apr 2007 03:35:31 +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 news.xml www/en/news/status Makefile report-2007-jan-2007-mar.xml report.xsl status.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, 10 Apr 2007 03:35:31 -0000 brd 2007-04-10 03:35:31 UTC FreeBSD doc repository Modified files: share/sgml news.xml en/news/status Makefile report.xsl status.sgml Added files: en/news/status report-2007-jan-2007-mar.xml Log: Add the Jan - Mar 2007 Quarterly Status Report. Next status reports are due June 7, 2007. Revision Changes Path 1.37 +2 -1 www/en/news/status/Makefile 1.1 +1117 -0 www/en/news/status/report-2007-jan-2007-mar.xml (new) 1.11 +2 -2 www/en/news/status/report.xsl 1.42 +10 -3 www/en/news/status/status.sgml 1.72 +12 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Tue Apr 10 03:35:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B405616A404; Tue, 10 Apr 2007 03:35:42 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8D7C913C465; Tue, 10 Apr 2007 03:35:42 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A3ZghP052136; Tue, 10 Apr 2007 03:35:42 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A3ZgQS052135; Tue, 10 Apr 2007 03:35:42 GMT (envelope-from thompsa) Message-Id: <200704100335.l3A3ZgQS052135@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 10 Apr 2007 03:35:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 03:35:42 -0000 thompsa 2007-04-10 03:35:42 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: Bump document date for new trunk commands. Revision Changes Path 1.136 +1 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:03:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D133716A408; Tue, 10 Apr 2007 04:03:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C22D813C4CE; Tue, 10 Apr 2007 04:03:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A43Zjq057660; Tue, 10 Apr 2007 04:03:35 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A43ZnL057659; Tue, 10 Apr 2007 04:03:35 GMT (envelope-from delphij) Message-Id: <200704100403.l3A43ZnL057659@repoman.freebsd.org> From: Xin LI Date: Tue, 10 Apr 2007 04:03: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.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 10 Apr 2007 04:03:35 -0000 delphij 2007-04-10 04:03:35 UTC FreeBSD src repository Modified files: usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.h Log: Make use of ptrace(2) instead of procfs in truss(1), eliminating yet another need of an available /proc/ mount. Tested with: make universe Submitted by: howardsu Reviewed by: alfred Revision Changes Path 1.22 +1 -1 src/usr.bin/truss/Makefile 1.7 +17 -32 src/usr.bin/truss/amd64-fbsd.c 1.12 +2 -2 src/usr.bin/truss/extern.h 1.27 +21 -37 src/usr.bin/truss/i386-fbsd.c 1.26 +14 -33 src/usr.bin/truss/i386-linux.c 1.10 +8 -30 src/usr.bin/truss/ia64-fbsd.c 1.44 +101 -139 src/usr.bin/truss/main.c 1.2 +17 -31 src/usr.bin/truss/powerpc-fbsd.c 1.23 +117 -103 src/usr.bin/truss/setup.c 1.10 +18 -33 src/usr.bin/truss/sparc64-fbsd.c 1.18 +1 -2 src/usr.bin/truss/syscall.h 1.53 +75 -61 src/usr.bin/truss/syscalls.c 1.23 +2 -10 src/usr.bin/truss/truss.1 1.8 +23 -1 src/usr.bin/truss/truss.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:04:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EB0316A402 for ; Tue, 10 Apr 2007 04:04:18 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (redundancy.redundancy.org [64.147.160.152]) by mx1.freebsd.org (Postfix) with SMTP id E626D13C45D for ; Tue, 10 Apr 2007 04:04:17 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 62873 invoked by uid 1001); 10 Apr 2007 03:37:59 -0000 Date: Mon, 9 Apr 2007 20:37:59 -0700 From: David Thiel To: Edwin Groothuis Message-ID: <20070410033759.GC91382@redundancy.redundancy.org> Mail-Followup-To: Edwin Groothuis , David Thiel , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200704100138.l3A1cSAe028079@repoman.freebsd.org> <20070410020824.GA49755@k7.mavetju> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070410020824.GA49755@k7.mavetju> X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-ports@FreeBSD.org, David Thiel , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/gstreamer-plugins-moodbar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 04:04:18 -0000 On Tue, Apr 10, 2007 at 12:08:24PM +1000, Edwin Groothuis wrote: > > Modified files: > > audio/gstreamer-plugins-moodbar Makefile > > Log: > > Remove dependency on Amarok - moodbar doesn't need it. Also add a mirror > > and take maintainership while I'm at it. > > His first INDEX breakage! I'm so proud of him! Ugggh. Sorry about that, thanks for fixing. From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:13:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BA3116A4E5; Tue, 10 Apr 2007 04:13:50 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0530E13C4B9; Tue, 10 Apr 2007 04:13:50 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A4DnkS059480; Tue, 10 Apr 2007 04:13:49 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A4DnUl059479; Tue, 10 Apr 2007 04:13:49 GMT (envelope-from marcus) Message-Id: <200704100413.l3A4DnUl059479@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 04:13:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/libgnomekbd Makefile distinfo pkg-plist ports/x11/libgnomekbd/files patch-libgnomekbd_gkbd-indicator.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 04:13:50 -0000 marcus 2007-04-10 04:13:49 UTC FreeBSD ports repository Modified files: x11/libgnomekbd Makefile distinfo pkg-plist x11/libgnomekbd/files patch-libgnomekbd_gkbd-indicator.c Log: Update to 2.18.1. Revision Changes Path 1.5 +1 -2 ports/x11/libgnomekbd/Makefile 1.2 +3 -3 ports/x11/libgnomekbd/distinfo 1.3 +0 -22 ports/x11/libgnomekbd/files/patch-libgnomekbd_gkbd-indicator.c 1.2 +17 -0 ports/x11/libgnomekbd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:19:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB41A16A401; Tue, 10 Apr 2007 04:19:53 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A656A13C465; Tue, 10 Apr 2007 04:19:53 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A4Jrun059726; Tue, 10 Apr 2007 04:19:53 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A4JrBS059725; Tue, 10 Apr 2007 04:19:53 GMT (envelope-from leeym) Message-Id: <200704100419.l3A4JrBS059725@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 10 Apr 2007 04:19: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/archivers/dynamite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 04:19:53 -0000 leeym 2007-04-10 04:19:53 UTC FreeBSD ports repository Modified files: archivers/dynamite Makefile Log: - minor fixes to make portlint happier Revision Changes Path 1.8 +3 -11 ports/archivers/dynamite/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:21:34 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54CF416A402; Tue, 10 Apr 2007 04:21:34 +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 E59FD13C43E; Tue, 10 Apr 2007 04:21:33 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l3A4K1Cx066455; Mon, 9 Apr 2007 22:20:01 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 09 Apr 2007 22:20:11 -0600 (MDT) Message-Id: <20070409.222011.1689682576.imp@bsdimp.com> To: grog@freebsd.org From: "M. Warner Losh" In-Reply-To: <20070410010510.GB61460@wantadilla.lemis.com> References: <20070409021942.C150B16A529@hub.freebsd.org> <20070409024826.553be564@dev.lan.Awfulhak.org> <20070410010510.GB61460@wantadilla.lemis.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 09 Apr 2007 22:20:01 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, brian@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 04:21:34 -0000 In message: <20070410010510.GB61460@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Monday, 9 April 2007 at 2:48:26 -0700, Brian Somers wrote: : > On Mon, 9 Apr 2007 02:19:42 +0000 (UTC) Greg Lehey wrote: : >> grog 2007-04-09 02:19:37 UTC : >> : >> FreeBSD src repository : >> : >> Modified files: : >> usr.bin/touch touch.1 touch.c : >> Log: : >> Add -A flag to adjust existing time stamps. : >> diff -u src/usr.bin/touch/touch.1:1.14 src/usr.bin/touch/touch.1:1.15 : >> --- src/usr.bin/touch/touch.1:1.14 Sun Feb 13 22:25:24 2005 : >> +++ src/usr.bin/touch/touch.1 Mon Apr 9 02:19:37 2007 : >> +.It Fl A : >> +Adjust the access and modification time stamps for the file by the : >> +specified value. : >> +This flag is intended for use in modifying files with a time stamp : >> +relative to an incorrect time zone. : > : > I don't understand what this means. File times are in UTC aren't : > they? : : No, they're in time_t. But if you import files from other systems, : you frequently get times which are off by some time zone offset. time_t is UTC, by definition (sadly, POSIX has enshrined a broken definition of UTC as the time_t definition, but that's not important right now). It cannot be a localtime. Localtime conversion of time_t is done by libc to print the local time. : The case in point is that when importing files from digital cameras, : it's frequently impossible to get the correct time. Many cameras are : too stupid to handle time zones at all and assume it's UTC. Those : that can make a typically US assumption that all time zones are on the : hour. Here in South Australia, for example, we have a time zone : offset of +0930, which seems to blow the minds of most cameras. In my : case, I have a Canon that fits the first category, and a Nikon that : fits the second. FAT doesn't deal in time_t. It deals in 'local time' only, encoded in a funky way. The rest of what you say is correct, but since there is much confusion around time_t I thought I'd be pedantic. Warner From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:26:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A81C16A409; Tue, 10 Apr 2007 04:26:40 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 2111A13C4AD; Tue, 10 Apr 2007 04:26:38 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 531871CC58; Tue, 10 Apr 2007 16:26:36 +1200 (NZST) Date: Tue, 10 Apr 2007 16:26:36 +1200 From: Andrew Thompson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070410042636.GC1870@heff.fud.org.nz> References: <200704100027.l3A0RQGq007340@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704100027.l3A0RQGq007340@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: cvs commit: src/sbin/ifconfig iftrunk.c src/share/man/man4 trunk.4 src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if.c if_ethersubr.c if_trunk.c if_trunk.h if_var.h src/sys/sys priv.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, 10 Apr 2007 04:26:40 -0000 On Tue, Apr 10, 2007 at 12:27:26AM +0000, Andrew Thompson wrote: > thompsa 2007-04-10 00:27:25 UTC > > FreeBSD src repository > > Modified files: > sys/net if.c if_ethersubr.c if_var.h > sys/sys priv.h > Added files: > sbin/ifconfig iftrunk.c > share/man/man4 trunk.4 > sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h > if_trunk.c if_trunk.h > Log: > Add the trunk(4) driver for providing link aggregation, failover and fault > tolerance. This driver allows aggregation of multiple network interfaces as > one virtual interface using a number of different protocols/algorithms. > This should have included Approved by: re (kensmith) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:34:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1154D16A403; Tue, 10 Apr 2007 04:34:48 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E0AF513C455; Tue, 10 Apr 2007 04:34:47 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A4Ylov062718; Tue, 10 Apr 2007 04:34:47 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A4YllZ062717; Tue, 10 Apr 2007 04:34:47 GMT (envelope-from marcus) Message-Id: <200704100434.l3A4YllZ062717@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 04:34: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/www/epiphany Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 04:34:48 -0000 marcus 2007-04-10 04:34:47 UTC FreeBSD ports repository Modified files: www/epiphany Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.106 +1 -1 ports/www/epiphany/Makefile 1.56 +3 -3 ports/www/epiphany/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:37:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85C0D16A404; Tue, 10 Apr 2007 04:37:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 60B0213C483; Tue, 10 Apr 2007 04:37:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A4bTx7062891; Tue, 10 Apr 2007 04:37:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A4bTpT062890; Tue, 10 Apr 2007 04:37:29 GMT (envelope-from marcus) Message-Id: <200704100437.l3A4bTpT062890@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 04:37:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gnome-common Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 04:37:29 -0000 marcus 2007-04-10 04:37:29 UTC FreeBSD ports repository Modified files: devel/gnome-common Makefile distinfo Log: Update to 2.18.0. Revision Changes Path 1.21 +2 -2 ports/devel/gnome-common/Makefile 1.7 +3 -3 ports/devel/gnome-common/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:37:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AE0916A532; Tue, 10 Apr 2007 04:37:30 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B8D3713C44B; Tue, 10 Apr 2007 04:37:30 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A4bURu062918; Tue, 10 Apr 2007 04:37:30 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A4bUwh062917; Tue, 10 Apr 2007 04:37:30 GMT (envelope-from simokawa) Message-Id: <200704100437.l3A4bUwh062917@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 10 Apr 2007 04:37:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/uzip g_uzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 04:37:31 -0000 simokawa 2007-04-10 04:37:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/uzip g_uzip.c Log: MFC: rev 1.11 Fix a bug for over 4GB media. Revision Changes Path 1.4.2.4 +1 -1 src/sys/geom/uzip/g_uzip.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 04:49:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30A9816A401; Tue, 10 Apr 2007 04:49:07 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA7B13C455; Tue, 10 Apr 2007 04:49:07 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A4n6me072852; Tue, 10 Apr 2007 04:49:06 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A4n6lK072851; Tue, 10 Apr 2007 04:49:06 GMT (envelope-from marcus) Message-Id: <200704100449.l3A4n6lK072851@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 04:49: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/epiphany-extensions Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 04:49:07 -0000 marcus 2007-04-10 04:49:06 UTC FreeBSD ports repository Modified files: www/epiphany-extensions Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.37 +1 -1 ports/www/epiphany-extensions/Makefile 1.23 +3 -3 ports/www/epiphany-extensions/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 05:00:13 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8312116A403; Tue, 10 Apr 2007 05:00:13 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.freebsd.org (Postfix) with ESMTP id 16DDA13C487; Tue, 10 Apr 2007 05:00:13 +0000 (UTC) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ozlabs.org (Postfix) with ESMTP id A552DDDF1F; Tue, 10 Apr 2007 15:00:11 +1000 (EST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 71A461A9CB7; Tue, 10 Apr 2007 14:30:11 +0930 (CST) Date: Tue, 10 Apr 2007 14:30:11 +0930 From: Greg 'groggy' Lehey To: "M. Warner Losh" Message-ID: <20070410050011.GH91694@wantadilla.lemis.com> References: <20070409021942.C150B16A529@hub.freebsd.org> <20070409024826.553be564@dev.lan.Awfulhak.org> <20070410010510.GB61460@wantadilla.lemis.com> <20070409.222011.1689682576.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgApRN/oydYDdnYz" Content-Disposition: inline In-Reply-To: <20070409.222011.1689682576.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, brian@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 05:00:13 -0000 --OgApRN/oydYDdnYz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 9 April 2007 at 22:20:11 -0600, M. Warner Losh wrote: > In message: <20070410010510.GB61460@wantadilla.lemis.com> > "Greg 'groggy' Lehey" writes: >> On Monday, 9 April 2007 at 2:48:26 -0700, Brian Somers wrote: >>> I don't understand what this means. File times are in UTC aren't >>> they? >> >> No, they're in time_t. But if you import files from other systems, >> you frequently get times which are off by some time zone offset. > > time_t is UTC, by definition (sadly, POSIX has enshrined a broken > definition of UTC as the time_t definition, but that's not important > right now). The definition of time_t is simply a number of seconds since a specified event. It's true that this event was the turn of the year/decade in UTC, but that doesn't make it UTC. Currently my time_t is 1176181168; that's not directly recognizable as any time zone. > It cannot be a localtime. Localtime conversion of time_t is done by > libc to print the local time. But libc also needs to convert time_t to UTC. >> The case in point is that when importing files from digital cameras > > FAT doesn't deal in time_t. It deals in 'local time' only, encoded in > a funky way. Right. And that's the largest part of the problem. > The rest of what you say is correct, but since there is much confusion > around time_t I thought I'd be pedantic. Nothing wrong with being pedantic :-) Greg -- See complete headers for address and phone numbers. --OgApRN/oydYDdnYz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFGGxnbIubykFB6QiMRAp0tAJ90aHZyXkVBt5D3CIYk79UG1V8IxgCgj3zK RU2Q4Qa0R2XTJuZj6pnYyJ0= =eWtb -----END PGP SIGNATURE----- --OgApRN/oydYDdnYz-- From owner-cvs-all@FreeBSD.ORG Tue Apr 10 05:24:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52FAA16A400; Tue, 10 Apr 2007 05:24:29 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2ED1413C455; Tue, 10 Apr 2007 05:24:29 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A5OT2j080122; Tue, 10 Apr 2007 05:24:29 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A5OS0O080121; Tue, 10 Apr 2007 05:24:28 GMT (envelope-from gerald) Message-Id: <200704100524.l3A5OS0O080121@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 10 Apr 2007 05:24:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 05:24:29 -0000 gerald 2007-04-10 05:24:28 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo Log: Update to the 20070409 snapshot of GCC 4.1.3. Move everything related to the WITH_JAVA_AWT knob into a single block and make this a subset of the general Java-specific section.[1] Submitted by: alepulver[1] Revision Changes Path 1.318 +9 -14 ports/lang/gcc41/Makefile 1.197 +18 -18 ports/lang/gcc41/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 05:37:20 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FF0016A404; Tue, 10 Apr 2007 05:37:20 +0000 (UTC) (envelope-from markus@brueffer.de) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mx1.freebsd.org (Postfix) with ESMTP id A3AE913C459; Tue, 10 Apr 2007 05:37:19 +0000 (UTC) (envelope-from markus@brueffer.de) Received: from mail-in-04-z2.arcor-online.net (mail-in-04-z2.arcor-online.net [151.189.8.16]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 531A7163576; Tue, 10 Apr 2007 04:48:42 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-04-z2.arcor-online.net (Postfix) with ESMTP id 38A11ABAE0; Tue, 10 Apr 2007 04:48:42 +0200 (CEST) Received: from ramses.kicks-ass.net (dslb-084-061-008-077.pools.arcor-ip.net [84.61.8.77]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 061C5226DEC; Tue, 10 Apr 2007 04:48:42 +0200 (CEST) Received: from cheops.phoenix (cheops.phoenix [192.168.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ramses.kicks-ass.net (Postfix) with ESMTP id 3894FB842; Tue, 10 Apr 2007 04:48:35 +0200 (CEST) From: Markus Brueffer To: Edwin Groothuis Date: Tue, 10 Apr 2007 04:48:11 +0200 User-Agent: KMail/1.9.6 References: <200704100206.l3A26PUC033869@repoman.freebsd.org> In-Reply-To: <200704100206.l3A26PUC033869@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2082548.ukQ1WFc6ye"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200704100448.21949.markus@brueffer.de> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/gstreamer-plugins-moodbar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 05:37:20 -0000 --nextPart2082548.ukQ1WFc6ye Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Dienstag, 10. April 2007, Edwin Groothuis wrote: > edwin 2007-04-10 02:06:24 UTC > > FreeBSD ports repository > > Modified files: > audio/gstreamer-plugins-moodbar Makefile > Log: > add missing trailing \. > Pointy hat to: lx Ahem, considering that you have reviewed the patch I guess you have earned = one=20 as well :) > Noticed by: dvl@ > > Revision Changes Path > 1.3 +1 -1 ports/audio/gstreamer-plugins-moodbar/Makefile > > http://cvsweb.FreeBSD.org/ports/audio/gstreamer-plugins-moodbar/Makefile.= di >ff?r1=3D1.2&r2=3D1.3 =2D-=20 Markus Brueffer =A0 =A0| GPG-Key: http://people.FreeBSD.org/~markus/markus.= asc markus@brueffer.de | FP: 3F9B EBE8 F290 E5CC 1447 8760 D48D 1072 78F8 A8D4 markus@FreeBSD.org | FreeBSD: The Power to Serve! --nextPart2082548.ukQ1WFc6ye Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGGvrt1I0Qcnj4qNQRAkqkAJwNukC0ToKUDSJGmzTSuRmXNoBUpwCgho08 40MApc67bMKX4qwbsMT6++8= =NBtP -----END PGP SIGNATURE----- --nextPart2082548.ukQ1WFc6ye-- From owner-cvs-all@FreeBSD.ORG Tue Apr 10 05:40:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9412616A47A; Tue, 10 Apr 2007 05:40:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8C93313C4F8; Tue, 10 Apr 2007 05:40:25 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A5eN8c081983; Tue, 10 Apr 2007 05:40:23 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A5eNft081982; Tue, 10 Apr 2007 05:40:23 GMT (envelope-from rafan) Message-Id: <200704100540.l3A5eNft081982@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 10 Apr 2007 05:40: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/cdialog Makefile distinfo pkg-plist ports/devel/cdialog/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: Tue, 10 Apr 2007 05:40:29 -0000 rafan 2007-04-10 05:40:23 UTC FreeBSD ports repository Modified files: devel/cdialog Makefile distinfo pkg-plist devel/cdialog/files patch-makefile.in Log: - Update to 1.1.20070325 - Pass maintainership to submitter - While I'm here, enable wide character support on newer system PR: ports/111385 Submitted by: Martin Tournoij Revision Changes Path 1.23 +13 -5 ports/devel/cdialog/Makefile 1.14 +3 -3 ports/devel/cdialog/distinfo 1.2 +41 -35 ports/devel/cdialog/files/patch-makefile.in 1.12 +9 -0 ports/devel/cdialog/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 05:44:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65D5916A402; Tue, 10 Apr 2007 05:44:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 41F8513C448; Tue, 10 Apr 2007 05:44:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A5iW2f083227; Tue, 10 Apr 2007 05:44:32 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A5iW0e083226; Tue, 10 Apr 2007 05:44:32 GMT (envelope-from rafan) Message-Id: <200704100544.l3A5iW0e083226@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 10 Apr 2007 05: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/games/powermanga 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, 10 Apr 2007 05:44:32 -0000 rafan 2007-04-10 05:44:32 UTC FreeBSD ports repository Modified files: games/powermanga Makefile pkg-plist Log: - Fix after latest update: install languages files ourself. Bump PORTREVISON for this. - Use DATADIR PR: ports/111386 Reported by: Dmitry Marakasov Revision Changes Path 1.11 +8 -0 ports/games/powermanga/Makefile 1.3 +391 -381 ports/games/powermanga/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 06:03:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4EFD16A407; Tue, 10 Apr 2007 06:03:06 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A195013C44C; Tue, 10 Apr 2007 06:03:06 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A636Wf087460; Tue, 10 Apr 2007 06:03:06 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A636iE087459; Tue, 10 Apr 2007 06:03:06 GMT (envelope-from brd) Message-Id: <200704100603.l3A636iE087459@repoman.freebsd.org> From: Brad Davis Date: Tue, 10 Apr 2007 06:03:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml 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: Tue, 10 Apr 2007 06:03:06 -0000 brd 2007-04-10 06:03:06 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Fix status report link.. Revision Changes Path 1.73 +2 -2 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Tue Apr 10 06:03:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0393C16A400; Tue, 10 Apr 2007 06:03:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EBC3713C45A; Tue, 10 Apr 2007 06:03:10 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A63AnQ087529; Tue, 10 Apr 2007 06:03:10 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A63A7Y087527; Tue, 10 Apr 2007 06:03:10 GMT (envelope-from lwhsu) Message-Id: <200704100603.l3A63A7Y087527@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 10 Apr 2007 06:03: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/games/reminiscence Makefile pkg-message ports/games/reminiscence/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: Tue, 10 Apr 2007 06:03:11 -0000 lwhsu 2007-04-10 06:03:10 UTC FreeBSD ports repository Modified files: games/reminiscence Makefile Added files: games/reminiscence/files pkg-message.in Removed files: games/reminiscence pkg-message Log: Automatically substitude PREFIX in pkg-message, so it's clearer for user where to put data files. PR: 111431 Submitted by: Dmitry Marakasov Approved by: clsung (mentor) Revision Changes Path 1.5 +4 -0 ports/games/reminiscence/Makefile 1.1 +18 -0 ports/games/reminiscence/files/pkg-message.in (new) 1.2 +0 -18 ports/games/reminiscence/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 06:08:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04CD616A402; Tue, 10 Apr 2007 06:08:48 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D4ED113C448; Tue, 10 Apr 2007 06:08:47 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A68lYG088308; Tue, 10 Apr 2007 06:08:47 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A68lLB088307; Tue, 10 Apr 2007 06:08:47 GMT (envelope-from lwhsu) Message-Id: <200704100608.l3A68lLB088307@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 10 Apr 2007 06: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/games/xmoto Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 06:08:48 -0000 lwhsu 2007-04-10 06:08:47 UTC FreeBSD ports repository Modified files: games/xmoto Makefile distinfo Log: * Update to 0.2.7 * Mirror distfile (as it's no longer on SF) * Add option to support new sdl_gfx renderer PR: 111432 Submitted by: Dmitry Marakasov (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.19 +13 -5 ports/games/xmoto/Makefile 1.13 +3 -3 ports/games/xmoto/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 06:28:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3398516A402; Tue, 10 Apr 2007 06:28:14 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0FCAF13C4AE; Tue, 10 Apr 2007 06:28:14 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A6SDdC094061; Tue, 10 Apr 2007 06:28:13 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A6SDf6094060; Tue, 10 Apr 2007 06:28:13 GMT (envelope-from clsung) Message-Id: <200704100628.l3A6SDf6094060@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 10 Apr 2007 06:28: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/textproc/p5-Hash-Merge Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 06:28:14 -0000 clsung 2007-04-10 06:28:13 UTC FreeBSD ports repository Modified files: textproc/p5-Hash-Merge Makefile distinfo Log: - Update to 0.10 Revision Changes Path 1.5 +1 -1 ports/textproc/p5-Hash-Merge/Makefile 1.5 +3 -3 ports/textproc/p5-Hash-Merge/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:00:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FC3016A400; Tue, 10 Apr 2007 07:00:47 +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 D296913C483; Tue, 10 Apr 2007 07:00:46 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 697BC2091; Tue, 10 Apr 2007 09:00:43 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id E1A612090; Tue, 10 Apr 2007 09:00:42 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id CE0B4A10AC; Tue, 10 Apr 2007 09:00:42 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Greg 'groggy' Lehey References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <864pnpdf8w.fsf@dwp.des.no> <20070410010901.GD61460@wantadilla.lemis.com> Date: Tue, 10 Apr 2007 09:00:42 +0200 In-Reply-To: <20070410010901.GD61460@wantadilla.lemis.com> (Greg Lehey's message of "Tue, 10 Apr 2007 10:39:01 +0930") Message-ID: <86zm5gr9wl.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:00:47 -0000 Greg 'groggy' Lehey writes: > On Monday, 9 April 2007 at 12:16:47 +0200, Dag-Erling Smrgrav wrote: > > The latter part is incorrect and should be reverted. Furthermore, > > usage() should be static. > Can you give details? usage() should be the way it was before your commit, except that it should be static. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:02:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91EDD16A403; Tue, 10 Apr 2007 07:02:40 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6EA6413C45A; Tue, 10 Apr 2007 07:02:40 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A72e3Q000439; Tue, 10 Apr 2007 07:02:40 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A72el8000438; Tue, 10 Apr 2007 07:02:40 GMT (envelope-from lth) Message-Id: <200704100702.l3A72el8000438@repoman.freebsd.org> From: Lars Thegler Date: Tue, 10 Apr 2007 07:02: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 Makefile ports/devel/p5-Test-XML-Valid Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:02:40 -0000 lth 2007-04-10 07:02:39 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-XML-Valid Makefile distinfo pkg-descr pkg-plist Log: Add p5-Test-XML-Valid 0.04, validate XML and XHTML. Revision Changes Path 1.2725 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Test-XML-Valid/Makefile (new) 1.1 +3 -0 ports/devel/p5-Test-XML-Valid/distinfo (new) 1.1 +5 -0 ports/devel/p5-Test-XML-Valid/pkg-descr (new) 1.1 +3 -0 ports/devel/p5-Test-XML-Valid/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:02:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28CD916A401; Tue, 10 Apr 2007 07:02:57 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 03F0513C448; Tue, 10 Apr 2007 07:02:57 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A72ugu000478; Tue, 10 Apr 2007 07:02:56 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A72u0o000477; Tue, 10 Apr 2007 07:02:56 GMT (envelope-from lth) Message-Id: <200704100702.l3A72u0o000477@repoman.freebsd.org> From: Lars Thegler Date: Tue, 10 Apr 2007 07:02:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:02:57 -0000 lth 2007-04-10 07:02:56 UTC FreeBSD ports repository Modified files: . modules Log: p5-Test-XML-Valid --> ports/devel/p5-Test-XML-Valid Revision Changes Path 1.17826 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:12:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EE5916A401; Tue, 10 Apr 2007 07:12:58 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0D213C44C; Tue, 10 Apr 2007 07:12:58 +0000 (UTC) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ozlabs.org (Postfix) with ESMTP id D070CDDF13; Tue, 10 Apr 2007 17:12:56 +1000 (EST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 9C6D71A9C97; Tue, 10 Apr 2007 16:42:56 +0930 (CST) Date: Tue, 10 Apr 2007 16:42:56 +0930 From: Greg 'groggy' Lehey To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20070410071256.GJ91694@wantadilla.lemis.com> References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <864pnpdf8w.fsf@dwp.des.no> <20070410010901.GD61460@wantadilla.lemis.com> <86zm5gr9wl.fsf@dwp.des.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Tu8ztk+XgTAiG9Id" Content-Disposition: inline In-Reply-To: <86zm5gr9wl.fsf@dwp.des.no> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:12:58 -0000 --Tu8ztk+XgTAiG9Id Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 10 April 2007 at 9:00:42 +0200, Dag-Erling Smrgrav wrote: > Greg 'groggy' Lehey writes: >> On Monday, 9 April 2007 at 12:16:47 +0200, Dag-Erling Smrgrav wrote: >>> The latter part is incorrect and should be reverted. Furthermore, >>> usage() should be static. >> Can you give details? > > usage() should be the way it was before your commit, except that it > should be static. You mean declared as a static function? In a program of a single file? As I said before, >> Can you give details? Specifically, this doesn't match my recollection of "good practice". Where is this behaviour mandated? Greg -- See complete headers for address and phone numbers. --Tu8ztk+XgTAiG9Id Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFGGzj4IubykFB6QiMRAi+zAJ98xLoMwjfY3URKa8eBwrGUade7MwCcDi5J k8zVcKTxpg9rFwe5Z/ROGmw= =PQqg -----END PGP SIGNATURE----- --Tu8ztk+XgTAiG9Id-- From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:17:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 041D716A402; Tue, 10 Apr 2007 07:17:29 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D4E7C13C455; Tue, 10 Apr 2007 07:17:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7HSQL003449; Tue, 10 Apr 2007 07:17:28 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7HS1B003443; Tue, 10 Apr 2007 07:17:28 GMT (envelope-from lth) Message-Id: <200704100717.l3A7HS1B003443@repoman.freebsd.org> From: Lars Thegler Date: Tue, 10 Apr 2007 07: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/devel Makefile ports/devel/p5-Test-YAML-Valid Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:17:29 -0000 lth 2007-04-10 07:17:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-YAML-Valid Makefile distinfo pkg-descr pkg-plist Log: Add p5-Test-YAML-Valid 0.03, test for valid YAML. Revision Changes Path 1.2726 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Test-YAML-Valid/Makefile (new) 1.1 +3 -0 ports/devel/p5-Test-YAML-Valid/distinfo (new) 1.1 +3 -0 ports/devel/p5-Test-YAML-Valid/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Test-YAML-Valid/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:17:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C367616A402; Tue, 10 Apr 2007 07:17:45 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A0DA513C465; Tue, 10 Apr 2007 07:17:45 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7HjPX003499; Tue, 10 Apr 2007 07:17:45 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7Hj25003498; Tue, 10 Apr 2007 07:17:45 GMT (envelope-from lth) Message-Id: <200704100717.l3A7Hj25003498@repoman.freebsd.org> From: Lars Thegler Date: Tue, 10 Apr 2007 07:17:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:17:45 -0000 lth 2007-04-10 07:17:45 UTC FreeBSD ports repository Modified files: . modules Log: p5-Test-YAML-Valid --> ports/devel/p5-Test-YAML-Valid Revision Changes Path 1.17827 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:22:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 978C216A402; Tue, 10 Apr 2007 07:22:31 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 74C9B13C457; Tue, 10 Apr 2007 07:22:31 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7MVvs004895; Tue, 10 Apr 2007 07:22:31 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7MVMm004894; Tue, 10 Apr 2007 07:22:31 GMT (envelope-from grog) Message-Id: <200704100722.l3A7MVMm004894@repoman.freebsd.org> From: Greg Lehey Date: Tue, 10 Apr 2007 07:22: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.bin/touch touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:22:31 -0000 grog 2007-04-10 07:22:31 UTC FreeBSD src repository Modified files: usr.bin/touch touch.c Log: Usage: print base name of program. -A flag: respect the -a and -m flags. imply the -c flag. Requested in principle by: brian Revision Changes Path 1.23 +47 -20 src/usr.bin/touch/touch.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:24:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D96AA16A401; Tue, 10 Apr 2007 07:24:48 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B6C7713C46A; Tue, 10 Apr 2007 07:24:48 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7Omcs005339; Tue, 10 Apr 2007 07:24:48 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7Om2p005338; Tue, 10 Apr 2007 07:24:48 GMT (envelope-from grog) Message-Id: <200704100724.l3A7Om2p005338@repoman.freebsd.org> From: Greg Lehey Date: Tue, 10 Apr 2007 07:24:48 +0000 (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/touch touch.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: Tue, 10 Apr 2007 07:24:49 -0000 grog 2007-04-10 07:24:48 UTC FreeBSD src repository Modified files: usr.bin/touch touch.1 Log: Update to match revision 1.23 of touch.c. Clarify some details. Revision Changes Path 1.16 +18 -36 src/usr.bin/touch/touch.1 From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:26:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE29C16A400; Tue, 10 Apr 2007 07:26:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB16713C484; Tue, 10 Apr 2007 07:26:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7QZmp005738; Tue, 10 Apr 2007 07:26:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7QZfB005735; Tue, 10 Apr 2007 07:26:35 GMT (envelope-from clsung) Message-Id: <200704100726.l3A7QZfB005735@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 10 Apr 2007 07:26: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/math/ruby-gsl 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, 10 Apr 2007 07:26:35 -0000 clsung 2007-04-10 07:26:35 UTC FreeBSD ports repository Modified files: math/ruby-gsl Makefile distinfo pkg-plist Log: - Update to 1.9.0 Revision Changes Path 1.24 +1 -1 ports/math/ruby-gsl/Makefile 1.12 +3 -3 ports/math/ruby-gsl/distinfo 1.12 +32 -4 ports/math/ruby-gsl/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:27:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4506316A403; Tue, 10 Apr 2007 07:27:15 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2227013C46C; Tue, 10 Apr 2007 07:27:15 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7RFqV005803; Tue, 10 Apr 2007 07:27:15 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7REjY005802; Tue, 10 Apr 2007 07:27:14 GMT (envelope-from sat) Message-Id: <200704100727.l3A7REjY005802@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 10 Apr 2007 07:27: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/horde-base Makefile bsd.horde.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, 10 Apr 2007 07:27:15 -0000 sat 2007-04-10 07:27:14 UTC FreeBSD ports repository Modified files: www/horde-base Makefile bsd.horde.mk Log: - Pet portlint a bit - Add horbas to default sub_list Approved by: Beech Rintoul (maintainer, implicit) Revision Changes Path 1.53 +1 -1 ports/www/horde-base/Makefile 1.2 +2 -2 ports/www/horde-base/bsd.horde.mk From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:29:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1F3016A40A; Tue, 10 Apr 2007 07:29:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A56FF13C4B0; Tue, 10 Apr 2007 07:29:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7Td6o006019; Tue, 10 Apr 2007 07:29:39 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7Tdxj006018; Tue, 10 Apr 2007 07:29:39 GMT (envelope-from clsung) Message-Id: <200704100729.l3A7Tdxj006018@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 10 Apr 2007 07:29: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 Makefile ports/mail/phpmailer Makefile distinfo pkg-descr pkg-plist ports/mail/phpmailer/files pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:29:39 -0000 clsung 2007-04-10 07:29:39 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/phpmailer Makefile distinfo pkg-descr pkg-plist mail/phpmailer/files pkg-message Log: Add phpmailer 1.73, full Featured Email Transfer Class for PHP. PR: ports/111396 Submitted by: Zhen REN Revision Changes Path 1.845 +1 -0 ports/mail/Makefile 1.1 +52 -0 ports/mail/phpmailer/Makefile (new) 1.1 +3 -0 ports/mail/phpmailer/distinfo (new) 1.1 +4 -0 ports/mail/phpmailer/files/pkg-message (new) 1.1 +6 -0 ports/mail/phpmailer/pkg-descr (new) 1.1 +50 -0 ports/mail/phpmailer/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:30:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C216116A40B; Tue, 10 Apr 2007 07:30:01 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9B65913C44B; Tue, 10 Apr 2007 07:30:01 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7U1Sv006079; Tue, 10 Apr 2007 07:30:01 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7U1oA006078; Tue, 10 Apr 2007 07:30:01 GMT (envelope-from clsung) Message-Id: <200704100730.l3A7U1oA006078@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 10 Apr 2007 07:30: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: Tue, 10 Apr 2007 07:30:01 -0000 clsung 2007-04-10 07:30:01 UTC FreeBSD ports repository Modified files: . modules Log: phpmailer --> ports/mail/phpmailer Revision Changes Path 1.17828 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:36:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 895E916A407; Tue, 10 Apr 2007 07:36:55 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7DEB513C4DE; Tue, 10 Apr 2007 07:36:55 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7atTv007583; Tue, 10 Apr 2007 07:36:55 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7atSV007582; Tue, 10 Apr 2007 07:36:55 GMT (envelope-from sat) Message-Id: <200704100736.l3A7atSV007582@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 10 Apr 2007 07: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: ports/www/horde-passwd Makefile distinfo pkg-plist ports/www/horde-passwd/files patch-lib_Driver.php 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: Tue, 10 Apr 2007 07:36:55 -0000 sat 2007-04-10 07:36:55 UTC FreeBSD ports repository Modified files: www/horde-passwd Makefile distinfo pkg-plist www/horde-passwd/files pkg-message.in Removed files: www/horde-passwd/files patch-lib_Driver.php Log: - Update to 3.0.1 PR: ports/110821 (based on) Submitted by: Beech Rintoul (maintainer) Revision Changes Path 1.14 +2 -3 ports/www/horde-passwd/Makefile 1.4 +3 -3 ports/www/horde-passwd/distinfo 1.2 +0 -12 ports/www/horde-passwd/files/patch-lib_Driver.php (dead) 1.4 +0 -2 ports/www/horde-passwd/files/pkg-message.in 1.6 +12 -0 ports/www/horde-passwd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:42:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 427B716A407; Tue, 10 Apr 2007 07:42:26 +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 0183B13C489; Tue, 10 Apr 2007 07:42:25 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id BEB3C2091; Tue, 10 Apr 2007 09:42:21 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 140AC2090; Tue, 10 Apr 2007 09:42:21 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id D7522A10AC; Tue, 10 Apr 2007 09:42:20 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Greg 'groggy' Lehey References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <864pnpdf8w.fsf@dwp.des.no> <20070410010901.GD61460@wantadilla.lemis.com> <86zm5gr9wl.fsf@dwp.des.no> <20070410071256.GJ91694@wantadilla.lemis.com> Date: Tue, 10 Apr 2007 09:42:20 +0200 In-Reply-To: <20070410071256.GJ91694@wantadilla.lemis.com> (Greg Lehey's message of "Tue, 10 Apr 2007 16:42:56 +0930") Message-ID: <86r6qsr7z7.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:42:26 -0000 Greg 'groggy' Lehey writes: > On Tuesday, 10 April 2007 at 9:00:42 +0200, Dag-Erling Smrgrav wrote: > > usage() should be the way it was before your commit, except that it > > should be static. > You mean declared as a static function? In a program of a single > file? Fine, so never mind static if you don't like it. There is still no reason for it to use argv[0]. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:59:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B951916A403; Tue, 10 Apr 2007 07:59:10 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AA58A13C44B; Tue, 10 Apr 2007 07:59:10 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7xATn011698; Tue, 10 Apr 2007 07:59:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7xAaT011697; Tue, 10 Apr 2007 07:59:10 GMT (envelope-from clsung) Message-Id: <200704100759.l3A7xAaT011697@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 10 Apr 2007 07:59: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/archivers Makefile ports/archivers/paq Makefile distinfo pkg-descr pkg-plist ports/archivers/paq/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: Tue, 10 Apr 2007 07:59:10 -0000 clsung 2007-04-10 07:59:10 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/paq Makefile distinfo pkg-descr pkg-plist archivers/paq/files pkg-message.in Log: Add paq 8.l, an archiver with an extremely high compression ratio. PR: ports/111391 Submitted by: bf Revision Changes Path 1.176 +1 -0 ports/archivers/Makefile 1.1 +82 -0 ports/archivers/paq/Makefile (new) 1.1 +3 -0 ports/archivers/paq/distinfo (new) 1.1 +7 -0 ports/archivers/paq/files/pkg-message.in (new) 1.1 +20 -0 ports/archivers/paq/pkg-descr (new) 1.1 +5 -0 ports/archivers/paq/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 07:59:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD72E16A407; Tue, 10 Apr 2007 07:59:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8A45613C465; Tue, 10 Apr 2007 07:59:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A7xLcZ011749; Tue, 10 Apr 2007 07:59:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A7xLd3011748; Tue, 10 Apr 2007 07:59:21 GMT (envelope-from clsung) Message-Id: <200704100759.l3A7xLd3011748@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 10 Apr 2007 07:59:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 07:59:21 -0000 clsung 2007-04-10 07:59:21 UTC FreeBSD ports repository Modified files: . modules Log: paq --> ports/archivers/paq Revision Changes Path 1.17829 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 08:02:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69D5516A401; Tue, 10 Apr 2007 08:02:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4776013C4B8; Tue, 10 Apr 2007 08:02:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A82YD7012630; Tue, 10 Apr 2007 08:02:34 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A82YAi012628; Tue, 10 Apr 2007 08:02:34 GMT (envelope-from thompsa) Message-Id: <200704100802.l3A82YAi012628@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 10 Apr 2007 08:02: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/net if_trunk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 08:02:34 -0000 thompsa 2007-04-10 08:02:33 UTC FreeBSD src repository Modified files: sys/net if_trunk.c Log: Fix an uninitialized variable warning. Revision Changes Path 1.2 +1 -1 src/sys/net/if_trunk.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 08:10:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D4F416A400; Tue, 10 Apr 2007 08:10:01 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ED65613C4BE; Tue, 10 Apr 2007 08:10:00 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A8A0mI014528; Tue, 10 Apr 2007 08:10:00 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A8A0bS014527; Tue, 10 Apr 2007 08:10:00 GMT (envelope-from tobez) Message-Id: <200704100810.l3A8A0bS014527@repoman.freebsd.org> From: Anton Berezin Date: Tue, 10 Apr 2007 08:10:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Math-BigInt Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 08:10:01 -0000 tobez 2007-04-10 08:10:00 UTC FreeBSD ports repository Modified files: math/p5-Math-BigInt Makefile distinfo Log: Update to 1.82. Revision Changes Path 1.19 +1 -1 ports/math/p5-Math-BigInt/Makefile 1.17 +3 -3 ports/math/p5-Math-BigInt/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 08:12:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACA1E16A406; Tue, 10 Apr 2007 08:12:10 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8939C13C4C8; Tue, 10 Apr 2007 08:12:10 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A8CAVe015441; Tue, 10 Apr 2007 08:12:10 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A8CAPj015440; Tue, 10 Apr 2007 08:12:10 GMT (envelope-from lth) Message-Id: <200704100812.l3A8CAPj015440@repoman.freebsd.org> From: Lars Thegler Date: Tue, 10 Apr 2007 08:12: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 Makefile ports/devel/p5-Test-Group Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 08:12:10 -0000 lth 2007-04-10 08:12:10 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-Group Makefile distinfo pkg-descr pkg-plist Log: Add p5-Test-Group 0.07, group together related tests in a test suite. Revision Changes Path 1.2727 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Test-Group/Makefile (new) 1.1 +3 -0 ports/devel/p5-Test-Group/distinfo (new) 1.1 +6 -0 ports/devel/p5-Test-Group/pkg-descr (new) 1.1 +2 -0 ports/devel/p5-Test-Group/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 08:12:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5056C16A409; Tue, 10 Apr 2007 08:12:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2E08113C458; Tue, 10 Apr 2007 08:12:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A8CSfU015526; Tue, 10 Apr 2007 08:12:28 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A8CSY4015525; Tue, 10 Apr 2007 08:12:28 GMT (envelope-from lth) Message-Id: <200704100812.l3A8CSY4015525@repoman.freebsd.org> From: Lars Thegler Date: Tue, 10 Apr 2007 08: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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 08:12:28 -0000 lth 2007-04-10 08:12:27 UTC FreeBSD ports repository Modified files: . modules Log: p5-Test-Group --> ports/devel/p5-Test-Group Revision Changes Path 1.17830 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 08:23:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51CFF16A402; Tue, 10 Apr 2007 08:23:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F52F13C4CC; Tue, 10 Apr 2007 08:23:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A8NWs9017333; Tue, 10 Apr 2007 08:23:32 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A8NVTx017330; Tue, 10 Apr 2007 08:23:31 GMT (envelope-from sat) Message-Id: <200704100823.l3A8NVTx017330@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 10 Apr 2007 08:23: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/www/cherokee 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, 10 Apr 2007 08:23:32 -0000 sat 2007-04-10 08:23:31 UTC FreeBSD ports repository Modified files: www/cherokee Makefile pkg-plist Log: - Provide more mirrors - Prepare conflicts for the upcoming cherokee-devel - Don't build/install static libs - Minor tweaks - Bump portrevision Approved by: Beech Rintoul (maintainer) Revision Changes Path 1.35 +14 -24 ports/www/cherokee/Makefile 1.16 +0 -25 ports/www/cherokee/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 08:31:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DF7916A400; Tue, 10 Apr 2007 08:31:33 +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 23DEB13C44B; Tue, 10 Apr 2007 08:31:32 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id l3A8VVb0066480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Apr 2007 12:31:31 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id l3A8VVXv066479; Tue, 10 Apr 2007 12:31:31 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 10 Apr 2007 12:31:31 +0400 From: Gleb Smirnoff To: Andrew Thompson Message-ID: <20070410083131.GG46002@FreeBSD.org> References: <200704100027.l3A0RQGq007340@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200704100027.l3A0RQGq007340@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig iftrunk.c src/share/man/man4 trunk.4 src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if.c if_ethersubr.c if_trunk.c if_trunk.h if_var.h src/sys/sys priv.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, 10 Apr 2007 08:31:33 -0000 Andrew and others, what do you think about using a flags fielf + union field for different kinds of glue? I mean that if_vlantrunk, if_trunk, if_bridge and may be some future glues are mutually exclusive. If we put them under one union and add an integer field that identifies what is stored in the union, then we will: 1) keep the structure smaller 2) structure won't grow in future, when adding more glues 3) easier to avoid bugs like attaching to bridge and vlan trunk simultaneously diff -u src/sys/net/if_var.h:1.112 src/sys/net/if_var.h:1.113 --- src/sys/net/if_var.h:1.112 Tue Mar 20 03:15:43 2007 +++ src/sys/net/if_var.h Tue Apr 10 00:27:25 2007 @@ -186,6 +186,7 @@ TAILQ_HEAD(, ifg_list) if_groups; /* linked list of groups per if */ /* protected by if_addr_mtx */ void *if_pf_kif; + void *if_trunk; /* trunk glue */ }; typedef void if_init_f_t(void *); -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Tue Apr 10 08:33:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8A8F16A405; Tue, 10 Apr 2007 08:33:00 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 70B4213C46A; Tue, 10 Apr 2007 08:33:00 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A8X0Kh019074; Tue, 10 Apr 2007 08:33:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A8X06U019073; Tue, 10 Apr 2007 08:33:00 GMT (envelope-from pav) Message-Id: <200704100833.l3A8X06U019073@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 10 Apr 2007 08:33:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/raqdevil Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 08:33:00 -0000 pav 2007-04-10 08:33:00 UTC FreeBSD ports repository Modified files: www/raqdevil Makefile Log: - Extend expiration date by one month, people are reportedly looking into the issue Submitted by: netchild Revision Changes Path 1.16 +1 -1 ports/www/raqdevil/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 08:51:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D48916A40E; Tue, 10 Apr 2007 08:51:10 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc3-cdif2-0-0-cust64.cdif.cable.ntl.com [81.106.128.65]) by mx1.freebsd.org (Postfix) with ESMTP id 29E0013C46E; Tue, 10 Apr 2007 08:51:10 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HbC4C-000Dqg-RA; Tue, 10 Apr 2007 09:51:08 +0100 Date: Tue, 10 Apr 2007 09:51:08 +0100 From: Ceri Davies To: Xin LI Message-ID: <20070410085108.GO90410@submonkey.net> References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5PFZVUeDPxlnBcQp" Content-Disposition: inline In-Reply-To: <200704100403.l3A43ZnL057659@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.14 (2007-02-12) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 10 Apr 2007 08:51:10 -0000 --5PFZVUeDPxlnBcQp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 10, 2007 at 04:03:35AM +0000, Xin LI wrote: > delphij 2007-04-10 04:03:35 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.bin/truss Makefile amd64-fbsd.c extern.h=20 > i386-fbsd.c i386-linux.c ia64-fbsd.c=20 > main.c powerpc-fbsd.c setup.c=20 > sparc64-fbsd.c syscall.h syscalls.c=20 > truss.1 truss.h=20 > Log: > Make use of ptrace(2) instead of procfs in truss(1), eliminating > yet another need of an available /proc/ mount. > =20 > Tested with: make universe > Submitted by: howardsu > Reviewed by: alfred Superb, thank you all. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --5PFZVUeDPxlnBcQp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGG0/8ocfcwTS3JF8RAtv0AJ0aQgMXFZujnusW+b8+NI9ayZS6UACgjayC y2yH4sDZHB/uimN92BPpyCI= =0FFs -----END PGP SIGNATURE----- --5PFZVUeDPxlnBcQp-- From owner-cvs-all@FreeBSD.ORG Tue Apr 10 09:20:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FAB016A409; Tue, 10 Apr 2007 09:20:11 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id E192E13C43E; Tue, 10 Apr 2007 09:20:10 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 9031D1CC58; Tue, 10 Apr 2007 21:20:09 +1200 (NZST) Date: Tue, 10 Apr 2007 21:20:09 +1200 From: Andrew Thompson To: Gleb Smirnoff Message-ID: <20070410092009.GA4081@heff.fud.org.nz> References: <200704100027.l3A0RQGq007340@repoman.freebsd.org> <20070410083131.GG46002@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070410083131.GG46002@FreeBSD.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig iftrunk.c src/share/man/man4 trunk.4 src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if.c if_ethersubr.c if_trunk.c if_trunk.h if_var.h src/sys/sys priv.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, 10 Apr 2007 09:20:11 -0000 On Tue, Apr 10, 2007 at 12:31:31PM +0400, Gleb Smirnoff wrote: > Andrew and others, > > what do you think about using a flags fielf + union field for > different kinds of glue? I mean that if_vlantrunk, if_trunk, if_bridge > and may be some future glues are mutually exclusive. > > If we put them under one union and add an integer field that identifies > what is stored in the union, then we will: > > 1) keep the structure smaller > 2) structure won't grow in future, when adding more glues > 3) easier to avoid bugs like attaching to bridge and vlan trunk > simultaneously That could be good as thats already three pointers in the struct and im sure the next pseudo interface type is just around the corner. A bit of care would need to be taken to make sure that all the different combinations of interfaces still work. For instance you can easily put all three of those together in a valid config of trunk<-vlan<-bridge, but for that each pointer would be on a different ifnet. Andrew From owner-cvs-all@FreeBSD.ORG Tue Apr 10 09:28:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C90716A403; Tue, 10 Apr 2007 09:28:18 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5968313C4BD; Tue, 10 Apr 2007 09:28:18 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A9SI9D044294; Tue, 10 Apr 2007 09:28:18 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A9SI1D044293; Tue, 10 Apr 2007 09:28:18 GMT (envelope-from kib) Message-Id: <200704100928.l3A9SI1D044293@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 10 Apr 2007 09:28: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/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: Tue, 10 Apr 2007 09:28:18 -0000 kib 2007-04-10 09:28:18 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: When LK_NOWAIT is passed as argument to process_worklist_item(), this does not prevent handle_workitem_remove() from recursing into a blocking version. Add the dirrem to worklist instead of processing it now if this is the case. Reported and tested by: kris Submitted by: tegge MFC after: 2 weeks Revision Changes Path 1.208 +4 -1 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 09:30:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9014616A400; Tue, 10 Apr 2007 09:30:42 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6D05313C4B8; Tue, 10 Apr 2007 09:30:42 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A9UgA1044493; Tue, 10 Apr 2007 09:30:42 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A9UgWC044492; Tue, 10 Apr 2007 09:30:42 GMT (envelope-from kib) Message-Id: <200704100930.l3A9UgWC044492@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 10 Apr 2007 09:30:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Tue, 10 Apr 2007 09:30:42 -0000 kib 2007-04-10 09:30:42 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Recalculate the NEWBLOCK flag for pagedep structure after the softdep lock is dropped, since pagedep may be already processed and deallocated. Found and tested by: kris MFC after: 2 weeks Revision Changes Path 1.209 +26 -5 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 09:31:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B4DE16A403; Tue, 10 Apr 2007 09:31:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2809D13C44C; Tue, 10 Apr 2007 09:31:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A9Vhs6045144; Tue, 10 Apr 2007 09:31:48 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A9VhjM045142; Tue, 10 Apr 2007 09:31:43 GMT (envelope-from kib) Message-Id: <200704100931.l3A9VhjM045142@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 10 Apr 2007 09:31:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Tue, 10 Apr 2007 09:31:48 -0000 kib 2007-04-10 09:31:42 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Fix the NAMEI zone leak when snapshot was successfully created. Reported and tested by: Peter Holm MFC after: 2 weeks Revision Changes Path 1.135 +1 -0 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 09:44:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3AE216A404; Tue, 10 Apr 2007 09:44:10 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE7E13C469; Tue, 10 Apr 2007 09:44:10 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A9iA6K047331; Tue, 10 Apr 2007 09:44:10 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A9iATC047330; Tue, 10 Apr 2007 09:44:10 GMT (envelope-from tobez) Message-Id: <200704100944.l3A9iATC047330@repoman.freebsd.org> From: Anton Berezin Date: Tue, 10 Apr 2007 09:44:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI.pm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 09:44:10 -0000 tobez 2007-04-10 09:44:10 UTC FreeBSD ports repository Modified files: www/p5-CGI.pm Makefile distinfo Log: Update to 3.28. Revision Changes Path 1.31 +1 -1 ports/www/p5-CGI.pm/Makefile 1.25 +3 -3 ports/www/p5-CGI.pm/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 09:47:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E255216A405; Tue, 10 Apr 2007 09:47:35 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE83513C455; Tue, 10 Apr 2007 09:47:35 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A9lZrg047757; Tue, 10 Apr 2007 09:47:35 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A9lZrj047756; Tue, 10 Apr 2007 09:47:35 GMT (envelope-from tobez) Message-Id: <200704100947.l3A9lZrj047756@repoman.freebsd.org> From: Anton Berezin Date: Tue, 10 Apr 2007 09:47: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/textproc/p5-Lingua-EN-Fathom Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 09:47:36 -0000 tobez 2007-04-10 09:47:35 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-EN-Fathom Makefile distinfo Log: Update to 1.11. Revision Changes Path 1.2 +1 -1 ports/textproc/p5-Lingua-EN-Fathom/Makefile 1.2 +3 -3 ports/textproc/p5-Lingua-EN-Fathom/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 09:48:08 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 184F416A402; Tue, 10 Apr 2007 09:48:08 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E89D513C4C4; Tue, 10 Apr 2007 09:48:07 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A9m7dX047813; Tue, 10 Apr 2007 09:48:07 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A9m7xK047812; Tue, 10 Apr 2007 09:48:07 GMT (envelope-from leeym) Message-Id: <200704100948.l3A9m7xK047812@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 10 Apr 2007 09:48:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/orange Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 09:48:08 -0000 leeym 2007-04-10 09:48:07 UTC FreeBSD ports repository Modified files: archivers/orange Makefile Log: - minor fixes to make portlint happier Revision Changes Path 1.11 +3 -13 ports/archivers/orange/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:02:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACAA716A401; Tue, 10 Apr 2007 10:02:02 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 88CCB13C46C; Tue, 10 Apr 2007 10:02:02 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AA224P050323; Tue, 10 Apr 2007 10:02:02 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AA22YC050322; Tue, 10 Apr 2007 10:02:02 GMT (envelope-from dinoex) Message-Id: <200704101002.l3AA22YC050322@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 10 Apr 2007 10:02: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/audio/libid3tag Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 10:02:02 -0000 dinoex 2007-04-10 10:02:01 UTC FreeBSD ports repository Modified files: audio/libid3tag Makefile Log: - take maintainership Revision Changes Path 1.12 +1 -1 ports/audio/libid3tag/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:02:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B9B416A405; Tue, 10 Apr 2007 10:02:58 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5774E13C46A; Tue, 10 Apr 2007 10:02:58 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AA2wpa050510; Tue, 10 Apr 2007 10:02:58 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AA2wwW050509; Tue, 10 Apr 2007 10:02:58 GMT (envelope-from erwin) Message-Id: <200704101002.l3AA2wwW050509@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 10 Apr 2007 10:02: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/asp2php Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 10:02:58 -0000 erwin 2007-04-10 10:02:58 UTC FreeBSD ports repository Modified files: www/asp2php Makefile distinfo Log: Update to 0.76.26 Revision Changes Path 1.28 +1 -2 ports/www/asp2php/Makefile 1.16 +3 -3 ports/www/asp2php/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:12:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA1E116A403; Tue, 10 Apr 2007 10:12:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B5F5213C46A; Tue, 10 Apr 2007 10:12:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AACjWw053227; Tue, 10 Apr 2007 10:12:45 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AACjum053226; Tue, 10 Apr 2007 10:12:45 GMT (envelope-from kib) Message-Id: <200704101012.l3AACjum053226@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 10 Apr 2007 10:12: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/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: Tue, 10 Apr 2007 10:12:46 -0000 kib 2007-04-10 10:12:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys mount.h Log: MFC rev. 1.220: Extend rev. 1.210 to avoid dereference NULL mp in VFS_NEEDSGIANT and VFS_ASSERT_GIANT. Stop using reserved namespace. Revision Changes Path 1.197.2.10 +14 -5 src/sys/sys/mount.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:15:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4AD616A400; Tue, 10 Apr 2007 10:15:59 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9096513C44B; Tue, 10 Apr 2007 10:15:59 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AAFxhJ053814; Tue, 10 Apr 2007 10:15:59 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AAFxI3053813; Tue, 10 Apr 2007 10:15:59 GMT (envelope-from mich) Message-Id: <200704101015.l3AAFxI3053813@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Tue, 10 Apr 2007 10: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/security/hackbot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 10:15:59 -0000 mich 2007-04-10 10:15:59 UTC FreeBSD ports repository Modified files: security/hackbot Makefile Log: - add MASTER_SITE Revision Changes Path 1.10 +2 -1 ports/security/hackbot/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:18:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0571F16A403; Tue, 10 Apr 2007 10:18:53 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D274713C45D; Tue, 10 Apr 2007 10:18:52 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AAIqQJ054158; Tue, 10 Apr 2007 10:18:52 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AAIq6g054157; Tue, 10 Apr 2007 10:18:52 GMT (envelope-from mich) Message-Id: <200704101018.l3AAIq6g054157@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Tue, 10 Apr 2007 10:18: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/unix2tcp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 10:18:53 -0000 mich 2007-04-10 10:18:52 UTC FreeBSD ports repository Modified files: net/unix2tcp Makefile Log: - add MASTER_SITE Revision Changes Path 1.5 +2 -1 ports/net/unix2tcp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:21:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2980F16A415; Tue, 10 Apr 2007 10:21:38 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BBE5313C46C; Tue, 10 Apr 2007 10:21:37 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AALbBL054904; Tue, 10 Apr 2007 10:21:37 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AALbGx054903; Tue, 10 Apr 2007 10:21:37 GMT (envelope-from tobez) Message-Id: <200704101021.l3AALbGx054903@repoman.freebsd.org> From: Anton Berezin Date: Tue, 10 Apr 2007 10:21:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Storable 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, 10 Apr 2007 10:21:38 -0000 tobez 2007-04-10 10:21:37 UTC FreeBSD ports repository Modified files: devel/p5-Storable Makefile distinfo pkg-plist Log: Update to 2.16. Revision Changes Path 1.44 +1 -1 ports/devel/p5-Storable/Makefile 1.33 +3 -3 ports/devel/p5-Storable/distinfo 1.8 +4 -1 ports/devel/p5-Storable/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:21:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 258C916A403; Tue, 10 Apr 2007 10:21:59 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 008D113C4B8; Tue, 10 Apr 2007 10:21:59 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AALwoA054973; Tue, 10 Apr 2007 10:21:58 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AALw1l054972; Tue, 10 Apr 2007 10:21:58 GMT (envelope-from mich) Message-Id: <200704101021.l3AALw1l054972@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Tue, 10 Apr 2007 10:21: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-mgmt/remarp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 10:21:59 -0000 mich 2007-04-10 10:21:58 UTC FreeBSD ports repository Modified files: net-mgmt/remarp Makefile Log: - add MASTER_SITE Revision Changes Path 1.5 +2 -1 ports/net-mgmt/remarp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:23:12 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 877D916A401; Tue, 10 Apr 2007 10:23:12 +0000 (UTC) (envelope-from fanf2@hermes.cam.ac.uk) Received: from ppsw-9.csi.cam.ac.uk (ppsw-9.csi.cam.ac.uk [131.111.8.139]) by mx1.freebsd.org (Postfix) with ESMTP id 44F7A13C468; Tue, 10 Apr 2007 10:23:12 +0000 (UTC) (envelope-from fanf2@hermes.cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from hermes-1.csi.cam.ac.uk ([131.111.8.51]:46163) by ppsw-9.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:25) with esmtpa (EXTERNAL:fanf2) id 1HbDF7-0001D4-U6 (Exim 4.63) (return-path ); Tue, 10 Apr 2007 11:06:29 +0100 Received: from fanf2 (helo=localhost) by hermes-1.csi.cam.ac.uk (hermes.cam.ac.uk) with local-esmtp id 1HbDF7-00025p-8O (Exim 4.54) (return-path ); Tue, 10 Apr 2007 11:06:29 +0100 Date: Tue, 10 Apr 2007 11:06:29 +0100 From: Tony Finch X-X-Sender: fanf2@hermes-1.csi.cam.ac.uk To: Greg 'groggy' Lehey In-Reply-To: <20070410050011.GH91694@wantadilla.lemis.com> Message-ID: References: <20070409021942.C150B16A529@hub.freebsd.org> <20070409024826.553be564@dev.lan.Awfulhak.org> <20070410010510.GB61460@wantadilla.lemis.com> <20070409.222011.1689682576.imp@bsdimp.com> <20070410050011.GH91694@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Tony Finch Cc: cvs-src@freebsd.org, src-committers@freebsd.org, brian@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 10:23:12 -0000 On Tue, 10 Apr 2007, Greg 'groggy' Lehey wrote: > > The definition of time_t is simply a number of seconds since a > specified event. ... modulo leap second adjustments. time_t cannot encode UTC correctly since you need more than a simple scalar to do so (e.g. you need a TAI offset or a leap second flag). Tony. -- f.a.n.finch http://dotat.at/ VIKING NORTH UTSIRE SOUTH UTSIRE: WEST OR SOUTHWEST 4 OR 5, OCCASIONALLY 6 OR 7. MODERATE OR ROUGH, OCCASIONALLY VERY ROUGH. OCCASIONAL RAIN OR DRIZZLE. MODERATE OR GOOD, OCCASIONALLY POOR. From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:25:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FA8616A400; Tue, 10 Apr 2007 10:25:54 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0F713C44C; Tue, 10 Apr 2007 10:25:54 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AAPrf9055707; Tue, 10 Apr 2007 10:25:53 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AAPrbM055706; Tue, 10 Apr 2007 10:25:53 GMT (envelope-from tobez) Message-Id: <200704101025.l3AAPrbM055706@repoman.freebsd.org> From: Anton Berezin Date: Tue, 10 Apr 2007 10:25: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/p5-YAML-Syck Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 10:25:54 -0000 tobez 2007-04-10 10:25:53 UTC FreeBSD ports repository Modified files: textproc/p5-YAML-Syck Makefile distinfo Log: Update to 0.84. Revision Changes Path 1.23 +1 -1 ports/textproc/p5-YAML-Syck/Makefile 1.23 +3 -3 ports/textproc/p5-YAML-Syck/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:31:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8D6516A404; Tue, 10 Apr 2007 10:31:59 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB46A13C4BA; Tue, 10 Apr 2007 10:31:59 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AAVxcP056652; Tue, 10 Apr 2007 10:31:59 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AAVxD7056651; Tue, 10 Apr 2007 10:31:59 GMT (envelope-from tobez) Message-Id: <200704101031.l3AAVxD7056651@repoman.freebsd.org> From: Anton Berezin Date: Tue, 10 Apr 2007 10:31: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 MOVED ports/mail Makefile ports/mail/p5-Mail-Box1 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 10:31:59 -0000 tobez 2007-04-10 10:31:59 UTC FreeBSD ports repository Modified files: . MOVED mail Makefile Removed files: mail/p5-Mail-Box1 Makefile distinfo pkg-descr pkg-plist Log: Retire mail/p5-Mail-Box1. Do yourself a favor and use mail/p5-Mail-Box instead. Revision Changes Path 1.1343 +2 -1 ports/MOVED 1.846 +0 -1 ports/mail/Makefile 1.17 +0 -49 ports/mail/p5-Mail-Box1/Makefile (dead) 1.11 +0 -3 ports/mail/p5-Mail-Box1/distinfo (dead) 1.5 +0 -8 ports/mail/p5-Mail-Box1/pkg-descr (dead) 1.7 +0 -26 ports/mail/p5-Mail-Box1/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 10:36:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AC1816A402; Tue, 10 Apr 2007 10:36:45 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 55CA013C45A; Tue, 10 Apr 2007 10:36:45 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AAajHd058002; Tue, 10 Apr 2007 10:36:45 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AAajrD058001; Tue, 10 Apr 2007 10:36:45 GMT (envelope-from tobez) Message-Id: <200704101036.l3AAajrD058001@repoman.freebsd.org> From: Anton Berezin Date: Tue, 10 Apr 2007 10:36:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-Pg-13 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 10:36:45 -0000 tobez 2007-04-10 10:36:45 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Pg-13 Makefile Log: Deprecate. Revision Changes Path 1.67 +3 -10 ports/databases/p5-DBD-Pg-13/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 11:04:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39BC816A404; Tue, 10 Apr 2007 11:04:53 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 137F813C459; Tue, 10 Apr 2007 11:04:53 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AB4qcs069792; Tue, 10 Apr 2007 11:04:52 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AB4qLX069791; Tue, 10 Apr 2007 11:04:52 GMT (envelope-from kevlo) Message-Id: <200704101104.l3AB4qLX069791@repoman.freebsd.org> From: Kevin Lo Date: Tue, 10 Apr 2007 11:04:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/algotutor Makefile distinfo pkg-plist ports/math/algotutor/files patch-algotutor X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 11:04:53 -0000 kevlo 2007-04-10 11:04:52 UTC FreeBSD ports repository Modified files: math/algotutor Makefile distinfo pkg-plist math/algotutor/files patch-algotutor Log: Update to 0.8.6 Revision Changes Path 1.10 +4 -5 ports/math/algotutor/Makefile 1.6 +3 -3 ports/math/algotutor/distinfo 1.4 +11 -11 ports/math/algotutor/files/patch-algotutor 1.5 +3 -0 ports/math/algotutor/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 11:17:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AD8416A400; Tue, 10 Apr 2007 11:17:01 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 339A413C45A; Tue, 10 Apr 2007 11:17:01 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ABH17i074641; Tue, 10 Apr 2007 11:17:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ABH1Me074640; Tue, 10 Apr 2007 11:17:01 GMT (envelope-from ru) Message-Id: <200704101117.l3ABH1Me074640@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 10 Apr 2007 11:17: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/lib/libc/stdlib strtol.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, 10 Apr 2007 11:17:01 -0000 ru 2007-04-10 11:17:00 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtol.3 Log: Swap "underflow"/"overflow" in the table header. Submitted by: Ricardo Nabinger Sanchez MFC after: 3 days Revision Changes Path 1.23 +2 -2 src/lib/libc/stdlib/strtol.3 From owner-cvs-all@FreeBSD.ORG Tue Apr 10 11:19:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D956A16A400; Tue, 10 Apr 2007 11:19:52 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B3C4613C4B7; Tue, 10 Apr 2007 11:19:52 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ABJqIt074770; Tue, 10 Apr 2007 11:19:52 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ABJqrB074769; Tue, 10 Apr 2007 11:19:52 GMT (envelope-from ru) Message-Id: <200704101119.l3ABJqrB074769@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 10 Apr 2007 11:19: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/lib/libc/gen sysctl.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, 10 Apr 2007 11:19:52 -0000 ru 2007-04-10 11:19:52 UTC FreeBSD src repository Modified files: lib/libc/gen sysctl.3 Log: Expand the description of the host's UUID. OK'ed by: pjd Revision Changes Path 1.69 +3 -3 src/lib/libc/gen/sysctl.3 From owner-cvs-all@FreeBSD.ORG Tue Apr 10 11:35:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6D5216A401; Tue, 10 Apr 2007 11:35:35 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B0A4413C469; Tue, 10 Apr 2007 11:35:35 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ABZZS9077885; Tue, 10 Apr 2007 11:35:35 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ABZZYf077884; Tue, 10 Apr 2007 11:35:35 GMT (envelope-from rafan) Message-Id: <200704101135.l3ABZZYf077884@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 10 Apr 2007 11:35: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: Tue, 10 Apr 2007 11:35:35 -0000 rafan 2007-04-10 11:35:34 UTC FreeBSD ports repository Modified files: . modules Log: - mail/p5-Mail-Box1 is retired Forgotten by: tobez Revision Changes Path 1.17831 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 11:50:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7370D16A401; Tue, 10 Apr 2007 11:50:24 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 63B0C13C457; Tue, 10 Apr 2007 11:50:24 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ABoOJK079807; Tue, 10 Apr 2007 11:50:24 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ABoOKa079806; Tue, 10 Apr 2007 11:50:24 GMT (envelope-from nivit) Message-Id: <200704101150.l3ABoOKa079806@repoman.freebsd.org> From: Nicola Vitale Date: Tue, 10 Apr 2007 11:50: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/multimedia/tunapie Makefile distinfo ports/multimedia/tunapie/files patch-install.sh patch-src-TunerFrame1.py patch-src-TunerPrefs.py patch-src-tuner.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 11:50:24 -0000 nivit 2007-04-10 11:50:24 UTC FreeBSD ports repository Modified files: multimedia/tunapie Makefile distinfo multimedia/tunapie/files patch-install.sh patch-src-TunerFrame1.py patch-src-TunerPrefs.py patch-src-tuner.py Log: - Update to 1.4 Revision Changes Path 1.14 +7 -7 ports/multimedia/tunapie/Makefile 1.12 +3 -3 ports/multimedia/tunapie/distinfo 1.9 +2 -2 ports/multimedia/tunapie/files/patch-install.sh 1.6 +2 -28 ports/multimedia/tunapie/files/patch-src-TunerFrame1.py 1.6 +12 -12 ports/multimedia/tunapie/files/patch-src-TunerPrefs.py 1.3 +5 -34 ports/multimedia/tunapie/files/patch-src-tuner.py From owner-cvs-all@FreeBSD.ORG Tue Apr 10 11:58:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F86216A401; Tue, 10 Apr 2007 11:58:46 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EADB013C4C6; Tue, 10 Apr 2007 11:58:45 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ABwjo0081244; Tue, 10 Apr 2007 11:58:45 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ABwjVs081243; Tue, 10 Apr 2007 11:58:45 GMT (envelope-from keramida) Message-Id: <200704101158.l3ABwjVs081243@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 10 Apr 2007 11:58:45 +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/virtualization 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, 10 Apr 2007 11:58:46 -0000 keramida 2007-04-10 11:58:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: Spell 'virtualization-synopsis' correctly in an ID attribute. Revision Changes Path 1.7 +1 -1 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 10 12:04:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35CC816A40D; Tue, 10 Apr 2007 12:04:43 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 94D0613C4AE; Tue, 10 Apr 2007 12:04:42 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AC4gEr084359; Tue, 10 Apr 2007 12:04:42 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AC4go2084358; Tue, 10 Apr 2007 12:04:42 GMT (envelope-from keramida) Message-Id: <200704101204.l3AC4go2084358@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 10 Apr 2007 12:04:42 +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/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, 10 Apr 2007 12:04:43 -0000 keramida 2007-04-10 12:04:42 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: Attach the "virtualization" chapter to the Handbook preface. The text I added is really short, so we may have to expand it a bit as the chapter grows to include more content, but it should do for now. Revision Changes Path 1.38 +7 -0 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 10 12:05:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF93D16A401; Tue, 10 Apr 2007 12:05:36 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A8C1913C4BA; Tue, 10 Apr 2007 12:05:36 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AC5a9c084461; Tue, 10 Apr 2007 12:05:36 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AC5aAW084460; Tue, 10 Apr 2007 12:05:36 GMT (envelope-from keramida) Message-Id: <200704101205.l3AC5aAW084460@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 10 Apr 2007 12:05: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/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, 10 Apr 2007 12:05:36 -0000 keramida 2007-04-10 12:05:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: Forced commit, to note that the previous change to the Handbook preface was... Noticed by: ganbold@micom.mng.net Revision Changes Path 1.39 +0 -0 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 10 12:16:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61BCA16A402; Tue, 10 Apr 2007 12:16:07 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3B14B13C483; Tue, 10 Apr 2007 12:16:07 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ACG7Xh087785; Tue, 10 Apr 2007 12:16:07 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ACG7Rl087784; Tue, 10 Apr 2007 12:16:07 GMT (envelope-from brueffer) Message-Id: <200704101216.l3ACG7Rl087784@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 10 Apr 2007 12:16: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/share/man/man4 pci.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 12:16:07 -0000 brueffer 2007-04-10 12:16:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 pci.4 Log: MFC: rev. 1.18 Remove empty section. Revision Changes Path 1.17.2.1 +0 -2 src/share/man/man4/pci.4 From owner-cvs-all@FreeBSD.ORG Tue Apr 10 12:34:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97B5C16A400; Tue, 10 Apr 2007 12:34:52 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 70BEE13C45D; Tue, 10 Apr 2007 12:34:52 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ACYqde090949; Tue, 10 Apr 2007 12:34:52 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ACYq4t090948; Tue, 10 Apr 2007 12:34:52 GMT (envelope-from keramida) Message-Id: <200704101234.l3ACYq4t090948@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 10 Apr 2007 12:34:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm phys_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: Tue, 10 Apr 2007 12:34:52 -0000 keramida 2007-04-10 12:34:52 UTC FreeBSD src repository (doc committer) Modified files: sys/vm phys_pager.c Log: Minor typo fix, noticed while I was going through *_pager.c files. Revision Changes Path 1.26 +1 -1 src/sys/vm/phys_pager.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 12:47:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C9F416A403; Tue, 10 Apr 2007 12:47:10 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D8DB713C45A; Tue, 10 Apr 2007 12:47:09 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ACl9Kn098932; Tue, 10 Apr 2007 12:47:09 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ACl9dn098901; Tue, 10 Apr 2007 12:47:09 GMT (envelope-from des) Message-Id: <200704101247.l3ACl9dn098901@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 10 Apr 2007 12:47: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/sudo Makefile pkg-message pkg-plist ports/security/sudo/files pam.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 12:47:10 -0000 des 2007-04-10 12:47:09 UTC FreeBSD ports repository Modified files: security/sudo Makefile pkg-plist Added files: security/sudo/files pam.conf Removed files: security/sudo pkg-message Log: Install a PAM policy, rather than just suggesting that the admin do so. Revision Changes Path 1.80 +2 -2 ports/security/sudo/Makefile 1.1 +17 -0 ports/security/sudo/files/pam.conf (new) 1.2 +0 -19 ports/security/sudo/pkg-message (dead) 1.12 +1 -0 ports/security/sudo/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 12:52:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAB9816A401; Tue, 10 Apr 2007 12:52:14 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C287313C468; Tue, 10 Apr 2007 12:52:14 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ACqEYx002260; Tue, 10 Apr 2007 12:52:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ACqE9h002259; Tue, 10 Apr 2007 12:52:14 GMT (envelope-from pjd) Message-Id: <200704101252.l3ACqE9h002259@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 12:52: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/contrib/opensolaris/uts/common/fs/zfs arc.c src/contrib/opensolaris/lib/libzpool/common/sys zfs_context.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, 10 Apr 2007 12:52:15 -0000 pjd 2007-04-10 12:52:14 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs arc.c contrib/opensolaris/lib/libzpool/common/sys zfs_context.h Log: MFp4: Hide under '#ifdef _KERNEL' only what's really needed. Revision Changes Path 1.3 +4 -1 src/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h 1.7 +2 -6 src/sys/contrib/opensolaris/uts/common/fs/zfs/arc.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 12:54:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8110616A401; Tue, 10 Apr 2007 12:54:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 598C413C489; Tue, 10 Apr 2007 12:54:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ACsKcT002729; Tue, 10 Apr 2007 12:54:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ACsKmp002728; Tue, 10 Apr 2007 12:54:20 GMT (envelope-from pjd) Message-Id: <200704101254.l3ACsKmp002728@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 12:54: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/contrib/opensolaris/uts/common/fs/zfs spa_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: Tue, 10 Apr 2007 12:54:20 -0000 pjd 2007-04-10 12:54:19 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs spa_misc.c Log: MFp4: Allow to set zfs_recover via vfs.zfs.recover from /boot/loader.conf. Revision Changes Path 1.2 +4 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 13:26:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EF6516A403; Tue, 10 Apr 2007 13:26:46 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3707813C483; Tue, 10 Apr 2007 13:26:46 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ADQknb012862; Tue, 10 Apr 2007 13:26:46 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ADQkWX012861; Tue, 10 Apr 2007 13:26:46 GMT (envelope-from pjd) Message-Id: <200704101326.l3ADQkWX012861@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 13:26: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/contrib/opensolaris/lib/libzpool/common/sys zfs_context.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, 10 Apr 2007 13:26:46 -0000 pjd 2007-04-10 13:26:46 UTC FreeBSD src repository Modified files: contrib/opensolaris/lib/libzpool/common/sys zfs_context.h Log: MFp4: Add missing kmem_size() definition. Revision Changes Path 1.4 +1 -0 src/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 13:28:12 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5203816A402; Tue, 10 Apr 2007 13:28:12 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E3B3613C44B; Tue, 10 Apr 2007 13:28:11 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l3ADQxSe076364; Tue, 10 Apr 2007 07:26:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 10 Apr 2007 07:27:10 -0600 (MDT) Message-Id: <20070410.072710.1678773672.imp@bsdimp.com> To: grog@freebsd.org From: "M. Warner Losh" In-Reply-To: <20070410050011.GH91694@wantadilla.lemis.com> References: <20070410010510.GB61460@wantadilla.lemis.com> <20070409.222011.1689682576.imp@bsdimp.com> <20070410050011.GH91694@wantadilla.lemis.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 10 Apr 2007 07:26:59 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, brian@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 13:28:12 -0000 In message: <20070410050011.GH91694@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Monday, 9 April 2007 at 22:20:11 -0600, M. Warner Losh wrote: : > In message: <20070410010510.GB61460@wantadilla.lemis.com> : > "Greg 'groggy' Lehey" writes: : >> On Monday, 9 April 2007 at 2:48:26 -0700, Brian Somers wrote: : >>> I don't understand what this means. File times are in UTC aren't : >>> they? : >> : >> No, they're in time_t. But if you import files from other systems, : >> you frequently get times which are off by some time zone offset. : > : > time_t is UTC, by definition (sadly, POSIX has enshrined a broken : > definition of UTC as the time_t definition, but that's not important : > right now). : : The definition of time_t is simply a number of seconds since a : specified event. It's true that this event was the turn of the : year/decade in UTC, but that doesn't make it UTC. Currently my time_t : is 1176181168; that's not directly recognizable as any time zone. You are incorrect. POSIX defines time_t as UTC. Full stop. It is the definition of time_t. It defines it in a way that's broken for leap seconds, so it isn't just an interval of seconds since some arbitrary epoch. time_t is also, confusingly, used in some places to specify a interval in things like select. However, this is an abuse of a convenient type. : > It cannot be a localtime. Localtime conversion of time_t is done by : > libc to print the local time. : : But libc also needs to convert time_t to UTC. No. Libc assumes time_t is UTC. See for example gmtime and localtime. These take the same argument, but one returns the UTC time (eg, the argument unbiased by localtime broken down into year, hour, month, etc), while the other one returns the localtime (the argument, biased by localtime and then broken down). Even when one sets one CMOS clock to localtime, and maintains it by adjkerntz and friends, the system clock is still in UTC. Warner From owner-cvs-all@FreeBSD.ORG Tue Apr 10 13:45:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF82C16A400; Tue, 10 Apr 2007 13:45:33 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B801C13C448; Tue, 10 Apr 2007 13:45:33 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ADjXE6017968; Tue, 10 Apr 2007 13:45:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ADjXm3017967; Tue, 10 Apr 2007 13:45:33 GMT (envelope-from ahze) Message-Id: <200704101345.l3ADjXm3017967@repoman.freebsd.org> From: Michael Johnson Date: Tue, 10 Apr 2007 13:45: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/print/gutenprint-cups 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, 10 Apr 2007 13:45:34 -0000 ahze 2007-04-10 13:45:33 UTC FreeBSD ports repository Modified files: print/gutenprint-cups Makefile pkg-plist Log: Add a missing driver Revision Changes Path 1.2 +1 -1 ports/print/gutenprint-cups/Makefile 1.2 +2 -0 ports/print/gutenprint-cups/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 13:48:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F17CD16A403; Tue, 10 Apr 2007 13:48:38 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E053E13C4BE; Tue, 10 Apr 2007 13:48:38 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ADmc8X018115; Tue, 10 Apr 2007 13:48:38 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ADmc9g018114; Tue, 10 Apr 2007 13:48:38 GMT (envelope-from lofi) Message-Id: <200704101348.l3ADmc9g018114@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 10 Apr 2007 13:48: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/print/libpaper Makefile distinfo ports/print/libpaper/files patch-lib-Makefile.in patch-lib-paper.c patch-lib::Makefile.in patch-lib::paper.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 13:48:39 -0000 lofi 2007-04-10 13:48:38 UTC FreeBSD ports repository Modified files: print/libpaper Makefile distinfo Added files: print/libpaper/files patch-lib-Makefile.in patch-lib-paper.c Removed files: print/libpaper/files patch-lib::Makefile.in patch-lib::paper.c Log: Update to 1.1.21 PR: ports/111423 Submitted by: bf Revision Changes Path 1.9 +6 -7 ports/print/libpaper/Makefile 1.5 +3 -3 ports/print/libpaper/distinfo 1.1 +19 -0 ports/print/libpaper/files/patch-lib-Makefile.in (new) 1.1 +10 -0 ports/print/libpaper/files/patch-lib-paper.c (new) 1.2 +0 -11 ports/print/libpaper/files/patch-lib::Makefile.in (dead) 1.2 +0 -10 ports/print/libpaper/files/patch-lib::paper.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 13:55:30 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18D2B16A403; Tue, 10 Apr 2007 13:55:30 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 6C43213C44C; Tue, 10 Apr 2007 13:55:29 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l3ADsq8P026944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 10 Apr 2007 16:54:58 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l3ADsW98007089; Tue, 10 Apr 2007 16:54:44 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l3ADsW8r007088; Tue, 10 Apr 2007 16:54:32 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 10 Apr 2007 16:54:32 +0300 From: Giorgos Keramidas To: Ganbold Message-ID: <20070410135432.GA7010@kobe.laptop> References: <200704091702.l39H2dfM032273@repoman.freebsd.org> <461B02D1.4030204@micom.mng.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <461B02D1.4030204@micom.mng.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.791, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.61, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: doc-committers@freebsd.org, Marc Fonvieille , cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 10 Apr 2007 13:55:30 -0000 On 2007-04-10 12:21, Ganbold wrote: > Marc Fonvieille wrote: > > Revision Changes Path > > 1.6 +55 -36 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml > > Marc, > I guess following line should be updated accordingly. > > "To re-compile the kernel for Dom0:" > > s/Dom0/dom0 > > Since you are working on "Virtualization", book preface should be > updated also. I reminded about it to keramida@ too. I've updated the preface now, thanks :-) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 13:57:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 752EC16A400; Tue, 10 Apr 2007 13:57:30 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4D6C013C468; Tue, 10 Apr 2007 13:57:30 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ADvUuh019765; Tue, 10 Apr 2007 13:57:30 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ADvUAT019764; Tue, 10 Apr 2007 13:57:30 GMT (envelope-from des) Message-Id: <200704101357.l3ADvUAT019764@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 10 Apr 2007 13:57:29 +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/tinderbox tinderbox.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 13:57:30 -0000 des 2007-04-10 13:57:29 UTC FreeBSD projects repository Modified files: tinderbox tinderbox.pl Log: Add experimental support for installing the result of a build. Add some flags to the patch(1) command-line so we will correctly apply patches that add or remove files. Revision Changes Path 1.49 +30 -6 projects/tinderbox/tinderbox.pl From owner-cvs-all@FreeBSD.ORG Tue Apr 10 13:58:57 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9025F16A402; Tue, 10 Apr 2007 13:58:57 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from alnrmhc15.comcast.net (alnrmhc15.comcast.net [204.127.225.95]) by mx1.freebsd.org (Postfix) with ESMTP id 4FAE313C44B; Tue, 10 Apr 2007 13:58:56 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from icarus.home.lan (c-71-198-0-135.hsd1.ca.comcast.net[71.198.0.135]) by comcast.net (alnrmhc15) with ESMTP id <20070410135856b1500snd7ve>; Tue, 10 Apr 2007 13:58:56 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 162321FA03D; Tue, 10 Apr 2007 06:58:56 -0700 (PDT) Date: Tue, 10 Apr 2007 06:58:56 -0700 From: Jeremy Chadwick To: Simon Barner Message-ID: <20070410135856.GA36142@icarus.home.lan> Mail-Followup-To: Simon Barner , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200704092004.l39K46Xj002910@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704092004.l39K46Xj002910@repoman.freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/fetchmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 13:58:57 -0000 On Mon, Apr 09, 2007 at 08:04:05PM +0000, Simon Barner wrote: > barner 2007-04-09 20:04:05 UTC > > FreeBSD ports repository > > Modified files: > mail/fetchmail Makefile distinfo > Log: > - Update to 6.3.8 > - Fix insecure APOP authentication (minor) > > Security: http://fetchmail.berlios.de/fetchmail-SA-2007-01.txt > Security: http://www.vuxml.org/freebsd/f1c4d133-e6d3-11db-99ea-0060084a00e5.html > ChangeLog: https://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=12610 > > Revision Changes Path > 1.180 +1 -1 ports/mail/fetchmail/Makefile > 1.128 +3 -3 ports/mail/fetchmail/distinfo This looks broken, and is being reported by users on freebsd-ports@. icarus# make fetch ===> Found saved configuration for fetchmail-6.3.5 => fetchmail-6.3.8.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://download.berlios.de/fetchmail/. fetch: http://download.berlios.de/fetchmail/fetchmail-6.3.8.tar.bz2: Moved Temporarily => Attempting to fetch from http://download2.berlios.de/fetchmail//%SUBDIR%/. fetch: http://download2.berlios.de/fetchmail//%SUBDIR%/fetchmail-6.3.8.tar.bz2: Bad Request => Attempting to fetch from http://home.pages.de/~mandree/fetchmail/. fetch: http://home.pages.de/~mandree/fetchmail/fetchmail-6.3.8.tar.bz2: Moved Temporarily => Attempting to fetch from http://home.leo.org/~barner/freebsd/distfiles/. fetch: http://home.leo.org/~barner/freebsd/distfiles/fetchmail-6.3.8.tar.bz2: Not Found => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/fetchmail-6.3.8.tar.bz2: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:06:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 193E916A406; Tue, 10 Apr 2007 14:06:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E5A9213C46C; Tue, 10 Apr 2007 14:06:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AE6Zag026379; Tue, 10 Apr 2007 14:06:35 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AE6Zwc026365; Tue, 10 Apr 2007 14:06:35 GMT (envelope-from mat) Message-Id: <200704101406.l3AE6Zwc026365@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 10 Apr 2007 14:06:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI-Minimal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 14:06:36 -0000 mat 2007-04-10 14:06:35 UTC FreeBSD ports repository Modified files: www/p5-CGI-Minimal Makefile distinfo Log: Update to 1.26 Revision Changes Path 1.18 +1 -1 ports/www/p5-CGI-Minimal/Makefile 1.15 +3 -3 ports/www/p5-CGI-Minimal/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:10:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 618E316A402; Tue, 10 Apr 2007 14:10:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 39D1E13C44B; Tue, 10 Apr 2007 14:10:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AEAD3C029100; Tue, 10 Apr 2007 14:10:13 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AEADGq029099; Tue, 10 Apr 2007 14:10:13 GMT (envelope-from rafan) Message-Id: <200704101410.l3AEADGq029099@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 10 Apr 2007 14:10: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/fetchmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 14:10:13 -0000 rafan 2007-04-10 14:10:12 UTC FreeBSD ports repository Modified files: mail/fetchmail Makefile Log: - Fix fetch, MASTER_SITE_BERLIOS already contains %SUBDIR% Revision Changes Path 1.181 +1 -1 ports/mail/fetchmail/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:10:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46B1816A402; Tue, 10 Apr 2007 14:10:57 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1F39713C4AE; Tue, 10 Apr 2007 14:10:57 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AEAvVq029239; Tue, 10 Apr 2007 14:10:57 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AEAuoI029237; Tue, 10 Apr 2007 14:10:56 GMT (envelope-from des) Message-Id: <200704101410.l3AEAuoI029237@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 10 Apr 2007 14:10:56 +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/tinderbox tinderbox.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 14:10:57 -0000 des 2007-04-10 14:10:56 UTC FreeBSD projects repository Modified files: tinderbox tinderbox.pl Log: When installing kernels, ignore those for which we have no config file. Revision Changes Path 1.50 +4 -0 projects/tinderbox/tinderbox.pl From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:11:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 903C116A404; Tue, 10 Apr 2007 14:11:26 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 685F313C459; Tue, 10 Apr 2007 14:11:26 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AEBQX0029745; Tue, 10 Apr 2007 14:11:26 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AEBQK8029744; Tue, 10 Apr 2007 14:11:26 GMT (envelope-from des) Message-Id: <200704101411.l3AEBQK8029744@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 10 Apr 2007 14:11:26 +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/tinderbox tinderbox.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: Tue, 10 Apr 2007 14:11:26 -0000 des 2007-04-10 14:11:26 UTC FreeBSD projects repository Modified files: tinderbox tinderbox.1 Log: Document 'install' command and -D / --destdir option. Revision Changes Path 1.17 +15 -1 projects/tinderbox/tinderbox.1 From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:11:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 444DB16A404; Tue, 10 Apr 2007 14:11:41 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id D2E6213C483; Tue, 10 Apr 2007 14:11:40 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id l3AEBdZ2046101; Tue, 10 Apr 2007 22:11:39 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id l3AEBd3f040531; Tue, 10 Apr 2007 22:11:39 +0800 (CST) (envelope-from rafan) Date: Tue, 10 Apr 2007 22:11:39 +0800 From: Rong-En Fan To: Simon Barner , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070410141139.GE37796@svm.csie.ntu.edu.tw> References: <200704092004.l39K46Xj002910@repoman.freebsd.org> <20070410135856.GA36142@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070410135856.GA36142@icarus.home.lan> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: Subject: Re: cvs commit: ports/mail/fetchmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 14:11:41 -0000 Hi Simon, On Tue, Apr 10, 2007 at 06:58:56AM -0700, Jeremy Chadwick wrote: > On Mon, Apr 09, 2007 at 08:04:05PM +0000, Simon Barner wrote: > > barner 2007-04-09 20:04:05 UTC > > > > FreeBSD ports repository > > > > Modified files: > > mail/fetchmail Makefile distinfo > > Log: > > - Update to 6.3.8 > > - Fix insecure APOP authentication (minor) > > > > Security: http://fetchmail.berlios.de/fetchmail-SA-2007-01.txt > > Security: http://www.vuxml.org/freebsd/f1c4d133-e6d3-11db-99ea-0060084a00e5.html > > ChangeLog: https://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=12610 > > > > Revision Changes Path > > 1.180 +1 -1 ports/mail/fetchmail/Makefile > > 1.128 +3 -3 ports/mail/fetchmail/distinfo > > This looks broken, and is being reported by users on freebsd-ports@. > > icarus# make fetch [...] I just committed a simple fix :-) Regards, Rong-En Fan From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:23:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCA4816A401; Tue, 10 Apr 2007 14:23:02 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AC2F013C455; Tue, 10 Apr 2007 14:23:02 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AEN2cW031732; Tue, 10 Apr 2007 14:23:02 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AEN2hA031731; Tue, 10 Apr 2007 14:23:02 GMT (envelope-from delphij) Message-Id: <200704101423.l3AEN2hA031731@repoman.freebsd.org> From: Xin LI Date: Tue, 10 Apr 2007 14:23: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/openldap23-server Makefile distinfo ports/net/openldap23-server/files patch-43tty X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 14:23:02 -0000 delphij 2007-04-10 14:23:02 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile distinfo Added files: net/openldap23-server/files patch-43tty Log: - Update to 2.3.35 - Unbreak for kernels without COMPAT_43TTY [1] Note: the patch from [1] was accepted by OpenLDAP, but not yet integrated into there RELENG_2_3 branch. Submitted by: Ed Schouten [1] PR: ports/110386 [1] Revision Changes Path 1.151 +2 -2 ports/net/openldap23-server/Makefile 1.72 +3 -3 ports/net/openldap23-server/distinfo 1.1 +22 -0 ports/net/openldap23-server/files/patch-43tty (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:32:39 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7599A16A402; Tue, 10 Apr 2007 14:32:39 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 1F6AE13C48C; Tue, 10 Apr 2007 14:32:38 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54a5c703.dip0.t-ipconnect.de [84.165.199.3]) by redbull.bpaserver.net (Postfix) with ESMTP id 98BFA2E060; Tue, 10 Apr 2007 16:32:31 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id AED395B489B; Tue, 10 Apr 2007 16:32:28 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l3AEWSKO018135; Tue, 10 Apr 2007 16:32:28 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 10 Apr 2007 16:32:28 +0200 Message-ID: <20070410163228.0jhk6x07fo8o4kko@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Tue, 10 Apr 2007 16:32:28 +0200 From: Alexander Leidinger To: Andrew Thompson References: <200704100035.l3A0ZWLs009155@repoman.freebsd.org> In-Reply-To: <200704100035.l3A0ZWLs009155@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.494, required 8, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, SMILEY -0.50, SUBJ_HAS_SPACES 0.87) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig Makefile ifconfig.8 src/share/man/man4 Makefile src/sys/conf NOTES 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: Tue, 10 Apr 2007 14:32:39 -0000 Quoting Andrew Thompson (from Tue, 10 Apr 2007 00:35:32 +0000 (UTC)): > thompsa 2007-04-10 00:35:31 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig Makefile ifconfig.8 > share/man/man4 Makefile > sys/conf NOTES files > Log: > Hook trunk(4) up to the build. trunk... tank... what's next... honk/zonk/monk/conk? ;-) Very nice addition... please don't stop integrating nice stuff into FreeBSD. :) Bye, Alexander. -- Electrical Engineers do it with less resistance. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:39:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59E6016A40D; Tue, 10 Apr 2007 14:39:49 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3190F13C45E; Tue, 10 Apr 2007 14:39:49 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AEdnb5035036; Tue, 10 Apr 2007 14:39:49 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AEdnWu035035; Tue, 10 Apr 2007 14:39:49 GMT (envelope-from ahze) Message-Id: <200704101439.l3AEdnWu035035@repoman.freebsd.org> From: Michael Johnson Date: Tue, 10 Apr 2007 14:39:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gnome-games 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, 10 Apr 2007 14:39:49 -0000 ahze 2007-04-10 14:39:48 UTC FreeBSD ports repository Modified files: games/gnome-games Makefile distinfo pkg-plist Log: Update to 2.18.1: Revision Changes Path 1.110 +1 -1 ports/games/gnome-games/Makefile 1.55 +3 -3 ports/games/gnome-games/distinfo 1.60 +12 -0 ports/games/gnome-games/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:47:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8A9116A402; Tue, 10 Apr 2007 14:47:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 80C3713C4C2; Tue, 10 Apr 2007 14:47:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AElY8q036544; Tue, 10 Apr 2007 14:47:34 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AElYvk036543; Tue, 10 Apr 2007 14:47:34 GMT (envelope-from lwhsu) Message-Id: <200704101447.l3AElYvk036543@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 10 Apr 2007 14: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/security/py-gnutls Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 14:47:34 -0000 lwhsu 2007-04-10 14:47:34 UTC FreeBSD ports repository Modified files: security/py-gnutls Makefile distinfo Log: - Update to 1.0.1 Approved by: clsung (mentor) Revision Changes Path 1.2 +1 -1 ports/security/py-gnutls/Makefile 1.2 +3 -3 ports/security/py-gnutls/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:50:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 393D316A40D; Tue, 10 Apr 2007 14:50:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 102CE13C448; Tue, 10 Apr 2007 14:50:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AEocdI036729; Tue, 10 Apr 2007 14:50:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AEocY8036728; Tue, 10 Apr 2007 14:50:38 GMT (envelope-from miwi) Message-Id: <200704101450.l3AEocY8036728@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 14:50: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/ftp/mirror Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 14:50:39 -0000 miwi 2007-04-10 14:50:38 UTC FreeBSD ports repository Modified files: ftp/mirror Makefile pkg-descr Log: - Update MASTER_SITES and WWW PR: 111453 Submitted by: Ryan Thompson (maintainer) Revision Changes Path 1.23 +2 -3 ports/ftp/mirror/Makefile 1.4 +1 -1 ports/ftp/mirror/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Apr 10 14:56:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C804716A402; Tue, 10 Apr 2007 14:56:39 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A058A13C4D5; Tue, 10 Apr 2007 14:56:39 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AEudkh038063; Tue, 10 Apr 2007 14:56:39 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AEudpL038062; Tue, 10 Apr 2007 14:56:39 GMT (envelope-from ahze) Message-Id: <200704101456.l3AEudpL038062@repoman.freebsd.org> From: Michael Johnson Date: Tue, 10 Apr 2007 14:56: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-toolkits/pango Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 14:56:39 -0000 ahze 2007-04-10 14:56:39 UTC FreeBSD ports repository Modified files: x11-toolkits/pango Makefile distinfo Log: Update to 1.16.2 Revision Changes Path 1.91 +1 -1 ports/x11-toolkits/pango/Makefile 1.41 +3 -3 ports/x11-toolkits/pango/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:03:45 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A238F16A475; Tue, 10 Apr 2007 15:03:45 +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 59B3413C4AD; Tue, 10 Apr 2007 15:03:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l3AF15Rp077065; Tue, 10 Apr 2007 09:01:08 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 10 Apr 2007 09:01:13 -0600 (MDT) Message-Id: <20070410.090113.-432836671.imp@bsdimp.com> To: dot@dotat.at From: "M. Warner Losh" In-Reply-To: References: <20070409.222011.1689682576.imp@bsdimp.com> <20070410050011.GH91694@wantadilla.lemis.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 10 Apr 2007 09:01:08 -0600 (MDT) Cc: grog@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, brian@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 15:03:45 -0000 In message: Tony Finch writes: : On Tue, 10 Apr 2007, Greg 'groggy' Lehey wrote: : > : > The definition of time_t is simply a number of seconds since a : > specified event. : : ... modulo leap second adjustments. : : time_t cannot encode UTC correctly since you need more than a simple : scalar to do so (e.g. you need a TAI offset or a leap second flag). Yes. POSIX defined time_t to be UTC, and then forgot that there's leap seconds in UTC. UTC uses a variable radix notation for just such events, which translates poorly to a single number. Or at least translates poorly to time_t which is defined such that one cannot take them into account. Warner From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:04:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8B3B16A403; Tue, 10 Apr 2007 15:04:05 +0000 (UTC) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C055513C4AE; Tue, 10 Apr 2007 15:04:05 +0000 (UTC) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AF45MD040748; Tue, 10 Apr 2007 15:04:05 GMT (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AF45FQ040746; Tue, 10 Apr 2007 15:04:05 GMT (envelope-from jmz) Message-Id: <200704101504.l3AF45FQ040746@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Tue, 10 Apr 2007 15:04: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/emulators/tkhfs Makefile ports/emulators/tkhfs/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 15:04:06 -0000 jmz 2007-04-10 15:04:05 UTC FreeBSD ports repository Modified files: emulators/tkhfs Makefile emulators/tkhfs/scripts configure Log: Use TCL/TK 8.4 PR: ports/110321 Submitted by: Martin Tournoij Revision Changes Path 1.25 +4 -3 ports/emulators/tkhfs/Makefile 1.4 +1 -1 ports/emulators/tkhfs/scripts/configure From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:12:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD38416A403; Tue, 10 Apr 2007 15:12:09 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9455713C465; Tue, 10 Apr 2007 15:12:09 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFC9D1042889; Tue, 10 Apr 2007 15:12:09 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFC90M042888; Tue, 10 Apr 2007 15:12:09 GMT (envelope-from brd) Message-Id: <200704101512.l3AFC90M042888@repoman.freebsd.org> From: Brad Davis Date: Tue, 10 Apr 2007 15:12:09 +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/status report-2007-jan-2007-mar.xml status.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, 10 Apr 2007 15:12:09 -0000 brd 2007-04-10 15:12:09 UTC FreeBSD doc repository Modified files: en/news/status report-2007-jan-2007-mar.xml status.sgml Log: Correct the due date for the next status reports (July 7) and correct the CVS tag for RELEASE_4_EOL. Revision Changes Path 1.2 +3 -3 www/en/news/status/report-2007-jan-2007-mar.xml 1.43 +2 -2 www/en/news/status/status.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:22:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 663CB16A404; Tue, 10 Apr 2007 15:22:46 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 38E4B13C4AE; Tue, 10 Apr 2007 15:22:46 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFMk1s044693; Tue, 10 Apr 2007 15:22:46 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFMkYJ044675; Tue, 10 Apr 2007 15:22:46 GMT (envelope-from pjd) Message-Id: <200704101522.l3AFMkYJ044675@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 15:22: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/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: Tue, 10 Apr 2007 15:22:46 -0000 pjd 2007-04-10 15:22:41 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Correct typos. Revision Changes Path 1.697 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:23:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 210B516A40D; Tue, 10 Apr 2007 15:23:01 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ED49E13C45B; Tue, 10 Apr 2007 15:23:00 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFN0hw044785; Tue, 10 Apr 2007 15:23:00 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFN0MY044784; Tue, 10 Apr 2007 15:23:00 GMT (envelope-from njl) Message-Id: <200704101523.l3AFN0MY044784@repoman.freebsd.org> From: Nate Lawson Date: Tue, 10 Apr 2007 15:23: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/dev/acpica acpi_hpet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 15:23:01 -0000 njl 2007-04-10 15:23:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/acpica acpi_hpet.c Log: MFC: resume the HPET timer Revision Changes Path 1.5.2.2 +13 -0 src/sys/dev/acpica/acpi_hpet.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:28:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E324C16A402; Tue, 10 Apr 2007 15:28:24 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BB4B413C45E; Tue, 10 Apr 2007 15:28:24 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFSOMh045284; Tue, 10 Apr 2007 15:28:24 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFSO7o045283; Tue, 10 Apr 2007 15:28:24 GMT (envelope-from nivit) Message-Id: <200704101528.l3AFSO7o045283@repoman.freebsd.org> From: Nicola Vitale Date: Tue, 10 Apr 2007 15:28: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/asymptote 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, 10 Apr 2007 15:28:25 -0000 nivit 2007-04-10 15:28:24 UTC FreeBSD ports repository Modified files: math/asymptote Makefile distinfo pkg-plist Log: - Update to 1.25 - Add CONFIGURE_TARGET to Makefile Revision Changes Path 1.30 +3 -2 ports/math/asymptote/Makefile 1.25 +3 -3 ports/math/asymptote/distinfo 1.24 +6 -1 ports/math/asymptote/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:29:37 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E0BE16A412; Tue, 10 Apr 2007 15:29:37 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 75B8113C4C8; Tue, 10 Apr 2007 15:29:37 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFTbFN045380; Tue, 10 Apr 2007 15:29:37 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFTbiq045375; Tue, 10 Apr 2007 15:29:37 GMT (envelope-from pjd) Message-Id: <200704101529.l3AFTbiq045375@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 15:29: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_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: Tue, 10 Apr 2007 15:29:37 -0000 pjd 2007-04-10 15:29:37 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Minor style cleanups (mostly removal of trailing whitespaces). Revision Changes Path 1.698 +22 -22 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:32:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F37AE16A401; Tue, 10 Apr 2007 15:32:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CBB2D13C448; Tue, 10 Apr 2007 15:32:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFWGl4046415; Tue, 10 Apr 2007 15:32:16 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFWGbs046414; Tue, 10 Apr 2007 15:32:16 GMT (envelope-from mat) Message-Id: <200704101532.l3AFWGbs046414@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 10 Apr 2007 15:32: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/math/p5-Math-BigInt-GMP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 15:32:17 -0000 mat 2007-04-10 15:32:16 UTC FreeBSD ports repository Modified files: math/p5-Math-BigInt-GMP Makefile distinfo Log: Update to 1.20 Revision Changes Path 1.2 +1 -1 ports/math/p5-Math-BigInt-GMP/Makefile 1.2 +3 -3 ports/math/p5-Math-BigInt-GMP/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:35:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 623D216A403; Tue, 10 Apr 2007 15:35:15 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 39D5913C48A; Tue, 10 Apr 2007 15:35:15 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFZF6f047032; Tue, 10 Apr 2007 15:35:15 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFZFLi047031; Tue, 10 Apr 2007 15:35:15 GMT (envelope-from ahze) Message-Id: <200704101535.l3AFZFLi047031@repoman.freebsd.org> From: Michael Johnson Date: Tue, 10 Apr 2007 15:35: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-toolkits/vte Makefile distinfo ports/x11-toolkits/vte/files patch-vte_svn X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 15:35:15 -0000 ahze 2007-04-10 15:35:14 UTC FreeBSD ports repository Modified files: x11-toolkits/vte Makefile distinfo Removed files: x11-toolkits/vte/files patch-vte_svn Log: Update to 0.16.1 Revision Changes Path 1.64 +1 -1 ports/x11-toolkits/vte/Makefile 1.35 +3 -3 ports/x11-toolkits/vte/distinfo 1.2 +0 -2786 ports/x11-toolkits/vte/files/patch-vte_svn (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:40:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1397D16A402; Tue, 10 Apr 2007 15:40:28 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DF89C13C448; Tue, 10 Apr 2007 15:40:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFeR8H047288; Tue, 10 Apr 2007 15:40:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFeRKr047287; Tue, 10 Apr 2007 15:40:27 GMT (envelope-from rwatson) Message-Id: <200704101540.l3AFeRKr047287@repoman.freebsd.org> From: Robert Watson Date: Tue, 10 Apr 2007 15:40: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/kern uipc_mqueue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 15:40:28 -0000 rwatson 2007-04-10 15:40:27 UTC FreeBSD src repository Modified files: sys/kern uipc_mqueue.c Log: Do allow POSIX mqueue unlink privilege inside a jail, as we all all other POSIX mqueue privileges inside a jail. Revision Changes Path 1.22 +2 -1 src/sys/kern/uipc_mqueue.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:48:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64EAC16A400; Tue, 10 Apr 2007 15:48:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2BE13C480; Tue, 10 Apr 2007 15:48:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFmkYc048772; Tue, 10 Apr 2007 15:48:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFmkXI048771; Tue, 10 Apr 2007 15:48:46 GMT (envelope-from rwatson) Message-Id: <200704101548.l3AFmkXI048771@repoman.freebsd.org> From: Robert Watson Date: Tue, 10 Apr 2007 15:48: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/dev/ath ah_osdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 15:48:46 -0000 rwatson 2007-04-10 15:48:45 UTC FreeBSD src repository Modified files: sys/dev/ath ah_osdep.c Log: Remove unnecessary suser() check in the sysctl to set up ath_hal logging: the sysctl framework will already have checked for privilege if a sysctl value is being set. Discussed a long time ago with: sam Revision Changes Path 1.2 +7 -10 src/sys/dev/ath/ah_osdep.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:58:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DDE316A476; Tue, 10 Apr 2007 15:58:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0173B13C513; Tue, 10 Apr 2007 15:58:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFwc6a050440; Tue, 10 Apr 2007 15:58:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFwcpC050439; Tue, 10 Apr 2007 15:58:38 GMT (envelope-from rwatson) Message-Id: <200704101558.l3AFwcpC050439@repoman.freebsd.org> From: Robert Watson Date: Tue, 10 Apr 2007 15:58: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/netinet in_pcb.c src/sys/sys priv.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, 10 Apr 2007 15:58:39 -0000 rwatson 2007-04-10 15:58:38 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c sys/sys priv.h Log: Add a new privilege, PRIV_NETINET_REUSEPORT, which will replace superuser checks to see whether bind() can reuse a port/address combination while it's already in use (for some definition of use). Revision Changes Path 1.188 +2 -1 src/sys/netinet/in_pcb.c 1.10 +1 -0 src/sys/sys/priv.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 15:59:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2293116A403; Tue, 10 Apr 2007 15:59:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EF5A713C44B; Tue, 10 Apr 2007 15:59:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AFxnEb050647; Tue, 10 Apr 2007 15:59:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AFxnk1050646; Tue, 10 Apr 2007 15:59:49 GMT (envelope-from rwatson) Message-Id: <200704101559.l3AFxnk1050646@repoman.freebsd.org> From: Robert Watson Date: Tue, 10 Apr 2007 15:59:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 15:59:50 -0000 rwatson 2007-04-10 15:59:49 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: Allow PRIV_NETINET_REUSEPORT in jail. Revision Changes Path 1.69 +3 -1 src/sys/kern/kern_jail.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:01:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34F4A16A402; Tue, 10 Apr 2007 16:01:02 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB7213C4B7; Tue, 10 Apr 2007 16:01:02 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AG11Xx051489; Tue, 10 Apr 2007 16:01:01 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AG11DD051480; Tue, 10 Apr 2007 16:01:01 GMT (envelope-from brd) Message-Id: <200704101601.l3AG11DD051480@repoman.freebsd.org> From: Brad Davis Date: Tue, 10 Apr 2007 16:01: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/news/status 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: Tue, 10 Apr 2007 16:01:02 -0000 brd 2007-04-10 16:01:01 UTC FreeBSD doc repository Modified files: en/news/status README Log: Fix path to news.xml. Revision Changes Path 1.3 +2 -2 www/en/news/status/README From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:06:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9057A16A405; Tue, 10 Apr 2007 16:06:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1B58B13C44B; Tue, 10 Apr 2007 16:06:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AG6euX055430; Tue, 10 Apr 2007 16:06:40 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AG6e71055429; Tue, 10 Apr 2007 16:06:40 GMT (envelope-from rafan) Message-Id: <200704101606.l3AG6e71055429@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 10 Apr 2007 16:06:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/p5-JSON-DWIW Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:06:41 -0000 rafan 2007-04-10 16:06:40 UTC FreeBSD ports repository Modified files: converters/p5-JSON-DWIW Makefile distinfo Log: - Update to 0.05 PR: ports/111442 Submitted by: chinsan (maintainer) Revision Changes Path 1.4 +1 -1 ports/converters/p5-JSON-DWIW/Makefile 1.4 +3 -3 ports/converters/p5-JSON-DWIW/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:09:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36F6616A400; Tue, 10 Apr 2007 16:09:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE0013C465; Tue, 10 Apr 2007 16:09:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AG90qO055547; Tue, 10 Apr 2007 16:09:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AG90Te055546; Tue, 10 Apr 2007 16:09:00 GMT (envelope-from rwatson) Message-Id: <200704101609.l3AG90Te055546@repoman.freebsd.org> From: Robert Watson Date: Tue, 10 Apr 2007 16:09: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/netipsec ipsec_osdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:09:01 -0000 rwatson 2007-04-10 16:09:00 UTC FreeBSD src repository Modified files: sys/netipsec ipsec_osdep.h Log: Update comment regarding how we check privilege on FreeBSD: we now use priv_check(). Revision Changes Path 1.5 +2 -1 src/sys/netipsec/ipsec_osdep.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:22:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E05016A400; Tue, 10 Apr 2007 16:22:34 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E20813C45B; Tue, 10 Apr 2007 16:22:34 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AGMYTX058077; Tue, 10 Apr 2007 16:22:34 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AGMXxn058075; Tue, 10 Apr 2007 16:22:33 GMT (envelope-from nivit) Message-Id: <200704101622.l3AGMXxn058075@repoman.freebsd.org> From: Nicola Vitale Date: Tue, 10 Apr 2007 16:22: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/ctemplate Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:22:34 -0000 nivit 2007-04-10 16:22:33 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/ctemplate Makefile distinfo pkg-descr Log: CTemplate is a simple but powerful, extremely fast HTML template system for C language. It provides separation between code and presentation. Author: Alex Pesternikov WWW: http://ctemplate.sourceforge.net/ PR: ports/111160 Submitted by: Alex Pesternikov Revision Changes Path 1.1781 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/ctemplate/Makefile (new) 1.1 +3 -0 ports/www/ctemplate/distinfo (new) 1.1 +5 -0 ports/www/ctemplate/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:22:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6D3416A400; Tue, 10 Apr 2007 16:22:40 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7F0AF13C483; Tue, 10 Apr 2007 16:22:40 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AGMeGm058147; Tue, 10 Apr 2007 16:22:40 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AGMeFL058146; Tue, 10 Apr 2007 16:22:40 GMT (envelope-from nivit) Message-Id: <200704101622.l3AGMeFL058146@repoman.freebsd.org> From: Nicola Vitale Date: Tue, 10 Apr 2007 16:22:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:22:40 -0000 nivit 2007-04-10 16:22:40 UTC FreeBSD ports repository Modified files: . modules Log: ctemplate --> ports/www/ctemplate Revision Changes Path 1.17832 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:28:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01B8116A401; Tue, 10 Apr 2007 16:28:57 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CE98613C45A; Tue, 10 Apr 2007 16:28:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AGSu0r058918; Tue, 10 Apr 2007 16:28:56 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AGSu1V058917; Tue, 10 Apr 2007 16:28:56 GMT (envelope-from delphij) Message-Id: <200704101628.l3AGSu1V058917@repoman.freebsd.org> From: Xin LI Date: Tue, 10 Apr 2007 16:28: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/openldap24-server/files patch-43tty X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:28:57 -0000 delphij 2007-04-10 16:28:56 UTC FreeBSD ports repository Added files: net/openldap24-server/files patch-43tty Log: Unbreak for kernels without COMPAT_43TTY Note: the patch was accepted by OpenLDAP, but not yet integrated into their RELENG_2_4 branch. Submitted by: Ed Schouten PR: ports/110386 Revision Changes Path 1.1 +22 -0 ports/net/openldap24-server/files/patch-43tty (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:36:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74B9F16A408; Tue, 10 Apr 2007 16:36:33 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE4A13C465; Tue, 10 Apr 2007 16:36:33 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AGaXkV060366; Tue, 10 Apr 2007 16:36:33 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AGaXBB060365; Tue, 10 Apr 2007 16:36:33 GMT (envelope-from nivit) Message-Id: <200704101636.l3AGaXBB060365@repoman.freebsd.org> From: Nicola Vitale Date: Tue, 10 Apr 2007 16:36:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/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: Tue, 10 Apr 2007 16:36:33 -0000 nivit 2007-04-10 16:36:33 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Alex Pesternikov for www/ctemplate (PR ports/111160) Revision Changes Path 1.684 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:41:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F19516A405; Tue, 10 Apr 2007 16:41:06 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7771B13C4B7; Tue, 10 Apr 2007 16:41:06 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AGf6t0060886; Tue, 10 Apr 2007 16:41:06 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AGf6fu060885; Tue, 10 Apr 2007 16:41:06 GMT (envelope-from rafan) Message-Id: <200704101641.l3AGf6fu060885@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 10 Apr 2007 16:41: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/archivers/rpm 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, 10 Apr 2007 16:41:06 -0000 rafan 2007-04-10 16:41:05 UTC FreeBSD ports repository Modified files: archivers/rpm pkg-plist Log: - Fix pkg-plist for WITHOUT_NLS PR: ports/111455 Submitted by: Sunpoet Po-Chuan Hsieh Revision Changes Path 1.19 +2 -2 ports/archivers/rpm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:42:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EA4B16A401; Tue, 10 Apr 2007 16:42:14 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3EDEA13C43E; Tue, 10 Apr 2007 16:42:14 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AGgEQQ061345; Tue, 10 Apr 2007 16:42:14 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AGgERw061344; Tue, 10 Apr 2007 16:42:14 GMT (envelope-from keramida) Message-Id: <200704101642.l3AGgERw061344@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 10 Apr 2007 16:42: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/etc/defaults rc.conf src/etc/rc.d pfsync src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:42:14 -0000 keramida 2007-04-10 16:42:14 UTC FreeBSD src repository (doc committer) Modified files: etc/defaults rc.conf etc/rc.d pfsync share/man/man5 rc.conf.5 Log: Add a pfsync_syncpeer option to /etc/defaults/rc.conf and rc.conf(5), which can be used to turn off multicast pfsync support, and enable the transmission of directed PFSYNC (IP protocol: 240) packets to a specific "sync peer" host. PR: conf/111225 Submitted by: Bas van Beek Approved by: mtm, mlaier MFC after: 2 weeks Revision Changes Path 1.314 +1 -0 src/etc/defaults/rc.conf 1.5 +6 -1 src/etc/rc.d/pfsync 1.323 +20 -0 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:42:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 800A816A54E; Tue, 10 Apr 2007 16:42:23 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 580DC13C45A; Tue, 10 Apr 2007 16:42:23 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AGgMYH061417; Tue, 10 Apr 2007 16:42:22 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AGgMeT061416; Tue, 10 Apr 2007 16:42:22 GMT (envelope-from ahze) Message-Id: <200704101642.l3AGgMeT061416@repoman.freebsd.org> From: Michael Johnson Date: Tue, 10 Apr 2007 16: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/devel/liboobs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:42:23 -0000 ahze 2007-04-10 16:42:22 UTC FreeBSD ports repository Modified files: devel/liboobs Makefile distinfo Log: Update to 2.18.1 Revision Changes Path 1.2 +1 -1 ports/devel/liboobs/Makefile 1.2 +3 -3 ports/devel/liboobs/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:47:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C937616A402; Tue, 10 Apr 2007 16:47:19 +0000 (UTC) (envelope-from brian@Awfulhak.org) Received: from storm.uk.FreeBSD.org (storm.uk.FreeBSD.org [194.242.157.42]) by mx1.freebsd.org (Postfix) with ESMTP id 61ACF13C48C; Tue, 10 Apr 2007 16:47:19 +0000 (UTC) (envelope-from brian@Awfulhak.org) Received: from store.lan.Awfulhak.org (store.lan.Awfulhak.org [172.16.0.35]) by storm.uk.FreeBSD.org (8.13.8/8.13.8) with ESMTP id l3AGlE3k019267; Tue, 10 Apr 2007 17:47:14 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from store.lan.Awfulhak.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 9D6771957C90; Tue, 10 Apr 2007 16:47:20 +0000 (GMT) Received: from gw.Awfulhak.org (gw.lan.Awfulhak.org [172.16.0.1]) by store.lan.Awfulhak.org (Postfix) with ESMTP id 7DCCF1957C83; Tue, 10 Apr 2007 16:47:12 +0000 (GMT) Received: from conflict.ca.sophos.com (brian@localhost [127.0.0.1]) by gw.Awfulhak.org (8.13.8/8.13.8) with ESMTP id l3AGl0I2011084; Tue, 10 Apr 2007 09:47:00 -0700 (PDT) (envelope-from brian@Awfulhak.org) Date: Tue, 10 Apr 2007 09:46:59 -0700 From: Brian Somers To: "Greg 'groggy' Lehey" Message-ID: <20070410094659.49041afb@conflict.ca.sophos.com> In-Reply-To: <20070410071256.GJ91694@wantadilla.lemis.com> References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <864pnpdf8w.fsf@dwp.des.no> <20070410010901.GD61460@wantadilla.lemis.com> <86zm5gr9wl.fsf@dwp.des.no> <20070410071256.GJ91694@wantadilla.lemis.com> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED,SPF_HELO_PASS, SPF_PASS autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on gw.lan.Awfulhak.org Cc: Dag-Erling =?UTF-8?B?U23DuHJncmF2?= , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:47:19 -0000 On Tue, 10 Apr 2007 16:42:56 +0930 "Greg 'groggy' Lehey" wrote: > On Tuesday, 10 April 2007 at 9:00:42 +0200, Dag-Erling Smrgrav wrote: > > Greg 'groggy' Lehey writes: > >> On Monday, 9 April 2007 at 12:16:47 +0200, Dag-Erling Smrgrav wrote: > >>> The latter part is incorrect and should be reverted. Furthermore, > >>> usage() should be static. > >> Can you give details? > > > > usage() should be the way it was before your commit, except that it > > should be static. > > You mean declared as a static function? In a program of a single > file? > > As I said before, > > >> Can you give details? > > Specifically, this doesn't match my recollection of "good practice". > Where is this behaviour mandated? Bump WARNS? Every function should be either prototyped or declared static (or both). -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:49:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A911416A405; Tue, 10 Apr 2007 16:49:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 702DD13C487; Tue, 10 Apr 2007 16:49:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AGnfOo070718; Tue, 10 Apr 2007 16:49:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AGnfJ6070717; Tue, 10 Apr 2007 16:49:41 GMT (envelope-from pjd) Message-Id: <200704101649.l3AGnfJ6070717@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 16:49: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/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:49:41 -0000 pjd 2007-04-10 16:49:41 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC sys/sun4v/conf GENERIC Log: Add UFS_GJOURNAL options to the GENERIC kernel. Approved by: re (kensmith) Revision Changes Path 1.474 +1 -0 src/sys/amd64/conf/GENERIC 1.463 +1 -0 src/sys/i386/conf/GENERIC 1.88 +1 -0 src/sys/ia64/conf/GENERIC 1.290 +1 -0 src/sys/pc98/conf/GENERIC 1.67 +1 -0 src/sys/powerpc/conf/GENERIC 1.121 +1 -0 src/sys/sparc64/conf/GENERIC 1.10 +1 -0 src/sys/sun4v/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:57:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D097516A404; Tue, 10 Apr 2007 16:57:23 +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 B92C413C487; Tue, 10 Apr 2007 16:57:23 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 5B8D31A4D89; Tue, 10 Apr 2007 09:57:29 -0700 (PDT) Date: Tue, 10 Apr 2007 09:57:29 -0700 From: Alfred Perlstein To: Brian Somers Message-ID: <20070410165729.GH2382@elvis.mu.org> References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <864pnpdf8w.fsf@dwp.des.no> <20070410010901.GD61460@wantadilla.lemis.com> <86zm5gr9wl.fsf@dwp.des.no> <20070410071256.GJ91694@wantadilla.lemis.com> <20070410094659.49041afb@conflict.ca.sophos.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070410094659.49041afb@conflict.ca.sophos.com> User-Agent: Mutt/1.4.2.2i Cc: Greg 'groggy' Lehey , Dag-Erling Sm??rgrav , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:57:23 -0000 The reason you make it static is so that when you add another file to the build, there is no need to track down what should be static. * Brian Somers [070410 09:49] wrote: > On Tue, 10 Apr 2007 16:42:56 +0930 > "Greg 'groggy' Lehey" wrote: > > > On Tuesday, 10 April 2007 at 9:00:42 +0200, Dag-Erling Smrgrav wrote: > > > Greg 'groggy' Lehey writes: > > >> On Monday, 9 April 2007 at 12:16:47 +0200, Dag-Erling Smrgrav wrote: > > >>> The latter part is incorrect and should be reverted. Furthermore, > > >>> usage() should be static. > > >> Can you give details? > > > > > > usage() should be the way it was before your commit, except that it > > > should be static. > > > > You mean declared as a static function? In a program of a single > > file? > > > > As I said before, > > > > >> Can you give details? > > > > Specifically, this doesn't match my recollection of "good practice". > > Where is this behaviour mandated? > > Bump WARNS? Every function should be either prototyped > or declared static (or both). > > -- > Brian Somers > Don't _EVER_ lose your sense of humour ! -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Tue Apr 10 16:58:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5353616A40F; Tue, 10 Apr 2007 16:58:40 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2BC2113C4D3; Tue, 10 Apr 2007 16:58:40 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AGwegr072272; Tue, 10 Apr 2007 16:58:40 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AGweKj072271; Tue, 10 Apr 2007 16:58:40 GMT (envelope-from nivit) Message-Id: <200704101658.l3AGweKj072271@repoman.freebsd.org> From: Nicola Vitale Date: Tue, 10 Apr 2007 16:58:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/wxMaxima Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 16:58:40 -0000 nivit 2007-04-10 16:58:39 UTC FreeBSD ports repository Modified files: math/wxMaxima Makefile distinfo Log: - Update to 0.7.2 Revision Changes Path 1.11 +1 -1 ports/math/wxMaxima/Makefile 1.8 +3 -3 ports/math/wxMaxima/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:05:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A469716A406; Tue, 10 Apr 2007 17:05:03 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7D2CB13C455; Tue, 10 Apr 2007 17:05:03 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AH53Tv075245; Tue, 10 Apr 2007 17:05:03 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AH53to075244; Tue, 10 Apr 2007 17:05:03 GMT (envelope-from ahze) Message-Id: <200704101705.l3AH53to075244@repoman.freebsd.org> From: Michael Johnson Date: Tue, 10 Apr 2007 17:05:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/gnome-system-tools 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, 10 Apr 2007 17:05:03 -0000 ahze 2007-04-10 17:05:03 UTC FreeBSD ports repository Modified files: sysutils/gnome-system-tools Makefile distinfo pkg-plist Log: Update to 2.18.1 Revision Changes Path 1.23 +1 -1 ports/sysutils/gnome-system-tools/Makefile 1.14 +3 -3 ports/sysutils/gnome-system-tools/distinfo 1.20 +6 -0 ports/sysutils/gnome-system-tools/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:08:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 575E916A406; Tue, 10 Apr 2007 17:08:07 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 307AE13C4AD; Tue, 10 Apr 2007 17:08:07 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AH87Ek075486; Tue, 10 Apr 2007 17:08:07 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AH870R075485; Tue, 10 Apr 2007 17:08:07 GMT (envelope-from brueffer) Message-Id: <200704101708.l3AH870R075485@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 10 Apr 2007 17:08: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/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: Tue, 10 Apr 2007 17:08:07 -0000 brueffer 2007-04-10 17:08:07 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add trunk(4). Revision Changes Path 1.411 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:08:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C769316A40B; Tue, 10 Apr 2007 17:08:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B606E13C4C6; Tue, 10 Apr 2007 17:08:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AH8IcE075602; Tue, 10 Apr 2007 17:08:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AH8I8c075601; Tue, 10 Apr 2007 17:08:18 GMT (envelope-from miwi) Message-Id: <200704101708.l3AH8I8c075601@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 17:08: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 ports MOVED ports/x11-themes Makefile ports/x11-themes/kde-icons-sparkling Makefile distinfo pkg-descr pkg-message ports/x11-themes/kde-icons-wasp 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: Tue, 10 Apr 2007 17:08:18 -0000 miwi 2007-04-10 17:08:18 UTC FreeBSD ports repository Modified files: . modules . MOVED x11-themes Makefile Removed files: x11-themes/kde-icons-sparkling Makefile distinfo pkg-descr pkg-message x11-themes/kde-icons-wasp Makefile distinfo pkg-descr pkg-message Log: 2007-04-10 x11-themes/kde-icons-wasp: Unfetchable 2007-04-10 x11-themes/kde-icons-sparkling: Unfetchable Revision Changes Path 1.17833 +0 -2 CVSROOT/modules 1.1344 +3 -1 ports/MOVED 1.188 +0 -2 ports/x11-themes/Makefile 1.6 +0 -22 ports/x11-themes/kde-icons-sparkling/Makefile (dead) 1.4 +0 -3 ports/x11-themes/kde-icons-sparkling/distinfo (dead) 1.3 +0 -6 ports/x11-themes/kde-icons-sparkling/pkg-descr (dead) 1.3 +0 -9 ports/x11-themes/kde-icons-sparkling/pkg-message (dead) 1.6 +0 -23 ports/x11-themes/kde-icons-wasp/Makefile (dead) 1.4 +0 -3 ports/x11-themes/kde-icons-wasp/distinfo (dead) 1.2 +0 -17 ports/x11-themes/kde-icons-wasp/pkg-descr (dead) 1.2 +0 -9 ports/x11-themes/kde-icons-wasp/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:13:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7954116A400; Tue, 10 Apr 2007 17:13:18 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DA06413C459; Tue, 10 Apr 2007 17:13:17 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AHDHZG077915; Tue, 10 Apr 2007 17:13:17 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AHDH8N077913; Tue, 10 Apr 2007 17:13:17 GMT (envelope-from ahze) Message-Id: <200704101713.l3AHDH8N077913@repoman.freebsd.org> From: Michael Johnson Date: Tue, 10 Apr 2007 17:13: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/textproc/gnome-doc-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: Tue, 10 Apr 2007 17:13:18 -0000 ahze 2007-04-10 17:13:17 UTC FreeBSD ports repository Modified files: textproc/gnome-doc-utils Makefile distinfo Log: Update to 0.10.3 Revision Changes Path 1.16 +1 -1 ports/textproc/gnome-doc-utils/Makefile 1.12 +3 -3 ports/textproc/gnome-doc-utils/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:14:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77F7716A401; Tue, 10 Apr 2007 17:14:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2C8B613C4CE; Tue, 10 Apr 2007 17:14:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AHE3cj079946; Tue, 10 Apr 2007 17:14:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AHE3du079944; Tue, 10 Apr 2007 17:14:03 GMT (envelope-from miwi) Message-Id: <200704101714.l3AHE3du079944@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 17:14:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/audio Makefile ports/audio/marlin Makefile distinfo pkg-descr pkg-plist ports/audio/marlin/files patch-marlin-marlin-channel.h patch-marlin-marlin-sample-view.c patch-src-libegg-egg-toolbar-editor.c patch-src-marlin-window.c patch-src_marlin-cdda-record.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 17:14:03 -0000 miwi 2007-04-10 17:14:03 UTC FreeBSD ports repository Modified files: . modules . MOVED audio Makefile chinese Makefile databases Makefile deskutils Makefile Removed files: audio/marlin Makefile distinfo pkg-descr pkg-plist audio/marlin/files patch-marlin-marlin-channel.h patch-marlin-marlin-sample-view.c patch-src-libegg-egg-toolbar-editor.c patch-src-marlin-window.c patch-src_marlin-cdda-record.c patch-src_marlin-window-menu.c audio/x4x Makefile distinfo pkg-descr pkg-plist audio/x4x/files patch-build.xml chinese/tatter-tools Makefile distinfo pkg-descr pkg-message pkg-plist chinese/vim-scdoc Makefile distinfo pkg-descr pkg-message pkg-plist databases/mergeant Makefile distinfo pkg-descr pkg-plist databases/mergeant/files patch-configure databases/pecl-paradox Makefile distinfo pkg-descr databases/pecl-paradox/files patch-paradox.c deskutils/yank Makefile distinfo pkg-descr pkg-plist deskutils/yank/files patch-src__fileio.c patch-src__preferences.c patch-src__util.c patch-src__yank.schemas Log: 2007-04-10 audio/x4x: Does not build 2007-04-10 audio/marlin: does not build with new nautilus-cd-burner 2007-04-10 chinese/tatter-tools: Incorrect pkg-plist 2007-04-10 chinese/vim-scdoc: Does not build 2007-04-10 databases/mergeant: does not build with new libgnomedb 2007-04-10 databases/pecl-paradox: Does not compile 2007-04-10 deskutils/yank: Incomplete pkg-plist Revision Changes Path 1.17834 +0 -7 CVSROOT/modules 1.1345 +8 -1 ports/MOVED 1.851 +0 -2 ports/audio/Makefile 1.19 +0 -40 ports/audio/marlin/Makefile (dead) 1.6 +0 -3 ports/audio/marlin/distinfo (dead) 1.2 +0 -10 ports/audio/marlin/files/patch-marlin-marlin-channel.h (dead) 1.4 +0 -12 ports/audio/marlin/files/patch-marlin-marlin-sample-view.c (dead) 1.2 +0 -18 ports/audio/marlin/files/patch-src-libegg-egg-toolbar-editor.c (dead) 1.3 +0 -10 ports/audio/marlin/files/patch-src-marlin-window.c (dead) 1.2 +0 -11 ports/audio/marlin/files/patch-src_marlin-cdda-record.c (dead) 1.2 +0 -12 ports/audio/marlin/files/patch-src_marlin-window-menu.c (dead) 1.2 +0 -5 ports/audio/marlin/pkg-descr (dead) 1.8 +0 -134 ports/audio/marlin/pkg-plist (dead) 1.6 +0 -51 ports/audio/x4x/Makefile (dead) 1.3 +0 -3 ports/audio/x4x/distinfo (dead) 1.2 +0 -13 ports/audio/x4x/files/patch-build.xml (dead) 1.2 +0 -5 ports/audio/x4x/pkg-descr (dead) 1.3 +0 -17 ports/audio/x4x/pkg-plist (dead) 1.251 +0 -2 ports/chinese/Makefile 1.11 +0 -60 ports/chinese/tatter-tools/Makefile (dead) 1.3 +0 -3 ports/chinese/tatter-tools/distinfo (dead) 1.2 +0 -4 ports/chinese/tatter-tools/pkg-descr (dead) 1.3 +0 -35 ports/chinese/tatter-tools/pkg-message (dead) 1.2 +0 -1 ports/chinese/tatter-tools/pkg-plist (dead) 1.13 +0 -45 ports/chinese/vim-scdoc/Makefile (dead) 1.6 +0 -3 ports/chinese/vim-scdoc/distinfo (dead) 1.4 +0 -9 ports/chinese/vim-scdoc/pkg-descr (dead) 1.3 +0 -7 ports/chinese/vim-scdoc/pkg-message (dead) 1.6 +0 -81 ports/chinese/vim-scdoc/pkg-plist (dead) 1.601 +0 -2 ports/databases/Makefile 1.32 +0 -36 ports/databases/mergeant/Makefile (dead) 1.12 +0 -3 ports/databases/mergeant/distinfo (dead) 1.7 +0 -14 ports/databases/mergeant/files/patch-configure (dead) 1.2 +0 -9 ports/databases/mergeant/pkg-descr (dead) 1.14 +0 -120 ports/databases/mergeant/pkg-plist (dead) 1.6 +0 -39 ports/databases/pecl-paradox/Makefile (dead) 1.4 +0 -3 ports/databases/pecl-paradox/distinfo (dead) 1.2 +0 -35 ports/databases/pecl-paradox/files/patch-paradox.c (dead) 1.2 +0 -5 ports/databases/pecl-paradox/pkg-descr (dead) 1.293 +0 -1 ports/deskutils/Makefile 1.30 +0 -40 ports/deskutils/yank/Makefile (dead) 1.10 +0 -3 ports/deskutils/yank/distinfo (dead) 1.2 +0 -15 ports/deskutils/yank/files/patch-src__fileio.c (dead) 1.2 +0 -79 ports/deskutils/yank/files/patch-src__preferences.c (dead) 1.2 +0 -12 ports/deskutils/yank/files/patch-src__util.c (dead) 1.2 +0 -29 ports/deskutils/yank/files/patch-src__yank.schemas (dead) 1.5 +0 -10 ports/deskutils/yank/pkg-descr (dead) 1.11 +0 -19 ports/deskutils/yank/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:26:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3676516A400; Tue, 10 Apr 2007 17:26:14 +0000 (UTC) (envelope-from brian@Awfulhak.org) Received: from storm.uk.FreeBSD.org (storm.uk.FreeBSD.org [194.242.157.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB9F13C4BB; Tue, 10 Apr 2007 17:26:13 +0000 (UTC) (envelope-from brian@Awfulhak.org) Received: from store.lan.Awfulhak.org (store.lan.Awfulhak.org [172.16.0.35]) by storm.uk.FreeBSD.org (8.13.8/8.13.8) with ESMTP id l3AHQB08020230; Tue, 10 Apr 2007 18:26:12 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from store.lan.Awfulhak.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 4D44C1957C90; Tue, 10 Apr 2007 17:26:18 +0000 (GMT) Received: from gw.Awfulhak.org (gw.lan.Awfulhak.org [172.16.0.1]) by store.lan.Awfulhak.org (Postfix) with ESMTP id E3CB01957C74; Tue, 10 Apr 2007 17:26:09 +0000 (GMT) Received: from conflict.ca.sophos.com (brian@localhost [127.0.0.1]) by gw.Awfulhak.org (8.13.8/8.13.8) with ESMTP id l3AHPutR011363; Tue, 10 Apr 2007 10:25:56 -0700 (PDT) (envelope-from brian@Awfulhak.org) Date: Tue, 10 Apr 2007 10:25:55 -0700 From: Brian Somers To: "Greg 'groggy' Lehey" Message-ID: <20070410102555.2c877a30@conflict.ca.sophos.com> In-Reply-To: <20070410010510.GB61460@wantadilla.lemis.com> References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <20070409021942.C150B16A529@hub.freebsd.org> <20070409024826.553be564@dev.lan.Awfulhak.org> <20070410010510.GB61460@wantadilla.lemis.com> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED,SPF_HELO_PASS, SPF_PASS autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on gw.lan.Awfulhak.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Brian Somers , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 17:26:14 -0000 On Tue, 10 Apr 2007 10:35:10 +0930 "Greg 'groggy' Lehey" wrote: > [heavily trimmed] > > On Monday, 9 April 2007 at 2:48:26 -0700, Brian Somers wrote: > > On Mon, 9 Apr 2007 02:19:42 +0000 (UTC) Greg Lehey wrote: > >> grog 2007-04-09 02:19:37 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> usr.bin/touch touch.1 touch.c > >> Log: > >> Add -A flag to adjust existing time stamps. > >> diff -u src/usr.bin/touch/touch.1:1.14 src/usr.bin/touch/touch.1:1.15 > >> --- src/usr.bin/touch/touch.1:1.14 Sun Feb 13 22:25:24 2005 > >> +++ src/usr.bin/touch/touch.1 Mon Apr 9 02:19:37 2007 > >> +.It Fl A > >> +Adjust the access and modification time stamps for the file by the > >> +specified value. > >> +This flag is intended for use in modifying files with a time stamp > >> +relative to an incorrect time zone. > > > > I don't understand what this means. File times are in UTC aren't > > they? > > No, they're in time_t. But if you import files from other systems, > you frequently get times which are off by some time zone offset. Ah, this is the bit I was missing then. Maybe instead of "This flag is intended for use in modifying files with a time stamp relative to an incorrect time zone", something like "When files are transferred from an external system with an incorrect clock, this flag can be used to correct the file times". [.....] > > Why this format? > > It's basically a simplification of the format that touch(1) uses to > specify timestamps. > > > My guess is that the delta is expected to be a DST difference, but > > if it is, I'm even more confused. > > Yes, that seems confusing. For the +1030 time difference that I had > to contend with on Sunday, you'd write -103000 (HHMMSS). > > But why limit it to exact time zone offsets? How accurate is the > clock in your digital camera? Did you reset it when the clocks went > forward a couple of weeks ago? Also, currently there is no time zone > anywhere in the world that is +1030. > > I've just checked my camera and discovered that it said 10:01 when in > fact the time was 9:23. That's one hour for forgetting to put the > clock back, compensated for by it having lost 22 minutes since last > set. If I put a time zone in there, rather than an exact offset, I'd > be restricting the functionality. I see the dilemma. I was originally thinking that a format of [[CC]YY]MMDDhhmm[.SS]] would be more practical, or maybe even [[[[[CC]YY]MM]DD]hh]mm[.SS]], but as this is a time delta, perhaps anything more than what you already have is a mistake (an hour is always 60 minutes (well!), but sometimes a day isn't 24 hours). So after wrestling with the thought for a while, I figured a number of seconds would be the least ambiguous. It's fairly easy to change "touch -A 003800" to "touch -A $((38 * 60))", so maybe a number of seconds is not much more difficult to write? > >> +.Pp > >> +When used in conjunction with the > >> +.Fl a > >> +flag only, the modification time is adjusted by the time specified as > >> +argument to the > >> +.Fl A > >> +flag, while the access time is modified from the base time described > >> +above. > > > > Wow. So -A changes both times in addition to the > > access-only time change. This is really unintuitive > > to me. I'd expect ``-A 000001 -a' to adjust the access > > time only (as -a previously meant). I wouldn't expect > > the modification time to be bumped by a second and the > > access time to be set to one second in the future. > > > > But again, I don't know why you'd want to do this... > > I can't see any earthly reason to use -m or -a in conjunction with -A. > I was simply documenting what would happen. But see below. > > >> +.Pp > >> +If the file does not exist, and creation is allowed, > >> +.Fl A > >> +does not change its time stamps. > > > > So if I ``touch -A 000001 something'' where ``something'' > > doesn't already exist, the file is created and the time > > is left at now? That's also confusing. > > What would you set it to? I was thinking of prohibiting the use of -c > altogether, since it doesn't make sense. What do you think? > > >> - aflag = cflag = fflag = mflag = timeset = 0; > >> + myname = argv[0]; > > > > myname should be set to the base name, not the full argv[0]. > > OK. Will change. > > > I personally think this option is a mistake. I would > > think that something like this would be better: > > > > [-A adjust] - adjust the updated time(s) by the given > > ``adjust'' number of seconds. > > Then you're asking people to calculate the number of seconds. Why? I > suppose you could add a second format. I was sorely tempted to write > HH:MM:SS, but that doesn't match the format for the -t option, which > is enshrined in POSIX.1. As above, it just seems more correct.... > > I would imagine this to be useful in (say) a test script that wanted > > to set up a bunch of files with time stamps set to specific relative > > values. > > Yes, agreed. > > > But I'm clearly missing the point here...? > > Is it clearer now? > > After thinking about this, it's clear that the interaction between -A > on the one hand and -a and -m on the other is confusing. I'll change > it so that only the specified time stamps are changed under these > circumstances. I think that'd be better - the -c and -a semantics then stay the same. Also, allowing -c with -A is useful for test scripts, so probably shouldn't be disallowed. > Greg > -- > See complete headers for address and phone numbers. -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:27:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51C5016A406; Tue, 10 Apr 2007 17:27:31 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2AD6513C455; Tue, 10 Apr 2007 17:27:31 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AHRVfq085875; Tue, 10 Apr 2007 17:27:31 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AHRUbU085865; Tue, 10 Apr 2007 17:27:30 GMT (envelope-from ahze) Message-Id: <200704101727.l3AHRUbU085865@repoman.freebsd.org> From: Michael Johnson Date: Tue, 10 Apr 2007 17:27: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/accessibility/orca 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, 10 Apr 2007 17:27:31 -0000 ahze 2007-04-10 17:27:30 UTC FreeBSD ports repository Modified files: accessibility/orca Makefile distinfo pkg-plist Log: Update to 2.18.1 Revision Changes Path 1.6 +1 -2 ports/accessibility/orca/Makefile 1.4 +3 -3 ports/accessibility/orca/distinfo 1.4 +1 -0 ports/accessibility/orca/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:28:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A58016A403; Tue, 10 Apr 2007 17:28:22 +0000 (UTC) (envelope-from brian@Awfulhak.org) Received: from storm.uk.FreeBSD.org (storm.uk.FreeBSD.org [194.242.157.42]) by mx1.freebsd.org (Postfix) with ESMTP id E8BCA13C458; Tue, 10 Apr 2007 17:28:21 +0000 (UTC) (envelope-from brian@Awfulhak.org) Received: from store.lan.Awfulhak.org (store.lan.Awfulhak.org [172.16.0.35]) by storm.uk.FreeBSD.org (8.13.8/8.13.8) with ESMTP id l3AHSJRq020313; Tue, 10 Apr 2007 18:28:20 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from store.lan.Awfulhak.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 5D36D1957C93; Tue, 10 Apr 2007 17:28:26 +0000 (GMT) Received: from gw.Awfulhak.org (gw.lan.Awfulhak.org [172.16.0.1]) by store.lan.Awfulhak.org (Postfix) with ESMTP id 4240C1957C74; Tue, 10 Apr 2007 17:28:18 +0000 (GMT) Received: from conflict.ca.sophos.com (brian@localhost [127.0.0.1]) by gw.Awfulhak.org (8.13.8/8.13.8) with ESMTP id l3AHS5KQ011389; Tue, 10 Apr 2007 10:28:05 -0700 (PDT) (envelope-from brian@Awfulhak.org) Date: Tue, 10 Apr 2007 10:28:04 -0700 From: Brian Somers To: Ceri Davies Message-ID: <20070410102804.7266fc26@conflict.ca.sophos.com> In-Reply-To: <20070410085108.GO90410@submonkey.net> References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <20070410085108.GO90410@submonkey.net> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED,SPF_HELO_PASS, SPF_PASS autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on gw.lan.Awfulhak.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 10 Apr 2007 17:28:22 -0000 On Tue, 10 Apr 2007 09:51:08 +0100 Ceri Davies wrote: > On Tue, Apr 10, 2007 at 04:03:35AM +0000, Xin LI wrote: > > delphij 2007-04-10 04:03:35 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/truss Makefile amd64-fbsd.c extern.h > > i386-fbsd.c i386-linux.c ia64-fbsd.c > > main.c powerpc-fbsd.c setup.c > > sparc64-fbsd.c syscall.h syscalls.c > > truss.1 truss.h > > Log: > > Make use of ptrace(2) instead of procfs in truss(1), eliminating > > yet another need of an available /proc/ mount. > > > > Tested with: make universe > > Submitted by: howardsu > > Reviewed by: alfred > > Superb, thank you all. +1! -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:32:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 193D216A405 for ; Tue, 10 Apr 2007 17:32:22 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 852C213C448 for ; Tue, 10 Apr 2007 17:32:21 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (r3b159.net.upc.cz [213.220.193.159]) (authenticated bits=0) by raven.customer.vol.cz (8.13.6/8.13.6) with ESMTP id l3AHW7EQ039090 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 10 Apr 2007 19:32:09 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Xin LI In-Reply-To: <200704100403.l3A43ZnL057659@repoman.freebsd.org> References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xPcLDeh7PpXj33sUnqWl" Date: Tue, 10 Apr 2007 19:32:07 +0200 Message-Id: <1176226327.27233.0.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port X-Spam-Score: -2.324 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 213.220.193.159; Sender-helo: [192.168.0.23]; ) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.h 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: Tue, 10 Apr 2007 17:32:22 -0000 --=-xPcLDeh7PpXj33sUnqWl Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Xin LI p=ED=B9e v =FAt 10. 04. 2007 v 04:03 +0000: > delphij 2007-04-10 04:03:35 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.bin/truss Makefile amd64-fbsd.c extern.h=20 > i386-fbsd.c i386-linux.c ia64-fbsd.c=20 > main.c powerpc-fbsd.c setup.c=20 > sparc64-fbsd.c syscall.h syscalls.c=20 > truss.1 truss.h=20 > Log: > Make use of ptrace(2) instead of procfs in truss(1), eliminating > yet another need of an available /proc/ mount. OMFG, if this works, it's like totally awesometastmanic! So... can we now truss threaded apps? --=20 Pav Lucistnik A mouse is a device used to point at the xterm you want to type in. --=-xPcLDeh7PpXj33sUnqWl Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGG8oPntdYP8FOsoIRAjOnAJ42soR1bBnDBch/SPCetzCRalmH3ACgukSv h8PqEP4BDKU19T44pSF1cWQ= =9Tvb -----END PGP SIGNATURE----- --=-xPcLDeh7PpXj33sUnqWl-- From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:37:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E559F16A40D; Tue, 10 Apr 2007 17:37:53 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BD79813C4BB; Tue, 10 Apr 2007 17:37:53 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AHbra8087828; Tue, 10 Apr 2007 17:37:53 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AHbrHm087827; Tue, 10 Apr 2007 17:37:53 GMT (envelope-from emaste) Message-Id: <200704101737.l3AHbrHm087827@repoman.freebsd.org> From: Ed Maste Date: Tue, 10 Apr 2007 17:37:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/gcore elfcore.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 17:37:54 -0000 emaste 2007-04-10 17:37:53 UTC FreeBSD src repository Modified files: usr.bin/gcore elfcore.c Log: Eliminate memory leak from an accidental malloc(). Revision Changes Path 1.19 +0 -1 src/usr.bin/gcore/elfcore.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:40:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC4AA16A401; Tue, 10 Apr 2007 17:40:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D98AD13C484; Tue, 10 Apr 2007 17:40:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AHepV4089045; Tue, 10 Apr 2007 17:40:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AHepPa089044; Tue, 10 Apr 2007 17:40:51 GMT (envelope-from miwi) Message-Id: <200704101740.l3AHepPa089044@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 17:40: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: CVSROOT modules ports MOVED ports/emulators Makefile ports/emulators/kmamerun Makefile distinfo pkg-descr pkg-plist ports/emulators/kmamerun/files patch-configure patch-kmamerun+gamelist.h patch-kmamerun+main.cpp patch-kmamerun+preferences.cpp patch-kmamerun+prefgeneral.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 17:40:52 -0000 miwi 2007-04-10 17:40:51 UTC FreeBSD ports repository Modified files: . modules . MOVED emulators Makefile graphics Makefile japanese Makefile lang Makefile mail Makefile multimedia Makefile net-mgmt Makefile net-p2p Makefile news Makefile palm Makefile russian Makefile science Makefile security Makefile Removed files: emulators/kmamerun Makefile distinfo pkg-descr pkg-plist emulators/kmamerun/files patch-configure patch-kmamerun+gamelist.h patch-kmamerun+main.cpp patch-kmamerun+preferences.cpp patch-kmamerun+prefgeneral.cpp patch-kmamerun+prefgeneral.h patch-kmamerun+prefgeneraldata.cpp patch-kmamerun+prefinputdata.cpp graphics/hobbes-icons-xpm Makefile distinfo pkg-descr pkg-plist japanese/firefox-ja Makefile distinfo pkg-descr pkg-plist japanese/lookup-xemacs Makefile pkg-plist lang/linux-hla Makefile distinfo pkg-descr pkg-plist lang/linux-hla/files pkg-message.in mail/vmailmgr Makefile distinfo pkg-descr pkg-plist mail/vmailmgr/files patch-authenticate:Makefile.in patch-authenticate:authvmailmgr.cc patch-authenticate:checkvpw.cc patch-authenticate:vauthenticate.cc patch-cgi:Makefile.in patch-commands:Makefile.in patch-commands:vcheckquota.cc patch-commands:vchforwards.cc patch-commands:vpasswd2cdb.cc patch-commands:vpasswd2db.cc patch-daemon:Makefile.in patch-lib:courier-authlib:changeuidgid.c patch-lib:fdbuf:fdbuf.h patch-lib:misc:exec.cc patch-lib:misc:keystrlist.cc patch-lib:misc:server.cc patch-lib:misc:strlist.cc patch-lib:mystring:append.cc multimedia/qvamps Makefile distinfo pkg-descr multimedia/qvamps/files patch-Makefile patch-QVamps.pm patch-mainwindow.ui patch-mainwindow.ui.pm patch-qvamps net-mgmt/sting Makefile distinfo pkg-descr pkg-plist net-mgmt/sting/files patch-aa patch-ab patch-ac net-mgmt/tas Makefile distinfo pkg-descr pkg-plist net-p2p/verlihub-plugins Makefile distinfo pkg-descr pkg-plist news/inn-stable Makefile distinfo news/inn-stable/files patch-configure patch-lib_innconf.c patch-site:Makefile palm/malsync Makefile distinfo pkg-descr palm/malsync/files patch-aa russian/elm.language Makefile pkg-descr russian/pine.language Makefile pkg-descr russian/pine.language/files pine.add pkg-deinstall.in pkg-install.in science/py-scipy03 Makefile distinfo pkg-descr science/py-scipy03/files patch-scipy__core_scipy__base_fastumathmodule.c patch-scipy__core_scipy__distutils_system__info.py security/php4-cryptopp Makefile distinfo pkg-descr Log: 2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects an old version of XMAME, please use other frontends instead (like gxmame) 2007-03-28 graphics/hobbes-icons-xpm: Archaic port 2007-04-10 japanese/firefox-ja: Incomplete pkg-plist 2007-04-10 japanese/lookup-xemacs: Does not install 2007-04-10 lang/linux-hla: Does not compile 2007-04-10 mail/vmailmgr: Incomplete pkg-plist 2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install' 2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD 2007-04-10 net-mgmt/tas: Incomplete pkg-plist 2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0 2007-04-10 news/inn-stable: Fails to patch 2007-04-10 palm/malsync: Does not build with new pilot-link 2007-04-10 russian/elm.language: Leaves behind files on deinstall 2007-04-10 russian/pine.language: Leaves behind config file on deinstall 2007-04-01 science/py-scipy03: Replaced by py-scipy 2007-04-10 security/php4-cryptopp: Does not compile Revision Changes Path 1.17835 +0 -16 CVSROOT/modules 1.1346 +17 -1 ports/MOVED 1.225 +0 -1 ports/emulators/Makefile 1.23 +0 -27 ports/emulators/kmamerun/Makefile (dead) 1.7 +0 -3 ports/emulators/kmamerun/distinfo (dead) 1.2 +0 -37 ports/emulators/kmamerun/files/patch-configure (dead) 1.2 +0 -19 ports/emulators/kmamerun/files/patch-kmamerun+gamelist.h (dead) 1.2 +0 -12 ports/emulators/kmamerun/files/patch-kmamerun+main.cpp (dead) 1.2 +0 -23 ports/emulators/kmamerun/files/patch-kmamerun+preferences.cpp (dead) 1.2 +0 -44 ports/emulators/kmamerun/files/patch-kmamerun+prefgeneral.cpp (dead) 1.2 +0 -22 ports/emulators/kmamerun/files/patch-kmamerun+prefgeneral.h (dead) 1.2 +0 -24 ports/emulators/kmamerun/files/patch-kmamerun+prefgeneraldata.cpp (dead) 1.2 +0 -12 ports/emulators/kmamerun/files/patch-kmamerun+prefinputdata.cpp (dead) 1.6 +0 -6 ports/emulators/kmamerun/pkg-descr (dead) 1.6 +0 -35 ports/emulators/kmamerun/pkg-plist (dead) 1.1058 +0 -1 ports/graphics/Makefile 1.21 +0 -40 ports/graphics/hobbes-icons-xpm/Makefile (dead) 1.4 +0 -3 ports/graphics/hobbes-icons-xpm/distinfo (dead) 1.3 +0 -10 ports/graphics/hobbes-icons-xpm/pkg-descr (dead) 1.7 +0 -3420 ports/graphics/hobbes-icons-xpm/pkg-plist (dead) 1.655 +0 -2 ports/japanese/Makefile 1.16 +0 -56 ports/japanese/firefox-ja/Makefile (dead) 1.9 +0 -3 ports/japanese/firefox-ja/distinfo (dead) 1.3 +0 -7 ports/japanese/firefox-ja/pkg-descr (dead) 1.6 +0 -25 ports/japanese/firefox-ja/pkg-plist (dead) 1.22 +0 -19 ports/japanese/lookup-xemacs/Makefile (dead) 1.7 +0 -53 ports/japanese/lookup-xemacs/pkg-plist (dead) 1.554 +0 -1 ports/lang/Makefile 1.4 +0 -46 ports/lang/linux-hla/Makefile (dead) 1.3 +0 -3 ports/lang/linux-hla/distinfo (dead) 1.2 +0 -30 ports/lang/linux-hla/files/pkg-message.in (dead) 1.2 +0 -11 ports/lang/linux-hla/pkg-descr (dead) 1.2 +0 -93 ports/lang/linux-hla/pkg-plist (dead) 1.847 +0 -1 ports/mail/Makefile 1.10 +0 -51 ports/mail/vmailmgr/Makefile (dead) 1.4 +0 -3 ports/mail/vmailmgr/distinfo (dead) 1.2 +0 -11 ports/mail/vmailmgr/files/patch-authenticate:Makefile.in (dead) 1.2 +0 -10 ports/mail/vmailmgr/files/patch-authenticate:authvmailmgr.cc (dead) 1.2 +0 -10 ports/mail/vmailmgr/files/patch-authenticate:checkvpw.cc (dead) 1.2 +0 -10 ports/mail/vmailmgr/files/patch-authenticate:vauthenticate.cc (dead) 1.2 +0 -11 ports/mail/vmailmgr/files/patch-cgi:Makefile.in (dead) 1.2 +0 -11 ports/mail/vmailmgr/files/patch-commands:Makefile.in (dead) 1.2 +0 -17 ports/mail/vmailmgr/files/patch-commands:vcheckquota.cc (dead) 1.2 +0 -12 ports/mail/vmailmgr/files/patch-commands:vchforwards.cc (dead) 1.2 +0 -15 ports/mail/vmailmgr/files/patch-commands:vpasswd2cdb.cc (dead) 1.2 +0 -15 ports/mail/vmailmgr/files/patch-commands:vpasswd2db.cc (dead) 1.2 +0 -11 ports/mail/vmailmgr/files/patch-daemon:Makefile.in (dead) 1.2 +0 -10 ports/mail/vmailmgr/files/patch-lib:courier-authlib:changeuidgid.c (dead) 1.2 +0 -12 ports/mail/vmailmgr/files/patch-lib:fdbuf:fdbuf.h (dead) 1.2 +0 -10 ports/mail/vmailmgr/files/patch-lib:misc:exec.cc (dead) 1.2 +0 -10 ports/mail/vmailmgr/files/patch-lib:misc:keystrlist.cc (dead) 1.2 +0 -10 ports/mail/vmailmgr/files/patch-lib:misc:server.cc (dead) 1.2 +0 -10 ports/mail/vmailmgr/files/patch-lib:misc:strlist.cc (dead) 1.2 +0 -8 ports/mail/vmailmgr/files/patch-lib:mystring:append.cc (dead) 1.2 +0 -6 ports/mail/vmailmgr/pkg-descr (dead) 1.4 +0 -54 ports/mail/vmailmgr/pkg-plist (dead) 1.218 +0 -1 ports/multimedia/Makefile 1.10 +0 -140 ports/multimedia/qvamps/Makefile (dead) 1.2 +0 -3 ports/multimedia/qvamps/distinfo (dead) 1.2 +0 -34 ports/multimedia/qvamps/files/patch-Makefile (dead) 1.3 +0 -71 ports/multimedia/qvamps/files/patch-QVamps.pm (dead) 1.2 +0 -20 ports/multimedia/qvamps/files/patch-mainwindow.ui (dead) 1.2 +0 -11 ports/multimedia/qvamps/files/patch-mainwindow.ui.pm (dead) 1.3 +0 -22 ports/multimedia/qvamps/files/patch-qvamps (dead) 1.2 +0 -24 ports/multimedia/qvamps/pkg-descr (dead) 1.116 +0 -2 ports/net-mgmt/Makefile 1.10 +0 -34 ports/net-mgmt/sting/Makefile (dead) 1.4 +0 -3 ports/net-mgmt/sting/distinfo (dead) 1.3 +0 -19 ports/net-mgmt/sting/files/patch-aa (dead) 1.2 +0 -11 ports/net-mgmt/sting/files/patch-ab (dead) 1.2 +0 -11 ports/net-mgmt/sting/files/patch-ac (dead) 1.3 +0 -10 ports/net-mgmt/sting/pkg-descr (dead) 1.2 +0 -2 ports/net-mgmt/sting/pkg-plist (dead) 1.10 +0 -25 ports/net-mgmt/tas/Makefile (dead) 1.6 +0 -3 ports/net-mgmt/tas/distinfo (dead) 1.5 +0 -23 ports/net-mgmt/tas/pkg-descr (dead) 1.4 +0 -27 ports/net-mgmt/tas/pkg-plist (dead) 1.30 +0 -1 ports/net-p2p/Makefile 1.12 +0 -57 ports/net-p2p/verlihub-plugins/Makefile (dead) 1.3 +0 -3 ports/net-p2p/verlihub-plugins/distinfo (dead) 1.2 +0 -1 ports/net-p2p/verlihub-plugins/pkg-descr (dead) 1.2 +0 -57 ports/net-p2p/verlihub-plugins/pkg-plist (dead) 1.130 +0 -1 ports/news/Makefile 1.118 +0 -30 ports/news/inn-stable/Makefile (dead) 1.56 +0 -3 ports/news/inn-stable/distinfo (dead) 1.5 +0 -53 ports/news/inn-stable/files/patch-configure (dead) 1.2 +0 -11 ports/news/inn-stable/files/patch-lib_innconf.c (dead) 1.2 +0 -96 ports/news/inn-stable/files/patch-site:Makefile (dead) 1.66 +0 -1 ports/palm/Makefile 1.25 +0 -41 ports/palm/malsync/Makefile (dead) 1.10 +0 -3 ports/palm/malsync/distinfo (dead) 1.6 +0 -32 ports/palm/malsync/files/patch-aa (dead) 1.3 +0 -15 ports/palm/malsync/pkg-descr (dead) 1.86 +0 -2 ports/russian/Makefile 1.24 +0 -36 ports/russian/elm.language/Makefile (dead) 1.2 +0 -1 ports/russian/elm.language/pkg-descr (dead) 1.22 +0 -35 ports/russian/pine.language/Makefile (dead) 1.3 +0 -13 ports/russian/pine.language/files/pine.add (dead) 1.2 +0 -12 ports/russian/pine.language/files/pkg-deinstall.in (dead) 1.2 +0 -21 ports/russian/pine.language/files/pkg-install.in (dead) 1.2 +0 -1 ports/russian/pine.language/pkg-descr (dead) 1.113 +0 -1 ports/science/Makefile 1.15 +0 -64 ports/science/py-scipy03/Makefile (dead) 1.5 +0 -3 ports/science/py-scipy03/distinfo (dead) 1.3 +0 -15 ports/science/py-scipy03/files/patch-scipy__core_scipy__base_fastumathmodule.c (dead) 1.3 +0 -16 ports/science/py-scipy03/files/patch-scipy__core_scipy__distutils_system__info.py (dead) 1.3 +0 -9 ports/science/py-scipy03/pkg-descr (dead) 1.876 +0 -1 ports/security/Makefile 1.9 +0 -52 ports/security/php4-cryptopp/Makefile (dead) 1.3 +0 -3 ports/security/php4-cryptopp/distinfo (dead) 1.2 +0 -4 ports/security/php4-cryptopp/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:50:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCC8816A401; Tue, 10 Apr 2007 17:50:30 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 95FCC13C44B; Tue, 10 Apr 2007 17:50:30 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AHoUIY090718; Tue, 10 Apr 2007 17:50:30 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AHoUVw090717; Tue, 10 Apr 2007 17:50:30 GMT (envelope-from marcus) Message-Id: <200704101750.l3AHoUVw090717@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 17:50: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/gnome-themes 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, 10 Apr 2007 17:50:30 -0000 marcus 2007-04-10 17:50:30 UTC FreeBSD ports repository Modified files: x11-themes/gnome-themes Makefile distinfo pkg-plist Log: Update to 2.18.1. Revision Changes Path 1.42 +1 -2 ports/x11-themes/gnome-themes/Makefile 1.30 +3 -3 ports/x11-themes/gnome-themes/distinfo 1.28 +0 -6 ports/x11-themes/gnome-themes/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:53:43 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7367116A421 for ; Tue, 10 Apr 2007 17:53:43 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id F3A8313C45D for ; Tue, 10 Apr 2007 17:53:42 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so2544489muf for ; Tue, 10 Apr 2007 10:53:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kZYJf9wnP5D3VD5pkE1SF9DHJ0LCXnltD5llkwQ0NwIr1aQ8RWsb48+ZgIQLZxjTERqo6NgzKAGWCGBJ6J0BIpf8OEiJbESA4aKkOlsRi/UhpINR2z+9FSydtSrWVwPtfvTwSxGaOhilRpPpMQ4nbynVKKoAguXHoK5AobQx2w8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X2CkzqVIfMlmBcVD2iOhYTZDWOEczjT0Qb5dhcaWxPaox8qw3qPurD97dZcVSoLKhv10LSgtThH0SxHdWd9hfdw8paQQ+cLeFax0Yh8jh44TxxB/FFa/g6usyaeY3ual1Y5gK1+/l7o7VaMfFnpU28i8I0WU3EcOF9Ua1PSKpiA= Received: by 10.82.104.18 with SMTP id b18mr9813471buc.1176227621415; Tue, 10 Apr 2007 10:53:41 -0700 (PDT) Received: by 10.82.106.12 with HTTP; Tue, 10 Apr 2007 10:53:41 -0700 (PDT) Message-ID: <6eb82e0704101053u74f6e254te4979d973403927d@mail.gmail.com> Date: Wed, 11 Apr 2007 01:53:41 +0800 From: "Rong-en Fan" To: "Pawel Jakub Dawidek" In-Reply-To: <200704101649.l3AGnfJ6070717@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704101649.l3AGnfJ6070717@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 17:53:43 -0000 On 4/11/07, Pawel Jakub Dawidek wrote: > pjd 2007-04-10 16:49:41 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/conf GENERIC > sys/i386/conf GENERIC > sys/ia64/conf GENERIC > sys/pc98/conf GENERIC > sys/powerpc/conf GENERIC > sys/sparc64/conf GENERIC > sys/sun4v/conf GENERIC > Log: > Add UFS_GJOURNAL options to the GENERIC kernel. Thank You! Does this imply geom journal is stable enough for production use? BTW, I'm quite happy with geom journal on a 6.x box :-) Regards, Rong-En Fan > Approved by: re (kensmith) > > Revision Changes Path > 1.474 +1 -0 src/sys/amd64/conf/GENERIC > 1.463 +1 -0 src/sys/i386/conf/GENERIC > 1.88 +1 -0 src/sys/ia64/conf/GENERIC > 1.290 +1 -0 src/sys/pc98/conf/GENERIC > 1.67 +1 -0 src/sys/powerpc/conf/GENERIC > 1.121 +1 -0 src/sys/sparc64/conf/GENERIC > 1.10 +1 -0 src/sys/sun4v/conf/GENERIC > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:55:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F3F516A401; Tue, 10 Apr 2007 17:55:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 37B9013C4BA; Tue, 10 Apr 2007 17:55:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AHt79K092129; Tue, 10 Apr 2007 17:55:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AHt74J092128; Tue, 10 Apr 2007 17:55:07 GMT (envelope-from miwi) Message-Id: <200704101755.l3AHt74J092128@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 17: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 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: Tue, 10 Apr 2007 17:55:07 -0000 miwi 2007-04-10 17:55:06 UTC FreeBSD ports repository Modified files: . LEGAL Log: - Remove www/urchin5 is marked for removal. Revision Changes Path 1.533 +1 -3 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Tue Apr 10 17:59:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D00316A406; Tue, 10 Apr 2007 17:59:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7B31F13C489; Tue, 10 Apr 2007 17:59:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AHxD3v092871; Tue, 10 Apr 2007 17:59:13 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AHxDHJ092870; Tue, 10 Apr 2007 17:59:13 GMT (envelope-from miwi) Message-Id: <200704101759.l3AHxDHJ092870@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 17:59: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: CVSROOT modules ports MOVED ports/databases Makefile ports/databases/cyrus-smlacapd Makefile distinfo pkg-descr pkg-plist ports/databases/cyrus-smlacapd/files acapd.conf-sample cyrus_smlacapd_backend.sh.in patch-actest-Makefile.in patch-backend-Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 17:59:13 -0000 miwi 2007-04-10 17:59:13 UTC FreeBSD ports repository Modified files: . modules . MOVED databases Makefile sysutils Makefile textproc Makefile ukrainian Makefile www Makefile Removed files: databases/cyrus-smlacapd Makefile distinfo pkg-descr pkg-plist databases/cyrus-smlacapd/files acapd.conf-sample cyrus_smlacapd_backend.sh.in patch-actest-Makefile.in patch-backend-Makefile.in patch-configure patch-frontend-Makefile.in pkg-message.in sysutils/tct Makefile distinfo pkg-descr pkg-plist sysutils/tct/files patch-extras_entropy_makedefs patch-extras_findkey_makedefs patch-src_aux_makedefs patch-src_file_makedefs patch-src_fstools_fs__tools.h patch-src_fstools_makedefs patch-src_lastcomm_makedefs patch-src_lastcomm_sys__defs.h patch-src_major__minor_makedefs patch-src_misc_makedefs patch-src_pcat_makedefs patch-src_pcat_pcat.c textproc/ocaml-yaxi Makefile distinfo pkg-descr pkg-install textproc/ocaml-yaxi/files patch-Makefile patch-src_Makefile ukrainian/pine.language Makefile pkg-descr ukrainian/pine.language/files pine.add pkg-deinstall.in pkg-install.in www/mod_zap Makefile distinfo pkg-descr pkg-plist www/sahana2 Makefile distinfo pkg-descr pkg-plist www/sahana2/files pkg-message.in www/urchin5 Makefile distinfo pkg-deinstall pkg-descr pkg-plist www/urchin5/files install.sh Log: 2007-04-06 sysutils/tct: this port is obsolete, please use sysutils/sleuthkit instead 2007-04-10 textproc/ocaml-yaxi: Does not build 2007-04-10 ukrainian/pine.language: Leaves behind config file on deinstall 2007-04-10 www/mod_zap: Incomplete pkg-plist 2007-04-10 www/sahana2: Conflicting dependencies: php4 vs php5 2007-04-10 www/urchin5: Does not install 2007-04-07 databases/cyrus-smlacapd: this software is obsolete Revision Changes Path 1.17836 +0 -7 CVSROOT/modules 1.1347 +8 -1 ports/MOVED 1.602 +0 -1 ports/databases/Makefile 1.5 +0 -65 ports/databases/cyrus-smlacapd/Makefile (dead) 1.3 +0 -3 ports/databases/cyrus-smlacapd/distinfo (dead) 1.2 +0 -2 ports/databases/cyrus-smlacapd/files/acapd.conf-sample (dead) 1.4 +0 -55 ports/databases/cyrus-smlacapd/files/cyrus_smlacapd_backend.sh.in (dead) 1.3 +0 -22 ports/databases/cyrus-smlacapd/files/patch-actest-Makefile.in (dead) 1.3 +0 -12 ports/databases/cyrus-smlacapd/files/patch-backend-Makefile.in (dead) 1.2 +0 -40 ports/databases/cyrus-smlacapd/files/patch-configure (dead) 1.3 +0 -22 ports/databases/cyrus-smlacapd/files/patch-frontend-Makefile.in (dead) 1.2 +0 -15 ports/databases/cyrus-smlacapd/files/pkg-message.in (dead) 1.2 +0 -5 ports/databases/cyrus-smlacapd/pkg-descr (dead) 1.3 +0 -41 ports/databases/cyrus-smlacapd/pkg-plist (dead) 1.906 +0 -1 ports/sysutils/Makefile 1.15 +0 -94 ports/sysutils/tct/Makefile (dead) 1.7 +0 -3 ports/sysutils/tct/distinfo (dead) 1.2 +0 -16 ports/sysutils/tct/files/patch-extras_entropy_makedefs (dead) 1.2 +0 -16 ports/sysutils/tct/files/patch-extras_findkey_makedefs (dead) 1.2 +0 -16 ports/sysutils/tct/files/patch-src_aux_makedefs (dead) 1.2 +0 -16 ports/sysutils/tct/files/patch-src_file_makedefs (dead) 1.2 +0 -14 ports/sysutils/tct/files/patch-src_fstools_fs__tools.h (dead) 1.2 +0 -16 ports/sysutils/tct/files/patch-src_fstools_makedefs (dead) 1.2 +0 -16 ports/sysutils/tct/files/patch-src_lastcomm_makedefs (dead) 1.2 +0 -14 ports/sysutils/tct/files/patch-src_lastcomm_sys__defs.h (dead) 1.2 +0 -16 ports/sysutils/tct/files/patch-src_major__minor_makedefs (dead) 1.2 +0 -16 ports/sysutils/tct/files/patch-src_misc_makedefs (dead) 1.2 +0 -18 ports/sysutils/tct/files/patch-src_pcat_makedefs (dead) 1.2 +0 -14 ports/sysutils/tct/files/patch-src_pcat_pcat.c (dead) 1.3 +0 -9 ports/sysutils/tct/pkg-descr (dead) 1.6 +0 -85 ports/sysutils/tct/pkg-plist (dead) 1.1133 +0 -1 ports/textproc/Makefile 1.11 +0 -53 ports/textproc/ocaml-yaxi/Makefile (dead) 1.4 +0 -3 ports/textproc/ocaml-yaxi/distinfo (dead) 1.3 +0 -23 ports/textproc/ocaml-yaxi/files/patch-Makefile (dead) 1.2 +0 -11 ports/textproc/ocaml-yaxi/files/patch-src_Makefile (dead) 1.3 +0 -3 ports/textproc/ocaml-yaxi/pkg-descr (dead) 1.2 +0 -9 ports/textproc/ocaml-yaxi/pkg-install (dead) 1.18 +0 -1 ports/ukrainian/Makefile 1.9 +0 -35 ports/ukrainian/pine.language/Makefile (dead) 1.2 +0 -14 ports/ukrainian/pine.language/files/pine.add (dead) 1.2 +0 -12 ports/ukrainian/pine.language/files/pkg-deinstall.in (dead) 1.2 +0 -23 ports/ukrainian/pine.language/files/pkg-install.in (dead) 1.2 +0 -1 ports/ukrainian/pine.language/pkg-descr (dead) 1.1782 +0 -3 ports/www/Makefile 1.21 +0 -35 ports/www/mod_zap/Makefile (dead) 1.11 +0 -3 ports/www/mod_zap/distinfo (dead) 1.3 +0 -7 ports/www/mod_zap/pkg-descr (dead) 1.5 +0 -20 ports/www/mod_zap/pkg-plist (dead) 1.4 +0 -84 ports/www/sahana2/Makefile (dead) 1.2 +0 -3 ports/www/sahana2/distinfo (dead) 1.2 +0 -9 ports/www/sahana2/files/pkg-message.in (dead) 1.2 +0 -5 ports/www/sahana2/pkg-descr (dead) 1.2 +0 -226 ports/www/sahana2/pkg-plist (dead) 1.12 +0 -65 ports/www/urchin5/Makefile (dead) 1.8 +0 -3 ports/www/urchin5/distinfo (dead) 1.3 +0 -1210 ports/www/urchin5/files/install.sh (dead) 1.2 +0 -13 ports/www/urchin5/pkg-deinstall (dead) 1.3 +0 -12 ports/www/urchin5/pkg-descr (dead) 1.7 +0 -675 ports/www/urchin5/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:09:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C9FC16A400; Tue, 10 Apr 2007 18:09:32 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2648713C459; Tue, 10 Apr 2007 18:09:32 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AI9WWF095638; Tue, 10 Apr 2007 18:09:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AI9WKm095637; Tue, 10 Apr 2007 18:09:32 GMT (envelope-from marcus) Message-Id: <200704101809.l3AI9WKm095637@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 18:09:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/gtkhtml3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 18:09:32 -0000 marcus 2007-04-10 18:09:32 UTC FreeBSD ports repository Modified files: www/gtkhtml3 Makefile distinfo Log: Update to 3.14.1. Revision Changes Path 1.89 +1 -1 ports/www/gtkhtml3/Makefile 1.48 +3 -3 ports/www/gtkhtml3/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:11:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6756916A403; Tue, 10 Apr 2007 18:11:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4142C13C4C2; Tue, 10 Apr 2007 18:11:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AIBfwH096550; Tue, 10 Apr 2007 18:11:41 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AIBfWJ096548; Tue, 10 Apr 2007 18:11:41 GMT (envelope-from lwhsu) Message-Id: <200704101811.l3AIBfWJ096548@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 10 Apr 2007 18:11:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bazaar-ng 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, 10 Apr 2007 18:11:41 -0000 lwhsu 2007-04-10 18:11:40 UTC FreeBSD ports repository Modified files: devel/bazaar-ng Makefile distinfo pkg-plist Log: - Update to 0.15 PR: 111447 Submitted by: Radim Kolar SF.NET Approved by: Ulf Lilleengen (maintainer), clsung (mentor) Revision Changes Path 1.16 +1 -1 ports/devel/bazaar-ng/Makefile 1.13 +3 -3 ports/devel/bazaar-ng/distinfo 1.12 +181 -6 ports/devel/bazaar-ng/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:12:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F57516A402; Tue, 10 Apr 2007 18:12:51 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7980B13C484; Tue, 10 Apr 2007 18:12:51 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AICprx096903; Tue, 10 Apr 2007 18:12:51 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AICpMd096902; Tue, 10 Apr 2007 18:12:51 GMT (envelope-from lwhsu) Message-Id: <200704101812.l3AICpMd096902@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 10 Apr 2007 18:12: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/bzrtools 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, 10 Apr 2007 18:12:51 -0000 lwhsu 2007-04-10 18:12:51 UTC FreeBSD ports repository Modified files: devel/bzrtools Makefile distinfo pkg-plist Log: - Update to 0.15.4 PR: 111448 Submitted by: Radim Kolar SF.NET Approved by: Ulf Lilleengen (maintainer), clsung (mentor) Revision Changes Path 1.11 +1 -2 ports/devel/bzrtools/Makefile 1.10 +3 -3 ports/devel/bzrtools/distinfo 1.9 +3 -0 ports/devel/bzrtools/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:20:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C3B616A400; Tue, 10 Apr 2007 18:20:01 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D8A1C13C458; Tue, 10 Apr 2007 18:20:00 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AIK0X9097391; Tue, 10 Apr 2007 18:20:00 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AIK0kN097390; Tue, 10 Apr 2007 18:20:00 GMT (envelope-from lwhsu) Message-Id: <200704101820.l3AIK0kN097390@repoman.freebsd.org> From: Li-Wen Hsu Date: Tue, 10 Apr 2007 18:20:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bzr-gtk 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, 10 Apr 2007 18:20:01 -0000 lwhsu 2007-04-10 18:20:00 UTC FreeBSD ports repository Modified files: devel/bzr-gtk Makefile distinfo pkg-plist Log: - Update to 0.15.2 [1] - Some portlint(1) fix PR: 111449 [1] Submitted by: Radim Kolar SF.NET (maintainer) [1] Approved by: clsung (mentor) Revision Changes Path 1.3 +4 -5 ports/devel/bzr-gtk/Makefile 1.2 +3 -3 ports/devel/bzr-gtk/distinfo 1.2 +65 -65 ports/devel/bzr-gtk/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:23:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3385E16A404; Tue, 10 Apr 2007 18:23:50 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 22F6A13C45E; Tue, 10 Apr 2007 18:23:50 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AINoUf098666; Tue, 10 Apr 2007 18:23:50 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AINnvV098664; Tue, 10 Apr 2007 18:23:49 GMT (envelope-from se) Message-Id: <200704101823.l3AINnvV098664@repoman.freebsd.org> From: Stefan Esser Date: Tue, 10 Apr 2007 18:23: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/multimedia/dvbcut Makefile ports/multimedia/dvbcut/files patch-ChangeLog patch-SConscript patch-SConstruct patch-buffer.cpp patch-buffer.h patch-defines.h patch-dvbcut.cpp patch-dvbcut.h patch-index.cpp patch-index.h patch-mpegmuxer.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 18:23:50 -0000 se 2007-04-10 18:23:49 UTC FreeBSD ports repository Modified files: multimedia/dvbcut Makefile multimedia/dvbcut/files patch-SConstruct patch-defines.h patch-index.h Added files: multimedia/dvbcut/files patch-ChangeLog patch-SConscript patch-buffer.cpp patch-buffer.h patch-dvbcut.cpp patch-dvbcut.h patch-index.cpp patch-mpegmuxer.cpp patch-mpgfile.cpp patch-mpgfile.h patch-port.h patch-psfile.cpp patch-settings.cpp patch-settings.h patch-stream.h patch-streamdata.cpp patch-streamdata.h patch-streamhandle.h patch-tsfile.cpp patch-types.h Log: Update the port to the latest available sources from SVN (r25) as suggested by Rick C. Petty. This is achieved by patches that update all the affected files (ignoring the "import" sub-directory, which is not used for the port) to match the versions in SVN. These patches do also include a fix for the Scons incompatibility that caused the port to be broken for some time. Thanks go to Rick C. Petty for bringing the SVN version to my attention and his effort to get the port fixed. Revision Changes Path 1.4 +1 -2 ports/multimedia/dvbcut/Makefile 1.1 +73 -0 ports/multimedia/dvbcut/files/patch-ChangeLog (new) 1.1 +17 -0 ports/multimedia/dvbcut/files/patch-SConscript (new) 1.2 +32 -0 ports/multimedia/dvbcut/files/patch-SConstruct 1.1 +105 -0 ports/multimedia/dvbcut/files/patch-buffer.cpp (new) 1.1 +48 -0 ports/multimedia/dvbcut/files/patch-buffer.h (new) 1.2 +11 -4 ports/multimedia/dvbcut/files/patch-defines.h 1.1 +387 -0 ports/multimedia/dvbcut/files/patch-dvbcut.cpp (new) 1.1 +20 -0 ports/multimedia/dvbcut/files/patch-dvbcut.h (new) 1.1 +261 -0 ports/multimedia/dvbcut/files/patch-index.cpp (new) 1.2 +31 -0 ports/multimedia/dvbcut/files/patch-index.h 1.1 +77 -0 ports/multimedia/dvbcut/files/patch-mpegmuxer.cpp (new) 1.1 +199 -0 ports/multimedia/dvbcut/files/patch-mpgfile.cpp (new) 1.1 +27 -0 ports/multimedia/dvbcut/files/patch-mpgfile.h (new) 1.1 +30 -0 ports/multimedia/dvbcut/files/patch-port.h (new) 1.1 +22 -0 ports/multimedia/dvbcut/files/patch-psfile.cpp (new) 1.1 +116 -0 ports/multimedia/dvbcut/files/patch-settings.cpp (new) 1.1 +65 -0 ports/multimedia/dvbcut/files/patch-settings.h (new) 1.1 +11 -0 ports/multimedia/dvbcut/files/patch-stream.h (new) 1.1 +96 -0 ports/multimedia/dvbcut/files/patch-streamdata.cpp (new) 1.1 +32 -0 ports/multimedia/dvbcut/files/patch-streamdata.h (new) 1.1 +21 -0 ports/multimedia/dvbcut/files/patch-streamhandle.h (new) 1.1 +62 -0 ports/multimedia/dvbcut/files/patch-tsfile.cpp (new) 1.1 +35 -0 ports/multimedia/dvbcut/files/patch-types.h (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:29:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 186C016A403; Tue, 10 Apr 2007 18:29:40 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E6DBE13C457; Tue, 10 Apr 2007 18:29:39 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AITdmx099069; Tue, 10 Apr 2007 18:29:39 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AITdkk099068; Tue, 10 Apr 2007 18:29:39 GMT (envelope-from bsam) Message-Id: <200704101829.l3AITdkk099068@repoman.freebsd.org> From: Boris Samorodov Date: Tue, 10 Apr 2007 18:29: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/emulators/linux_base-fc6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 18:29:40 -0000 bsam 2007-04-10 18:29:39 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc6 Makefile Log: Get rid of annoying message when do a "make index" at the system without linuxolator started: ----- sysctl: unknown oid 'compat.linux.osrelease' ----- Reported by: netchild, rafan, chinsan Suggested by: rafan Revision Changes Path 1.27 +1 -1 ports/emulators/linux_base-fc6/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:37:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9715D16A408; Tue, 10 Apr 2007 18:37:58 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8622913C44C; Tue, 10 Apr 2007 18:37:58 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AIbh4w000769; Tue, 10 Apr 2007 18:37:43 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AIbhv7000768; Tue, 10 Apr 2007 18:37:43 GMT (envelope-from marcus) Message-Id: <200704101837.l3AIbhv7000768@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 18:37:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/evolution-data-server Makefile distinfo ports/databases/evolution-data-server/files patch-calendar_libical_configure patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 18:37:58 -0000 marcus 2007-04-10 18:37:43 UTC FreeBSD ports repository Modified files: databases/evolution-data-server Makefile distinfo databases/evolution-data-server/files patch-configure Removed files: databases/evolution-data-server/files patch-calendar_libical_configure Log: Update to 1.10.1. Revision Changes Path 1.32 +1 -1 ports/databases/evolution-data-server/Makefile 1.19 +3 -3 ports/databases/evolution-data-server/distinfo 1.2 +0 -11 ports/databases/evolution-data-server/files/patch-calendar_libical_configure (dead) 1.5 +11 -11 ports/databases/evolution-data-server/files/patch-configure From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:54:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6473A16A405; Tue, 10 Apr 2007 18:54:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 56B6813C4BF; Tue, 10 Apr 2007 18:54:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AIsNDn003542; Tue, 10 Apr 2007 18:54:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AIsNfT003541; Tue, 10 Apr 2007 18:54:23 GMT (envelope-from miwi) Message-Id: <200704101854.l3AIsNfT003541@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 18:54: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/graphics Makefile ports/graphics/animorph Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 18:54:23 -0000 miwi 2007-04-10 18:54:22 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/animorph Makefile distinfo pkg-descr pkg-plist Log: Animorph is a morphing engine responsible for calculating and then executing all the real time changes to the MakeHuman basemesh, as required by the user's morph target selections and those target's value settings. Naturally, it also loads and saves character body setting (.bs) files. WWW: http://www.dedalo-3d.com/index.php PR: ports/111075 Submitted by: Dmitry Marakasov Revision Changes Path 1.1059 +1 -0 ports/graphics/Makefile 1.1 +32 -0 ports/graphics/animorph/Makefile (new) 1.1 +3 -0 ports/graphics/animorph/distinfo (new) 1.1 +7 -0 ports/graphics/animorph/pkg-descr (new) 1.1 +40 -0 ports/graphics/animorph/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:54:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 712AD16A408; Tue, 10 Apr 2007 18:54:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 46BC713C4C1; Tue, 10 Apr 2007 18:54:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AIsoc9003676; Tue, 10 Apr 2007 18:54:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AIsoxt003675; Tue, 10 Apr 2007 18:54:50 GMT (envelope-from miwi) Message-Id: <200704101854.l3AIsoxt003675@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 18:54: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: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 18:54:50 -0000 miwi 2007-04-10 18:54:50 UTC FreeBSD ports repository Modified files: . modules Log: animorph --> ports/graphics/animorph Revision Changes Path 1.17837 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:55:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45B1C16A40A; Tue, 10 Apr 2007 18:55:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 37E2013C46E; Tue, 10 Apr 2007 18:55:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AItIW1003927; Tue, 10 Apr 2007 18:55:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AItI6E003926; Tue, 10 Apr 2007 18:55:18 GMT (envelope-from miwi) Message-Id: <200704101855.l3AItI6E003926@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 18: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/graphics Makefile ports/graphics/mhgui Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 18:55:18 -0000 miwi 2007-04-10 18:55:18 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/mhgui Makefile distinfo pkg-descr pkg-plist Log: MHGUI is the GUI widget library used in the C++ version of MakeHuman. The main idea is to have a small and easy toolkit with a set of special widgets. Some of this widgets are very special and not available in other toolkits. WWW: http://www.dedalo-3d.com/index.php PR: ports/111078 Submitted by: Dmitry Marakasov Revision Changes Path 1.1060 +1 -0 ports/graphics/Makefile 1.1 +37 -0 ports/graphics/mhgui/Makefile (new) 1.1 +3 -0 ports/graphics/mhgui/distinfo (new) 1.1 +6 -0 ports/graphics/mhgui/pkg-descr (new) 1.1 +35 -0 ports/graphics/mhgui/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:55:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE60E16A402; Tue, 10 Apr 2007 18:55:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B989C13C448; Tue, 10 Apr 2007 18:55:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AItkkE003973; Tue, 10 Apr 2007 18:55:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AItkrL003972; Tue, 10 Apr 2007 18:55:46 GMT (envelope-from miwi) Message-Id: <200704101855.l3AItkrL003972@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 18:55: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: Tue, 10 Apr 2007 18:55:47 -0000 miwi 2007-04-10 18:55:46 UTC FreeBSD ports repository Modified files: . modules Log: mhgui --> ports/graphics/mhgui Revision Changes Path 1.17838 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:57:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71AEF16A401; Tue, 10 Apr 2007 18:57:25 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4C49413C4C7; Tue, 10 Apr 2007 18:57:25 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AIvPnX004049; Tue, 10 Apr 2007 18:57:25 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AIvPbu004048; Tue, 10 Apr 2007 18:57:25 GMT (envelope-from piso) Message-Id: <200704101857.l3AIvPbu004048@repoman.freebsd.org> From: Paolo Pisati Date: Tue, 10 Apr 2007 18:57:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet/libalias alias_db.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 18:57:25 -0000 piso 2007-04-10 18:57:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet/libalias alias_db.c Log: MFC: Silence Coverity about an unused variable. Found with: Coverity Prevent(tm) CID: 538 Revision Changes Path 1.67.2.1 +1 -1 src/sys/netinet/libalias/alias_db.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 18:59:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9767216A404; Tue, 10 Apr 2007 18:59:20 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 71D9213C4C1; Tue, 10 Apr 2007 18:59:20 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AIxKl2004163; Tue, 10 Apr 2007 18:59:20 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AIxKCB004162; Tue, 10 Apr 2007 18:59:20 GMT (envelope-from piso) Message-Id: <200704101859.l3AIxKCB004162@repoman.freebsd.org> From: Paolo Pisati Date: Tue, 10 Apr 2007 18:59:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet/libalias alias_skinny.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 18:59:20 -0000 piso 2007-04-10 18:59:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet/libalias alias_skinny.c Log: MFC: Prevent the usage of an uninitialized variable: do not accept StartMediaTx message before an OpnRcvChnAck message was received. Found with: Coverity Prevent(tm) CID: 498 Revision Changes Path 1.12.2.1 +11 -0 src/sys/netinet/libalias/alias_skinny.c From owner-cvs-all@FreeBSD.ORG Tue Apr 10 19:32:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3312616A403; Tue, 10 Apr 2007 19:32:36 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0CEE313C459; Tue, 10 Apr 2007 19:32:36 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AJWZM8011793; Tue, 10 Apr 2007 19:32:35 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AJWZT3011792; Tue, 10 Apr 2007 19:32:35 GMT (envelope-from stas) Message-Id: <200704101932.l3AJWZT3011792@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 10 Apr 2007 19:32: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 GIDs UIDs ports/net-mgmt/flow-tools Makefile ports/net-mgmt/flow-tools/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 19:32:36 -0000 stas 2007-04-10 19:32:35 UTC FreeBSD ports repository Modified files: . GIDs UIDs net-mgmt/flow-tools Makefile net-mgmt/flow-tools/files pkg-install.in Log: - Use static gid/uid. Submitted by: kris Revision Changes Path 1.36 +2 -1 ports/GIDs 1.40 +2 -1 ports/UIDs 1.24 +4 -0 ports/net-mgmt/flow-tools/Makefile 1.2 +5 -2 ports/net-mgmt/flow-tools/files/pkg-install.in From owner-cvs-all@FreeBSD.ORG Tue Apr 10 19:33:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C06C116A400; Tue, 10 Apr 2007 19:33:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 99E0613C455; Tue, 10 Apr 2007 19:33:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AJXGqP012136; Tue, 10 Apr 2007 19:33:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AJXGlX012135; Tue, 10 Apr 2007 19:33:16 GMT (envelope-from miwi) Message-Id: <200704101933.l3AJXGlX012135@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 19:33: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/emulators/fuse Makefile ports/emulators/fuse/files patch-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: Tue, 10 Apr 2007 19:33:16 -0000 miwi 2007-04-10 19:33:16 UTC FreeBSD ports repository Modified files: emulators/fuse Makefile Added files: emulators/fuse/files patch-sound.c Log: - Fix build with gcc 4.1 PR: 111030 Submitted by: Alexey Antipovsky (maintainer) Revision Changes Path 1.8 +1 -1 ports/emulators/fuse/Makefile 1.1 +13 -0 ports/emulators/fuse/files/patch-sound.c (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 19:37:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4096816A417; Tue, 10 Apr 2007 19:37:02 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E95FF13C50E; Tue, 10 Apr 2007 19:37:00 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AJb0nq012428; Tue, 10 Apr 2007 19:37:00 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AJb0e4012427; Tue, 10 Apr 2007 19:37:00 GMT (envelope-from barner) Message-Id: <200704101937.l3AJb0e4012427@repoman.freebsd.org> From: Simon Barner Date: Tue, 10 Apr 2007 19:37: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/fetchmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 19:37:02 -0000 barner 2007-04-10 19:37:00 UTC FreeBSD ports repository Modified files: mail/fetchmail Makefile Log: - Make fetchable - Remove home.pages.de master site - Add sunsite mirror PR: ports/111443 Submitted by: Matthias Andree Revision Changes Path 1.182 +6 -3 ports/mail/fetchmail/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 19:45:44 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D52816A484 for ; Tue, 10 Apr 2007 19:45:44 +0000 (UTC) (envelope-from ed.maste@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id D15EE13C468 for ; Tue, 10 Apr 2007 19:45:43 +0000 (UTC) (envelope-from ed.maste@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1816204wxc for ; Tue, 10 Apr 2007 12:45:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B8jFDKT1rn142rqi8sujr4sHXMSeI+UaQVYJxjY+G05Gojcn0/PYglew+NcFwIoiLyzWjnt1TdGYuIc0crg1uIHTaSTaXjWYOI4b/8dTmIJ3EoCV5DIDvbXvxl72TWyyf6QseJU2yh8l3v9r7XRH8rpcpIuXUclJEYGbR66da/k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EiOWwKbD9tLW6KQJYdKOAbOzBB04yCAVaf88hhBz/VfTb0/FkJT6wzuYf6l9tzh449HbOYntimSWDwEUCBeEKNQl26sTRZ0oV3vgV5AlcBCuMIf/vQzTYEzktreO7uwm99HR7Prkg2lzSTrs+zugahsCSZmTRiIJzefZTPPMG1U= Received: by 10.78.183.15 with SMTP id g15mr1134696huf.1176232620316; Tue, 10 Apr 2007 12:17:00 -0700 (PDT) Received: by 10.78.188.7 with HTTP; Tue, 10 Apr 2007 12:17:00 -0700 (PDT) Message-ID: <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> Date: Tue, 10 Apr 2007 15:17:00 -0400 From: "Ed Maste" To: "Xin LI" In-Reply-To: <200704100403.l3A43ZnL057659@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 10 Apr 2007 19:45:44 -0000 On 10/04/07, Xin LI wrote: > Make use of ptrace(2) instead of procfs in truss(1), eliminating > yet another need of an available /proc/ mount. I've started to do the same thing to gcore(1), in order to make it work properly with threaded applications. I've removed its dependency on /proc/pid/mem, /proc/pid/regs, and /proc/pid/fpregs. However, it still relies on /proc/pid/status and /proc/pid/map which are not directly available via ptrace(2). This would make the -s option to gcore redundant (since the process will be stopped after attaching anyway). I don't know how useful a core from a non-stopped process is, anyhow. -ed From owner-cvs-all@FreeBSD.ORG Tue Apr 10 19:51:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A42B916A407; Tue, 10 Apr 2007 19:51:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7E53E13C44C; Tue, 10 Apr 2007 19:51:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AJpvKu014873; Tue, 10 Apr 2007 19:51:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AJpvQG014862; Tue, 10 Apr 2007 19:51:57 GMT (envelope-from marcus) Message-Id: <200704101951.l3AJpvQG014862@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 19:51: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/mail/evolution Makefile distinfo pkg-plist ports/mail/evolution/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: Tue, 10 Apr 2007 19:51:57 -0000 marcus 2007-04-10 19:51:56 UTC FreeBSD ports repository Modified files: mail/evolution Makefile distinfo pkg-plist mail/evolution/files patch-aa Log: Update to 2.18.1. Revision Changes Path 1.138 +1 -2 ports/mail/evolution/Makefile 1.59 +3 -3 ports/mail/evolution/distinfo 1.25 +10 -10 ports/mail/evolution/files/patch-aa 1.65 +100 -2 ports/mail/evolution/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 19:52:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 332EF16A401; Tue, 10 Apr 2007 19:52:44 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA8613C4B7; Tue, 10 Apr 2007 19:52:44 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AJqhwV015159; Tue, 10 Apr 2007 19:52:43 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AJqhYK015158; Tue, 10 Apr 2007 19:52:43 GMT (envelope-from marcus) Message-Id: <200704101952.l3AJqhYK015158@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 19:52: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/mail/evolution Makefile distinfo pkg-plist ports/mail/evolution/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: Tue, 10 Apr 2007 19:52:44 -0000 marcus 2007-04-10 19:52:43 UTC FreeBSD ports repository Modified files: mail/evolution Makefile distinfo pkg-plist mail/evolution/files patch-aa Log: Forced commit to note the previous commit was an update to 2.10.1, not 2.18.1. Revision Changes Path 1.139 +0 -0 ports/mail/evolution/Makefile 1.60 +0 -0 ports/mail/evolution/distinfo 1.26 +0 -0 ports/mail/evolution/files/patch-aa 1.66 +0 -0 ports/mail/evolution/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:03:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B63016A404; Tue, 10 Apr 2007 20:03:43 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 56C4913C45A; Tue, 10 Apr 2007 20:03:43 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AK3hKa017953; Tue, 10 Apr 2007 20:03:43 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AK3hk4017952; Tue, 10 Apr 2007 20:03:43 GMT (envelope-from scottl) Message-Id: <200704102003.l3AK3hk4017952@repoman.freebsd.org> From: Scott Long Date: Tue, 10 Apr 2007 20:03:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.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, 10 Apr 2007 20:03:43 -0000 scottl 2007-04-10 20:03:42 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_sg.c scsi_sg.h Log: A fix for the SG_GET_TIMEOUT function slipped into a previous commit by accident. Remove the text describing the problem as it is no longer relevant. Also give real implementations for the GET and SET ioctls. Revision Changes Path 1.4 +17 -8 src/sys/cam/scsi/scsi_sg.c 1.2 +5 -0 src/sys/cam/scsi/scsi_sg.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:05:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A10F716A402; Tue, 10 Apr 2007 20:05:09 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9AE13C46E; Tue, 10 Apr 2007 20:05:09 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AK59G8018206; Tue, 10 Apr 2007 20:05:09 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AK59uE018205; Tue, 10 Apr 2007 20:05:09 GMT (envelope-from marcus) Message-Id: <200704102005.l3AK59uE018205@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 20:05: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/mail/evolution-exchange Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:05:09 -0000 marcus 2007-04-10 20:05:09 UTC FreeBSD ports repository Modified files: mail/evolution-exchange Makefile distinfo Log: Update to 2.10.1. Revision Changes Path 1.27 +1 -1 ports/mail/evolution-exchange/Makefile 1.18 +3 -3 ports/mail/evolution-exchange/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:10:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1BB216A400 for ; Tue, 10 Apr 2007 20:10:13 +0000 (UTC) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 1903D13C4BF for ; Tue, 10 Apr 2007 20:10:10 +0000 (UTC) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 10 Apr 2007 19:43:30 -0000 Received: from ppp-88-217-26-229.dynamic.mnet-online.de (EHLO dose.local.invalid) [88.217.26.229] by mail.gmx.net (mp038) with SMTP; 10 Apr 2007 21:43:30 +0200 X-Authenticated: #147403 X-Provags-ID: V01U2FsdGVkX18fqjk6qccfbsU4o52LMtgwbTjKreaeiPy9cEci/O XHKoOMD7KMIKe5 Received: by dose.local.invalid (Postfix, from userid 1000) id 0742FC13D; Tue, 10 Apr 2007 21:43:22 +0200 (CEST) Date: Tue, 10 Apr 2007 21:43:22 +0200 From: Simon Barner To: Rong-En Fan Message-ID: <20070410194322.GA3448@dose.local.invalid> References: <200704092004.l39K46Xj002910@repoman.freebsd.org> <20070410135856.GA36142@icarus.home.lan> <20070410141139.GE37796@svm.csie.ntu.edu.tw> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: <20070410141139.GE37796@svm.csie.ntu.edu.tw> User-Agent: Mutt/1.5.12-2006-07-14 X-Y-GMX-Trusted: 0 Cc: cvs-ports@FreeBSD.org, Matthias Andree , Simon Barner , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/fetchmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:10:14 -0000 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > This looks broken, and is being reported by users on freebsd-ports@. > >=20 > > icarus# make fetch > [...] >=20 > I just committed a simple fix :-) Thank you! Sorry about this mess, guys :( I just committed Matthias' patch =66rom the PR and uploaded the distfile to the mirror at leo.org Big pink easter bunny's ears shaped pointy hat: Simon ;-)=20 --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGG+jaCkn+/eutqCoRAgzpAKC0h/w4KCQNcKIxTVsmcOaI5SImyACg5iPG YqvkXcVrQMbGqONjLLsWXAo= =lk64 -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:11:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0A3816A404; Tue, 10 Apr 2007 20:11:18 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8B54613C483; Tue, 10 Apr 2007 20:11:18 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AKBIsa019124; Tue, 10 Apr 2007 20:11:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AKBIsA019123; Tue, 10 Apr 2007 20:11:18 GMT (envelope-from marcus) Message-Id: <200704102011.l3AKBIsA019123@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 20:11: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/net/vino Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:11:18 -0000 marcus 2007-04-10 20:11:18 UTC FreeBSD ports repository Modified files: net/vino Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.19 +1 -2 ports/net/vino/Makefile 1.13 +3 -3 ports/net/vino/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:19:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58DC716A407; Tue, 10 Apr 2007 20:19:43 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 33FA713C469; Tue, 10 Apr 2007 20:19:43 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AKJhS9020047; Tue, 10 Apr 2007 20:19:43 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AKJhvA020046; Tue, 10 Apr 2007 20:19:43 GMT (envelope-from marcus) Message-Id: <200704102019.l3AKJhvA020046@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 20:19:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/yelp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:19:43 -0000 marcus 2007-04-10 20:19:42 UTC FreeBSD ports repository Modified files: x11/yelp Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.56 +1 -1 ports/x11/yelp/Makefile 1.36 +3 -3 ports/x11/yelp/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:24:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABF1D16A400; Tue, 10 Apr 2007 20:24:21 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 86C1613C455; Tue, 10 Apr 2007 20:24:21 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AKOLKZ021395; Tue, 10 Apr 2007 20:24:21 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AKOLrg021394; Tue, 10 Apr 2007 20:24:21 GMT (envelope-from blackend) Message-Id: <200704102024.l3AKOLrg021394@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 10 Apr 2007 20:24:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization 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, 10 Apr 2007 20:24:21 -0000 blackend 2007-04-10 20:24:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: s/Dom0/dom0 Submitted by: Ganbold Revision Changes Path 1.8 +1 -1 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:25:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7227716A401; Tue, 10 Apr 2007 20:25:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4D2D213C4B0; Tue, 10 Apr 2007 20:25:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AKPlcj021495; Tue, 10 Apr 2007 20:25:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AKPlSO021494; Tue, 10 Apr 2007 20:25:47 GMT (envelope-from miwi) Message-Id: <200704102025.l3AKPlSO021494@repoman.freebsd.org> From: Martin Wilke Date: Tue, 10 Apr 2007 20: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: ports/games/mudmagic 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, 10 Apr 2007 20:25:47 -0000 miwi 2007-04-10 20:25:46 UTC FreeBSD ports repository Modified files: games/mudmagic Makefile pkg-plist Log: - Fix plist PR: 111035 Submitted by: trasz (maintainer) Revision Changes Path 1.4 +1 -1 ports/games/mudmagic/Makefile 1.2 +73 -73 ports/games/mudmagic/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:30:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 144C316A403; Tue, 10 Apr 2007 20:30:55 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E349413C4BE; Tue, 10 Apr 2007 20:30:54 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AKUsM8023809; Tue, 10 Apr 2007 20:30:54 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AKUsiI023802; Tue, 10 Apr 2007 20:30:54 GMT (envelope-from marcus) Message-Id: <200704102030.l3AKUsiI023802@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 20:30:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/fast-user-switch-applet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:30:55 -0000 marcus 2007-04-10 20:30:54 UTC FreeBSD ports repository Modified files: x11/fast-user-switch-applet Makefile distinfo Log: Update to 2.18.0. Revision Changes Path 1.20 +1 -1 ports/x11/fast-user-switch-applet/Makefile 1.11 +3 -3 ports/x11/fast-user-switch-applet/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:33:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C175816A407; Tue, 10 Apr 2007 20:33:31 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9C02C13C448; Tue, 10 Apr 2007 20:33:31 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AKXVda030000; Tue, 10 Apr 2007 20:33:31 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AKXVI9029999; Tue, 10 Apr 2007 20:33:31 GMT (envelope-from marius) Message-Id: <200704102033.l3AKXVI9029999@repoman.freebsd.org> From: Marius Strobl Date: Tue, 10 Apr 2007 20:33: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/modules/dpt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:33:31 -0000 marius 2007-04-10 20:33:31 UTC FreeBSD src repository Modified files: sys/modules/dpt Makefile Log: On i386 compile the back-end with EISA support as well as the EISA front-end if the dpt(4) module is built along with a kernel that includes eisa(4) or when compiling it stand-alone (logic based on the corresponding ISA logic in sys/modules/sound/sound/Makefile). As as side-effect this fixes the stand-alone build of the dpt(4) module after dpt.h 1.17, dpt_eisa.c 1.22 and dpt_scsi.c 1.55. Breakage reported by: n_hibma Revision Changes Path 1.2 +23 -3 src/sys/modules/dpt/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:37:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54BCA16A401; Tue, 10 Apr 2007 20:37:48 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2EB7813C43E; Tue, 10 Apr 2007 20:37:48 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AKbmux032154; Tue, 10 Apr 2007 20:37:48 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AKbmWa032153; Tue, 10 Apr 2007 20:37:48 GMT (envelope-from marcus) Message-Id: <200704102037.l3AKbmWa032153@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 10 Apr 2007 20:37: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/gnome-system-monitor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:37:48 -0000 marcus 2007-04-10 20:37:48 UTC FreeBSD ports repository Modified files: sysutils/gnome-system-monitor Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.75 +1 -1 ports/sysutils/gnome-system-monitor/Makefile 1.38 +3 -3 ports/sysutils/gnome-system-monitor/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:40:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CB7C16A403; Tue, 10 Apr 2007 20:40:18 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 27E1113C46C; Tue, 10 Apr 2007 20:40:18 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AKeIP3032342; Tue, 10 Apr 2007 20:40:18 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AKeIab032341; Tue, 10 Apr 2007 20:40:18 GMT (envelope-from acm) Message-Id: <200704102040.l3AKeIab032341@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 10 Apr 2007 20:40:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/guilib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:40:18 -0000 acm 2007-04-10 20:40:17 UTC FreeBSD ports repository Modified files: graphics/guilib Makefile distinfo Log: - Update to 1.2.0 Revision Changes Path 1.23 +6 -3 ports/graphics/guilib/Makefile 1.7 +3 -3 ports/graphics/guilib/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 20:43:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 828D616A401; Tue, 10 Apr 2007 20:43:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5DC2913C457; Tue, 10 Apr 2007 20:43:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AKhO0H033443; Tue, 10 Apr 2007 20:43:24 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AKhO0l033442; Tue, 10 Apr 2007 20:43:24 GMT (envelope-from marius) Message-Id: <200704102043.l3AKhO0l033442@repoman.freebsd.org> From: Marius Strobl Date: Tue, 10 Apr 2007 20:43:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii brgphy.c miidevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 20:43:24 -0000 marius 2007-04-10 20:43:24 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c miidevs Log: Let brgphy(4) attach for the Broadcom BCM5755 ASIC based chipsets as well. Obtained from: OpenBSD MFC after: 1 week Revision Changes Path 1.67 +1 -0 src/sys/dev/mii/brgphy.c 1.42 +1 -0 src/sys/dev/mii/miidevs From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:10:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FC9216A400; Tue, 10 Apr 2007 21:10:44 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC0613C45E; Tue, 10 Apr 2007 21:10:44 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALAiJq046712; Tue, 10 Apr 2007 21:10:44 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALAiKQ046711; Tue, 10 Apr 2007 21:10:44 GMT (envelope-from simon) Message-Id: <200704102110.l3ALAiKQ046711@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 10 Apr 2007 21:10:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 21:10:44 -0000 simon 2007-04-10 21:10:43 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add an extra reference to the old "gnupg -- OpenPGP symmetric encryption vulnerability" entry which explains the problem in a more easy to read way. Submitted by: tobez (sort of) Revision Changes Path 1.1310 +3 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:12:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77A4516A402; Tue, 10 Apr 2007 21:12:41 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5311213C455; Tue, 10 Apr 2007 21:12:41 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALCfEX047616; Tue, 10 Apr 2007 21:12:41 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALCfW6047615; Tue, 10 Apr 2007 21:12:41 GMT (envelope-from johans) Message-Id: <200704102112.l3ALCfW6047615@repoman.freebsd.org> From: Johan van Selst Date: Tue, 10 Apr 2007 21:12: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/www/xshttpd-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 21:12:41 -0000 johans 2007-04-10 21:12:40 UTC FreeBSD ports repository Modified files: www/xshttpd-devel Makefile distinfo Log: Update to 3.5b7 Revision Changes Path 1.26 +1 -1 ports/www/xshttpd-devel/Makefile 1.22 +3 -3 ports/www/xshttpd-devel/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:37:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07E8016A401; Tue, 10 Apr 2007 21:37:38 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B772313C4B9; Tue, 10 Apr 2007 21:37:37 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALbbZI052110; Tue, 10 Apr 2007 21:37:37 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALbbdW052109; Tue, 10 Apr 2007 21:37:37 GMT (envelope-from scottl) Message-Id: <200704102137.l3ALbbdW052109@repoman.freebsd.org> From: Scott Long Date: Tue, 10 Apr 2007 21:37: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/compat/linux linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 21:37:38 -0000 scottl 2007-04-10 21:37:37 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ioctl.h Log: Whitespace fixes Revision Changes Path 1.26 +27 -27 src/sys/compat/linux/linux_ioctl.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:40:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBD6616A403; Tue, 10 Apr 2007 21:40:13 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BD1AD13C46C; Tue, 10 Apr 2007 21:40:13 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALeD9P052450; Tue, 10 Apr 2007 21:40:13 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALeDVY052449; Tue, 10 Apr 2007 21:40:13 GMT (envelope-from pjd) Message-Id: <200704102140.l3ALeDVY052449@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 21:40: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/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 21:40:13 -0000 pjd 2007-04-10 21:40:13 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC sys/sun4v/conf GENERIC Log: Remove trailing '.' for consistency! Revision Changes Path 1.475 +1 -1 src/sys/amd64/conf/GENERIC 1.464 +1 -1 src/sys/i386/conf/GENERIC 1.89 +1 -1 src/sys/ia64/conf/GENERIC 1.291 +1 -1 src/sys/pc98/conf/GENERIC 1.68 +1 -1 src/sys/powerpc/conf/GENERIC 1.122 +1 -1 src/sys/sparc64/conf/GENERIC 1.11 +1 -1 src/sys/sun4v/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:40:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 115B316A400; Tue, 10 Apr 2007 21:40:25 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DF72413C45A; Tue, 10 Apr 2007 21:40:24 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALeO1a052506; Tue, 10 Apr 2007 21:40:24 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALeOXj052505; Tue, 10 Apr 2007 21:40:24 GMT (envelope-from mnag) Message-Id: <200704102140.l3ALeOXj052505@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 10 Apr 2007 21:40: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/databases/sqlite3 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, 10 Apr 2007 21:40:25 -0000 mnag 2007-04-10 21:40:24 UTC FreeBSD ports repository Modified files: databases/sqlite3 Makefile distinfo pkg-plist Log: - Update to 3.3.15 - Install example.tcl only if WITH_TCLWRAPPER are set [1] Submitted by: bland [1] Revision Changes Path 1.26 +3 -3 ports/databases/sqlite3/Makefile 1.18 +3 -3 ports/databases/sqlite3/distinfo 1.10 +2 -2 ports/databases/sqlite3/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:42:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAE2B16A401; Tue, 10 Apr 2007 21:42:12 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DBE5013C480; Tue, 10 Apr 2007 21:42:12 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALgCN5053529; Tue, 10 Apr 2007 21:42:12 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALgCYt053528; Tue, 10 Apr 2007 21:42:12 GMT (envelope-from wkoszek) Message-Id: <200704102142.l3ALgCYt053528@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Tue, 10 Apr 2007 21:42: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/compat/opensolaris/kern opensolaris_string.c src/sys/compat/opensolaris/sys string.h src/sys/libkern index.c rindex.c src/sys/sys libkern.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, 10 Apr 2007 21:42:13 -0000 wkoszek 2007-04-10 21:42:12 UTC FreeBSD src repository Modified files: sys/compat/opensolaris/kern opensolaris_string.c sys/compat/opensolaris/sys string.h sys/libkern index.c rindex.c sys/sys libkern.h Log: strchr() and strrchr() are already present in the kernel, but with less popular names. Hence: - comment current index() and rindex() functions, as these serve the same functionality as, respectively, strchr() and strrchr() from userland; - add inlined version of strchr() and strrchr(), as we tend to use them more often; - remove str[r]chr() definitions from ZFS code; Reviewed by: pjd Approved by: cognet (mentor) Revision Changes Path 1.2 +0 -31 src/sys/compat/opensolaris/kern/opensolaris_string.c 1.2 +3 -3 src/sys/compat/opensolaris/sys/string.h 1.10 +4 -0 src/sys/libkern/index.c 1.12 +4 -0 src/sys/libkern/rindex.c 1.56 +12 -0 src/sys/sys/libkern.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:44:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 146AF16A407; Tue, 10 Apr 2007 21:44:18 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 06AB813C484; Tue, 10 Apr 2007 21:44:18 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALiHPL054031; Tue, 10 Apr 2007 21:44:17 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALiHHJ054030; Tue, 10 Apr 2007 21:44:17 GMT (envelope-from scottl) Message-Id: <200704102144.l3ALiHHJ054030@repoman.freebsd.org> From: Scott Long Date: Tue, 10 Apr 2007 21:44: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/cam/scsi scsi_sg.c scsi_sg.h src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/conf NOTES files src/sys/modules/cam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 21:44:18 -0000 scottl 2007-04-10 21:44:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/linux linux_ioctl.c linux_ioctl.h sys/conf NOTES files sys/modules/cam Makefile Added files: (Branch: RELENG_6) sys/cam/scsi scsi_sg.c scsi_sg.h Log: MFC the scsi_sg driver. Revision Changes Path 1.4.2.1 +994 -0 src/sys/cam/scsi/scsi_sg.c (new) 1.2.2.1 +144 -0 src/sys/cam/scsi/scsi_sg.h (new) 1.127.2.4 +27 -0 src/sys/compat/linux/linux_ioctl.c 1.22.2.1 +34 -0 src/sys/compat/linux/linux_ioctl.h 1.1325.2.29 +5 -0 src/sys/conf/NOTES 1.1031.2.55 +1 -0 src/sys/conf/files 1.13.2.2 +1 -0 src/sys/modules/cam/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:47:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E77C16A405; Tue, 10 Apr 2007 21:47:16 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 115A013C515; Tue, 10 Apr 2007 21:47:16 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALlFUA054192; Tue, 10 Apr 2007 21:47:15 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALlFeJ054191; Tue, 10 Apr 2007 21:47:15 GMT (envelope-from bsam) Message-Id: <200704102147.l3ALlFeJ054191@repoman.freebsd.org> From: Boris Samorodov Date: Tue, 10 Apr 2007 21:47:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/gammu Makefile distinfo pkg-plist ports/comms/gammu/files patch-cfg-Makefile.glo patch-common.device.devfunc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 21:47:16 -0000 bsam 2007-04-10 21:47:15 UTC FreeBSD ports repository Modified files: comms/gammu Makefile distinfo pkg-plist comms/gammu/files patch-cfg-Makefile.glo patch-common.device.devfunc.c Log: . new release 1.10.0, library version bumpted, many changes (see ChangeLog); . a new main developer (Michal Cihar); . MASTER_SITES changed. Revision Changes Path 1.27 +3 -3 ports/comms/gammu/Makefile 1.17 +3 -3 ports/comms/gammu/distinfo 1.8 +16 -16 ports/comms/gammu/files/patch-cfg-Makefile.glo 1.2 +4 -4 ports/comms/gammu/files/patch-common.device.devfunc.c 1.13 +2 -1 ports/comms/gammu/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:51:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53CC416A4ED; Tue, 10 Apr 2007 21:51:47 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2D55813C46C; Tue, 10 Apr 2007 21:51:47 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALplpF055026; Tue, 10 Apr 2007 21:51:47 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALpkh5055025; Tue, 10 Apr 2007 21:51:46 GMT (envelope-from stas) Message-Id: <200704102151.l3ALpkh5055025@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 10 Apr 2007 21:51: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/sysutils/lavaps Makefile ports/sysutils/lavaps/files patch-src_blob.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: Tue, 10 Apr 2007 21:51:47 -0000 stas 2007-04-10 21:51:45 UTC FreeBSD ports repository Modified files: sysutils/lavaps Makefile Added files: sysutils/lavaps/files patch-src_blob.cc Log: - Fix type casts on 64-bit platforms. Reported by: kris Revision Changes Path 1.25 +1 -1 ports/sysutils/lavaps/Makefile 1.1 +11 -0 ports/sysutils/lavaps/files/patch-src_blob.cc (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:55:18 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5270716A502 for ; Tue, 10 Apr 2007 21:55:18 +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 5BF7B13C43E for ; Tue, 10 Apr 2007 21:55:17 +0000 (UTC) (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.8/8.13.8) with ESMTP id l3ALtDxJ067651; Tue, 10 Apr 2007 17:55:15 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Chin-San Huang Date: Tue, 10 Apr 2007 17:54:28 -0400 User-Agent: KMail/1.9.4 References: <200704090820.l398KSQI078548@repoman.freebsd.org> In-Reply-To: <200704090820.l398KSQI078548@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704101754.29467.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Tue, 10 Apr 2007 17:55:15 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/3064/Tue Apr 10 12:25:23 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/install 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, 10 Apr 2007 21:55:18 -0000 On Monday 09 April 2007 04:20, Chin-San Huang wrote: > chinsan 2007-04-09 08:20:28 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/install chapter.sgml > Log: > - Update the floppy section of installation chapter in Handbook. > > NOTE: > 4.X 5.x and above > ------------------------------------ > mfsroot.flp boot.flp > kern.flp kern1.flp > kern2.flp Note that on some archs, 5.x and above also include a separate mfsroot.flp. I think this may be true for even i386 for 7.0, though re@ would know for sure. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Tue Apr 10 21:58:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AF0A16A407; Tue, 10 Apr 2007 21:58:03 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EAB9813C480; Tue, 10 Apr 2007 21:58:02 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ALw2l9055908; Tue, 10 Apr 2007 21:58:02 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ALw29w055907; Tue, 10 Apr 2007 21:58:02 GMT (envelope-from stas) Message-Id: <200704102158.l3ALw29w055907@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 10 Apr 2007 21: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/audio/autozen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 21:58:03 -0000 stas 2007-04-10 21:58:02 UTC FreeBSD ports repository Modified files: audio/autozen Makefile Log: - Fix mirror. Reported by: fenner Revision Changes Path 1.23 +1 -1 ports/audio/autozen/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 22:10:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D77716A402; Tue, 10 Apr 2007 22:10:17 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 68C3A13C43E; Tue, 10 Apr 2007 22:10:17 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AMAHQp058771; Tue, 10 Apr 2007 22:10:17 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AMAH9W058770; Tue, 10 Apr 2007 22:10:17 GMT (envelope-from pjd) Message-Id: <200704102210.l3AMAH9W058770@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 10 Apr 2007 22:10: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/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.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, 10 Apr 2007 22:10:17 -0000 pjd 2007-04-10 22:10:16 UTC FreeBSD src repository Modified files: include Makefile include/rpc Makefile sys/rpc types.h Removed files: include/rpc types.h Log: Move rpc/types.h under sys/, as this is used by ZFS kernel module. Repo-copied by: simon Revision Changes Path 1.269 +1 -1 src/include/Makefile 1.3 +1 -1 src/include/rpc/Makefile 1.12 +0 -106 src/include/rpc/types.h (dead) 1.12 +2 -0 src/sys/rpc/types.h From owner-cvs-all@FreeBSD.ORG Tue Apr 10 22:15:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A02C16A400; Tue, 10 Apr 2007 22:15:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 45C0313C4B8; Tue, 10 Apr 2007 22:15:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AMF6xk060142; Tue, 10 Apr 2007 22:15:06 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AMF6RK060141; Tue, 10 Apr 2007 22:15:06 GMT (envelope-from gerald) Message-Id: <200704102215.l3AMF6RK060141@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 10 Apr 2007 22:15: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/gcc42 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 22:15:06 -0000 gerald 2007-04-10 22:15:06 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile Log: Move everything related to the WITH_JAVA_AWT knob into a single block and make this a subset of the general Java-specific section.[1] Submitted by: alepulver[1] Revision Changes Path 1.308 +12 -14 ports/lang/gcc42/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 10 22:32:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CCAA16A401; Tue, 10 Apr 2007 22:32:09 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4FDF213C455; Tue, 10 Apr 2007 22:32:09 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AMW9Sq062591; Tue, 10 Apr 2007 22:32:09 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AMW9OW062590; Tue, 10 Apr 2007 22:32:09 GMT (envelope-from bsam) Message-Id: <200704102232.l3AMW9OW062590@repoman.freebsd.org> From: Boris Samorodov Date: Tue, 10 Apr 2007 22:32:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/py-qt4-qct Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 22:32:09 -0000 bsam 2007-04-10 22:32:08 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-qt4-qct Makefile distinfo pkg-descr pkg-plist Log: QCT - Qt/PyQt based commit tool Primary goals: 1. Platform agnostic (Linux, Windows, MacOS, Cygwin -- and FreeBSD now) 2. VCS agnostic (bazaar, cvs, git, mercurial, monotone, perforce, subversion) 3. Good keyboard navigation, keep the typical work-flow simple Author: Steve Borho WWW: http://qct.sourceforge.net/ Revision Changes Path 1.2728 +1 -0 ports/devel/Makefile 1.1 +36 -0 ports/devel/py-qt4-qct/Makefile (new) 1.1 +3 -0 ports/devel/py-qt4-qct/distinfo (new) 1.1 +11 -0 ports/devel/py-qt4-qct/pkg-descr (new) 1.1 +51 -0 ports/devel/py-qt4-qct/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 10 22:32:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C421F16A401; Tue, 10 Apr 2007 22:32:44 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A057213C489; Tue, 10 Apr 2007 22:32:44 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AMWiY0062759; Tue, 10 Apr 2007 22:32:44 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AMWigD062758; Tue, 10 Apr 2007 22:32:44 GMT (envelope-from bsam) Message-Id: <200704102232.l3AMWigD062758@repoman.freebsd.org> From: Boris Samorodov Date: Tue, 10 Apr 2007 22:32: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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 22:32:44 -0000 bsam 2007-04-10 22:32:44 UTC FreeBSD ports repository Modified files: . modules Log: py-qt4-qct --> ports/devel/py-qt4-qct Revision Changes Path 1.17839 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 10 22:33:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3465016A408; Tue, 10 Apr 2007 22:33:35 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE1013C469; Tue, 10 Apr 2007 22:33:35 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3AMXYeE063016; Tue, 10 Apr 2007 22:33:34 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3AMXY0T063015; Tue, 10 Apr 2007 22:33:34 GMT (envelope-from stas) Message-Id: <200704102233.l3AMXY0T063015@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 10 Apr 2007 22: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/cad/gnucap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 22:33:35 -0000 stas 2007-04-10 22:33:34 UTC FreeBSD ports repository Modified files: cad/gnucap Makefile distinfo Log: - Update to 2007.03.29. Revision Changes Path 1.22 +1 -1 ports/cad/gnucap/Makefile 1.10 +3 -3 ports/cad/gnucap/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 00:05:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D84D116A404; Wed, 11 Apr 2007 00:05:26 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B334213C4C2; Wed, 11 Apr 2007 00:05:26 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B05QeS079262; Wed, 11 Apr 2007 00:05:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B05QcV079261; Wed, 11 Apr 2007 00:05:26 GMT (envelope-from pjd) Message-Id: <200704110005.l3B05QcV079261@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 11 Apr 2007 00:05: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/etc/rc.d hostid X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 00:05:26 -0000 pjd 2007-04-11 00:05:26 UTC FreeBSD src repository Modified files: etc/rc.d hostid Log: If available, take UUID from smbios.system.uuid, if not fall back to software-generated UUID. Store the result in /etc/hostid and use it in the future. Perform simple UUID format check, as there is a lot of hardware with broken UUIDs. The check should be improved to also eliminate fake UUIDs like 00000000-0000-0000-0000-000000000000. Requested by: many Revision Changes Path 1.2 +18 -1 src/etc/rc.d/hostid From owner-cvs-all@FreeBSD.ORG Wed Apr 11 00:16:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0736416A401; Wed, 11 Apr 2007 00:16:28 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id D719413C44C; Wed, 11 Apr 2007 00:16:25 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from adsl-70-135-72-151.dsl.austtx.sbcglobal.net ([70.135.72.151]:1753 helo=hunnybunny) by thebighonker.lerctr.org with esmtpa (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HbQVa-0001z3-Ok; Tue, 10 Apr 2007 19:16:25 -0500 From: "Larry Rosenman" To: "'Scott Long'" , , , References: <200704102144.l3ALiHHJ054030@repoman.freebsd.org> In-Reply-To: <200704102144.l3ALiHHJ054030@repoman.freebsd.org> Date: Tue, 10 Apr 2007 19:16:06 -0500 Message-ID: <007d01c77bce$a09be840$e1d3b8c0$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acd7ub1kukH+LdKSTiyGRMBS8SBcswAFMsIg Content-Language: en-us X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 DomainKey-Status: no signature Cc: Subject: RE: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/conf NOTES files src/sys/modules/cam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 00:16:28 -0000 Scott, Could you bump __FreeBSD_Version for this? The Seatools port needs it. Thanks! -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -----Original Message----- From: owner-cvs-all@freebsd.org [mailto:owner-cvs-all@freebsd.org] On Behalf Of Scott Long Sent: Tuesday, April 10, 2007 4:44 PM To: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/conf NOTES files src/sys/modules/cam Makefile scottl 2007-04-10 21:44:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/linux linux_ioctl.c linux_ioctl.h sys/conf NOTES files sys/modules/cam Makefile Added files: (Branch: RELENG_6) sys/cam/scsi scsi_sg.c scsi_sg.h Log: MFC the scsi_sg driver. Revision Changes Path 1.4.2.1 +994 -0 src/sys/cam/scsi/scsi_sg.c (new) 1.2.2.1 +144 -0 src/sys/cam/scsi/scsi_sg.h (new) 1.127.2.4 +27 -0 src/sys/compat/linux/linux_ioctl.c 1.22.2.1 +34 -0 src/sys/compat/linux/linux_ioctl.h 1.1325.2.29 +5 -0 src/sys/conf/NOTES 1.1031.2.55 +1 -0 src/sys/conf/files 1.13.2.2 +1 -0 src/sys/modules/cam/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-all@FreeBSD.ORG Wed Apr 11 00:45:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEDC616A401; Wed, 11 Apr 2007 00:45:02 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 98C8513C4B8; Wed, 11 Apr 2007 00:45:02 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B0j2Ix085311; Wed, 11 Apr 2007 00:45:02 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B0j2lR085310; Wed, 11 Apr 2007 00:45:02 GMT (envelope-from acm) Message-Id: <200704110045.l3B0j2lR085310@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Wed, 11 Apr 2007 00:45: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/fretsonfire Makefile distinfo pkg-plist ports/games/fretsonfire-data 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, 11 Apr 2007 00:45:02 -0000 acm 2007-04-11 00:45:02 UTC FreeBSD ports repository Modified files: games/fretsonfire Makefile distinfo pkg-plist games/fretsonfire-data Makefile distinfo pkg-plist Log: - Update to 1.2.438 Revision Changes Path 1.4 +1 -1 ports/games/fretsonfire-data/Makefile 1.4 +3 -3 ports/games/fretsonfire-data/distinfo 1.4 +61 -4 ports/games/fretsonfire-data/pkg-plist 1.4 +1 -1 ports/games/fretsonfire/Makefile 1.4 +3 -3 ports/games/fretsonfire/distinfo 1.4 +65 -5 ports/games/fretsonfire/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 00:47:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C729F16A401; Wed, 11 Apr 2007 00:47:29 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BAA7013C44B; Wed, 11 Apr 2007 00:47:29 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B0lT51093767; Wed, 11 Apr 2007 00:47:29 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B0lTcE093763; Wed, 11 Apr 2007 00:47:29 GMT (envelope-from yongari) Message-Id: <200704110047.l3B0lTcE093763@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 11 Apr 2007 00:47:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/msk if_msk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 00:47:29 -0000 yongari 2007-04-11 00:47:29 UTC FreeBSD src repository Modified files: sys/dev/msk if_msk.c Log: Add work around for hardware Tx checksum offload bug in Yukon II. Yukon II generated corrupted TCP checksum for short TCP packets that's less than 60 bytes in size(e.g. window probe packet, pure ACK packet etc). Padding the frame with zeros to make the frame minimum ethernet frame size didn't work at all. Instead of dropping Tx checksum offload support we calculate TCP checksum with S/W method when we encounter short TCP frames. Fortunately it seems that short UDP datagrams appear to be handled correctly by Yukon II. While I'm here simplify ethernet/VLAN header size calculation logic. PR: 111384 Revision Changes Path 1.13 +25 -5 src/sys/dev/msk/if_msk.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 01:06:51 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65F9D16A403; Wed, 11 Apr 2007 01:06:51 +0000 (UTC) (envelope-from cokane@cokane.org) Received: from ms-smtp-03.texas.rr.com (ms-smtp-03.texas.rr.com [24.93.47.42]) by mx1.freebsd.org (Postfix) with ESMTP id 03F5313C46A; Wed, 11 Apr 2007 01:06:50 +0000 (UTC) (envelope-from cokane@cokane.org) Received: from mail.cokane.org (rrcs-24-153-184-158.sw.biz.rr.com [24.153.184.158]) by ms-smtp-03.texas.rr.com (8.13.6/8.13.6) with ESMTP id l3AI9pu3006789; Tue, 10 Apr 2007 13:09:51 -0500 (CDT) Received: by mail.cokane.org (Postfix, from userid 103) id 0F07814B6AB; Tue, 10 Apr 2007 14:09:51 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.3-gr0 (2006-06-01) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3-gr0 Received: from [172.31.1.10] (unknown [172.31.1.10]) by mail.cokane.org (Postfix) with ESMTP id A125714B6A8; Tue, 10 Apr 2007 14:09:49 -0400 (EDT) From: Coleman Kane To: Rong-en Fan In-Reply-To: <6eb82e0704101053u74f6e254te4979d973403927d@mail.gmail.com> References: <200704101649.l3AGnfJ6070717@repoman.freebsd.org> <6eb82e0704101053u74f6e254te4979d973403927d@mail.gmail.com> Content-Type: text/plain Date: Tue, 10 Apr 2007 12:10:32 -0600 Message-Id: <1176228632.2034.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 01:06:51 -0000 On Wed, 2007-04-11 at 01:53 +0800, Rong-en Fan wrote: > On 4/11/07, Pawel Jakub Dawidek wrote: > > pjd 2007-04-10 16:49:41 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/conf GENERIC > > sys/i386/conf GENERIC > > sys/ia64/conf GENERIC > > sys/pc98/conf GENERIC > > sys/powerpc/conf GENERIC > > sys/sparc64/conf GENERIC > > sys/sun4v/conf GENERIC > > Log: > > Add UFS_GJOURNAL options to the GENERIC kernel. > > Thank You! Does this imply geom journal is stable enough > for production use? > > BTW, I'm quite happy with geom journal on a 6.x box :-) > > Regards, > Rong-En Fan > > > Approved by: re (kensmith) > > > > Revision Changes Path > > 1.474 +1 -0 src/sys/amd64/conf/GENERIC > > 1.463 +1 -0 src/sys/i386/conf/GENERIC > > 1.88 +1 -0 src/sys/ia64/conf/GENERIC > > 1.290 +1 -0 src/sys/pc98/conf/GENERIC > > 1.67 +1 -0 src/sys/powerpc/conf/GENERIC > > 1.121 +1 -0 src/sys/sparc64/conf/GENERIC > > 1.10 +1 -0 src/sys/sun4v/conf/GENERIC > > geom journal has been working great for me ever since it was committed to the tree. -- Coleman Kane From owner-cvs-all@FreeBSD.ORG Wed Apr 11 01:23:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDE6016A400; Wed, 11 Apr 2007 01:23:04 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C78E313C44C; Wed, 11 Apr 2007 01:23:04 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B1N4UO000674; Wed, 11 Apr 2007 01:23:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B1N4iu000672; Wed, 11 Apr 2007 01:23:04 GMT (envelope-from clsung) Message-Id: <200704110123.l3B1N4iu000672@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 11 Apr 2007 01:23: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-Perl-Critic Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 01:23:05 -0000 clsung 2007-04-11 01:23:04 UTC FreeBSD ports repository Modified files: textproc/p5-Perl-Critic Makefile Log: - fix dependency - bump PORTREVISION Noted by: lth Revision Changes Path 1.16 +8 -6 ports/textproc/p5-Perl-Critic/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 01:38:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E65C16A402; Wed, 11 Apr 2007 01:38:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0890B13C46C; Wed, 11 Apr 2007 01:38:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B1cw6B002821; Wed, 11 Apr 2007 01:38:58 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B1cwvg002820; Wed, 11 Apr 2007 01:38:58 GMT (envelope-from clsung) Message-Id: <200704110138.l3B1cwvg002820@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 11 Apr 2007 01:38: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/textproc/rtfx/files patch-libs-domc-src-domc.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, 11 Apr 2007 01:38:59 -0000 clsung 2007-04-11 01:38:58 UTC FreeBSD ports repository Added files: textproc/rtfx/files patch-libs-domc-src-domc.h Log: - fix build on sparc Noted by: kris Revision Changes Path 1.1 +13 -0 ports/textproc/rtfx/files/patch-libs-domc-src-domc.h (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 01:46:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E86416A402; Wed, 11 Apr 2007 01:46:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7895013C4B7; Wed, 11 Apr 2007 01:46:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B1kniw004352; Wed, 11 Apr 2007 01:46:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B1kn53004351; Wed, 11 Apr 2007 01:46:49 GMT (envelope-from clsung) Message-Id: <200704110146.l3B1kn53004351@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 11 Apr 2007 01:46:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/hydra 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, 11 Apr 2007 01:46:49 -0000 clsung 2007-04-11 01:46:48 UTC FreeBSD ports repository Modified files: security/hydra Makefile distinfo Log: - Update from 5.3 to 5.4 PR: ports/111193 Submitted by: "R.Mahmatkhanov" Approved by: maintainer (Laurent LEVIER) Revision Changes Path 1.16 +1 -1 ports/security/hydra/Makefile 1.10 +3 -3 ports/security/hydra/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:03:37 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44DF316A400; Wed, 11 Apr 2007 02:03:37 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1EF9D13C46A; Wed, 11 Apr 2007 02:03:37 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B23btN008060; Wed, 11 Apr 2007 02:03:37 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B23asL008058; Wed, 11 Apr 2007 02:03:36 GMT (envelope-from njl) Message-Id: <200704110203.l3B23asL008058@repoman.freebsd.org> From: Nate Lawson Date: Wed, 11 Apr 2007 02:03:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Cc: Subject: cvs commit: src/sys/contrib/dev/acpica utmisc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 02:03:37 -0000 njl 2007-04-11 02:03:36 UTC FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica utmisc.c Log: Put some overly verbose prints under bootverbose. This is on the vendor branch but we need to work out a different interface with the vendor. Revision Changes Path 1.1.1.24 +3 -0 src/sys/contrib/dev/acpica/utmisc.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:08:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7525E16A405 for ; Wed, 11 Apr 2007 02:08:15 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 39F9013C459 for ; Wed, 11 Apr 2007 02:08:15 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 67306 invoked from network); 11 Apr 2007 02:08:16 -0000 Received: from ppp-71-139-28-99.dsl.snfc21.pacbell.net (HELO ?10.0.0.235?) (nate-mail@71.139.28.99) by root.org with ESMTPA; 11 Apr 2007 02:08:16 -0000 Message-ID: <461C4309.2010605@root.org> Date: Tue, 10 Apr 2007 19:08:09 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: Larry Rosenman References: <200704102144.l3ALiHHJ054030@repoman.freebsd.org> <007d01c77bce$a09be840$e1d3b8c0$@org> In-Reply-To: <007d01c77bce$a09be840$e1d3b8c0$@org> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, 'Scott Long' , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/conf NOTES files src/sys/modules/cam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 02:08:15 -0000 Larry Rosenman wrote: > Scott, > Could you bump __FreeBSD_Version for this? > > The Seatools port needs it. > > Thanks! > > Already done: src/sys/sys/param.h revision 1.291 date: 2007/04/08 22:45:20; author: delphij; state: Exp; lines: +1 -1 Bump __FreeBSDversion for CAM sg addition. -- Nate From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:11:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA10716A400; Wed, 11 Apr 2007 02:11:50 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 7A79413C484; Wed, 11 Apr 2007 02:11:50 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 9829B1CC58; Wed, 11 Apr 2007 14:11:46 +1200 (NZST) Date: Wed, 11 Apr 2007 14:11:46 +1200 From: Andrew Thompson To: Nate Lawson Message-ID: <20070411021146.GB9390@heff.fud.org.nz> References: <200704102144.l3ALiHHJ054030@repoman.freebsd.org> <007d01c77bce$a09be840$e1d3b8c0$@org> <461C4309.2010605@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <461C4309.2010605@root.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, 'Scott Long' , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/conf NOTES files src/sys/modules/cam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 02:11:51 -0000 On Tue, Apr 10, 2007 at 07:08:09PM -0700, Nate Lawson wrote: > Larry Rosenman wrote: > > Scott, > > Could you bump __FreeBSD_Version for this? > > > > The Seatools port needs it. > > > > Thanks! > > > > > > Already done: > > src/sys/sys/param.h > revision 1.291 > date: 2007/04/08 22:45:20; author: delphij; state: Exp; lines: +1 -1 > Bump __FreeBSDversion for CAM sg addition. > Not for the MFC. Andrew From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:12:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E01A16A400; Wed, 11 Apr 2007 02:12:06 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id EBA9C13C448; Wed, 11 Apr 2007 02:12:05 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from adsl-70-135-72-151.dsl.austtx.sbcglobal.net ([70.135.72.151]:1162 helo=hunnybunny) by thebighonker.lerctr.org with esmtpa (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HbSJU-0000JM-OM; Tue, 10 Apr 2007 21:12:03 -0500 From: "Larry Rosenman" To: "'Nate Lawson'" References: <200704102144.l3ALiHHJ054030@repoman.freebsd.org> <007d01c77bce$a09be840$e1d3b8c0$@org> <461C4309.2010605@root.org> In-Reply-To: <461C4309.2010605@root.org> Date: Tue, 10 Apr 2007 21:11:46 -0500 Message-ID: <000001c77bde$c7d94690$578bd3b0$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 thread-index: Acd73kyDnDGWM4mmT3eIEOyONrYc0QAAGnjw Content-Language: en-us X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 DomainKey-Status: no signature Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, 'Scott Long' , cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/conf NOTES files src/sys/modules/cam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 02:12:06 -0000 That was for -CURRENT, we need a bump for RELENG_6 as well :) LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -----Original Message----- From: Nate Lawson [mailto:nate@root.org] Sent: Tuesday, April 10, 2007 9:08 PM To: Larry Rosenman Cc: 'Scott Long'; src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/conf NOTES files src/sys/modules/cam Makefile Larry Rosenman wrote: > Scott, > Could you bump __FreeBSD_Version for this? > > The Seatools port needs it. > > Thanks! > > Already done: src/sys/sys/param.h revision 1.291 date: 2007/04/08 22:45:20; author: delphij; state: Exp; lines: +1 -1 Bump __FreeBSDversion for CAM sg addition. -- Nate From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:13:04 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D4D716A402 for ; Wed, 11 Apr 2007 02:13:04 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id D615213C46A for ; Wed, 11 Apr 2007 02:13:03 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so21290ugh for ; Tue, 10 Apr 2007 19:13:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JWh/znNivVGwPCyfXfSjj/8NkXACV4lQdPlGoOI5cyHPazBVa7GD6337Wg/i+5ZrQkIWhQY2bxsOtQvnJTqCZhz78d7fnjlkhPI1eN6V49Wioxz6rjBVk9SAOZA3b3WPSJ+PCdlpKP0MkvobdK4u3VbXHNL5FkthPL7H2ILDs7E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ASBEPdd9JnaZPBNeYuabqR3INbCmqDQ7CMTygmM5UY0+q/Poi1UtWK7YvZqf0Gw5aQnCFFHizMOgE+0swRoHCcSdoRFD/gy6HIWhenKNR492Z25qQXSgkQwiY2eP6gx5jj8C+KsL1VJYcXew8XTlelYzOtz4G9mLsbnUBGsgcVI= Received: by 10.82.136.4 with SMTP id j4mr55206bud.1176257581825; Tue, 10 Apr 2007 19:13:01 -0700 (PDT) Received: by 10.82.106.12 with HTTP; Tue, 10 Apr 2007 19:13:01 -0700 (PDT) Message-ID: <6eb82e0704101913h5ce2363bq8ff5fdd97666e6a8@mail.gmail.com> Date: Wed, 11 Apr 2007 10:13:01 +0800 From: "Rong-en Fan" To: "Nate Lawson" In-Reply-To: <461C4309.2010605@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704102144.l3ALiHHJ054030@repoman.freebsd.org> <007d01c77bce$a09be840$e1d3b8c0$@org> <461C4309.2010605@root.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Scott Long , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/conf NOTES files src/sys/modules/cam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 02:13:04 -0000 On 4/11/07, Nate Lawson wrote: > Larry Rosenman wrote: > > Scott, > > Could you bump __FreeBSD_Version for this? > > > > The Seatools port needs it. > > > > Thanks! > > > > > > Already done: > > src/sys/sys/param.h > revision 1.291 > date: 2007/04/08 22:45:20; author: delphij; state: Exp; lines: +1 -1 > Bump __FreeBSDversion for CAM sg addition. I think he means RELENG_6's param.h Regards, Rong-En Fan > > -- > Nate > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:14:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21E2E16A401; Wed, 11 Apr 2007 02:14:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F02EB13C44B; Wed, 11 Apr 2007 02:14:54 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B2EsWQ009941; Wed, 11 Apr 2007 02:14:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B2EsT2009940; Wed, 11 Apr 2007 02:14:54 GMT (envelope-from delphij) Message-Id: <200704110214.l3B2EsT2009940@repoman.freebsd.org> From: Xin LI Date: Wed, 11 Apr 2007 02:14: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/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 02:14:55 -0000 delphij 2007-04-11 02:14:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys param.h Log: Bump __FreeBSDrevision for Scott's CAM sg(4) MFC. Requested by: ler lerctr.org Revision Changes Path 1.244.2.25 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:18:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5E5016A404; Wed, 11 Apr 2007 02:18:12 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A1BD013C43E; Wed, 11 Apr 2007 02:18:12 +0000 (UTC) (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 B58A81A4D81; Tue, 10 Apr 2007 19:18:18 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D4B4A513AE; Tue, 10 Apr 2007 22:18:11 -0400 (EDT) Date: Tue, 10 Apr 2007 22:18:11 -0400 From: Kris Kennaway To: Cheng-Lung Sung Message-ID: <20070411021811.GA78121@xor.obsecurity.org> References: <200704110138.l3B1cwvg002820@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: <200704110138.l3B1cwvg002820@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/rtfx/files patch-libs-domc-src-domc.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, 11 Apr 2007 02:18:12 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks :) On Wed, Apr 11, 2007 at 01:38:58AM +0000, Cheng-Lung Sung wrote: > clsung 2007-04-11 01:38:58 UTC >=20 > FreeBSD ports repository >=20 > Added files: > textproc/rtfx/files patch-libs-domc-src-domc.h=20 > Log: > - fix build on sparc > =20 > Noted by: kris > =20 > Revision Changes Path > 1.1 +13 -0 ports/textproc/rtfx/files/patch-libs-domc-src-domc= .h (new) > http://cvsweb.FreeBSD.org/ports/textproc/rtfx/files/patch-libs-domc-src-d= omc.h?rev=3D1.1&content-type=3Dtext/plain >=20 --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGHEVjWry0BWjoQKURAhrWAKCzVlxLgioItm+6ucHQFZ62FwFQWwCg/dde UdhZwKCY5nwiLPa19COKD9E= =TPwV -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:18:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 194EB16A403; Wed, 11 Apr 2007 02:18:34 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E390613C4BA; Wed, 11 Apr 2007 02:18:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B2IX3P010118; Wed, 11 Apr 2007 02:18:33 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B2IXlY010117; Wed, 11 Apr 2007 02:18:33 GMT (envelope-from delphij) Message-Id: <200704110218.l3B2IXlY010117@repoman.freebsd.org> From: Xin LI Date: Wed, 11 Apr 2007 02:18:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 02:18:34 -0000 delphij 2007-04-11 02:18:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSDversion 602108: MFC of CAM sg addition. Revision Changes Path 1.824 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:19:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0BB016A405; Wed, 11 Apr 2007 02:19:23 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 2A5FC13C458; Wed, 11 Apr 2007 02:19:23 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 39DC8EBA14C; Wed, 11 Apr 2007 10:19:22 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id 0qJ-aj5j+bie; Wed, 11 Apr 2007 10:19:20 +0800 (CST) Received: from [10.217.12.249] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 15AF3EB08DB; Wed, 11 Apr 2007 10:19:20 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=EBe+KmM6Ey0C6udKfz4vbXsQZQE5+KsnhyTBjmizMOqy0MfZaYdp/C45H5cvkD+43 eeZiVa7UfVzZqFEYkTzMw== Message-ID: <461C45A2.6080808@delphij.net> Date: Wed, 11 Apr 2007 10:19:14 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: Rong-en Fan References: <200704102144.l3ALiHHJ054030@repoman.freebsd.org> <007d01c77bce$a09be840$e1d3b8c0$@org> <461C4309.2010605@root.org> <6eb82e0704101913h5ce2363bq8ff5fdd97666e6a8@mail.gmail.com> In-Reply-To: <6eb82e0704101913h5ce2363bq8ff5fdd97666e6a8@mail.gmail.com> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigE5D11563F86BB93A003A7DE3" Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, Nate Lawson , Scott Long , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam/scsi scsi_sg.c scsi_sg.h src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/conf NOTES files src/sys/modules/cam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 02:19:23 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE5D11563F86BB93A003A7DE3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Rong-en Fan wrote: > On 4/11/07, Nate Lawson wrote: >> Larry Rosenman wrote: >> > Scott, >> > Could you bump __FreeBSD_Version for this? >> > >> > The Seatools port needs it. >> > >> > Thanks! >> > >> > >> >> Already done: >> >> src/sys/sys/param.h >> revision 1.291 >> date: 2007/04/08 22:45:20; author: delphij; state: Exp; lines: +1 -= 1 >> Bump __FreeBSDversion for CAM sg addition. >=20 > I think he means RELENG_6's param.h Done for the MFC... Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enigE5D11563F86BB93A003A7DE3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGHEWiOfuToMruuMARCo1YAJ4sTRpwNzYLLHP397uykqeoiIj7MwCeJ05B dzLZwXRSN/P6b1x1gi8eDMw= =8d+Y -----END PGP SIGNATURE----- --------------enigE5D11563F86BB93A003A7DE3-- From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:26:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDF6116A401; Wed, 11 Apr 2007 02:26:53 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C769313C459; Wed, 11 Apr 2007 02:26:53 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B2Qrcg011586; Wed, 11 Apr 2007 02:26:53 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B2QrJt011585; Wed, 11 Apr 2007 02:26:53 GMT (envelope-from shaun) Message-Id: <200704110226.l3B2QrJt011585@repoman.freebsd.org> From: Shaun Amott Date: Wed, 11 Apr 2007 02:26: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/www/dansguardian 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, 11 Apr 2007 02:26:54 -0000 shaun 2007-04-11 02:26:53 UTC FreeBSD ports repository Modified files: www/dansguardian Makefile distinfo Log: - Add SHA256 checksum. - Remove FreeBSD 4.x checks. PR: ports/109957 Submitted by: Freddie Cash (maintainer) Revision Changes Path 1.25 +2 -12 ports/www/dansguardian/Makefile 1.14 +1 -0 ports/www/dansguardian/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 02:38:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78DE016A402; Wed, 11 Apr 2007 02:38:42 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 68C0413C465; Wed, 11 Apr 2007 02:38:42 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B2cgvl013231; Wed, 11 Apr 2007 02:38:42 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B2cg2r013230; Wed, 11 Apr 2007 02:38:42 GMT (envelope-from clsung) Message-Id: <200704110238.l3B2cg2r013230@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 11 Apr 2007 02:38:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/dict Makefile distinfo ports/textproc/dict/files patch-decl.h patch-libmaa::configure patch-libmaa::getopt.c patch-libmaa::memtest.c patch-libmaa::strtol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 02:38:42 -0000 clsung 2007-04-11 02:38:42 UTC FreeBSD ports repository Modified files: textproc/dict Makefile distinfo Removed files: textproc/dict/files patch-decl.h patch-libmaa::configure patch-libmaa::getopt.c patch-libmaa::memtest.c patch-libmaa::strtol.c Log: - update to 1.10.8 - I'll maintain it for a while Revision Changes Path 1.44 +7 -4 ports/textproc/dict/Makefile 1.16 +3 -3 ports/textproc/dict/distinfo 1.2 +0 -11 ports/textproc/dict/files/patch-decl.h (dead) 1.3 +0 -13 ports/textproc/dict/files/patch-libmaa::configure (dead) 1.2 +0 -11 ports/textproc/dict/files/patch-libmaa::getopt.c (dead) 1.2 +0 -11 ports/textproc/dict/files/patch-libmaa::memtest.c (dead) 1.2 +0 -11 ports/textproc/dict/files/patch-libmaa::strtol.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 03:03:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DB5616A400; Wed, 11 Apr 2007 03:03:19 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3BD5313C455; Wed, 11 Apr 2007 03:03:19 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B33JYs018604; Wed, 11 Apr 2007 03:03:19 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B33JUX018602; Wed, 11 Apr 2007 03:03:19 GMT (envelope-from clsung) Message-Id: <200704110303.l3B33JUX018602@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 11 Apr 2007 03:03: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/net/dictd Makefile distinfo ports/net/dictd/files patch-break-utf8 patch-decl.h patch-libmaa::configure patch-libmaa::getopt.c patch-libmaa::memtest.c patch-libmaa::strtol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 03:03:19 -0000 clsung 2007-04-11 03:03:18 UTC FreeBSD ports repository Modified files: net/dictd Makefile distinfo Removed files: net/dictd/files patch-break-utf8 patch-decl.h patch-libmaa::configure patch-libmaa::getopt.c patch-libmaa::memtest.c patch-libmaa::strtol.c Log: - Update to 1.10.8 - maintain it for a while Revision Changes Path 1.37 +4 -4 ports/net/dictd/Makefile 1.12 +3 -3 ports/net/dictd/distinfo 1.6 +0 -33 ports/net/dictd/files/patch-break-utf8 (dead) 1.2 +0 -11 ports/net/dictd/files/patch-decl.h (dead) 1.3 +0 -13 ports/net/dictd/files/patch-libmaa::configure (dead) 1.2 +0 -11 ports/net/dictd/files/patch-libmaa::getopt.c (dead) 1.2 +0 -11 ports/net/dictd/files/patch-libmaa::memtest.c (dead) 1.2 +0 -11 ports/net/dictd/files/patch-libmaa::strtol.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 03:12:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80A3816A400; Wed, 11 Apr 2007 03:12:46 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5A27313C46C; Wed, 11 Apr 2007 03:12:46 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B3CkSB020128; Wed, 11 Apr 2007 03:12:46 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B3CkY7020126; Wed, 11 Apr 2007 03:12:46 GMT (envelope-from clsung) Message-Id: <200704110312.l3B3CkY7020126@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 11 Apr 2007 03: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/devel/global 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, 11 Apr 2007 03:12:46 -0000 clsung 2007-04-11 03:12:45 UTC FreeBSD ports repository Modified files: devel/global Makefile distinfo Log: - Update to 5.4.1 Revision Changes Path 1.26 +1 -1 ports/devel/global/Makefile 1.21 +3 -3 ports/devel/global/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 03:17:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A69FB16A400; Wed, 11 Apr 2007 03:17:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7FAC313C480; Wed, 11 Apr 2007 03:17:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B3HSqE020793; Wed, 11 Apr 2007 03:17:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B3HSu9020792; Wed, 11 Apr 2007 03:17:28 GMT (envelope-from clsung) Message-Id: <200704110317.l3B3HSu9020792@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 11 Apr 2007 03:17:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-funionfs 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, 11 Apr 2007 03:17:28 -0000 clsung 2007-04-11 03:17:28 UTC FreeBSD ports repository Modified files: sysutils/fusefs-funionfs Makefile distinfo Log: - Update to 0.4.3 Revision Changes Path 1.4 +1 -1 ports/sysutils/fusefs-funionfs/Makefile 1.3 +3 -3 ports/sysutils/fusefs-funionfs/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 03:18:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFF0716A400; Wed, 11 Apr 2007 03:18:31 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9974113C45A; Wed, 11 Apr 2007 03:18:31 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B3IVic020867; Wed, 11 Apr 2007 03:18:31 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B3IVHs020866; Wed, 11 Apr 2007 03:18:31 GMT (envelope-from ume) Message-Id: <200704110318.l3B3IVHs020866@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 11 Apr 2007 03:18: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/japanese/uim-tomoe-gtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 03:18:31 -0000 ume 2007-04-11 03:18:31 UTC FreeBSD ports repository Modified files: japanese/uim-tomoe-gtk Makefile Log: Add missing dependency. Reported by: pointyhat via kris Revision Changes Path 1.2 +5 -1 ports/japanese/uim-tomoe-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 03:22:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C5C416A406; Wed, 11 Apr 2007 03:22:35 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E946613C483; Wed, 11 Apr 2007 03:22:34 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B3MYRv021682; Wed, 11 Apr 2007 03:22:34 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B3MYCK021681; Wed, 11 Apr 2007 03:22:34 GMT (envelope-from alepulver) Message-Id: <200704110322.l3B3MYCK021681@repoman.freebsd.org> From: Alejandro Pulver Date: Wed, 11 Apr 2007 03:22: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/Mk bsd.lua.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, 11 Apr 2007 03:22:35 -0000 alepulver 2007-04-11 03:22:34 UTC FreeBSD ports repository Modified files: Mk bsd.lua.mk Log: - Don't override the DEPTYPE of a component (accidentally introduced in version 1.11). Obtained from: Andrew Turner Revision Changes Path 1.13 +3 -1 ports/Mk/bsd.lua.mk From owner-cvs-all@FreeBSD.ORG Wed Apr 11 03:45:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01E1916A405; Wed, 11 Apr 2007 03:45:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CEB1713C458; Wed, 11 Apr 2007 03:45:27 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B3jR4U027333; Wed, 11 Apr 2007 03:45:27 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B3jRMm027329; Wed, 11 Apr 2007 03:45:27 GMT (envelope-from clsung) Message-Id: <200704110345.l3B3jRMm027329@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 11 Apr 2007 03:45: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/textproc/skim 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, 11 Apr 2007 03:45:28 -0000 clsung 2007-04-11 03:45:27 UTC FreeBSD ports repository Modified files: textproc/skim Makefile distinfo Log: - Update to 1.4.5 Revision Changes Path 1.31 +1 -2 ports/textproc/skim/Makefile 1.12 +3 -3 ports/textproc/skim/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 03:48:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1067A16A400; Wed, 11 Apr 2007 03:48:05 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DD63213C4C2; Wed, 11 Apr 2007 03:48:04 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B3m4s3029201; Wed, 11 Apr 2007 03:48:04 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B3m4i9029200; Wed, 11 Apr 2007 03:48:04 GMT (envelope-from kan) Message-Id: <200704110348.l3B3m4i9029200@repoman.freebsd.org> From: Alexander Kabaev Date: Wed, 11 Apr 2007 03:48: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/e2fsprogs/files patch-lib_ext2fs_ismounted.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 03:48:05 -0000 kan 2007-04-11 03:48:04 UTC FreeBSD ports repository Added files: sysutils/e2fsprogs/files patch-lib_ext2fs_ismounted.c Log: Add patch to actually return 0 on function success. GCC 4.1 trips over this bug, while gcc 3.4 lets it slide. Revision Changes Path 1.1 +13 -0 ports/sysutils/e2fsprogs/files/patch-lib_ext2fs_ismounted.c (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 03:51:07 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84FEF16A401 for ; Wed, 11 Apr 2007 03:51:07 +0000 (UTC) (envelope-from googoolth@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.freebsd.org (Postfix) with ESMTP id 42E8713C43E for ; Wed, 11 Apr 2007 03:51:07 +0000 (UTC) (envelope-from googoolth@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so35344wra for ; Tue, 10 Apr 2007 20:51:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=P+mAGMaMWfP31wb12H0yY7eseXeqcqOA2Fv9vq15mtu/hNCcJPm0940G5qPwW17GfAmRRraE2reuQlNGBVriySXLOOtJOnBDe+zy/BdXUgBgnvHh8MR1V3SvHG7OkpsIWmCJTVb+Q1iP4ZxhWRpxSmTj9kStq1qMCtUso03DMiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=HUCgHEr5exS6KcTCsKQScx43rKTq/qKVTGUgLeCVLArYrvoSb++HA5mf1PhhVhbd+9q5Mnsy+rEr7FgdgcUMnnOTDwU06nveEdUbcSuLVHAE2eDMlZNUeqEKtox/RC6Dhztk8xXrvXkCjqlvrgvcOg+/6gmRXpR0cinmEYxj51U= Received: by 10.114.136.1 with SMTP id j1mr75194wad.1176261917337; Tue, 10 Apr 2007 20:25:17 -0700 (PDT) Received: by 10.114.130.3 with HTTP; Tue, 10 Apr 2007 20:25:12 -0700 (PDT) Message-ID: Date: Wed, 11 Apr 2007 11:25:12 +0800 From: "min he" To: cvs-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: hello X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 03:51:07 -0000 -- Mo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 03:58:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BDAE16A400; Wed, 11 Apr 2007 03:58:07 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1424E13C457; Wed, 11 Apr 2007 03:58:07 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B3w6wt032482; Wed, 11 Apr 2007 03:58:06 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B3w61q032478; Wed, 11 Apr 2007 03:58:06 GMT (envelope-from marcus) Message-Id: <200704110358.l3B3w61q032478@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 03:58: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/sysutils/gnome-power-manager 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, 11 Apr 2007 03:58:07 -0000 marcus 2007-04-11 03:58:06 UTC FreeBSD ports repository Modified files: sysutils/gnome-power-manager Makefile distinfo Log: Update to 2.18.2. Revision Changes Path 1.9 +1 -1 ports/sysutils/gnome-power-manager/Makefile 1.6 +3 -3 ports/sysutils/gnome-power-manager/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 04:05:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B48F16A401; Wed, 11 Apr 2007 04:05:06 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E7B2413C469; Wed, 11 Apr 2007 04:05:05 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B455sq035186; Wed, 11 Apr 2007 04:05:05 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B455SR035185; Wed, 11 Apr 2007 04:05:05 GMT (envelope-from marcus) Message-Id: <200704110405.l3B455SR035185@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 04:05: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/evolution-data-server/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 04:05:06 -0000 marcus 2007-04-11 04:05:05 UTC FreeBSD ports repository Modified files: databases/evolution-data-server/files patch-configure Log: Fix the build when malloc debugging is enabled. Revision Changes Path 1.6 +31 -5 ports/databases/evolution-data-server/files/patch-configure From owner-cvs-all@FreeBSD.ORG Wed Apr 11 04:11:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDA7C16A400; Wed, 11 Apr 2007 04:11:10 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BA49213C44C; Wed, 11 Apr 2007 04:11:10 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B4BA53036071; Wed, 11 Apr 2007 04:11:10 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B4BAg8036069; Wed, 11 Apr 2007 04:11:10 GMT (envelope-from brd) Message-Id: <200704110411.l3B4BAg8036069@repoman.freebsd.org> From: Brad Davis Date: Wed, 11 Apr 2007 04:11: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: www/en/news/status report-2001-06.xml report-2001-07.xml report-2001-08.xml report-2001-09.xml report-2001-11.xml report-2001-12-2002-01.xml report-2002-02-2002-04.xml report-2002-05-2002-06.xml report-2002-07-2002-08.xml report-2002-09-2002-10.xml report-2002-11-2002-12.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, 11 Apr 2007 04:11:11 -0000 brd 2007-04-11 04:11:10 UTC FreeBSD doc repository Modified files: en/news/status report-2001-06.xml report-2001-07.xml report-2001-08.xml report-2001-09.xml report-2001-11.xml report-2001-12-2002-01.xml report-2002-02-2002-04.xml report-2002-05-2002-06.xml report-2002-07-2002-08.xml report-2002-09-2002-10.xml report-2002-11-2002-12.xml report-2003-01-2003-02.xml report-2003-03-2003-09.xml report-2003-10-2003-12.xml report-2004-01-2004-02.xml report-2004-03-2004-04.xml report-2004-05-2004-06.xml report-2004-07-2004-12.xml report-2005-01-2005-03.xml report-2005-03-2005-06.xml report-2005-07-2005-10.xml report-2005-10-2005-12.xml report-2006-01-2006-03.xml report-2006-04-2006-06.xml report-2006-06-2006-10.xml report-2006-10-2005-12.xml report-2007-01-2007-03.xml Log: Forced commit to note the following repocopies: report-2007-jan-2007-mar.xml -> report-2007-01-2007-03.xml report-apr-2006-jun-2006.xml -> report-2006-04-2006-06.xml report-august-2001.xml -> report-2001-08.xml report-dec-2001-jan-2002.xml -> report-2001-12-2002-01.xml report-feb-2002-apr-2002.xml -> report-2002-02-2002-04.xml report-jan-2003-feb-2003.xml -> report-2003-01-2003-02.xml report-jan-2004-feb-2004.xml -> report-2004-01-2004-02.xml report-jan-2005-mar-2005.xml -> report-2005-01-2005-03.xml report-jan-2006-mar-2006.xml -> report-2006-01-2006-03.xml report-july-2001.xml -> report-2001-07.xml report-july-2002-aug-2002.xml -> report-2002-07-2002-08.xml report-july-2004-dec-2004.xml -> report-2004-07-2004-12.xml report-july-2005-oct-2005.xml -> report-2005-07-2005-10.xml report-june-2001.xml -> report-2001-06.xml report-june-2006-oct-2006.xml -> report-2006-06-2006-10.xml report-mar-2003-sep-2003.xml -> report-2003-03-2003-09.xml report-mar-2004-apr-2004.xml -> report-2004-03-2004-04.xml report-mar-2005-june-2005.xml -> report-2005-03-2005-06.xml report-may-2002-june-2002.xml -> report-2002-05-2002-06.xml report-may-2004-june-2004.xml -> report-2004-05-2004-06.xml report-nov-2002-dec-2002.xml -> report-2002-11-2002-12.xml report-november-2001.xml -> report-2001-11.xml report-oct-2003-dec-2003.xml -> report-2003-10-2003-12.xml report-oct-2005-dec-2005.xml -> report-2005-10-2005-12.xml report-oct-2006-dec-2006.xml -> report-2006-10-2005-12.xml report-sept-2002-oct-2002.xml -> report-2002-09-2002-10.xml report-september-2001.xml -> report-2001-09.xml Revision Changes Path 1.9 +2 -2 www/en/news/status/report-2001-06.xml 1.9 +2 -2 www/en/news/status/report-2001-07.xml 1.8 +2 -2 www/en/news/status/report-2001-08.xml 1.5 +2 -2 www/en/news/status/report-2001-09.xml 1.5 +1 -1 www/en/news/status/report-2001-11.xml 1.9 +2 -2 www/en/news/status/report-2001-12-2002-01.xml 1.13 +1 -1 www/en/news/status/report-2002-02-2002-04.xml 1.8 +1 -1 www/en/news/status/report-2002-05-2002-06.xml 1.7 +1 -1 www/en/news/status/report-2002-07-2002-08.xml 1.10 +1 -1 www/en/news/status/report-2002-09-2002-10.xml 1.7 +1 -1 www/en/news/status/report-2002-11-2002-12.xml 1.7 +1 -1 www/en/news/status/report-2003-01-2003-02.xml 1.5 +1 -1 www/en/news/status/report-2003-03-2003-09.xml 1.6 +1 -1 www/en/news/status/report-2003-10-2003-12.xml 1.7 +1 -1 www/en/news/status/report-2004-01-2004-02.xml 1.5 +1 -1 www/en/news/status/report-2004-03-2004-04.xml 1.7 +1 -1 www/en/news/status/report-2004-05-2004-06.xml 1.4 +0 -0 www/en/news/status/report-2004-07-2004-12.xml 1.7 +0 -0 www/en/news/status/report-2005-01-2005-03.xml 1.5 +0 -0 www/en/news/status/report-2005-03-2005-06.xml 1.5 +0 -0 www/en/news/status/report-2005-07-2005-10.xml 1.8 +0 -0 www/en/news/status/report-2005-10-2005-12.xml 1.6 +0 -0 www/en/news/status/report-2006-01-2006-03.xml 1.5 +1 -1 www/en/news/status/report-2006-04-2006-06.xml 1.4 +1 -1 www/en/news/status/report-2006-06-2006-10.xml 1.4 +1 -1 www/en/news/status/report-2006-10-2005-12.xml 1.3 +1 -1 www/en/news/status/report-2007-01-2007-03.xml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 04:12:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A94716A401; Wed, 11 Apr 2007 04:12:48 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3306213C44B; Wed, 11 Apr 2007 04:12:48 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B4CmDD036462; Wed, 11 Apr 2007 04:12:48 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B4Cma0036461; Wed, 11 Apr 2007 04:12:48 GMT (envelope-from marcus) Message-Id: <200704110412.l3B4Cma0036461@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 04:12: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/py-gnome2 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, 11 Apr 2007 04:12:48 -0000 marcus 2007-04-11 04:12:47 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gnome2 Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.91 +1 -1 ports/x11-toolkits/py-gnome2/Makefile 1.39 +3 -3 ports/x11-toolkits/py-gnome2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 04:25:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55AC616A403; Wed, 11 Apr 2007 04:25:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2DE1513C46A; Wed, 11 Apr 2007 04:25:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B4PTa3038490; Wed, 11 Apr 2007 04:25:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B4PT3f038489; Wed, 11 Apr 2007 04:25:29 GMT (envelope-from marcus) Message-Id: <200704110425.l3B4PT3f038489@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 04:25: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/archivers/file-roller 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, 11 Apr 2007 04:25:29 -0000 marcus 2007-04-11 04:25:28 UTC FreeBSD ports repository Modified files: archivers/file-roller Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.61 +1 -1 ports/archivers/file-roller/Makefile 1.39 +3 -3 ports/archivers/file-roller/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 04:43:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92E3216A405; Wed, 11 Apr 2007 04:43:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6A78913C45B; Wed, 11 Apr 2007 04:43:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B4hkx1041499; Wed, 11 Apr 2007 04:43:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B4hke9041498; Wed, 11 Apr 2007 04:43:46 GMT (envelope-from marcus) Message-Id: <200704110443.l3B4hke9041498@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 04: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/graphics/evince 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, 11 Apr 2007 04:43:46 -0000 marcus 2007-04-11 04:43:46 UTC FreeBSD ports repository Modified files: graphics/evince Makefile distinfo Log: Update to 0.8.1. Revision Changes Path 1.22 +3 -2 ports/graphics/evince/Makefile 1.13 +3 -3 ports/graphics/evince/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 04:50:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CEDB16A400; Wed, 11 Apr 2007 04:50:55 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 150CC13C45D; Wed, 11 Apr 2007 04:50:55 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B4osfx050240; Wed, 11 Apr 2007 04:50:54 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B4osZa050237; Wed, 11 Apr 2007 04:50:54 GMT (envelope-from marcus) Message-Id: <200704110450.l3B4osZa050237@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 04:50:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/eog 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, 11 Apr 2007 04:50:55 -0000 marcus 2007-04-11 04:50:54 UTC FreeBSD ports repository Modified files: graphics/eog Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.48 +1 -1 ports/graphics/eog/Makefile 1.24 +3 -3 ports/graphics/eog/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 04:52:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7D2E16A402; Wed, 11 Apr 2007 04:52:09 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BF99213C45E; Wed, 11 Apr 2007 04:52:09 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B4q9pZ050910; Wed, 11 Apr 2007 04:52:09 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B4q9ni050909; Wed, 11 Apr 2007 04:52:09 GMT (envelope-from jkoshy) Message-Id: <200704110452.l3B4q9ni050909@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 11 Apr 2007 04:52: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/lib/libpmc libpmc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 04:52:10 -0000 jkoshy 2007-04-11 04:52:09 UTC FreeBSD src repository Modified files: lib/libpmc libpmc.c Log: Correct a typo in an event name alias. Reported by: Harald Servat Revision Changes Path 1.11 +1 -1 src/lib/libpmc/libpmc.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 05:11:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 567A616A400; Wed, 11 Apr 2007 05:11:05 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2E2EB13C44B; Wed, 11 Apr 2007 05:11:05 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B5B5Tp054888; Wed, 11 Apr 2007 05:11:05 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B5B4kl054887; Wed, 11 Apr 2007 05:11:04 GMT (envelope-from marcus) Message-Id: <200704110511.l3B5B4kl054887@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 05: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/sysutils/nautilus-cd-burner 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, 11 Apr 2007 05:11:05 -0000 marcus 2007-04-11 05:11:04 UTC FreeBSD ports repository Modified files: sysutils/nautilus-cd-burner Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.40 +1 -1 ports/sysutils/nautilus-cd-burner/Makefile 1.22 +3 -3 ports/sysutils/nautilus-cd-burner/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 06:05:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C5CF16A402; Wed, 11 Apr 2007 06:05:51 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 61A0713C4BD; Wed, 11 Apr 2007 06:05:51 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B65pNE064540; Wed, 11 Apr 2007 06:05:51 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B65paU064539; Wed, 11 Apr 2007 06:05:51 GMT (envelope-from lwhsu) Message-Id: <200704110605.l3B65paU064539@repoman.freebsd.org> From: Li-Wen Hsu Date: Wed, 11 Apr 2007 06: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/net Makefile ports/net/daemonlogger Makefile distinfo pkg-descr ports/net/daemonlogger/files daemonlogger.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, 11 Apr 2007 06:05:51 -0000 lwhsu 2007-04-11 06:05:51 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/daemonlogger Makefile distinfo pkg-descr net/daemonlogger/files daemonlogger.sh.in Log: Add daemonlogger 0.9, a packet sniffer capable of running as a daemon and as a software tap. PR: ports/111465 Submitted by: Wesley Shields Approved by: clsung (mentor) Revision Changes Path 1.1846 +1 -0 ports/net/Makefile 1.1 +23 -0 ports/net/daemonlogger/Makefile (new) 1.1 +3 -0 ports/net/daemonlogger/distinfo (new) 1.1 +26 -0 ports/net/daemonlogger/files/daemonlogger.sh.in (new) 1.1 +9 -0 ports/net/daemonlogger/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 06:05:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3BCA16A400; Wed, 11 Apr 2007 06:05:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CB47313C44C; Wed, 11 Apr 2007 06:05:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B65v7C064581; Wed, 11 Apr 2007 06:05:57 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B65vo2064580; Wed, 11 Apr 2007 06:05:57 GMT (envelope-from lwhsu) Message-Id: <200704110605.l3B65vo2064580@repoman.freebsd.org> From: Li-Wen Hsu Date: Wed, 11 Apr 2007 06:05:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 06:05:58 -0000 lwhsu 2007-04-11 06:05:57 UTC FreeBSD ports repository Modified files: . modules Log: daemonlogger --> ports/net/daemonlogger Revision Changes Path 1.17840 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 11 06:13:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 315FC16A408; Wed, 11 Apr 2007 06:13:32 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1C5A513C45E; Wed, 11 Apr 2007 06:13:32 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B6DVCW067295; Wed, 11 Apr 2007 06:13:32 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B6DVhm067294; Wed, 11 Apr 2007 06:13:31 GMT (envelope-from brd) Message-Id: <200704110613.l3B6DVhm067294@repoman.freebsd.org> From: Brad Davis Date: Wed, 11 Apr 2007 06:13:31 +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 news.xml www/en/news/status Makefile README report-2006-10-2005-12.xml report-2007-jan-2007-mar.xml report-apr-2006-jun-2006.xml report-august-2001.xml report-dec-2001-jan-2002.xml report-feb-2002-apr-2002.xml report-jan-2003-feb-2003.xml report-jan-2004-feb-2004.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, 11 Apr 2007 06:13:32 -0000 brd 2007-04-11 06:13:31 UTC FreeBSD doc repository Modified files: share/sgml news.xml en/news/status Makefile README status.sgml Removed files: en/news/status report-2006-10-2005-12.xml report-2007-jan-2007-mar.xml report-apr-2006-jun-2006.xml report-august-2001.xml report-dec-2001-jan-2002.xml report-feb-2002-apr-2002.xml report-jan-2003-feb-2003.xml report-jan-2004-feb-2004.xml report-jan-2005-mar-2005.xml report-jan-2006-mar-2006.xml report-july-2001.xml report-july-2002-aug-2002.xml report-july-2004-dec-2004.xml report-july-2005-oct-2005.xml report-june-2001.xml report-june-2006-oct-2006.xml report-mar-2003-sep-2003.xml report-mar-2004-apr-2004.xml report-mar-2005-june-2005.xml report-may-2002-june-2002.xml report-may-2004-june-2004.xml report-nov-2002-dec-2002.xml report-november-2001.xml report-oct-2003-dec-2003.xml report-oct-2005-dec-2005.xml report-oct-2006-dec-2006.xml report-sept-2002-oct-2002.xml report-september-2001.xml Log: Clean up the status reports so that the format makes sense. Revision Changes Path 1.38 +28 -28 www/en/news/status/Makefile 1.4 +2 -2 www/en/news/status/README 1.5 +0 -2546 www/en/news/status/report-2006-10-2005-12.xml (dead) 1.3 +0 -1117 www/en/news/status/report-2007-jan-2007-mar.xml (dead) 1.5 +0 -2141 www/en/news/status/report-apr-2006-jun-2006.xml (dead) 1.8 +0 -1523 www/en/news/status/report-august-2001.xml (dead) 1.9 +0 -721 www/en/news/status/report-dec-2001-jan-2002.xml (dead) 1.13 +0 -1301 www/en/news/status/report-feb-2002-apr-2002.xml (dead) 1.7 +0 -704 www/en/news/status/report-jan-2003-feb-2003.xml (dead) 1.7 +0 -869 www/en/news/status/report-jan-2004-feb-2004.xml (dead) 1.7 +0 -2147 www/en/news/status/report-jan-2005-mar-2005.xml (dead) 1.6 +0 -1467 www/en/news/status/report-jan-2006-mar-2006.xml (dead) 1.9 +0 -1206 www/en/news/status/report-july-2001.xml (dead) 1.7 +0 -1061 www/en/news/status/report-july-2002-aug-2002.xml (dead) 1.4 +0 -2341 www/en/news/status/report-july-2004-dec-2004.xml (dead) 1.5 +0 -2037 www/en/news/status/report-july-2005-oct-2005.xml (dead) 1.9 +0 -830 www/en/news/status/report-june-2001.xml (dead) 1.4 +0 -2625 www/en/news/status/report-june-2006-oct-2006.xml (dead) 1.5 +0 -974 www/en/news/status/report-mar-2003-sep-2003.xml (dead) 1.5 +0 -1156 www/en/news/status/report-mar-2004-apr-2004.xml (dead) 1.5 +0 -2173 www/en/news/status/report-mar-2005-june-2005.xml (dead) 1.8 +0 -1450 www/en/news/status/report-may-2002-june-2002.xml (dead) 1.7 +0 -1107 www/en/news/status/report-may-2004-june-2004.xml (dead) 1.7 +0 -881 www/en/news/status/report-nov-2002-dec-2002.xml (dead) 1.5 +0 -1029 www/en/news/status/report-november-2001.xml (dead) 1.6 +0 -1365 www/en/news/status/report-oct-2003-dec-2003.xml (dead) 1.8 +0 -1370 www/en/news/status/report-oct-2005-dec-2005.xml (dead) 1.4 +0 -2546 www/en/news/status/report-oct-2006-dec-2006.xml (dead) 1.10 +0 -1025 www/en/news/status/report-sept-2002-oct-2002.xml (dead) 1.5 +0 -948 www/en/news/status/report-september-2001.xml (dead) 1.44 +28 -28 www/en/news/status/status.sgml 1.74 +7 -7 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 06:27:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EBAE16A404; Wed, 11 Apr 2007 06:27:04 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 75B6613C458; Wed, 11 Apr 2007 06:27:04 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B6R4Vm069322; Wed, 11 Apr 2007 06:27:04 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B6R46w069321; Wed, 11 Apr 2007 06:27:04 GMT (envelope-from sat) Message-Id: <200704110627.l3B6R46w069321@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 11 Apr 2007 06:27: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/ffe 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, 11 Apr 2007 06:27:04 -0000 sat 2007-04-11 06:27:04 UTC FreeBSD ports repository Modified files: textproc/ffe Makefile distinfo Log: - Update to 0.2.0 Revision Changes Path 1.5 +1 -1 ports/textproc/ffe/Makefile 1.5 +3 -3 ports/textproc/ffe/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 06:40:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AC5E16A401; Wed, 11 Apr 2007 06:40:28 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1133213C465; Wed, 11 Apr 2007 06:40:28 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B6eRW0071015; Wed, 11 Apr 2007 06:40:27 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B6eR0E071014; Wed, 11 Apr 2007 06:40:27 GMT (envelope-from brd) Message-Id: <200704110640.l3B6eR0E071014@repoman.freebsd.org> From: Brad Davis Date: Wed, 11 Apr 2007 06:40:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news/status status.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, 11 Apr 2007 06:40:28 -0000 brd 2007-04-11 06:40:27 UTC FreeBSD doc repository Modified files: en/news/status status.sgml Log: Fix link to the October, 2006 - December, 2006 Status Report. Revision Changes Path 1.45 +2 -2 www/en/news/status/status.sgml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 06:57:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78E3716A400; Wed, 11 Apr 2007 06:57:14 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4EF8713C489; Wed, 11 Apr 2007 06:57:14 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B6vEvg074000; Wed, 11 Apr 2007 06:57:14 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B6vEUR073996; Wed, 11 Apr 2007 06:57:14 GMT (envelope-from brd) Message-Id: <200704110657.l3B6vEUR073996@repoman.freebsd.org> From: Brad Davis Date: Wed, 11 Apr 2007 06:57: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/news/status report-2006-10-2006-12.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, 11 Apr 2007 06:57:14 -0000 brd 2007-04-11 06:57:13 UTC FreeBSD doc repository Modified files: en/news/status report-2006-10-2006-12.xml Log: Forced commit to note the repocopy of report-oct-2006-dec-2006.xml to report-2006-10-2006-12.xml. Revision Changes Path 1.4 +1 -1 www/en/news/status/report-2006-10-2006-12.xml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 07:19:37 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2D6716A405; Wed, 11 Apr 2007 07:19:36 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C966D13C45E; Wed, 11 Apr 2007 07:19:36 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B7Ja6g078901; Wed, 11 Apr 2007 07:19:36 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B7JaDK078900; Wed, 11 Apr 2007 07:19:36 GMT (envelope-from thomas) Message-Id: <200704110719.l3B7JaDK078900@repoman.freebsd.org> From: Thomas Quinot Date: Wed, 11 Apr 2007 07:19: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/boot/i386/boot0 boot0.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: Wed, 11 Apr 2007 07:19:37 -0000 thomas 2007-04-11 07:19:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/i386/boot0 boot0.S Log: MFC rev. 1.16: Fix setting of serial port speed. A junk value was passed in AX when bioscom is called to set up serial port parameters because COMSPEED was treated as an address instead of an immediate value, causing serial port parameters to never be set. PR: i386/110828 Revision Changes Path 1.14.2.2 +1 -1 src/sys/boot/i386/boot0/boot0.S From owner-cvs-all@FreeBSD.ORG Wed Apr 11 07:42:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDE6216A402; Wed, 11 Apr 2007 07:42:33 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B4C5613C468; Wed, 11 Apr 2007 07:42:33 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B7gXAm082938; Wed, 11 Apr 2007 07:42:33 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B7gX1O082937; Wed, 11 Apr 2007 07:42:33 GMT (envelope-from sat) Message-Id: <200704110742.l3B7gX1O082937@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 11 Apr 2007 07:42:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 07:42:34 -0000 sat 2007-04-11 07:42:33 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Add the only cheeseshop download site for the sake of a universal macro (works for 34 out of 35 cheeseshop ports) - Mirrors will appear later Revision Changes Path 1.417 +7 -1 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Wed Apr 11 08:25:38 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C57E16A402; Wed, 11 Apr 2007 08:25:38 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id 8402F13C4AE; Wed, 11 Apr 2007 08:25:37 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.8/8.13.8) with ESMTP id l3AJN6MU003170; Wed, 11 Apr 2007 05:23:06 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.8/8.13.8/Submit) id l3AJN6Nc003169; Wed, 11 Apr 2007 05:23:06 +1000 (EST) (envelope-from peter) Date: Wed, 11 Apr 2007 05:23:06 +1000 From: Peter Jeremy To: Alfred Perlstein Message-ID: <20070410192306.GE849@turion.vk2pj.dyndns.org> References: <200704090219.l392Jc1f064727@repoman.freebsd.org> <864pnpdf8w.fsf@dwp.des.no> <20070410010901.GD61460@wantadilla.lemis.com> <86zm5gr9wl.fsf@dwp.des.no> <20070410071256.GJ91694@wantadilla.lemis.com> <20070410094659.49041afb@conflict.ca.sophos.com> <20070410165729.GH2382@elvis.mu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS" Content-Disposition: inline In-Reply-To: <20070410165729.GH2382@elvis.mu.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/touch touch.1 touch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 08:25:38 -0000 --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-Apr-10 09:57:29 -0700, Alfred Perlstein wrote: >The reason you make it static is so that when you add another file to >the build, there is no need to track down what should be >static. And so the compiler can point out unreferenced code/variables. --=20 Peter Jeremy --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGG+Qa/opHv/APuIcRAvzVAKClReObqPO3JT2g8xIAagTJOSGkigCfe9TC X6Qd2kGg+xIK6VP9LmKLLpY= =Fwlj -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS-- From owner-cvs-all@FreeBSD.ORG Wed Apr 11 08:30:35 2007 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 91C7C16A406; Wed, 11 Apr 2007 08:30:35 +0000 (UTC) Date: Wed, 11 Apr 2007 08:30:35 +0000 From: Alexey Dokuchaev To: Xin LI Message-ID: <20070411083035.GA17531@FreeBSD.org> References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200704100403.l3A43ZnL057659@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/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 11 Apr 2007 08:30:35 -0000 On Tue, Apr 10, 2007 at 04:03:35AM +0000, Xin LI wrote: > delphij 2007-04-10 04:03:35 UTC > > FreeBSD src repository > > Modified files: > usr.bin/truss Makefile amd64-fbsd.c extern.h > i386-fbsd.c i386-linux.c ia64-fbsd.c > main.c powerpc-fbsd.c setup.c > sparc64-fbsd.c syscall.h syscalls.c > truss.1 truss.h > Log: > Make use of ptrace(2) instead of procfs in truss(1), eliminating > yet another need of an available /proc/ mount. Thanks! This was long desired. ./danfe From owner-cvs-all@FreeBSD.ORG Wed Apr 11 08:55:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AF8A16A402; Wed, 11 Apr 2007 08:55:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 00C0913C45B; Wed, 11 Apr 2007 08:55:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B8t4tQ004081; Wed, 11 Apr 2007 08:55:04 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B8t4SS004080; Wed, 11 Apr 2007 08:55:04 GMT (envelope-from brueffer) Message-Id: <200704110855.l3B8t4SS004080@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 11 Apr 2007 08:55: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/share/man/man4 trunk.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: Wed, 11 Apr 2007 08:55:05 -0000 brueffer 2007-04-11 08:55:04 UTC FreeBSD src repository Modified files: share/man/man4 trunk.4 Log: Bump date to the day of the import. Revision Changes Path 1.2 +1 -1 src/share/man/man4/trunk.4 From owner-cvs-all@FreeBSD.ORG Wed Apr 11 09:04:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 25C5816A403; Wed, 11 Apr 2007 09:04:41 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EFB7D13C459; Wed, 11 Apr 2007 09:04:40 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B94emh006666; Wed, 11 Apr 2007 09:04:40 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B94erI006665; Wed, 11 Apr 2007 09:04:40 GMT (envelope-from kuriyama) Message-Id: <200704110904.l3B94erI006665@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 11 Apr 2007 09:04: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/share/sgml mirrors.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, 11 Apr 2007 09:04:41 -0000 kuriyama 2007-04-11 09:04:40 UTC FreeBSD doc repository Modified files: share/sgml mirrors.xml Log: Add cvsup2.ie.FreeBSD.org. Submitted by: Rob Gallagher Revision Changes Path 1.64 +4 -0 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 09:45:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D213916A401; Wed, 11 Apr 2007 09:45:16 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE91513C480; Wed, 11 Apr 2007 09:45:16 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3B9jGxu015633; Wed, 11 Apr 2007 09:45:16 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3B9jGwE015632; Wed, 11 Apr 2007 09:45:16 GMT (envelope-from andre) Message-Id: <200704110945.l3B9jGwE015632@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 11 Apr 2007 09:45: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/netinet tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c tcp_syncache.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_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: Wed, 11 Apr 2007 09:45:16 -0000 andre 2007-04-11 09:45:16 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c tcp_syncache.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h Log: Change the TCP timer system from using the callout system five times directly to a merged model where only one callout, the next to fire, is registered. Instead of callout_reset(9) and callout_stop(9) the new function tcp_timer_activate() is used which then internally manages the callout. The single new callout is a mutex callout on inpcb simplifying the locking a bit. tcp_timer() is the called function which handles all race conditions in one place and then dispatches the individual timer functions. Reviewed by: rwatson (earlier version) Revision Changes Path 1.335 +22 -30 src/sys/netinet/tcp_input.c 1.132 +25 -28 src/sys/netinet/tcp_output.c 1.38 +1 -1 src/sys/netinet/tcp_sack.c 1.274 +14 -15 src/sys/netinet/tcp_subr.c 1.109 +1 -1 src/sys/netinet/tcp_syncache.c 1.90 +300 -176 src/sys/netinet/tcp_timer.c 1.33 +16 -5 src/sys/netinet/tcp_timer.h 1.150 +10 -8 src/sys/netinet/tcp_usrreq.c 1.142 +3 -7 src/sys/netinet/tcp_var.h From owner-cvs-all@FreeBSD.ORG Wed Apr 11 10:37:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0876616A404; Wed, 11 Apr 2007 10:37:06 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E990A13C484; Wed, 11 Apr 2007 10:37:05 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BAb5WJ025077; Wed, 11 Apr 2007 10:37:05 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BAb5iw025076; Wed, 11 Apr 2007 10:37:05 GMT (envelope-from lwhsu) Message-Id: <200704111037.l3BAb5iw025076@repoman.freebsd.org> From: Li-Wen Hsu Date: Wed, 11 Apr 2007 10:37: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/devel/viewvc Makefile distinfo pkg-plist ports/devel/viewvc/files patch-viewvc-install 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, 11 Apr 2007 10:37:06 -0000 lwhsu 2007-04-11 10:37:05 UTC FreeBSD ports repository Modified files: devel/viewvc Makefile distinfo pkg-plist devel/viewvc/files pkg-message.in Removed files: devel/viewvc/files patch-viewvc-install Log: - Update to 1.0.4. - Remove unnecessary FETCH_DEPENDS. - Add install of viewvc.conf and cvsgraph.conf without overwriting user modified files and save them on port deinstall. - Remove patch-viewvc-install file and pkg-message messages. PR: 111467 Submitted by: Alexander Logvinov Approved by: Jean-Baptiste Quenot (maintainer) clsung (mentor) Revision Changes Path 1.25 +3 -6 ports/devel/viewvc/Makefile 1.14 +3 -3 ports/devel/viewvc/distinfo 1.2 +0 -16 ports/devel/viewvc/files/patch-viewvc-install (dead) 1.3 +0 -7 ports/devel/viewvc/files/pkg-message.in 1.8 +4 -0 ports/devel/viewvc/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 10:51:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF5D916A405; Wed, 11 Apr 2007 10:51:20 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9826A13C46E; Wed, 11 Apr 2007 10:51:20 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BApKit028526; Wed, 11 Apr 2007 10:51:20 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BApKth028525; Wed, 11 Apr 2007 10:51:20 GMT (envelope-from keramida) Message-Id: <200704111051.l3BApKth028525@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 11 Apr 2007 10:51:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/mn_MN.UTF-8 Makefile doc/mn_MN.UTF-8/books Makefile Makefile.inc doc/mn_MN.UTF-8/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml txtfiles.ent doc/mn_MN.UTF-8/books/handbook/advanced-networking Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 10:51:20 -0000 keramida 2007-04-11 10:51:20 UTC FreeBSD doc repository Added files: mn_MN.UTF-8 Makefile mn_MN.UTF-8/books Makefile Makefile.inc mn_MN.UTF-8/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml txtfiles.ent mn_MN.UTF-8/books/handbook/advanced-networking Makefile chapter.sgml mn_MN.UTF-8/books/handbook/audit Makefile chapter.sgml mn_MN.UTF-8/books/handbook/basics Makefile chapter.sgml example-dir1.dot example-dir2.dot example-dir3.dot example-dir4.dot example-dir5.dot mn_MN.UTF-8/books/handbook/bibliography Makefile chapter.sgml mn_MN.UTF-8/books/handbook/boot Makefile chapter.sgml mn_MN.UTF-8/books/handbook/config Makefile chapter.sgml mn_MN.UTF-8/books/handbook/cutting-edge Makefile chapter.sgml mn_MN.UTF-8/books/handbook/desktop Makefile chapter.sgml mn_MN.UTF-8/books/handbook/disks Makefile chapter.sgml mn_MN.UTF-8/books/handbook/eresources Makefile chapter.sgml mn_MN.UTF-8/books/handbook/firewalls Makefile chapter.sgml mn_MN.UTF-8/books/handbook/geom Makefile chapter.sgml mn_MN.UTF-8/books/handbook/install Makefile chapter.sgml example-dir1.dot example-dir2.dot example-dir3.dot example-dir4.dot example-dir5.dot mn_MN.UTF-8/books/handbook/introduction Makefile chapter.sgml mn_MN.UTF-8/books/handbook/jails chapter.sgml mn_MN.UTF-8/books/handbook/kernelconfig Makefile chapter.sgml mn_MN.UTF-8/books/handbook/l10n Makefile chapter.sgml mn_MN.UTF-8/books/handbook/linuxemu Makefile chapter.sgml mn_MN.UTF-8/books/handbook/mac Makefile chapter.sgml mn_MN.UTF-8/books/handbook/mail Makefile chapter.sgml mn_MN.UTF-8/books/handbook/mirrors Makefile chapter.sgml mn_MN.UTF-8/books/handbook/multimedia Makefile chapter.sgml mn_MN.UTF-8/books/handbook/network-servers Makefile chapter.sgml mn_MN.UTF-8/books/handbook/pgpkeys Makefile chapter.sgml mn_MN.UTF-8/books/handbook/ports Makefile chapter.sgml mn_MN.UTF-8/books/handbook/ppp-and-slip Makefile chapter.sgml mn_MN.UTF-8/books/handbook/preface preface.sgml mn_MN.UTF-8/books/handbook/printing Makefile chapter.sgml mn_MN.UTF-8/books/handbook/security Makefile chapter.sgml mn_MN.UTF-8/books/handbook/serialcomms Makefile chapter.sgml mn_MN.UTF-8/books/handbook/users Makefile chapter.sgml mn_MN.UTF-8/books/handbook/vinum Makefile chapter.sgml mn_MN.UTF-8/books/handbook/virtualization Makefile chapter.sgml mn_MN.UTF-8/books/handbook/x11 Makefile chapter.sgml mn_MN.UTF-8/share/mk doc.local.mk mn_MN.UTF-8/share/sgml bookinfo.ent books.ent catalog freebsd.dsl l10n.ent legalnotice.sgml mailing-lists.ent mirrors-local.xsl newsgroups.ent teams.ent trademarks.ent trademarks.sgml translators.ent transtable-local.xsl transtable.xml mn_MN.UTF-8/share/sgml/glossary freebsd-glossary.sgml Log: Import a new translation of our Handbook, to the Mongolian language. The work, for this FreeBSD Handbook translation, has been done by: * Bayanzul Lodoisamba, baynaa@yahoo.com * Ganbold Tsagaankhuu, ganbold@micom.mng.net * Natsagdorj Shagdar, natsag2000@yahoo.com More documents are in the works, by the Mongolian FreeBSD doc team, and Ganbold will be acting as a liaison between them and the CVS tree for now. Note that I haven't attached this to the toplevel doc/Makefile yet, to make sure that it builds correctly on the FreeBSD cluster before I make it auto-build by our doc tinderboxen. Submitted by: Ganbold Tsagaankhuu Revision Changes Path 1.1 +13 -0 doc/mn_MN.UTF-8/Makefile (new) 1.1 +21 -0 doc/mn_MN.UTF-8/books/Makefile (new) 1.1 +7 -0 doc/mn_MN.UTF-8/books/Makefile.inc (new) 1.1 +259 -0 doc/mn_MN.UTF-8/books/handbook/Makefile (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/advanced-networking/Makefile (new) 1.1 +4583 -0 doc/mn_MN.UTF-8/books/handbook/advanced-networking/chapter.sgml (new) 1.1 +9 -0 doc/mn_MN.UTF-8/books/handbook/appendix.decl (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/audit/Makefile (new) 1.1 +675 -0 doc/mn_MN.UTF-8/books/handbook/audit/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/basics/Makefile (new) 1.1 +2383 -0 doc/mn_MN.UTF-8/books/handbook/basics/chapter.sgml (new) 1.1 +8 -0 doc/mn_MN.UTF-8/books/handbook/basics/example-dir1.dot (new) 1.1 +9 -0 doc/mn_MN.UTF-8/books/handbook/basics/example-dir2.dot (new) 1.1 +9 -0 doc/mn_MN.UTF-8/books/handbook/basics/example-dir3.dot (new) 1.1 +10 -0 doc/mn_MN.UTF-8/books/handbook/basics/example-dir4.dot (new) 1.1 +10 -0 doc/mn_MN.UTF-8/books/handbook/basics/example-dir5.dot (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/bibliography/Makefile (new) 1.1 +655 -0 doc/mn_MN.UTF-8/books/handbook/bibliography/chapter.sgml (new) 1.1 +351 -0 doc/mn_MN.UTF-8/books/handbook/book.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/boot/Makefile (new) 1.1 +804 -0 doc/mn_MN.UTF-8/books/handbook/boot/chapter.sgml (new) 1.1 +9 -0 doc/mn_MN.UTF-8/books/handbook/chapter.decl (new) 1.1 +67 -0 doc/mn_MN.UTF-8/books/handbook/chapters.ent (new) 1.1 +33 -0 doc/mn_MN.UTF-8/books/handbook/colophon.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/config/Makefile (new) 1.1 +3110 -0 doc/mn_MN.UTF-8/books/handbook/config/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/cutting-edge/Makefile (new) 1.1 +1672 -0 doc/mn_MN.UTF-8/books/handbook/cutting-edge/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/desktop/Makefile (new) 1.1 +1080 -0 doc/mn_MN.UTF-8/books/handbook/desktop/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/disks/Makefile (new) 1.1 +4051 -0 doc/mn_MN.UTF-8/books/handbook/disks/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/eresources/Makefile (new) 1.1 +1782 -0 doc/mn_MN.UTF-8/books/handbook/eresources/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/firewalls/Makefile (new) 1.1 +3032 -0 doc/mn_MN.UTF-8/books/handbook/firewalls/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/geom/Makefile (new) 1.1 +456 -0 doc/mn_MN.UTF-8/books/handbook/geom/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/install/Makefile (new) 1.1 +4957 -0 doc/mn_MN.UTF-8/books/handbook/install/chapter.sgml (new) 1.1 +8 -0 doc/mn_MN.UTF-8/books/handbook/install/example-dir1.dot (new) 1.1 +9 -0 doc/mn_MN.UTF-8/books/handbook/install/example-dir2.dot (new) 1.1 +9 -0 doc/mn_MN.UTF-8/books/handbook/install/example-dir3.dot (new) 1.1 +10 -0 doc/mn_MN.UTF-8/books/handbook/install/example-dir4.dot (new) 1.1 +10 -0 doc/mn_MN.UTF-8/books/handbook/install/example-dir5.dot (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/introduction/Makefile (new) 1.1 +880 -0 doc/mn_MN.UTF-8/books/handbook/introduction/chapter.sgml (new) 1.1 +477 -0 doc/mn_MN.UTF-8/books/handbook/jails/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/kernelconfig/Makefile (new) 1.1 +1325 -0 doc/mn_MN.UTF-8/books/handbook/kernelconfig/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/l10n/Makefile (new) 1.1 +930 -0 doc/mn_MN.UTF-8/books/handbook/l10n/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/linuxemu/Makefile (new) 1.1 +3308 -0 doc/mn_MN.UTF-8/books/handbook/linuxemu/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/mac/Makefile (new) 1.1 +2129 -0 doc/mn_MN.UTF-8/books/handbook/mac/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/mail/Makefile (new) 1.1 +2309 -0 doc/mn_MN.UTF-8/books/handbook/mail/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/mirrors/Makefile (new) 1.1 +3177 -0 doc/mn_MN.UTF-8/books/handbook/mirrors/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/multimedia/Makefile (new) 1.1 +1742 -0 doc/mn_MN.UTF-8/books/handbook/multimedia/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/network-servers/Makefile (new) 1.1 +4532 -0 doc/mn_MN.UTF-8/books/handbook/network-servers/chapter.sgml (new) 1.1 +22 -0 doc/mn_MN.UTF-8/books/handbook/pgpkeys/Makefile (new) 1.1 +55 -0 doc/mn_MN.UTF-8/books/handbook/pgpkeys/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/ports/Makefile (new) 1.1 +1350 -0 doc/mn_MN.UTF-8/books/handbook/ports/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/ppp-and-slip/Makefile (new) 1.1 +3123 -0 doc/mn_MN.UTF-8/books/handbook/ppp-and-slip/chapter.sgml (new) 1.1 +621 -0 doc/mn_MN.UTF-8/books/handbook/preface/preface.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/printing/Makefile (new) 1.1 +4932 -0 doc/mn_MN.UTF-8/books/handbook/printing/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/security/Makefile (new) 1.1 +4783 -0 doc/mn_MN.UTF-8/books/handbook/security/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/serialcomms/Makefile (new) 1.1 +2850 -0 doc/mn_MN.UTF-8/books/handbook/serialcomms/chapter.sgml (new) 1.1 +78 -0 doc/mn_MN.UTF-8/books/handbook/txtfiles.ent (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/users/Makefile (new) 1.1 +1012 -0 doc/mn_MN.UTF-8/books/handbook/users/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/vinum/Makefile (new) 1.1 +1374 -0 doc/mn_MN.UTF-8/books/handbook/vinum/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/virtualization/Makefile (new) 1.1 +507 -0 doc/mn_MN.UTF-8/books/handbook/virtualization/chapter.sgml (new) 1.1 +18 -0 doc/mn_MN.UTF-8/books/handbook/x11/Makefile (new) 1.1 +1682 -0 doc/mn_MN.UTF-8/books/handbook/x11/chapter.sgml (new) 1.1 +9 -0 doc/mn_MN.UTF-8/share/mk/doc.local.mk (new) 1.1 +21 -0 doc/mn_MN.UTF-8/share/sgml/bookinfo.ent (new) 1.1 +30 -0 doc/mn_MN.UTF-8/share/sgml/books.ent (new) 1.1 +42 -0 doc/mn_MN.UTF-8/share/sgml/catalog (new) 1.1 +273 -0 doc/mn_MN.UTF-8/share/sgml/freebsd.dsl (new) 1.1 +1931 -0 doc/mn_MN.UTF-8/share/sgml/glossary/freebsd-glossary.sgml (new) 1.1 +20 -0 doc/mn_MN.UTF-8/share/sgml/l10n.ent (new) 1.1 +49 -0 doc/mn_MN.UTF-8/share/sgml/legalnotice.sgml (new) 1.1 +440 -0 doc/mn_MN.UTF-8/share/sgml/mailing-lists.ent (new) 1.1 +28 -0 doc/mn_MN.UTF-8/share/sgml/mirrors-local.xsl (new) 1.1 +13 -0 doc/mn_MN.UTF-8/share/sgml/newsgroups.ent (new) 1.1 +56 -0 doc/mn_MN.UTF-8/share/sgml/teams.ent (new) 1.1 +401 -0 doc/mn_MN.UTF-8/share/sgml/trademarks.ent (new) 1.1 +43 -0 doc/mn_MN.UTF-8/share/sgml/trademarks.sgml (new) 1.1 +10 -0 doc/mn_MN.UTF-8/share/sgml/translators.ent (new) 1.1 +18 -0 doc/mn_MN.UTF-8/share/sgml/transtable-local.xsl (new) 1.1 +368 -0 doc/mn_MN.UTF-8/share/sgml/transtable.xml (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 10:56:58 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51B2616A404; Wed, 11 Apr 2007 10:56:58 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id B843E13C459; Wed, 11 Apr 2007 10:56:57 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l3BAuJmL004680 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 11 Apr 2007 13:56:25 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l3BAu0Pe004858; Wed, 11 Apr 2007 13:56:12 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l3BAtxUK004857; Wed, 11 Apr 2007 13:55:59 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Wed, 11 Apr 2007 13:55:59 +0300 From: Giorgos Keramidas To: Bayanzul Lodoisamba , Ganbold Tsagaankhuu , Natsagdorj Shagdar Message-ID: <20070411105559.GA4811@kobe.laptop> References: <200704111051.l3BApKth028525@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <200704111051.l3BApKth028525@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.795, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.60, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/mn_MN.UTF-8 Makefile doc/mn_MN.UTF-8/books Makefile Makefile.inc doc/mn_MN.UTF-8/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml txtfiles.ent doc/mn_MN.UTF-8/books/handbook/advanced-networking Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 10:56:58 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-04-11 10:51, Giorgos Keramidas wrote: > keramida 2007-04-11 10:51:20 UTC >=20 > FreeBSD doc repository >=20 > [...] > Import a new translation of our Handbook, to the Mongolian language. > =20 > The work, for this FreeBSD Handbook translation, has been done by: > =20 > * Bayanzul Lodoisamba, baynaa@yahoo.com > * Ganbold Tsagaankhuu, ganbold@micom.mng.net > * Natsagdorj Shagdar, natsag2000@yahoo.com > =20 > More documents are in the works, by the Mongolian FreeBSD doc > team, and Ganbold will be acting as a liaison between them and > the CVS tree for now. > =20 > Note that I haven't attached this to the toplevel doc/Makefile > yet, to make sure that it builds correctly on the FreeBSD cluster > before I make it auto-build by our doc tinderboxen. > =20 > Submitted by: Ganbold Tsagaankhuu Congratulations to Ganbold, Bayanzul and Natsagdorj for completing a huge task, like the translation of the Handbook :-) As part of the FreeBSD team, I'm thankful to you guys for bringing another translation of our documentation alive, and I'm wishing you courage and good luck with the rest of the translation work that is ahread of you. Cheers, Giorgos --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGHL6/1g+UGjGGA7YRAnNGAKCaWAVu+bL37Mcilsl2Ob16gYFaJQCfcSEI 2hLjaNvVKA+elgOYUpdoshw= =lNpm -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-cvs-all@FreeBSD.ORG Wed Apr 11 11:09:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DCE616A400; Wed, 11 Apr 2007 11:09:19 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1371E13C458; Wed, 11 Apr 2007 11:09:19 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BB9ID4032215; Wed, 11 Apr 2007 11:09:18 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BB9IgW032214; Wed, 11 Apr 2007 11:09:18 GMT (envelope-from ru) Message-Id: <200704111109.l3BB9IgW032214@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 11 Apr 2007 11:09:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Cc: Subject: cvs commit: src/sys/contrib/dev/acpica utmisc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 11:09:19 -0000 ru 2007-04-11 11:09:18 UTC FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica utmisc.c Log: Unbreak world build. Revision Changes Path 1.1.1.25 +2 -0 src/sys/contrib/dev/acpica/utmisc.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 11:29:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1013F16A401; Wed, 11 Apr 2007 11:29:26 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F025A13C487; Wed, 11 Apr 2007 11:29:25 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BBTPek035560; Wed, 11 Apr 2007 11:29:25 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BBTPn1035559; Wed, 11 Apr 2007 11:29:25 GMT (envelope-from sem) Message-Id: <200704111129.l3BBTPn1035559@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 11 Apr 2007 11:29: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 MOVED ports/databases/mysql-administrator Makefile distinfo pkg-descr pkg-plist ports/databases/mysql-administrator/files patch-mysql-administrator_source_linux_mysql-administrator X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 11:29:26 -0000 sem 2007-04-11 11:29:24 UTC FreeBSD ports repository Modified files: . MOVED Removed files: databases/mysql-administrator Makefile distinfo pkg-descr pkg-plist databases/mysql-administrator/files patch-mysql-administrator_source_linux_mysql-administrator Log: Remove databases/mysql-administrator. It's a part of MySQL Tools now and don't supported separately. Revision Changes Path 1.1348 +2 -1 ports/MOVED 1.32 +0 -85 ports/databases/mysql-administrator/Makefile (dead) 1.9 +0 -3 ports/databases/mysql-administrator/distinfo (dead) 1.2 +0 -8 ports/databases/mysql-administrator/files/patch-mysql-administrator_source_linux_mysql-administrator (dead) 1.2 +0 -13 ports/databases/mysql-administrator/pkg-descr (dead) 1.9 +0 -240 ports/databases/mysql-administrator/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 11:34:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 695FA16A403; Wed, 11 Apr 2007 11:34:20 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3F7B513C4CE; Wed, 11 Apr 2007 11:34:20 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BBYKvj037009; Wed, 11 Apr 2007 11:34:20 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BBYKaQ037008; Wed, 11 Apr 2007 11:34:20 GMT (envelope-from sem) Message-Id: <200704111134.l3BBYKaQ037008@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 11 Apr 2007 11:34: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, 11 Apr 2007 11:34:20 -0000 sem 2007-04-11 11:34:20 UTC FreeBSD ports repository Modified files: . modules Log: remove databases/mysql-administrator Revision Changes Path 1.17841 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 11 11:42:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D315E16A401; Wed, 11 Apr 2007 11:42:39 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C10C113C469; Wed, 11 Apr 2007 11:42:39 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BBgYCP038230; Wed, 11 Apr 2007 11:42:34 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BBgYTl038229; Wed, 11 Apr 2007 11:42:34 GMT (envelope-from bsam) Message-Id: <200704111142.l3BBgYTl038229@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 11 Apr 2007 11:42: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/emulators/linux_base-fc6 Makefile pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 11:42:39 -0000 bsam 2007-04-11 11:42:34 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc6 Makefile pkg-install Log: *** ATTENTION *** DANGER *** EXPERIMENTAL PORT *** YOU HAVE BEEN WARNED *** 1. Add a check if linuxulator is (kld)loaded. IGNORE otherwise. Before this commit the port compared compat.linux.osrelease with 2.4.2 and was IGNOREd if those values are equal. In case linuxulator is *not* loaded, the port proceeded to install, to load linuxulator and to use... compat.linux.osrelease=2.4.2! The port as is doesn't proceed (without linuxulator loaded or if compat.linux.osrelease is equal to 2.4.2) even for "make fetch". Imho that's OK, because it won't let automated tasks to load unneccessary distros, while a human administrator should know what to do by hand. ;-) BTW, I'm not sure but may be it'a be a good idea to use IGNORE if (FreeBSD) OSVERSION < (say) 700037... 2. Apply the same tests for packages. 3. Bump PORTREVISION. Enjoy. ;-) Revision Changes Path 1.28 +5 -3 ports/emulators/linux_base-fc6/Makefile 1.7 +8 -0 ports/emulators/linux_base-fc6/pkg-install From owner-cvs-all@FreeBSD.ORG Wed Apr 11 11:47:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 200BA16A402; Wed, 11 Apr 2007 11:47:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DA4EC13C4B7; Wed, 11 Apr 2007 11:47:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BBlMdi038690; Wed, 11 Apr 2007 11:47:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BBlMMT038689; Wed, 11 Apr 2007 11:47:22 GMT (envelope-from miwi) Message-Id: <200704111147.l3BBlMMT038689@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 11:47:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/ipbt 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, 11 Apr 2007 11:47:23 -0000 miwi 2007-04-11 11:47:22 UTC FreeBSD ports repository Modified files: misc/ipbt distinfo Log: - File was rerolled for a small bugfix. Notes from author: Tighten up portability of code in a few places... Submitted by: pointyhat via kris Approved by: maintainer Revision Changes Path 1.8 +3 -3 ports/misc/ipbt/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 12:07:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90AF916A402; Wed, 11 Apr 2007 12:07:40 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id 06A1613C46E; Wed, 11 Apr 2007 12:07:40 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 8253968FEE8; Wed, 11 Apr 2007 12:38:50 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 27E9F69027A; Wed, 11 Apr 2007 12:38:50 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local (87-196-29-209.net.novis.pt [87.196.29.209]) by core.fnop.net (Postfix) with ESMTP id A1D6E68FEE8; Wed, 11 Apr 2007 12:38:48 +0100 (WEST) Message-ID: <461CC925.5090400@fnop.net> Date: Wed, 11 Apr 2007 12:40:21 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0b2 (Macintosh/20070116) MIME-Version: 1.0 To: Pyun YongHyeon References: <200704110047.l3B0lTcE093763@repoman.freebsd.org> In-Reply-To: <200704110047.l3B0lTcE093763@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/msk if_msk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 12:07:40 -0000 Pyun YongHyeon wrote: > yongari 2007-04-11 00:47:29 UTC > > FreeBSD src repository > > Modified files: > sys/dev/msk if_msk.c > Log: > Add work around for hardware Tx checksum offload bug in Yukon II. > Yukon II generated corrupted TCP checksum for short TCP packets > that's less than 60 bytes in size(e.g. window probe packet, pure ACK > packet etc). Padding the frame with zeros to make the frame minimum > ethernet frame size didn't work at all. Instead of dropping Tx > checksum offload support we calculate TCP checksum with S/W method > when we encounter short TCP frames. > Fortunately it seems that short UDP datagrams appear to be handled > correctly by Yukon II. > > While I'm here simplify ethernet/VLAN header size calculation logic. Thanks! :) -- Rui Paulo | PGP: F0E4 C7C7 1653 79B7 78DC DD73 64FA B2C6 CF45 1F84 From owner-cvs-all@FreeBSD.ORG Wed Apr 11 12:10:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79EB416A408; Wed, 11 Apr 2007 12:10:20 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 50D1A13C457; Wed, 11 Apr 2007 12:10:20 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BCAKgG043174; Wed, 11 Apr 2007 12:10:20 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BCAKRB043173; Wed, 11 Apr 2007 12:10:20 GMT (envelope-from bsam) Message-Id: <200704111210.l3BCAKRB043173@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 11 Apr 2007 12:10: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/emulators/linux_base-fc6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 12:10:20 -0000 bsam 2007-04-11 12:10:19 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc6 Makefile Log: ${ECHO} -> ${ECHO_CMD} Suggested by: rafan Revision Changes Path 1.29 +1 -1 ports/emulators/linux_base-fc6/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 12:21:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC4C716A402; Wed, 11 Apr 2007 12:21:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A363813C458; Wed, 11 Apr 2007 12:21:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BCLhmp045413; Wed, 11 Apr 2007 12:21:43 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BCLhoF045412; Wed, 11 Apr 2007 12:21:43 GMT (envelope-from danfe) Message-Id: <200704111221.l3BCLhoF045412@repoman.freebsd.org> From: Alexey Dokuchaev Date: Wed, 11 Apr 2007 12:21: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/sysutils/sleuthkit 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, 11 Apr 2007 12:21:43 -0000 danfe 2007-04-11 12:21:43 UTC FreeBSD ports repository Modified files: sysutils/sleuthkit Makefile distinfo pkg-plist Log: Update to version 2.08. Revision Changes Path 1.16 +5 -4 ports/sysutils/sleuthkit/Makefile 1.11 +3 -3 ports/sysutils/sleuthkit/distinfo 1.7 +88 -0 ports/sysutils/sleuthkit/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 12:26:24 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F081B16A402; Wed, 11 Apr 2007 12:26:23 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.179]) by mx1.freebsd.org (Postfix) with ESMTP id 7928613C4BB; Wed, 11 Apr 2007 12:26:23 +0000 (UTC) (envelope-from max@love2party.net) Received: from [88.64.189.189] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1Hbbu13Ryz-00041i; Wed, 11 Apr 2007 14:26:22 +0200 From: Max Laier Organization: FreeBSD To: cvs-doc@freebsd.org Date: Wed, 11 Apr 2007 14:26:08 +0200 User-Agent: KMail/1.9.5 References: <200704110613.l3B6DVhm067294@repoman.freebsd.org> In-Reply-To: <200704110613.l3B6DVhm067294@repoman.freebsd.org> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1640038.BSORzYk7MT"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200704111426.19767.max@love2party.net> X-Provags-ID: V01U2FsdGVkX1/0lCZNbCdP/VKhmQkvhN+kShJW/ORTzfRN5KS A23igBFNuWFbWuuEiO0ufMqpGhe76KB9r3adC4lI4lBN2otkiQ 4yfFUx2mH0wnWV2CDKNlg== Cc: doc-committers@freebsd.org, cvs-all@freebsd.org, Brad Davis Subject: Re: cvs commit: www/share/sgml news.xml www/en/news/status Makefile README report-2006-10-2005-12.xml report-2007-jan-2007-mar.xml report-apr-2006-jun-2006.xml report-august-2001.xml report-dec-2001-jan-2002.xml report-feb-2002-apr-2002.xml report-jan-2003-feb-2003.xml report-jan-2004-feb-2004.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, 11 Apr 2007 12:26:24 -0000 --nextPart1640038.BSORzYk7MT Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 11 April 2007 08:13, Brad Davis wrote: > brd 2007-04-11 06:13:31 UTC > Log: > Clean up the status reports so that the format makes sense. Didn't this just kill all external links to the status reports? Not sure=20 how relevant links to old reports are, but still. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1640038.BSORzYk7MT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBGHNPrXyyEoT62BG0RAh2MAJ9tmD1PmxbowA4NDTQKrbCpEkpRKwCdF/GD 6xvOYqL/sTBBvrJawyys9mE= =RLLN -----END PGP SIGNATURE----- --nextPart1640038.BSORzYk7MT-- From owner-cvs-all@FreeBSD.ORG Wed Apr 11 12:31:03 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E228516A403; Wed, 11 Apr 2007 12:31:03 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 61AA513C465; Wed, 11 Apr 2007 12:31:02 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id l3BCV1po091696; Wed, 11 Apr 2007 14:31:01 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.8/8.13.8) with ESMTP id l3BCVFc0009672; Wed, 11 Apr 2007 14:31:15 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.8/8.13.8/Submit) id l3BCVEXI009671; Wed, 11 Apr 2007 14:31:14 +0200 (CEST) (envelope-from marc) Date: Wed, 11 Apr 2007 14:31:14 +0200 From: Marc Fonvieille To: Giorgos Keramidas Message-ID: <20070411123114.GA4921@gothic.blackend.org> References: <200704111051.l3BApKth028525@repoman.freebsd.org> <20070411105559.GA4811@kobe.laptop> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ADZbWkCsHQ7r3kzd" Content-Disposition: inline In-Reply-To: <20070411105559.GA4811@kobe.laptop> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-doc@freebsd.org, Natsagdorj Shagdar , Bayanzul Lodoisamba , cvs-all@freebsd.org, Ganbold Tsagaankhuu , doc-committers@freebsd.org Subject: Re: cvs commit: doc/mn_MN.UTF-8 Makefile doc/mn_MN.UTF-8/books Makefile Makefile.inc doc/mn_MN.UTF-8/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml txtfiles.ent doc/mn_MN.UTF-8/books/handbook/advanced-networking Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 12:31:04 -0000 --ADZbWkCsHQ7r3kzd Content-Type: multipart/mixed; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 11, 2007 at 01:55:59PM +0300, Giorgos Keramidas wrote: > On 2007-04-11 10:51, Giorgos Keramidas wrote: > > keramida 2007-04-11 10:51:20 UTC > >=20 > > FreeBSD doc repository > >=20 > > [...] > > Import a new translation of our Handbook, to the Mongolian language. > > =20 > > The work, for this FreeBSD Handbook translation, has been done by: > > =20 > > * Bayanzul Lodoisamba, baynaa@yahoo.com > > * Ganbold Tsagaankhuu, ganbold@micom.mng.net > > * Natsagdorj Shagdar, natsag2000@yahoo.com > > =20 > > More documents are in the works, by the Mongolian FreeBSD doc > > team, and Ganbold will be acting as a liaison between them and > > the CVS tree for now. > > =20 > > Note that I haven't attached this to the toplevel doc/Makefile > > yet, to make sure that it builds correctly on the FreeBSD cluster > > before I make it auto-build by our doc tinderboxen. The attached diff is required to make it build. --=20 Marc --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="z.diff" Content-Transfer-Encoding: quoted-printable Index: books/handbook/book.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/dcvs/doc/mn_MN.UTF-8/books/handbook/book.sgml,v retrieving revision 1.1 diff -u -r1.1 book.sgml --- books/handbook/book.sgml 11 Apr 2007 10:51:15 -0000 1.1 +++ books/handbook/book.sgml 11 Apr 2007 12:28:14 -0000 @@ -7,7 +7,7 @@ --> =20 + %books.ent; %chapters; Index: share/sgml/catalog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/dcvs/doc/mn_MN.UTF-8/share/sgml/catalog,v retrieving revision 1.1 diff -u -r1.1 catalog --- share/sgml/catalog 11 Apr 2007 10:51:19 -0000 1.1 +++ share/sgml/catalog 11 Apr 2007 12:28:15 -0000 @@ -12,12 +12,12 @@ -- .....................................................................= =2E -- -- Original revision: 1.5 -- $FreeBSD: doc/mn_MN.UTF-8/share/sgml/catalog,v 1.1 2007/04/11 10:51:1= 9 keramida Exp $ - -- .....................................................................= =2E -- + -- =20 PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" "freebsd.dsl" =20 -PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN" +PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//MN" "books.ent" =20 PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//MN" --Kj7319i9nmIyA2yE-- --ADZbWkCsHQ7r3kzd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFGHNURzQ9RwE+OdOgRAp94AKDV/g5JSon49vJftqzq3h3U2w//5ACgoWdB 4vqnNg2U57OfchfWVWsH+rg= =l8DJ -----END PGP SIGNATURE----- --ADZbWkCsHQ7r3kzd-- From owner-cvs-all@FreeBSD.ORG Wed Apr 11 12:46:52 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35DF716A473; Wed, 11 Apr 2007 12:46:52 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9E55113C465; Wed, 11 Apr 2007 12:46:51 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l3BCkIs7011410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 11 Apr 2007 15:46:25 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l3BCjxq6005900; Wed, 11 Apr 2007 15:46:11 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l3BCjwnH005899; Wed, 11 Apr 2007 15:45:59 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Wed, 11 Apr 2007 15:45:58 +0300 From: Giorgos Keramidas To: Marc Fonvieille Message-ID: <20070411124558.GB5678@kobe.laptop> References: <200704111051.l3BApKth028525@repoman.freebsd.org> <20070411105559.GA4811@kobe.laptop> <20070411123114.GA4921@gothic.blackend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411123114.GA4921@gothic.blackend.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.796, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.60, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-doc@freebsd.org, Natsagdorj Shagdar , Bayanzul Lodoisamba , cvs-all@freebsd.org, Ganbold Tsagaankhuu , doc-committers@freebsd.org Subject: Re: cvs commit: doc/mn_MN.UTF-8 Makefile doc/mn_MN.UTF-8/books Makefile Makefile.inc doc/mn_MN.UTF-8/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml txtfiles.ent doc/mn_MN.UTF-8/books/handbook/advanced-networking Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 12:46:52 -0000 On 2007-04-11 14:31, Marc Fonvieille wrote: > > keramida 2007-04-11 10:51:20 UTC > > > > FreeBSD doc repository > > > > [...] > > Import a new translation of our Handbook, to the Mongolian language. > > > > The work, for this FreeBSD Handbook translation, has been done by: > > > > * Bayanzul Lodoisamba, baynaa@yahoo.com > > * Ganbold Tsagaankhuu, ganbold@micom.mng.net > > * Natsagdorj Shagdar, natsag2000@yahoo.com > > > > More documents are in the works, by the Mongolian FreeBSD doc > > team, and Ganbold will be acting as a liaison between them and > > the CVS tree for now. > > > > Note that I haven't attached this to the toplevel doc/Makefile > > yet, to make sure that it builds correctly on the FreeBSD cluster > > before I make it auto-build by our doc tinderboxen. > > The attached diff is required to make it build. Thanks Marc. You're much faster than me :) Please feel free to commit it. > Index: books/handbook/book.sgml > =================================================================== > RCS file: /home/dcvs/doc/mn_MN.UTF-8/books/handbook/book.sgml,v > retrieving revision 1.1 > diff -u -r1.1 book.sgml > --- books/handbook/book.sgml 11 Apr 2007 10:51:15 -0000 1.1 > +++ books/handbook/book.sgml 11 Apr 2007 12:28:14 -0000 > @@ -7,7 +7,7 @@ > --> > > - > + > %books.ent; > > %chapters; > Index: share/sgml/catalog > =================================================================== > RCS file: /home/dcvs/doc/mn_MN.UTF-8/share/sgml/catalog,v > retrieving revision 1.1 > diff -u -r1.1 catalog > --- share/sgml/catalog 11 Apr 2007 10:51:19 -0000 1.1 > +++ share/sgml/catalog 11 Apr 2007 12:28:15 -0000 > @@ -12,12 +12,12 @@ > -- ...................................................................... -- > -- Original revision: 1.5 > -- $FreeBSD: doc/mn_MN.UTF-8/share/sgml/catalog,v 1.1 2007/04/11 10:51:19 keramida Exp $ > - -- ...................................................................... -- > + -- > > PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" > "freebsd.dsl" > > -PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN" > +PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//MN" > "books.ent" > > PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//MN" From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:01:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C91516A402; Wed, 11 Apr 2007 13:01:15 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 46B6E13C480; Wed, 11 Apr 2007 13:01:15 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BD1FAo062825; Wed, 11 Apr 2007 13:01:15 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BD1EjO062823; Wed, 11 Apr 2007 13:01:14 GMT (envelope-from bland) Message-Id: <200704111301.l3BD1EjO062823@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 11 Apr 2007 13:01: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-themes/gtk-engines2 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, 11 Apr 2007 13:01:15 -0000 bland 2007-04-11 13:01:14 UTC FreeBSD ports repository Modified files: x11-themes/gtk-engines2 Makefile distinfo pkg-plist Log: Update to 2.10.1 Revision Changes Path 1.65 +1 -1 ports/x11-themes/gtk-engines2/Makefile 1.24 +3 -3 ports/x11-themes/gtk-engines2/distinfo 1.19 +17 -0 ports/x11-themes/gtk-engines2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:06:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A602C16A402; Wed, 11 Apr 2007 13:06:06 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 80EDE13C48A; Wed, 11 Apr 2007 13:06:06 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BD66UP064938; Wed, 11 Apr 2007 13:06:06 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BD667S064937; Wed, 11 Apr 2007 13:06:06 GMT (envelope-from stas) Message-Id: <200704111306.l3BD667S064937@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 11 Apr 2007 13: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/etc services X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 13:06:06 -0000 stas 2007-04-11 13:06:06 UTC FreeBSD src repository (ports committer) Modified files: etc services Log: - Sync service names with IANA (http://www.iana.org/assignments/port-numbers). The registration names for 5222(tcp,udp) and 5269(tcp,udp) was changed to xmpp-client and xmpp-server correspondingly. This inconsistency causes problems to applications developed on other systems, as they tries to use port numbers from /etc/services as fallback. PR: conf/100606 Submitted by: Ralph Meijer Approved by: maxim MFC after: 1 week Revision Changes Path 1.104 +4 -4 src/etc/services From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:08:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C2A716A412; Wed, 11 Apr 2007 13:08:02 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3417A13C48A; Wed, 11 Apr 2007 13:08:02 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BD811N065070; Wed, 11 Apr 2007 13:08:01 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BD81ix065069; Wed, 11 Apr 2007 13:08:01 GMT (envelope-from bland) Message-Id: <200704111308.l3BD81ix065069@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 11 Apr 2007 13:08:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-desktop 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, 11 Apr 2007 13:08:02 -0000 bland 2007-04-11 13:08:01 UTC FreeBSD ports repository Modified files: x11/gnome-desktop Makefile distinfo pkg-plist Log: Update to 2.18.1 Revision Changes Path 1.59 +1 -1 ports/x11/gnome-desktop/Makefile 1.44 +3 -3 ports/x11/gnome-desktop/distinfo 1.38 +8 -0 ports/x11/gnome-desktop/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:20:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B0D516A402; Wed, 11 Apr 2007 13:20:44 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6667C13C4BA; Wed, 11 Apr 2007 13:20:44 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDKiST066813; Wed, 11 Apr 2007 13:20:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDKi2v066812; Wed, 11 Apr 2007 13:20:44 GMT (envelope-from marcus) Message-Id: <200704111320.l3BDKi2v066812@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 13:20: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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 13:20:44 -0000 marcus 2007-04-11 13:20:44 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gnome2 Makefile distinfo Log: Update to 2.18.2. Revision Changes Path 1.92 +1 -1 ports/x11-toolkits/py-gnome2/Makefile 1.40 +3 -3 ports/x11-toolkits/py-gnome2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:25:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 847FF16A408; Wed, 11 Apr 2007 13:25:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7397413C44C; Wed, 11 Apr 2007 13:25:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDPB2D068140; Wed, 11 Apr 2007 13:25:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDPBYJ068139; Wed, 11 Apr 2007 13:25:11 GMT (envelope-from miwi) Message-Id: <200704111325.l3BDPBYJ068139@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 13:25: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/otrs Makefile distinfo pkg-plist ports/devel/otrs/files patch-bin-SetPermissions.sh 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, 11 Apr 2007 13:25:11 -0000 miwi 2007-04-11 13:25:11 UTC FreeBSD ports repository Modified files: devel/otrs Makefile distinfo pkg-plist devel/otrs/files pkg-install.in Removed files: devel/otrs/files patch-bin-SetPermissions.sh Log: - Update to 2.1.6 - Add static UID/GID support PR: 111179 Submitted by: Nick Barkas (maintainer) Revision Changes Path 1.8 +1 -2 ports/devel/otrs/Makefile 1.3 +3 -3 ports/devel/otrs/distinfo 1.2 +0 -15 ports/devel/otrs/files/patch-bin-SetPermissions.sh (dead) 1.2 +5 -3 ports/devel/otrs/files/pkg-install.in 1.4 +2 -0 ports/devel/otrs/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:27:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC2F916A401; Wed, 11 Apr 2007 13:27:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9834A13C43E; Wed, 11 Apr 2007 13:27:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDRYJF068271; Wed, 11 Apr 2007 13:27:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDRYsB068270; Wed, 11 Apr 2007 13:27:34 GMT (envelope-from miwi) Message-Id: <200704111327.l3BDRYsB068270@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 13: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 GIDs UIDs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 13:27:34 -0000 miwi 2007-04-11 13:27:34 UTC FreeBSD ports repository Modified files: . GIDs UIDs Log: - Add UID/GID for devel/otrs Revision Changes Path 1.37 +2 -1 ports/GIDs 1.41 +2 -1 ports/UIDs From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:33:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97CFB16A407; Wed, 11 Apr 2007 13:33:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6ACBA13C4C8; Wed, 11 Apr 2007 13:33:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDX0QB069384; Wed, 11 Apr 2007 13:33:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDX0j8069383; Wed, 11 Apr 2007 13:33:00 GMT (envelope-from marcus) Message-Id: <200704111333.l3BDX0j8069383@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 13:33:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-screensaver 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, 11 Apr 2007 13:33:00 -0000 marcus 2007-04-11 13:32:59 UTC FreeBSD ports repository Modified files: x11/gnome-screensaver Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.23 +1 -1 ports/x11/gnome-screensaver/Makefile 1.15 +3 -3 ports/x11/gnome-screensaver/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:37:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60A7416A400; Wed, 11 Apr 2007 13:37:44 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2AC13C43E; Wed, 11 Apr 2007 13:37:44 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDbi2U069964; Wed, 11 Apr 2007 13:37:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDbiTe069963; Wed, 11 Apr 2007 13:37:44 GMT (envelope-from marcus) Message-Id: <200704111337.l3BDbiTe069963@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 13:37:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/zenity 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, 11 Apr 2007 13:37:44 -0000 marcus 2007-04-11 13:37:44 UTC FreeBSD ports repository Modified files: x11/zenity Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.31 +1 -1 ports/x11/zenity/Makefile 1.25 +3 -3 ports/x11/zenity/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:37:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD30C16A40B; Wed, 11 Apr 2007 13:37:51 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9B76513C4BE; Wed, 11 Apr 2007 13:37:51 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDbpMp069998; Wed, 11 Apr 2007 13:37:51 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDbpA7069997; Wed, 11 Apr 2007 13:37:51 GMT (envelope-from bland) Message-Id: <200704111337.l3BDbpA7069997@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 11 Apr 2007 13:37: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/gnome-panel 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, 11 Apr 2007 13:37:51 -0000 bland 2007-04-11 13:37:51 UTC FreeBSD ports repository Modified files: x11/gnome-panel Makefile distinfo pkg-plist Log: Update to 2.18.1 Revision Changes Path 1.76 +2 -2 ports/x11/gnome-panel/Makefile 1.45 +3 -3 ports/x11/gnome-panel/distinfo 1.40 +3 -0 ports/x11/gnome-panel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:39:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0112216A402; Wed, 11 Apr 2007 13:39:56 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D1BD913C480; Wed, 11 Apr 2007 13:39:55 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDdtTf070111; Wed, 11 Apr 2007 13:39:55 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDdtPu070110; Wed, 11 Apr 2007 13:39:55 GMT (envelope-from bland) Message-Id: <200704111339.l3BDdtPu070110@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 11 Apr 2007 13: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/x11-fm/nautilus 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, 11 Apr 2007 13:39:56 -0000 bland 2007-04-11 13:39:55 UTC FreeBSD ports repository Modified files: x11-fm/nautilus Makefile distinfo pkg-plist Log: - Update to 2.18.1 - Sort plist. Revision Changes Path 1.72 +1 -2 ports/x11-fm/nautilus/Makefile 1.16 +3 -3 ports/x11-fm/nautilus/distinfo 1.18 +2 -2 ports/x11-fm/nautilus/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:44:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE09A16A401; Wed, 11 Apr 2007 13:44:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA1213C455; Wed, 11 Apr 2007 13:44:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDitbx071470; Wed, 11 Apr 2007 13:44:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDitGf071469; Wed, 11 Apr 2007 13:44:55 GMT (envelope-from jhb) Message-Id: <200704111344.l3BDitGf071469@repoman.freebsd.org> From: John Baldwin Date: Wed, 11 Apr 2007 13:44: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/sys mutex.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, 11 Apr 2007 13:44:55 -0000 jhb 2007-04-11 13:44:55 UTC FreeBSD src repository Modified files: sys/sys mutex.h Log: Group the loop to acquire/release Giant with the WITNESS_SAVE/RESTORE under a single conditional. The two operations are linked, but since the link is not very direct, Coverity can't see it. Humans might also miss the link as well. So, this isn't fixing any actual bugs, just improving readability. CID: 1787 (likely others as well) Found by: Coverity Prevent (tm) Revision Changes Path 1.95 +10 -8 src/sys/sys/mutex.h From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:47:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5F6516A400; Wed, 11 Apr 2007 13:47:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8306913C4C6; Wed, 11 Apr 2007 13:47:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDlP49071631; Wed, 11 Apr 2007 13:47:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDlPCe071630; Wed, 11 Apr 2007 13:47:25 GMT (envelope-from jhb) Message-Id: <200704111347.l3BDlPCe071630@repoman.freebsd.org> From: John Baldwin Date: Wed, 11 Apr 2007 13:47:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb/sys mvec.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, 11 Apr 2007 13:47:25 -0000 jhb 2007-04-11 13:47:24 UTC FreeBSD src repository Modified files: sys/dev/cxgb/sys mvec.h Log: Fix m_freem_vec() to actually traverse the mbuf chain. This avoids double free's and an infinite loop. CID: 1834 Found by: Coverity Prevent (tm) Revision Changes Path 1.3 +1 -0 src/sys/dev/cxgb/sys/mvec.h From owner-cvs-all@FreeBSD.ORG Wed Apr 11 13:57:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1874716A401; Wed, 11 Apr 2007 13:57:29 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E9DAF13C457; Wed, 11 Apr 2007 13:57:28 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BDvS46073206; Wed, 11 Apr 2007 13:57:28 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BDvSDg073205; Wed, 11 Apr 2007 13:57:28 GMT (envelope-from sem) Message-Id: <200704111357.l3BDvSDg073205@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 11 Apr 2007 13:57:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mico 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, 11 Apr 2007 13:57:29 -0000 sem 2007-04-11 13:57:28 UTC FreeBSD ports repository Modified files: devel/mico Makefile pkg-plist Log: - Get rid of 4.x hacks. Revision Changes Path 1.93 +2 -10 ports/devel/mico/Makefile 1.32 +0 -1 ports/devel/mico/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:04:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98DF616A402; Wed, 11 Apr 2007 14:04:22 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8E15813C45E; Wed, 11 Apr 2007 14:04:22 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BE4Ml2075809; Wed, 11 Apr 2007 14:04:22 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BE4MlD075808; Wed, 11 Apr 2007 14:04:22 GMT (envelope-from nivit) Message-Id: <200704111404.l3BE4MlD075808@repoman.freebsd.org> From: Nicola Vitale Date: Wed, 11 Apr 2007 14:04: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/multimedia/tunapie Makefile distinfo ports/multimedia/tunapie/files patch-install.sh patch-src-TunerFrame1.py patch-src-TunerPrefs.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, 11 Apr 2007 14:04:22 -0000 nivit 2007-04-11 14:04:22 UTC FreeBSD ports repository Modified files: multimedia/tunapie Makefile distinfo multimedia/tunapie/files patch-install.sh Removed files: multimedia/tunapie/files patch-src-TunerFrame1.py patch-src-TunerPrefs.py Log: - Update to 1.4.1 Revision Changes Path 1.15 +2 -3 ports/multimedia/tunapie/Makefile 1.13 +3 -3 ports/multimedia/tunapie/distinfo 1.10 +8 -4 ports/multimedia/tunapie/files/patch-install.sh 1.7 +0 -11 ports/multimedia/tunapie/files/patch-src-TunerFrame1.py (dead) 1.7 +0 -38 ports/multimedia/tunapie/files/patch-src-TunerPrefs.py (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:08:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A13C016A406; Wed, 11 Apr 2007 14:08:43 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7FD1213C45E; Wed, 11 Apr 2007 14:08:43 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BE8hOV076006; Wed, 11 Apr 2007 14:08:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BE8h7w076005; Wed, 11 Apr 2007 14:08:43 GMT (envelope-from ru) Message-Id: <200704111408.l3BE8h7w076005@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 11 Apr 2007 14:08:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_timer.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 14:08:43 -0000 ru 2007-04-11 14:08:42 UTC FreeBSD src repository Modified files: sys/netinet tcp_timer.h Log: Make "struct tcp_timer" visible only to the kernel, and unbreak world. Revision Changes Path 1.34 +13 -12 src/sys/netinet/tcp_timer.h From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:22:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FB2316A400; Wed, 11 Apr 2007 14:22:48 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7EC2413C469; Wed, 11 Apr 2007 14:22:48 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BEMmEa078682; Wed, 11 Apr 2007 14:22:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BEMmZR078680; Wed, 11 Apr 2007 14:22:48 GMT (envelope-from ahze) Message-Id: <200704111422.l3BEMmZR078680@repoman.freebsd.org> From: Michael Johnson Date: Wed, 11 Apr 2007 14:22:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gimp-app-devel 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, 11 Apr 2007 14:22:48 -0000 ahze 2007-04-11 14:22:48 UTC FreeBSD ports repository Modified files: graphics/gimp-app-devel pkg-plist Log: Fix plist due to DOCSDIR/DATADIR change in PORTNAME Reported by: kris via pointyhat Revision Changes Path 1.94 +1223 -1223 ports/graphics/gimp-app-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:22:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF3BE16A401; Wed, 11 Apr 2007 14:22:52 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CB46013C458; Wed, 11 Apr 2007 14:22:52 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BEMqNR078732; Wed, 11 Apr 2007 14:22:52 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BEMqeW078731; Wed, 11 Apr 2007 14:22:52 GMT (envelope-from marcus) Message-Id: <200704111422.l3BEMqeW078731@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 14:22: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/editors/gedit 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, 11 Apr 2007 14:22:53 -0000 marcus 2007-04-11 14:22:52 UTC FreeBSD ports repository Modified files: editors/gedit Makefile distinfo pkg-plist Log: Update to 2.18.1. Revision Changes Path 1.62 +1 -1 ports/editors/gedit/Makefile 1.31 +3 -3 ports/editors/gedit/distinfo 1.30 +15 -4 ports/editors/gedit/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:30:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04C9116A402; Wed, 11 Apr 2007 14:30:19 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D7D6713C46A; Wed, 11 Apr 2007 14:30:18 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BEUIuZ079384; Wed, 11 Apr 2007 14:30:18 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BEUIxn079383; Wed, 11 Apr 2007 14:30:18 GMT (envelope-from acm) Message-Id: <200704111430.l3BEUIxn079383@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Wed, 11 Apr 2007 14:30: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/graphics/guilib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 14:30:19 -0000 acm 2007-04-11 14:30:18 UTC FreeBSD ports repository Modified files: graphics/guilib Makefile Log: - Fix build on all FreeBSD versions Reported by: David J Brooks Revision Changes Path 1.24 +1 -1 ports/graphics/guilib/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:42:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13A4416A402; Wed, 11 Apr 2007 14:42:27 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E77D613C465; Wed, 11 Apr 2007 14:42:26 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BEgQtM082000; Wed, 11 Apr 2007 14:42:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BEgQO7081999; Wed, 11 Apr 2007 14:42:26 GMT (envelope-from marcus) Message-Id: <200704111442.l3BEgQO7081999@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 14:42: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/sysutils/gnome-control-center 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, 11 Apr 2007 14:42:27 -0000 marcus 2007-04-11 14:42:26 UTC FreeBSD ports repository Modified files: sysutils/gnome-control-center Makefile distinfo pkg-plist Log: Update to 2.18.1. Revision Changes Path 1.97 +1 -1 ports/sysutils/gnome-control-center/Makefile 1.47 +3 -3 ports/sysutils/gnome-control-center/distinfo 1.50 +0 -25 ports/sysutils/gnome-control-center/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:52:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8C8D16A404; Wed, 11 Apr 2007 14:52:50 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8869013C45A; Wed, 11 Apr 2007 14:52:50 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BEqo3P086183; Wed, 11 Apr 2007 14:52:50 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BEqoQp086182; Wed, 11 Apr 2007 14:52:50 GMT (envelope-from marcus) Message-Id: <200704111452.l3BEqoQp086182@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 14:52: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/gnome-vfs 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, 11 Apr 2007 14:52:50 -0000 marcus 2007-04-11 14:52:50 UTC FreeBSD ports repository Modified files: devel/gnome-vfs Makefile distinfo Log: Update to 2.18.1. Revision Changes Path 1.123 +1 -1 ports/devel/gnome-vfs/Makefile 1.54 +3 -3 ports/devel/gnome-vfs/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:54:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A24E816A400; Wed, 11 Apr 2007 14:54:14 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8240313C459; Wed, 11 Apr 2007 14:54:14 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BEsEJu086595; Wed, 11 Apr 2007 14:54:14 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BEsEOr086594; Wed, 11 Apr 2007 14:54:14 GMT (envelope-from stas) Message-Id: <200704111454.l3BEsEOr086594@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 11 Apr 2007 14:54: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 Makefile ports/www/xsm 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: Wed, 11 Apr 2007 14:54:14 -0000 stas 2007-04-11 14:54:14 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xsm Makefile distinfo pkg-descr pkg-message Log: Add xsm 1.0, an eXtensible Site Manager. PR: ports/101064 Submitted by: me Revision Changes Path 1.1783 +1 -0 ports/www/Makefile 1.1 +82 -0 ports/www/xsm/Makefile (new) 1.1 +3 -0 ports/www/xsm/distinfo (new) 1.1 +24 -0 ports/www/xsm/pkg-descr (new) 1.1 +9 -0 ports/www/xsm/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:57:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8327216A401; Wed, 11 Apr 2007 14:57:53 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 647C413C448; Wed, 11 Apr 2007 14:57:53 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BEvrPB086779; Wed, 11 Apr 2007 14:57:53 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BEvrw7086778; Wed, 11 Apr 2007 14:57:53 GMT (envelope-from stas) Message-Id: <200704111457.l3BEvrw7086778@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 11 Apr 2007 14: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: 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, 11 Apr 2007 14:57:53 -0000 stas 2007-04-11 14:57:53 UTC FreeBSD ports repository Modified files: . modules Log: - Add module entry for ports/www/xsm. Revision Changes Path 1.17842 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 11 15:02:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40AF716A421; Wed, 11 Apr 2007 15:02:48 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 342ED13C44C; Wed, 11 Apr 2007 15:02:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BF2k8l087763; Wed, 11 Apr 2007 15:02:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BF2kS6087762; Wed, 11 Apr 2007 15:02:46 GMT (envelope-from marcus) Message-Id: <200704111502.l3BF2kS6087762@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 15:02:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/gnome-system-monitor 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, 11 Apr 2007 15:02:48 -0000 marcus 2007-04-11 15:02:45 UTC FreeBSD ports repository Modified files: sysutils/gnome-system-monitor Makefile distinfo Log: Update to 2.18.1.1. Revision Changes Path 1.76 +1 -1 ports/sysutils/gnome-system-monitor/Makefile 1.39 +3 -3 ports/sysutils/gnome-system-monitor/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 15:06:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 946BC16A409; Wed, 11 Apr 2007 15:06:03 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5919213C500; Wed, 11 Apr 2007 15:06:03 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BF63lp090359; Wed, 11 Apr 2007 15:06:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BF63cU090358; Wed, 11 Apr 2007 15:06:03 GMT (envelope-from marcus) Message-Id: <200704111506.l3BF63cU090358@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 15:06: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/databases/evolution-data-server/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 15:06:03 -0000 marcus 2007-04-11 15:06:02 UTC FreeBSD ports repository Modified files: databases/evolution-data-server/files patch-configure Log: Remove some bits from this patch that are handled by post-patch. Reported by: julien maatouk Revision Changes Path 1.7 +0 -18 ports/databases/evolution-data-server/files/patch-configure From owner-cvs-all@FreeBSD.ORG Wed Apr 11 15:24:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74B6C16A401; Wed, 11 Apr 2007 15:24:58 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5697413C45B; Wed, 11 Apr 2007 15:24:58 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BFOwu2093410; Wed, 11 Apr 2007 15:24:58 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BFOwia093409; Wed, 11 Apr 2007 15:24:58 GMT (envelope-from ru) Message-Id: <200704111524.l3BFOwia093409@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 11 Apr 2007 15:24: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/release Makefile.inc.docports X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 15:24:58 -0000 ru 2007-04-11 15:24:58 UTC FreeBSD src repository Modified files: release Makefile.inc.docports Log: Fix doc.1 build when NOPORTS is defined. This includes the following ports tree changes: - libtool13 removed. - pkgconfig moved to pkg-config. - Default dependency for USE_GHOSTSCRIPT changed from ghostscript-gnu to ghostscript-gpl. - Also added missing docproj dependencies. Reported by: Dmitriy Kirhlarov Submitted by: sem, ru MFC after: 3 days Revision Changes Path 1.27 +6 -4 src/release/Makefile.inc.docports From owner-cvs-all@FreeBSD.ORG Wed Apr 11 15:35:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7225D16A401; Wed, 11 Apr 2007 15:35:26 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5337913C483; Wed, 11 Apr 2007 15:35:26 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BFZQoM095172; Wed, 11 Apr 2007 15:35:26 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BFZQ6H095171; Wed, 11 Apr 2007 15:35:26 GMT (envelope-from ume) Message-Id: <200704111535.l3BFZQ6H095171@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 11 Apr 2007 15:35: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/textproc/scim-openvanilla 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, 11 Apr 2007 15:35:26 -0000 ume 2007-04-11 15:35:26 UTC FreeBSD ports repository Modified files: textproc/scim-openvanilla Makefile pkg-plist Log: Fix plist after upgrading scim to 1.4.5. scim-1.4.5 appended its version to the moduledir in scim.pc. Approved by: maintainer timeout Revision Changes Path 1.5 +1 -1 ports/textproc/scim-openvanilla/Makefile 1.3 +3 -4 ports/textproc/scim-openvanilla/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 15:37:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3632D16A403; Wed, 11 Apr 2007 15:37:38 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1728013C4AD; Wed, 11 Apr 2007 15:37:38 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BFbbo4095267; Wed, 11 Apr 2007 15:37:37 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BFbbJV095266; Wed, 11 Apr 2007 15:37:37 GMT (envelope-from bmah) Message-Id: <200704111537.l3BFbbJV095266@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 11 Apr 2007 15:37: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/release/doc/en_US.ISO8859-1/relnotes 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: Wed, 11 Apr 2007 15:37:38 -0000 bmah 2007-04-11 15:37:37 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release notes: kern.hostuuid, trunk(4), sg (+MFC), truss(1) uses ptrace(2), uuidgen(1) moved to /bin. Modified release notes: ZFS manpage update and pc98 support, fix markup in KSE note. Revision Changes Path 1.1013 +27 -2 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 15:40:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0B1B16A401; Wed, 11 Apr 2007 15:40:45 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C24EC13C458; Wed, 11 Apr 2007 15:40:45 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BFejFH095445; Wed, 11 Apr 2007 15:40:45 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BFejiW095444; Wed, 11 Apr 2007 15:40:45 GMT (envelope-from stas) Message-Id: <200704111540.l3BFejiW095444@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 11 Apr 2007 15: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/devel/fga 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, 11 Apr 2007 15:40:46 -0000 stas 2007-04-11 15:40:45 UTC FreeBSD ports repository Modified files: devel/fga Makefile distinfo Log: - Update to 1.0.4 Changelog: * code cleanup. PR: ports/111479 Submitted by: clsung Revision Changes Path 1.4 +1 -1 ports/devel/fga/Makefile 1.4 +3 -3 ports/devel/fga/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 15:45:43 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2CCA16A401; Wed, 11 Apr 2007 15:45:43 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.38.206.180]) by mx1.freebsd.org (Postfix) with ESMTP id 88E4C13C459; Wed, 11 Apr 2007 15:45:43 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id 0DA678FCD7; Wed, 11 Apr 2007 09:23:17 -0600 (MDT) Date: Wed, 11 Apr 2007 09:23:17 -0600 From: Brad Davis To: Max Laier Message-ID: <20070411152317.GB72247@valentine.liquidneon.com> References: <200704110613.l3B6DVhm067294@repoman.freebsd.org> <200704111426.19767.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704111426.19767.max@love2party.net> User-Agent: Mutt/1.4.2.1i Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/share/sgml news.xml www/en/news/status Makefile README report-2006-10-2005-12.xml report-2007-jan-2007-mar.xml report-apr-2006-jun-2006.xml report-august-2001.xml report-dec-2001-jan-2002.xml report-feb-2002-apr-2002.xml report-jan-2003-feb-2003.xml report-jan-2004-feb-2004.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, 11 Apr 2007 15:45:43 -0000 On Wed, Apr 11, 2007 at 02:26:08PM +0200, Max Laier wrote: > On Wednesday 11 April 2007 08:13, Brad Davis wrote: > > brd 2007-04-11 06:13:31 UTC > > Log: > > Clean up the status reports so that the format makes sense. > > Didn't this just kill all external links to the status reports? Not sure > how relevant links to old reports are, but still. Yeah. Brueffer pointed that out and so Simon created a symlink for the old name. Regards, Brad Davis From owner-cvs-all@FreeBSD.ORG Wed Apr 11 15:58:37 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBDB916A403; Wed, 11 Apr 2007 15:58:37 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9CECF13C45E; Wed, 11 Apr 2007 15:58:37 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BFwb2Q098590; Wed, 11 Apr 2007 15:58:37 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BFwbR8098589; Wed, 11 Apr 2007 15:58:37 GMT (envelope-from stas) Message-Id: <200704111558.l3BFwbR8098589@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 11 Apr 2007 15:58: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/etc services X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 15:58:37 -0000 stas 2007-04-11 15:58:36 UTC FreeBSD src repository (ports committer) Modified files: etc services Log: - Add IANA assigned port for amanda server control over tcp. The current misc/amanda-server code uses it. PR: conf/111050 Submitted by: Charles Sprickman Approved by: maxim MFC after: 1 week Revision Changes Path 1.105 +1 -0 src/etc/services From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:02:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EAEF16A409; Wed, 11 Apr 2007 16:02:05 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 704C813C465; Wed, 11 Apr 2007 16:02:05 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BG25iq099451; Wed, 11 Apr 2007 16:02:05 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BG25fs099449; Wed, 11 Apr 2007 16:02:05 GMT (envelope-from stas) Message-Id: <200704111602.l3BG25fs099449@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 11 Apr 2007 16:02: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/etc services X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:02:05 -0000 stas 2007-04-11 16:02:05 UTC FreeBSD src repository (ports committer) Modified files: etc services Log: - Add IANA-assigned ports for HP status & services daemon and I/O backend daemon. The FreeBSD port print/hplip currently provides these services. PR: conf/99593 Submitted by: Anish Mistry Approved by: maxim MFC after: 1 week Revision Changes Path 1.106 +4 -0 src/etc/services From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:08:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFBE016A400; Wed, 11 Apr 2007 16:08:18 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5C18913C465; Wed, 11 Apr 2007 16:08:18 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BG8IHl001449; Wed, 11 Apr 2007 16:08:18 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BG8IbO001448; Wed, 11 Apr 2007 16:08:18 GMT (envelope-from joerg) Message-Id: <200704111608.l3BG8IbO001448@repoman.freebsd.org> From: Joerg Wunsch Date: Wed, 11 Apr 2007 16:08:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/avr-gcc Makefile ports/devel/avr-gcc/files patch-newdevices X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:08:18 -0000 joerg 2007-04-11 16:08:18 UTC FreeBSD ports repository Modified files: devel/avr-gcc Makefile devel/avr-gcc/files patch-newdevices Log: Minor fix for AT90USB* devices. Submitted by: Anatoly Sokolov Also spell-fix `PORTREVISION' *blush*. Revision Changes Path 1.60 +1 -1 ports/devel/avr-gcc/Makefile 1.16 +10 -9 ports/devel/avr-gcc/files/patch-newdevices From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:18:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 599A916A401; Wed, 11 Apr 2007 16:18:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 301A713C4C1; Wed, 11 Apr 2007 16:18:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGIKPH002995; Wed, 11 Apr 2007 16:18:20 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGIJxY002994; Wed, 11 Apr 2007 16:18:19 GMT (envelope-from mezz) Message-Id: <200704111618.l3BGIJxY002994@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 11 Apr 2007 16:18: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/multimedia/transcode Makefile ports/multimedia/mpeg4ip/files patch-fix_with_new_ffmpeg X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:18:20 -0000 mezz 2007-04-11 16:18:19 UTC FreeBSD ports repository Modified files: multimedia/transcode Makefile Added files: multimedia/mpeg4ip/files patch-fix_with_new_ffmpeg Log: Fix the build with new ffmpeg. Reported by: many Submitted by: bms Revision Changes Path 1.1 +22 -0 ports/multimedia/mpeg4ip/files/patch-fix_with_new_ffmpeg (new) 1.85 +5 -3 ports/multimedia/transcode/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:20:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 866B516A402; Wed, 11 Apr 2007 16:20:42 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6712213C44B; Wed, 11 Apr 2007 16:20:42 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGKg0P003221; Wed, 11 Apr 2007 16:20:42 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGKgZg003220; Wed, 11 Apr 2007 16:20:42 GMT (envelope-from blackend) Message-Id: <200704111620.l3BGKgZg003220@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 11 Apr 2007 16:20:42 +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/mn_MN.UTF-8/books/handbook book.sgml doc/mn_MN.UTF-8/share/sgml catalog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:20:42 -0000 blackend 2007-04-11 16:20:41 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/books/handbook book.sgml mn_MN.UTF-8/share/sgml catalog Log: Allow the build of the Handbook. Revision Changes Path 1.2 +1 -1 doc/mn_MN.UTF-8/books/handbook/book.sgml 1.2 +2 -2 doc/mn_MN.UTF-8/share/sgml/catalog From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:20:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A437E16A402; Wed, 11 Apr 2007 16:20:53 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8475B13C458; Wed, 11 Apr 2007 16:20:53 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGKrfd003281; Wed, 11 Apr 2007 16:20:53 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGKrHW003280; Wed, 11 Apr 2007 16:20:53 GMT (envelope-from mux) Message-Id: <200704111620.l3BGKrHW003280@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 11 Apr 2007 16:20: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/net-mgmt/cricket Makefile ports/net-mgmt/cricket/files patch-lib-Monitor.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:20:53 -0000 mux 2007-04-11 16:20:53 UTC FreeBSD ports repository Modified files: net-mgmt/cricket Makefile Added files: net-mgmt/cricket/files patch-lib-Monitor.pm Log: Add a patch taken from CVS to fix EXEC actions handling with monitoring thresholds, and bump PORTREVISION. Revision Changes Path 1.28 +1 -1 ports/net-mgmt/cricket/Makefile 1.1 +19 -0 ports/net-mgmt/cricket/files/patch-lib-Monitor.pm (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:22:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A096016A405; Wed, 11 Apr 2007 16:22:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8168E13C459; Wed, 11 Apr 2007 16:22:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGMxTR004190; Wed, 11 Apr 2007 16:22:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGMxFN004189; Wed, 11 Apr 2007 16:22:59 GMT (envelope-from rwatson) Message-Id: <200704111622.l3BGMxFN004189@repoman.freebsd.org> From: Robert Watson Date: Wed, 11 Apr 2007 16:22: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 uipc_mqueue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:22:59 -0000 rwatson 2007-04-11 16:22:59 UTC FreeBSD src repository Modified files: sys/kern uipc_mqueue.c Log: Remove now-obsolete comment regarding mqueue privileges in jail. Revision Changes Path 1.23 +0 -4 src/sys/kern/uipc_mqueue.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:26:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 864FF16A403; Wed, 11 Apr 2007 16:26:53 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 719B913C46A; Wed, 11 Apr 2007 16:26:53 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGQr4f005706; Wed, 11 Apr 2007 16:26:53 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGQrPH005705; Wed, 11 Apr 2007 16:26:53 GMT (envelope-from oliver) Message-Id: <200704111626.l3BGQrPH005705@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 11 Apr 2007 16:26: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/Mk bsd.xfce.mk ports/audio/xfce4-mixer Makefile ports/audio/xfce4-mpc-plugin Makefile ports/deskutils/xfce4-notes-plugin Makefile ports/deskutils/xfce4-xkb-plugin Makefile ports/mail/xfce4-mailwatch-plugin Makefile ports/misc/xfce4-appfinder ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:26:53 -0000 oliver 2007-04-11 16:26:53 UTC FreeBSD ports repository Modified files: Mk bsd.xfce.mk audio/xfce4-mixer Makefile audio/xfce4-mpc-plugin Makefile deskutils/xfce4-notes-plugin Makefile deskutils/xfce4-xkb-plugin Makefile mail/xfce4-mailwatch-plugin Makefile misc/xfce4-appfinder Makefile distinfo misc/xfce4-weather-plugin Makefile misc/xfce4-wm-themes Makefile distinfo multimedia/xfce4-media Makefile multimedia/xfce4-xmms-controller-plugin Makefile multimedia/xfce4-xmms-plugin Makefile net-im/xfce4-messenger-plugin Makefile print/xfce4-print Makefile distinfo pkg-plist sysutils/xfce4-battery-plugin Makefile sysutils/xfce4-cpugraph-plugin Makefile sysutils/xfce4-fsguard-plugin Makefile sysutils/xfce4-genmon-plugin Makefile sysutils/xfce4-mcs-manager Makefile distinfo sysutils/xfce4-mcs-plugins Makefile distinfo sysutils/xfce4-minicmd-plugin Makefile sysutils/xfce4-netload-plugin Makefile sysutils/xfce4-systemload-plugin Makefile sysutils/xfce4-utils Makefile distinfo sysutils/xfce4-wavelan-plugin Makefile textproc/xfce4-dict-plugin Makefile www/xfce4-smartbookmark-plugin Makefile x11-clocks/xfce4-datetime-plugin Makefile x11-clocks/xfce4-timer-plugin Makefile x11-themes/gtk-xfce-engine Makefile distinfo x11-themes/xfce4-icon-theme Makefile distinfo x11-toolkits/libxfce4gui Makefile distinfo pkg-plist x11-wm/xfce4 Makefile x11-wm/xfce4-desktop Makefile distinfo pkg-plist x11-wm/xfce4-panel Makefile distinfo pkg-plist x11-wm/xfce4-session Makefile distinfo pkg-descr x11-wm/xfce4-wm Makefile distinfo x11/libxfce4mcs Makefile distinfo pkg-plist x11/libxfce4util Makefile distinfo pkg-plist x11/xfce4-clipman-plugin Makefile x11/xfce4-quicklauncher-plugin Makefile x11/xfce4-screenshooter-plugin Makefile x11/xfce4-taskmanager Makefile x11/xfce4-xfapplet-plugin Makefile x11/Terminal Makefile x11-fm/thunar Makefile x11/libexo Makefile editors/mousepad Makefile deskutils/orage Makefile distinfo Log: update xfce to 4.4.1 bump PORTREVISION where needed Revision Changes Path 1.2 +18 -12 ports/Mk/bsd.xfce.mk 1.39 +1 -0 ports/audio/xfce4-mixer/Makefile 1.4 +1 -0 ports/audio/xfce4-mpc-plugin/Makefile 1.6 +1 -1 ports/deskutils/orage/Makefile 1.2 +3 -3 ports/deskutils/orage/distinfo 1.20 +1 -0 ports/deskutils/xfce4-notes-plugin/Makefile 1.15 +1 -0 ports/deskutils/xfce4-xkb-plugin/Makefile 1.4 +1 -0 ports/editors/mousepad/Makefile 1.4 +1 -0 ports/mail/xfce4-mailwatch-plugin/Makefile 1.12 +1 -1 ports/misc/xfce4-appfinder/Makefile 1.7 +3 -3 ports/misc/xfce4-appfinder/distinfo 1.18 +1 -0 ports/misc/xfce4-weather-plugin/Makefile 1.21 +1 -1 ports/misc/xfce4-wm-themes/Makefile 1.15 +3 -3 ports/misc/xfce4-wm-themes/distinfo 1.24 +1 -1 ports/multimedia/xfce4-media/Makefile 1.14 +1 -1 ports/multimedia/xfce4-xmms-controller-plugin/Makefile 1.16 +1 -0 ports/multimedia/xfce4-xmms-plugin/Makefile 1.4 +1 -0 ports/net-im/xfce4-messenger-plugin/Makefile 1.45 +1 -2 ports/print/xfce4-print/Makefile 1.16 +3 -3 ports/print/xfce4-print/distinfo 1.18 +1 -0 ports/print/xfce4-print/pkg-plist 1.24 +1 -1 ports/sysutils/xfce4-battery-plugin/Makefile 1.22 +1 -1 ports/sysutils/xfce4-cpugraph-plugin/Makefile 1.23 +1 -1 ports/sysutils/xfce4-fsguard-plugin/Makefile 1.18 +1 -0 ports/sysutils/xfce4-genmon-plugin/Makefile 1.29 +1 -1 ports/sysutils/xfce4-mcs-manager/Makefile 1.16 +3 -3 ports/sysutils/xfce4-mcs-manager/distinfo 1.38 +1 -4 ports/sysutils/xfce4-mcs-plugins/Makefile 1.16 +3 -3 ports/sysutils/xfce4-mcs-plugins/distinfo 1.12 +1 -0 ports/sysutils/xfce4-minicmd-plugin/Makefile 1.21 +1 -1 ports/sysutils/xfce4-netload-plugin/Makefile 1.22 +1 -0 ports/sysutils/xfce4-systemload-plugin/Makefile 1.36 +2 -2 ports/sysutils/xfce4-utils/Makefile 1.16 +3 -3 ports/sysutils/xfce4-utils/distinfo 1.18 +1 -0 ports/sysutils/xfce4-wavelan-plugin/Makefile 1.3 +1 -0 ports/textproc/xfce4-dict-plugin/Makefile 1.4 +1 -0 ports/www/xfce4-smartbookmark-plugin/Makefile 1.23 +1 -0 ports/x11-clocks/xfce4-datetime-plugin/Makefile 1.3 +1 -0 ports/x11-clocks/xfce4-timer-plugin/Makefile 1.10 +1 -1 ports/x11-fm/thunar/Makefile 1.41 +1 -4 ports/x11-themes/gtk-xfce-engine/Makefile 1.17 +3 -3 ports/x11-themes/gtk-xfce-engine/distinfo 1.11 +1 -1 ports/x11-themes/xfce4-icon-theme/Makefile 1.7 +3 -3 ports/x11-themes/xfce4-icon-theme/distinfo 1.37 +1 -1 ports/x11-toolkits/libxfce4gui/Makefile 1.16 +3 -3 ports/x11-toolkits/libxfce4gui/distinfo 1.8 +1 -0 ports/x11-toolkits/libxfce4gui/pkg-plist 1.41 +2 -5 ports/x11-wm/xfce4-desktop/Makefile 1.16 +3 -3 ports/x11-wm/xfce4-desktop/distinfo 1.22 +8 -2 ports/x11-wm/xfce4-desktop/pkg-plist 1.40 +1 -4 ports/x11-wm/xfce4-panel/Makefile 1.17 +3 -3 ports/x11-wm/xfce4-panel/distinfo 1.22 +1 -0 ports/x11-wm/xfce4-panel/pkg-plist 1.31 +1 -4 ports/x11-wm/xfce4-session/Makefile 1.11 +3 -3 ports/x11-wm/xfce4-session/distinfo 1.3 +5 -2 ports/x11-wm/xfce4-session/pkg-descr 1.39 +4 -2 ports/x11-wm/xfce4-wm/Makefile 1.18 +3 -3 ports/x11-wm/xfce4-wm/distinfo 1.105 +1 -1 ports/x11-wm/xfce4/Makefile 1.12 +1 -1 ports/x11/Terminal/Makefile 1.21 +1 -1 ports/x11/libexo/Makefile 1.32 +1 -4 ports/x11/libxfce4mcs/Makefile 1.16 +3 -3 ports/x11/libxfce4mcs/distinfo 1.8 +1 -0 ports/x11/libxfce4mcs/pkg-plist 1.32 +1 -1 ports/x11/libxfce4util/Makefile 1.16 +3 -3 ports/x11/libxfce4util/distinfo 1.10 +14 -7 ports/x11/libxfce4util/pkg-plist 1.25 +1 -1 ports/x11/xfce4-clipman-plugin/Makefile 1.4 +1 -0 ports/x11/xfce4-quicklauncher-plugin/Makefile 1.5 +1 -0 ports/x11/xfce4-screenshooter-plugin/Makefile 1.9 +1 -1 ports/x11/xfce4-taskmanager/Makefile 1.5 +1 -0 ports/x11/xfce4-xfapplet-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:27:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 748DB16A406; Wed, 11 Apr 2007 16:27:19 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6ACAD13C4B0; Wed, 11 Apr 2007 16:27:19 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGRJXo005800; Wed, 11 Apr 2007 16:27:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGRJsd005799; Wed, 11 Apr 2007 16:27:19 GMT (envelope-from marcus) Message-Id: <200704111627.l3BGRJsd005799@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 16: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/sysutils/gnome-mount Makefile distinfo pkg-plist ports/sysutils/gnome-mount/files patch-gnome-mount.schemas.in patch-src_gnome-mount-properties-view.c patch-src_gnome-mount-properties.c patch-src_gnome-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: Wed, 11 Apr 2007 16:27:19 -0000 marcus 2007-04-11 16:27:19 UTC FreeBSD ports repository Modified files: sysutils/gnome-mount Makefile distinfo pkg-plist sysutils/gnome-mount/files patch-gnome-mount.schemas.in patch-src_gnome-mount.c Removed files: sysutils/gnome-mount/files patch-src_gnome-mount-properties-view.c patch-src_gnome-mount-properties.c Log: * Update to 0.6 * Fix NTFS mount permissions [1] PR: 111451 [1] Submitted by: "Franz Klammer" [1] Revision Changes Path 1.6 +1 -2 ports/sysutils/gnome-mount/Makefile 1.3 +3 -3 ports/sysutils/gnome-mount/distinfo 1.2 +5 -5 ports/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in 1.3 +0 -81 ports/sysutils/gnome-mount/files/patch-src_gnome-mount-properties-view.c (dead) 1.3 +0 -21 ports/sysutils/gnome-mount/files/patch-src_gnome-mount-properties.c (dead) 1.3 +0 -98 ports/sysutils/gnome-mount/files/patch-src_gnome-mount.c 1.3 +15 -0 ports/sysutils/gnome-mount/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:29:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAED016A407; Wed, 11 Apr 2007 16:29:26 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CB19E13C4C5; Wed, 11 Apr 2007 16:29:26 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGTQph005967; Wed, 11 Apr 2007 16:29:26 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGTQkm005966; Wed, 11 Apr 2007 16:29:26 GMT (envelope-from dinoex) Message-Id: <200704111629.l3BGTQkm005966@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 11 Apr 2007 16: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/mail/dk-milter Makefile distinfo ports/mail/dk-milter/files patch-libar-Makefile.m4 patch-vendor-postfix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:29:27 -0000 dinoex 2007-04-11 16:29:26 UTC FreeBSD ports repository Modified files: mail/dk-milter Makefile distinfo mail/dk-milter/files patch-libar-Makefile.m4 Removed files: mail/dk-milter/files patch-vendor-postfix Log: - update to 0.4.2 - check for sysvipc Revision Changes Path 1.22 +6 -2 ports/mail/dk-milter/Makefile 1.7 +3 -3 ports/mail/dk-milter/distinfo 1.3 +4 -4 ports/mail/dk-milter/files/patch-libar-Makefile.m4 1.3 +0 -108 ports/mail/dk-milter/files/patch-vendor-postfix (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:31:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 960BA16A401; Wed, 11 Apr 2007 16:31:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7740713C455; Wed, 11 Apr 2007 16:31:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGV2wL006360; Wed, 11 Apr 2007 16:31:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGV2vX006355; Wed, 11 Apr 2007 16:31:02 GMT (envelope-from rwatson) Message-Id: <200704111631.l3BGV2vX006355@repoman.freebsd.org> From: Robert Watson Date: Wed, 11 Apr 2007 16:31: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/sys/netinet6 ipsec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:31:02 -0000 rwatson 2007-04-11 16:31:02 UTC FreeBSD src repository Modified files: sys/netinet6 ipsec.c Log: Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer set in this code. Revision Changes Path 1.49 +0 -2 src/sys/netinet6/ipsec.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:33:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E312416A400; Wed, 11 Apr 2007 16:33:09 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB8CD13C4BA; Wed, 11 Apr 2007 16:33:09 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGX96J007261; Wed, 11 Apr 2007 16:33:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGX9AC007260; Wed, 11 Apr 2007 16:33:09 GMT (envelope-from dinoex) Message-Id: <200704111633.l3BGX9AC007260@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 11 Apr 2007 16:33: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/irc Makefile ports/irc/iroffer-lamm 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, 11 Apr 2007 16:33:10 -0000 dinoex 2007-04-11 16:33:09 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/iroffer-lamm Makefile distinfo pkg-descr pkg-message pkg-plist Log: iroffer is a fileserver for irc (commonly referred to as a DCC bot). It uses the DCC feature of irc to send files to other users. iroffer will connect to an irc server and let people request files from it. This is a fork of Iroffer with extended features. It does support mIRC-style DCC Server Protocol. WWW: http://iroffer-lamm.sourceforge.net/ Revision Changes Path 1.149 +1 -0 ports/irc/Makefile 1.1 +37 -0 ports/irc/iroffer-lamm/Makefile (new) 1.1 +3 -0 ports/irc/iroffer-lamm/distinfo (new) 1.1 +8 -0 ports/irc/iroffer-lamm/pkg-descr (new) 1.1 +21 -0 ports/irc/iroffer-lamm/pkg-message (new) 1.1 +9 -0 ports/irc/iroffer-lamm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 16:33:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9720F16A401; Wed, 11 Apr 2007 16:33:51 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 78D6613C465; Wed, 11 Apr 2007 16:33:51 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BGXpaj007527; Wed, 11 Apr 2007 16:33:51 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BGXpNv007526; Wed, 11 Apr 2007 16:33:51 GMT (envelope-from dinoex) Message-Id: <200704111633.l3BGXpNv007526@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 11 Apr 2007 16:33: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: 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, 11 Apr 2007 16:33:51 -0000 dinoex 2007-04-11 16:33:51 UTC FreeBSD ports repository Modified files: . modules Log: iroffer-lamm --> ports/irc/iroffer-lamm Revision Changes Path 1.17843 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:10:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B65216A400; Wed, 11 Apr 2007 17:10:11 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5B30713C45B; Wed, 11 Apr 2007 17:10:11 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BHAB25022530; Wed, 11 Apr 2007 17:10:11 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BHABRZ022529; Wed, 11 Apr 2007 17:10:11 GMT (envelope-from nivit) Message-Id: <200704111710.l3BHABRZ022529@repoman.freebsd.org> From: Nicola Vitale Date: Wed, 11 Apr 2007 17:10: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/jude-community Makefile distinfo ports/devel/jude-community/files patch-jude X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 17:10:11 -0000 nivit 2007-04-11 17:10:11 UTC FreeBSD ports repository Modified files: devel/jude-community Makefile distinfo devel/jude-community/files patch-jude Log: - Update to 3.2.1 PR: ports/110718 Submitted by: Yoshihiko Sarumaru (maintainer) Revision Changes Path 1.21 +2 -1 ports/devel/jude-community/Makefile 1.16 +3 -3 ports/devel/jude-community/distinfo 1.3 +1 -1 ports/devel/jude-community/files/patch-jude From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:12:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB43B16A414; Wed, 11 Apr 2007 17:12:39 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8F7A813C4B0; Wed, 11 Apr 2007 17:12:39 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BHCcMj023463; Wed, 11 Apr 2007 17:12:38 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BHCcGL023462; Wed, 11 Apr 2007 17:12:38 GMT (envelope-from remko) Message-Id: <200704111712.l3BHCcGL023462@repoman.freebsd.org> From: Remko Lodder Date: Wed, 11 Apr 2007 17:12:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 17:12:40 -0000 remko 2007-04-11 17:12:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/re if_re.c Log: MFC if_re.c rev 1.88 Add support for the RTL8110SC driver. PR: 110804 Submitted by: Daan Vreeken Sponsored by: Vitsch Electronics (patch) Approved by: imp (mentor) MFC After: 3 days Approved by: imp (mentor, implicit) Revision Changes Path 1.46.2.26 +2 -0 src/sys/dev/re/if_re.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:13:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2243D16A408; Wed, 11 Apr 2007 17:13:17 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0379E13C4CC; Wed, 11 Apr 2007 17:13:17 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BHDG62023626; Wed, 11 Apr 2007 17:13:16 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BHDGV7023624; Wed, 11 Apr 2007 17:13:16 GMT (envelope-from remko) Message-Id: <200704111713.l3BHDGV7023624@repoman.freebsd.org> From: Remko Lodder Date: Wed, 11 Apr 2007 17:13:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 17:13:17 -0000 remko 2007-04-11 17:13:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/fxp if_fxp.c Log: MFC if_fxp rev 1.265 Add support for the 82562GX chip within if_fxp. PR: 110251 Submitted by: Vyacheslav Vovk Approved by: imp (mentor) MFC After: 3 days Approved by: imp (mentor, implicit) Revision Changes Path 1.240.2.12 +1 -0 src/sys/dev/fxp/if_fxp.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:22:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D0D316A400; Wed, 11 Apr 2007 17:22:55 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E165A13C489; Wed, 11 Apr 2007 17:22:54 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BHMsXc024802; Wed, 11 Apr 2007 17:22:54 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BHMsso024795; Wed, 11 Apr 2007 17:22:54 GMT (envelope-from arved) Message-Id: <200704111722.l3BHMsso024795@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 11 Apr 2007 17:22:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/llgal 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, 11 Apr 2007 17:22:55 -0000 arved 2007-04-11 17:22:54 UTC FreeBSD ports repository Modified files: www/llgal Makefile distinfo pkg-plist Log: Update to 0.13.11 Revision Changes Path 1.5 +1 -2 ports/www/llgal/Makefile 1.3 +3 -3 ports/www/llgal/distinfo 1.4 +0 -1 ports/www/llgal/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:45:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E077F16A404; Wed, 11 Apr 2007 17:45:30 +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 698CA13C45B; Wed, 11 Apr 2007 17:45:30 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l3BHjSYo035977; Wed, 11 Apr 2007 21:45:28 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l3BHjS88035976; Wed, 11 Apr 2007 21:45:28 +0400 (MSD) (envelope-from ache) Date: Wed, 11 Apr 2007 21:45:28 +0400 From: Andrey Chernov To: Pawel Jakub Dawidek Message-ID: <20070411174528.GA35928@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200704102210.l3AMAH9W058770@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704102210.l3AMAH9W058770@repoman.freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.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, 11 Apr 2007 17:45:31 -0000 On Tue, Apr 10, 2007 at 10:10:17PM +0000, Pawel Jakub Dawidek wrote: > pjd 2007-04-10 22:10:16 UTC > > FreeBSD src repository > > Modified files: > include Makefile > include/rpc Makefile > sys/rpc types.h > Removed files: > include/rpc types.h > Log: > Move rpc/types.h under sys/, as this is used by ZFS kernel module. Some applications can use rpc/types.h. Moreover, even rpc files use it rpc.h:#include /* some typedefs */ rpcb_clnt.h:#include Better way is to keep rpc/types.h and include sys/rpc/types.h in it. -- http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:45:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FF7616A408; Wed, 11 Apr 2007 17:45:38 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4FD2113C489; Wed, 11 Apr 2007 17:45:38 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BHjcHP028396; Wed, 11 Apr 2007 17:45:38 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BHjcPd028392; Wed, 11 Apr 2007 17:45:38 GMT (envelope-from bmah) Message-Id: <200704111745.l3BHjcPd028392@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 11 Apr 2007 17:45: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/release/doc/en_US.ISO8859-1/relnotes 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: Wed, 11 Apr 2007 17:45:38 -0000 bmah 2007-04-11 17:45:37 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: Modified release note: Reword sg note to make more sense. Problems pointed out by: brueffer Revision Changes Path 1.1014 +3 -2 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:46:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 938A316A402; Wed, 11 Apr 2007 17:46:54 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8064513C457; Wed, 11 Apr 2007 17:46:54 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BHksRt028623; Wed, 11 Apr 2007 17:46:54 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BHksVH028622; Wed, 11 Apr 2007 17:46:54 GMT (envelope-from mezz) Message-Id: <200704111746.l3BHksVH028622@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 11 Apr 2007 17:46: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/www/linux-opera Makefile distinfo pkg-message pkg-plist ports/www/linux-opera/files patch-ini::pluginpath.ini patch-locale::en::search.ini patch-search.ini X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 17:46:54 -0000 mezz 2007-04-11 17:46:53 UTC FreeBSD ports repository Modified files: www/linux-opera Makefile distinfo pkg-message pkg-plist www/linux-opera/files patch-ini::pluginpath.ini patch-locale::en::search.ini patch-search.ini Log: Update to 9.20, see changelog for details: http://www.opera.com/docs/changelogs/linux/920/ Revision Changes Path 1.79 +3 -3 ports/www/linux-opera/Makefile 1.45 +3 -3 ports/www/linux-opera/distinfo 1.11 +10 -7 ports/www/linux-opera/files/patch-ini::pluginpath.ini 1.6 +6 -8 ports/www/linux-opera/files/patch-locale::en::search.ini 1.6 +6 -8 ports/www/linux-opera/files/patch-search.ini 1.22 +1 -1 ports/www/linux-opera/pkg-message 1.33 +12 -6 ports/www/linux-opera/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:53:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEA3216A400; Wed, 11 Apr 2007 17:53:30 +0000 (UTC) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5652713C489; Wed, 11 Apr 2007 17:53:30 +0000 (UTC) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BHrU7L029666; Wed, 11 Apr 2007 17:53:30 GMT (envelope-from ticso@repoman.freebsd.org) Received: (from ticso@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BHrU2J029665; Wed, 11 Apr 2007 17:53:30 GMT (envelope-from ticso) Message-Id: <200704111753.l3BHrU2J029665@repoman.freebsd.org> From: Bernd Walter Date: Wed, 11 Apr 2007 17:53: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/share/misc committers-src.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 17:53:30 -0000 ticso 2007-04-11 17:53:29 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: Add myself plus a template for Andrew Gallatin for the mentor link. Revision Changes Path 1.57 +4 -0 src/share/misc/committers-src.dot From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:56:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0B7216A403; Wed, 11 Apr 2007 17:56:41 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CF16113C484; Wed, 11 Apr 2007 17:56:41 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BHufxJ030195; Wed, 11 Apr 2007 17:56:41 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BHuf6O030193; Wed, 11 Apr 2007 17:56:41 GMT (envelope-from mezz) Message-Id: <200704111756.l3BHuf6O030193@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 11 Apr 2007 17:56:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-opera Makefile ports/www/linux-opera/files patch-locale::en::search.ini patch-search.ini X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 17:56:42 -0000 mezz 2007-04-11 17:56:41 UTC FreeBSD ports repository Modified files: www/linux-opera Makefile www/linux-opera/files patch-locale::en::search.ini patch-search.ini Log: Fix the search.ini, bump the PORTREVISION. Revision Changes Path 1.80 +1 -0 ports/www/linux-opera/Makefile 1.7 +8 -6 ports/www/linux-opera/files/patch-locale::en::search.ini 1.7 +8 -6 ports/www/linux-opera/files/patch-search.ini From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:01:11 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D51D516A401 for ; Wed, 11 Apr 2007 18:01:11 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 866F313C46C for ; Wed, 11 Apr 2007 18:01:11 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 75392 invoked from network); 11 Apr 2007 17:12:08 -0000 Received: from ppp-71-139-28-99.dsl.snfc21.pacbell.net (HELO ?10.0.0.235?) (nate-mail@71.139.28.99) by root.org with ESMTPA; 11 Apr 2007 17:12:08 -0000 Message-ID: <461D16E1.6050001@root.org> Date: Wed, 11 Apr 2007 10:12:01 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: Ruslan Ermilov References: <20070411110923.E42C416A50E@hub.freebsd.org> In-Reply-To: <20070411110923.E42C416A50E@hub.freebsd.org> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica utmisc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 18:01:12 -0000 Ruslan Ermilov wrote: > ru 2007-04-11 11:09:18 UTC > > FreeBSD src repository > > Modified files: (Branch: INTEL) > sys/contrib/dev/acpica utmisc.c > Log: > Unbreak world build. > > Revision Changes Path > 1.1.1.25 +2 -0 src/sys/contrib/dev/acpica/utmisc.c > > > Index: src/sys/contrib/dev/acpica/utmisc.c > diff -u src/sys/contrib/dev/acpica/utmisc.c:1.1.1.24 src/sys/contrib/dev/acpica/utmisc.c:1.1.1.25 > --- src/sys/contrib/dev/acpica/utmisc.c:1.1.1.24 Wed Apr 11 02:03:36 2007 > +++ src/sys/contrib/dev/acpica/utmisc.c Wed Apr 11 11:09:18 2007 > @@ -1295,9 +1295,11 @@ > { > va_list args; > > +#ifdef _KERNEL > /* Temporarily hide too verbose printfs. */ > if (!bootverbose) > return; > +#endif > > /* > * Removed ModuleName, LineNumber, and acpica version, not needed Thanks and pointy hat accepted. Of course, kernel built fine but I forgot some of these routines were included in the userland utilities. -- Nate From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:12:34 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2044916A400; Wed, 11 Apr 2007 18:12:34 +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 CA45A13C489; Wed, 11 Apr 2007 18:12:33 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 1408D2D48C4; Wed, 11 Apr 2007 18:12:33 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id E7B8111428; Wed, 11 Apr 2007 20:12:32 +0200 (CEST) Date: Wed, 11 Apr 2007 20:12:32 +0200 From: "Simon L. Nielsen" To: Brad Davis Message-ID: <20070411181232.GB1027@zaphod.nitro.dk> References: <200704110613.l3B6DVhm067294@repoman.freebsd.org> <200704111426.19767.max@love2party.net> <20070411152317.GB72247@valentine.liquidneon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411152317.GB72247@valentine.liquidneon.com> User-Agent: Mutt/1.5.11 Cc: Max Laier , doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/share/sgml news.xml www/en/news/status Makefile README report-2006-10-2005-12.xml report-2007-jan-2007-mar.xml report-apr-2006-jun-2006.xml report-august-2001.xml report-dec-2001-jan-2002.xml report-feb-2002-apr-2002.xml report-jan-2003-feb-2003.xml report-jan-2004-feb-2004.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, 11 Apr 2007 18:12:34 -0000 On 2007.04.11 09:23:17 -0600, Brad Davis wrote: > On Wed, Apr 11, 2007 at 02:26:08PM +0200, Max Laier wrote: > > On Wednesday 11 April 2007 08:13, Brad Davis wrote: > > > brd 2007-04-11 06:13:31 UTC > > > Log: > > > Clean up the status reports so that the format makes sense. > > > > Didn't this just kill all external links to the status reports? Not sure > > how relevant links to old reports are, but still. > > Yeah. Brueffer pointed that out and so Simon created a symlink for the > old name. Just for the complete picture - I actually didn't do anything, I just told brd to create some via the Makefile if he wanted to preserve links :-). The reason the old links still work is that the old files are not automatically deleted from the web site. -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:18:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FBC316A400; Wed, 11 Apr 2007 18:18:52 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F3C0213C45A; Wed, 11 Apr 2007 18:18:51 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BIIpEb034529; Wed, 11 Apr 2007 18:18:51 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BIIp47034528; Wed, 11 Apr 2007 18:18:51 GMT (envelope-from sem) Message-Id: <200704111818.l3BIIp47034528@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 11 Apr 2007 18:18: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/ace Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 18:18:52 -0000 sem 2007-04-11 18:18:51 UTC FreeBSD ports repository Modified files: devel/ace Makefile Log: - Remove BROKEN on 4.x mark Revision Changes Path 1.17 +0 -4 ports/devel/ace/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:19:07 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13B9016A402; Wed, 11 Apr 2007 18:19:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 9490213C459; Wed, 11 Apr 2007 18:19:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 789CF9F2BAB; Wed, 11 Apr 2007 20:19:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id d-EdZL3uTrLa; Wed, 11 Apr 2007 20:18:57 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 782B59F2BA3; Wed, 11 Apr 2007 20:18:57 +0200 (CEST) Message-ID: <461D2685.7010604@FreeBSD.org> Date: Wed, 11 Apr 2007 20:18:45 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200704110613.l3B6DVhm067294@repoman.freebsd.org> <200704111426.19767.max@love2party.net> <20070411152317.GB72247@valentine.liquidneon.com> <20070411181232.GB1027@zaphod.nitro.dk> In-Reply-To: <20070411181232.GB1027@zaphod.nitro.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Max Laier , cvs-all@freebsd.org, doc-committers@freebsd.org, cvs-doc@freebsd.org, Brad Davis Subject: Re: cvs commit: www/share/sgml news.xml www/en/news/status Makefile README report-2006-10-2005-12.xml report-2007-jan-2007-mar.xml report-apr-2006-jun-2006.xml report-august-2001.xml report-dec-2001-jan-2002.xml report-feb-2002-apr-2002.xml report-jan-2003-feb-2003.xml report-jan-2004-feb-2004.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, 11 Apr 2007 18:19:07 -0000 Simon L. Nielsen schrieb: > On 2007.04.11 09:23:17 -0600, Brad Davis wrote: > >> On Wed, Apr 11, 2007 at 02:26:08PM +0200, Max Laier wrote: >> >>> On Wednesday 11 April 2007 08:13, Brad Davis wrote: >>> >>>> brd 2007-04-11 06:13:31 UTC >>>> Log: >>>> Clean up the status reports so that the format makes sense. >>>> >>> Didn't this just kill all external links to the status reports? Not sure >>> how relevant links to old reports are, but still. >>> >> Yeah. Brueffer pointed that out and so Simon created a symlink for the >> old name. >> > > Just for the complete picture - I actually didn't do anything, I just > told brd to create some via the Makefile if he wanted to preserve > links :-). > > The reason the old links still work is that the old files are not > automatically deleted from the web site. > > Yes, I also think making symlinks via the Makefile would be better. It's not enough to just create them on www.FreeBSD.org by hand, the mirrors might be still broken. Gabor From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:22:09 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73C3E16A401; Wed, 11 Apr 2007 18:22:09 +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 288BA13C448; Wed, 11 Apr 2007 18:22:09 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 626682D48C4; Wed, 11 Apr 2007 18:22:08 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 9554A11429; Wed, 11 Apr 2007 20:22:07 +0200 (CEST) Date: Wed, 11 Apr 2007 20:22:06 +0200 From: "Simon L. Nielsen" To: Gabor Kovesdan Message-ID: <20070411182205.GC1027@zaphod.nitro.dk> References: <200704110613.l3B6DVhm067294@repoman.freebsd.org> <200704111426.19767.max@love2party.net> <20070411152317.GB72247@valentine.liquidneon.com> <20070411181232.GB1027@zaphod.nitro.dk> <461D2685.7010604@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <461D2685.7010604@FreeBSD.org> User-Agent: Mutt/1.5.11 Cc: Max Laier , cvs-all@freebsd.org, doc-committers@freebsd.org, cvs-doc@freebsd.org, Brad Davis Subject: Re: cvs commit: www/share/sgml news.xml www/en/news/status Makefile README report-2006-10-2005-12.xml report-2007-jan-2007-mar.xml report-apr-2006-jun-2006.xml report-august-2001.xml report-dec-2001-jan-2002.xml report-feb-2002-apr-2002.xml report-jan-2003-feb-2003.xml report-jan-2004-feb-2004.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, 11 Apr 2007 18:22:09 -0000 On 2007.04.11 20:18:45 +0200, Gabor Kovesdan wrote: > Simon L. Nielsen schrieb: > > >The reason the old links still work is that the old files are not > >automatically deleted from the web site. > > Yes, I also think making symlinks via the Makefile would be > better. It's not enough to just create them on www.FreeBSD.org by > hand, the mirrors might be still broken. Well, I can also gurantee you that no such thing would be created by hand :-). We try to keep magic on www.freebsd.org to a minimum (and failing spectacularly at that :-) ) but still doesn't mean I want to add any more. -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:36:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5617516A400; Wed, 11 Apr 2007 18:36:40 +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 D2D5F13C43E; Wed, 11 Apr 2007 18:36:39 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l3BIacXn036607; Wed, 11 Apr 2007 22:36:38 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l3BIacAY036606; Wed, 11 Apr 2007 22:36:38 +0400 (MSD) (envelope-from ache) Date: Wed, 11 Apr 2007 22:36:37 +0400 From: Andrey Chernov To: Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070411183637.GA36508@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200704102210.l3AMAH9W058770@repoman.freebsd.org> <20070411174528.GA35928@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411174528.GA35928@nagual.pp.ru> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: Subject: Re: cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.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, 11 Apr 2007 18:36:40 -0000 On Wed, Apr 11, 2007 at 09:45:28PM +0400, Andrey Chernov wrote: > > Better way is to keep rpc/types.h and include sys/rpc/types.h in it. Well I see it installed to /usr/include/rpc from /sys/rpc now. Still better way I mention above, to separate possible userland addition to /usr/include/rpc/types.h from kernel only /sys/rpc/types.h (which will be installed under /usr/include/sys/rpc in the case I describe). -- http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:39:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2847116A406; Wed, 11 Apr 2007 18:39:27 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0848F13C459; Wed, 11 Apr 2007 18:39:27 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BIdQxt037858; Wed, 11 Apr 2007 18:39:26 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BIdQ2G037857; Wed, 11 Apr 2007 18:39:26 GMT (envelope-from gerald) Message-Id: <200704111839.l3BIdQ2G037857@repoman.freebsd.org> From: Gerald Pfeifer Date: Wed, 11 Apr 2007 18:39: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/lang/gcc43 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 18:39:27 -0000 gerald 2007-04-11 18:39:26 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile Log: Move everything related to the WITH_JAVA_AWT knob into a single block and make this a subset of the general Java-specific section. Submitted by: alepulver Revision Changes Path 1.306 +12 -14 ports/lang/gcc43/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:43:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5330116A403; Wed, 11 Apr 2007 18:43:48 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 32F8A13C48A; Wed, 11 Apr 2007 18:43:48 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BIhmX4038950; Wed, 11 Apr 2007 18:43:48 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BIhm9V038947; Wed, 11 Apr 2007 18:43:48 GMT (envelope-from danger) Message-Id: <200704111843.l3BIhm9V038947@repoman.freebsd.org> From: Daniel Gerzo Date: Wed, 11 Apr 2007 18:43: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/en_US.ISO8859-1/books/handbook/jails 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, 11 Apr 2007 18:43:48 -0000 danger 2007-04-11 18:43:47 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/jails chapter.sgml Log: - Fix rendering issue - Fix rc.conf variable syntax [1] Submitted by: Jeroen Meulemans [1] Approved by: trhodes (mentor), keramida (mentor) Revision Changes Path 1.4 +2 -2 doc/en_US.ISO8859-1/books/handbook/jails/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:43:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED76016A404; Wed, 11 Apr 2007 18:43:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E537E13C4AE; Wed, 11 Apr 2007 18:43:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BIhmXG039003; Wed, 11 Apr 2007 18:43:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BIhmlk039002; Wed, 11 Apr 2007 18:43:48 GMT (envelope-from miwi) Message-Id: <200704111843.l3BIhmlk039002@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 18:43:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/gimmix 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, 11 Apr 2007 18:43:49 -0000 miwi 2007-04-11 18:43:48 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gimmix Makefile distinfo pkg-descr pkg-plist Log: Gimmix is a graphical Music player daemon (MPD) client written in C using GTK+2. Features: ========= * Simple and Clean Interface. * Library Browser. * Library search. (search by artist, album, filename, etc) * Playlist management (manage mpd playlists) * ID3v2 tag editing support. * System tray icon support. * Support for controlling gimmix through Keyboard. * Notification support (Displays the currently playing song in systray). * Small memory footprint. WWW: http://gimmix.berlios.de/index.php PR: ports/111482 Submitted by: Matthieu Guegan Revision Changes Path 1.852 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/gimmix/Makefile (new) 1.1 +3 -0 ports/audio/gimmix/distinfo (new) 1.1 +16 -0 ports/audio/gimmix/pkg-descr (new) 1.1 +12 -0 ports/audio/gimmix/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:44:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D5CE16A407; Wed, 11 Apr 2007 18:44:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3DD0913C48A; Wed, 11 Apr 2007 18:44:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BIiHXk039150; Wed, 11 Apr 2007 18:44:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BIiHIM039149; Wed, 11 Apr 2007 18:44:17 GMT (envelope-from miwi) Message-Id: <200704111844.l3BIiHIM039149@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 18:44:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 18:44:17 -0000 miwi 2007-04-11 18:44:17 UTC FreeBSD ports repository Modified files: . modules Log: gimmix --> ports/audio/gimmix Revision Changes Path 1.17844 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:51:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5141F16A405; Wed, 11 Apr 2007 18:51:22 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 315A513C4BA; Wed, 11 Apr 2007 18:51:22 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BIpMAp040167; Wed, 11 Apr 2007 18:51:22 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BIpMnJ040158; Wed, 11 Apr 2007 18:51:22 GMT (envelope-from keramida) Message-Id: <200704111851.l3BIpMnJ040158@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 11 Apr 2007 18:51:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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, 11 Apr 2007 18:51:22 -0000 keramida 2007-04-11 18:51:21 UTC FreeBSD doc repository Modified files: . Makefile Log: Attach the mn_MN.UTF-8 doc tree to the build. Thanks to blackend's help, this is now fully buildable, so we can auto-build it too. Revision Changes Path 1.35 +1 -0 doc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:57:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5064C16A402; Wed, 11 Apr 2007 18:57:04 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id CF67E13C489; Wed, 11 Apr 2007 18:57:03 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id l3BIv2VL097668; Wed, 11 Apr 2007 20:57:02 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id l3BIv2PJ097667; Wed, 11 Apr 2007 20:57:02 +0200 (CEST) (envelope-from marc) Date: Wed, 11 Apr 2007 20:57:02 +0200 From: Marc Fonvieille To: Giorgos Keramidas Message-ID: <20070411185702.GA97256@abigail.blackend.org> References: <200704111851.l3BIpMnJ040158@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704111851.l3BIpMnJ040158@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: 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, 11 Apr 2007 18:57:04 -0000 On Wed, Apr 11, 2007 at 06:51:21PM +0000, Giorgos Keramidas wrote: > keramida 2007-04-11 18:51:21 UTC > > FreeBSD doc repository > > Modified files: > . Makefile > Log: > Attach the mn_MN.UTF-8 doc tree to the build. Thanks to blackend's > help, this is now fully buildable, so we can auto-build it too. > If one wants to build the PDF version, the kern.maxdsiz tuneable must be increased from 512MB to 1GB. This can be done in adding kern.maxdsiz="1073741824" in /boot/loader.conf, followed by a reboot. Without that, the build will failed. -- Marc From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:58:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 902C216A405; Wed, 11 Apr 2007 18:58:09 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFFC13C4C5; Wed, 11 Apr 2007 18:58:09 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BIw8Hx041017; Wed, 11 Apr 2007 18:58:08 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BIw892041016; Wed, 11 Apr 2007 18:58:08 GMT (envelope-from keramida) Message-Id: <200704111858.l3BIw892041016@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 11 Apr 2007 18:58:08 +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/docproj translations.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, 11 Apr 2007 18:58:09 -0000 keramida 2007-04-11 18:58:08 UTC FreeBSD doc repository Modified files: en/docproj translations.sgml Log: Update the Mongolian Documentation Project description, and link to the online "readme_translators.txt" mini-guide of the team. Revision Changes Path 1.94 +9 -3 www/en/docproj/translations.sgml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 19:09:23 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F4FF16A407; Wed, 11 Apr 2007 19:09:23 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD0D13C457; Wed, 11 Apr 2007 19:09:22 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l3BJ89iX003675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 11 Apr 2007 22:08:15 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l3BJ7n14009958; Wed, 11 Apr 2007 22:08:00 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l3BJ7nmd009957; Wed, 11 Apr 2007 22:07:49 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Wed, 11 Apr 2007 22:07:48 +0300 From: Giorgos Keramidas To: Marc Fonvieille Message-ID: <20070411190748.GA9929@kobe.laptop> References: <200704111851.l3BIpMnJ040158@repoman.freebsd.org> <20070411185702.GA97256@abigail.blackend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411185702.GA97256@abigail.blackend.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.797, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.60, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: 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, 11 Apr 2007 19:09:23 -0000 On 2007-04-11 20:57, Marc Fonvieille wrote: >On Wed, Apr 11, 2007 at 06:51:21PM +0000, Giorgos Keramidas wrote: >> keramida 2007-04-11 18:51:21 UTC >> >> FreeBSD doc repository >> >> Modified files: >> . Makefile >> Log: >> Attach the mn_MN.UTF-8 doc tree to the build. Thanks to blackend's >> help, this is now fully buildable, so we can auto-build it too. > > If one wants to build the PDF version, the kern.maxdsiz tuneable must be > increased from 512MB to 1GB. This can be done in adding > > kern.maxdsiz="1073741824" > > in /boot/loader.conf, followed by a reboot. Without that, the build > will failed. Thanks once again, Marc. I can't build the PDF version here, and Ganbold noted it wasn't possible on this system too. This may very well be the cause, because I have a 'default' kern.maxdsiz :) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 19:11:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 197D316A402; Wed, 11 Apr 2007 19:11:56 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ED53613C4AE; Wed, 11 Apr 2007 19:11:55 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BJBtdm044507; Wed, 11 Apr 2007 19:11:55 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BJBtxL044506; Wed, 11 Apr 2007 19:11:55 GMT (envelope-from des) Message-Id: <200704111911.l3BJBtxL044506@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 11 Apr 2007 19:11: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.bin/finger extern.h finger.1 finger.c net.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 19:11:56 -0000 des 2007-04-11 19:11:54 UTC FreeBSD src repository Modified files: usr.bin/finger extern.h finger.1 finger.c net.c Log: Remove T/TCP support, and the -T option which was needed to disable it. MFC after: 3 weeks Revision Changes Path 1.11 +0 -1 src/usr.bin/finger/extern.h 1.32 +1 -4 src/usr.bin/finger/finger.1 1.37 +1 -4 src/usr.bin/finger/finger.c 1.24 +1 -7 src/usr.bin/finger/net.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 19:20:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C51C16A407; Wed, 11 Apr 2007 19:20:43 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F0A6213C4B9; Wed, 11 Apr 2007 19:20:42 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BJKgob045504; Wed, 11 Apr 2007 19:20:42 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BJKgkT045503; Wed, 11 Apr 2007 19:20:42 GMT (envelope-from des) Message-Id: <200704111920.l3BJKgkT045503@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 11 Apr 2007 19:20:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/finger finger.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: Wed, 11 Apr 2007 19:20:43 -0000 des 2007-04-11 19:20:42 UTC FreeBSD src repository Modified files: usr.bin/finger finger.1 Log: Bump Dd. Revision Changes Path 1.33 +1 -1 src/usr.bin/finger/finger.1 From owner-cvs-all@FreeBSD.ORG Wed Apr 11 19:23:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 857D416A401; Wed, 11 Apr 2007 19:23:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 654BB13C459; Wed, 11 Apr 2007 19:23:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BJNchv046523; Wed, 11 Apr 2007 19:23:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BJNccu046521; Wed, 11 Apr 2007 19:23:38 GMT (envelope-from miwi) Message-Id: <200704111923.l3BJNccu046521@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 19:23:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/raqdevil Makefile pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 19:23:38 -0000 miwi 2007-04-11 19:23:38 UTC FreeBSD ports repository Modified files: www/raqdevil Makefile pkg-install pkg-plist Log: - Unbreak - Remove EXPIRATION_DATE - Fix plist - Set NO_PACKAGE as workaround for pointyhat and tinderbox. Notes: we work on a correct patchset with the authors :) PR: 111460 Submitted by: Cstdenis Thanks to: netchild@, mike (co author), and many other guys for helping Approved by: Devon H. O'Dell (maintainer) Revision Changes Path 1.17 +3 -6 ports/www/raqdevil/Makefile 1.4 +3 -3 ports/www/raqdevil/pkg-install 1.4 +109 -66 ports/www/raqdevil/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 19:26:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BD7F16A40B; Wed, 11 Apr 2007 19:26:21 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0B0DA13C46E; Wed, 11 Apr 2007 19:26:21 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BJQKQP046968; Wed, 11 Apr 2007 19:26:20 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BJQKSk046967; Wed, 11 Apr 2007 19:26:20 GMT (envelope-from marcus) Message-Id: <200704111926.l3BJQKSk046967@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 Apr 2007 19: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/gnome2 Makefile ports/x11/gnome2-fifth-toe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 19:26:21 -0000 marcus 2007-04-11 19:26:20 UTC FreeBSD ports repository Modified files: x11/gnome2 Makefile x11/gnome2-fifth-toe Makefile Log: Presenting GNOME 2.18.1 for FreeBSD. Revision Changes Path 1.78 +1 -1 ports/x11/gnome2-fifth-toe/Makefile 1.136 +1 -1 ports/x11/gnome2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 19:38:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B00916A402; Wed, 11 Apr 2007 19:38:50 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 629A113C45E; Wed, 11 Apr 2007 19:38:50 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BJcoqZ048651; Wed, 11 Apr 2007 19:38:50 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BJcoAw048650; Wed, 11 Apr 2007 19:38:50 GMT (envelope-from vd) Message-Id: <200704111938.l3BJcoAw048650@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 11 Apr 2007 19:38: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/ftp/wget Makefile pkg-plist ports/ftp/wget/files patch-ac patch-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: Wed, 11 Apr 2007 19:38:50 -0000 vd 2007-04-11 19:38:50 UTC FreeBSD ports repository Modified files: ftp/wget Makefile pkg-plist Added files: ftp/wget/files patch-doc_Makefile.in Removed files: ftp/wget/files patch-ac Log: * Install wgetrc as etc/wgetrc.sample rather than etc/wgetrc to prevent users' modifications loss [1]. * Use the situation to rename files/patch-ac to files/patch-doc_Makefile.in according to /usr/ports/Tools/scripts/splitpatch.pl convention. Inspired by: ports/110512 [1] Submitted by: Alexander Logvinov [1] Revision Changes Path 1.84 +3 -2 ports/ftp/wget/Makefile 1.2 +0 -11 ports/ftp/wget/files/patch-ac (dead) 1.1 +20 -0 ports/ftp/wget/files/patch-doc_Makefile.in (new) 1.17 +1 -1 ports/ftp/wget/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 19:59:28 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7023616A400; Wed, 11 Apr 2007 19:59:28 +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 5CB7F13C44C; Wed, 11 Apr 2007 19:59:28 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 4FFD31A4D86; Wed, 11 Apr 2007 12:59:35 -0700 (PDT) Date: Wed, 11 Apr 2007 12:59:35 -0700 From: Alfred Perlstein To: Ed Maste Message-ID: <20070411195935.GA2382@elvis.mu.org> References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 11 Apr 2007 19:59:28 -0000 * Ed Maste [070410 12:47] wrote: > On 10/04/07, Xin LI wrote: > > Make use of ptrace(2) instead of procfs in truss(1), eliminating > > yet another need of an available /proc/ mount. > > I've started to do the same thing to gcore(1), in order to make it > work properly with threaded applications. I've removed its dependency > on /proc/pid/mem, /proc/pid/regs, and /proc/pid/fpregs. However, it > still relies on /proc/pid/status and /proc/pid/map which are not > directly available via ptrace(2). > > This would make the -s option to gcore redundant (since the process > will be stopped after attaching anyway). I don't know how useful a > core from a non-stopped process is, anyhow. Very, very useful. Imagine a running program that's having some form of abnormal behavior but can't be stopped (for long) or allowed to core... -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:02:42 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 271B916A400; Wed, 11 Apr 2007 20:02:42 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.38.206.180]) by mx1.freebsd.org (Postfix) with ESMTP id 040E413C455; Wed, 11 Apr 2007 20:02:41 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id DB87B8FCD6; Wed, 11 Apr 2007 14:06:22 -0600 (MDT) Date: Wed, 11 Apr 2007 14:06:22 -0600 From: Brad Davis To: "Simon L. Nielsen" Message-ID: <20070411200622.GC72247@valentine.liquidneon.com> References: <200704110613.l3B6DVhm067294@repoman.freebsd.org> <200704111426.19767.max@love2party.net> <20070411152317.GB72247@valentine.liquidneon.com> <20070411181232.GB1027@zaphod.nitro.dk> <461D2685.7010604@FreeBSD.org> <20070411182205.GC1027@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411182205.GC1027@zaphod.nitro.dk> User-Agent: Mutt/1.4.2.1i Cc: Max Laier , doc-committers@freebsd.org, Gabor Kovesdan , cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: cvs commit: www/share/sgml news.xml www/en/news/status Makefile README report-2006-10-2005-12.xml report-2007-jan-2007-mar.xml report-apr-2006-jun-2006.xml report-august-2001.xml report-dec-2001-jan-2002.xml report-feb-2002-apr-2002.xml report-jan-2003-feb-2003.xml report-jan-2004-feb-2004.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, 11 Apr 2007 20:02:42 -0000 On Wed, Apr 11, 2007 at 08:22:06PM +0200, Simon L. Nielsen wrote: > On 2007.04.11 20:18:45 +0200, Gabor Kovesdan wrote: > > Simon L. Nielsen schrieb: > > > > >The reason the old links still work is that the old files are not > > >automatically deleted from the web site. > > > > Yes, I also think making symlinks via the Makefile would be > > better. It's not enough to just create them on www.FreeBSD.org by > > hand, the mirrors might be still broken. > > Well, I can also gurantee you that no such thing would be created by > hand :-). We try to keep magic on www.freebsd.org to a minimum (and > failing spectacularly at that :-) ) but still doesn't mean I want to > add any more. > I will do this once I have had some sleep so that my brain is less clouded. :) Regards, Brad Davis From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:10:05 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02DE416A401 for ; Wed, 11 Apr 2007 20:10:05 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id B889713C44C for ; Wed, 11 Apr 2007 20:10:04 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so255164pyh for ; Wed, 11 Apr 2007 13:10:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GRcpSCa8GhIQ2u9MyCz984Z0NIrYbN8/jQQGxIkHrrTuK9tD8ME3sVtd4HY4w2EPgsu4SR9H/JjLwa46bXKMNFFHxOCbfgZF9mV4DTuFwt3pC8FlcwvzqnyvBWId5sSE2Vn7LCJpGIYbs/AjgBnzM2Wd6s6HF2fcwn04WCLmtCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R3x90AazWl41CzqIiYnbWGGHG8v3ogB3p0onasKvGutqiARaAv02zvOdpKecLflZaBhSWh5gOxIvTSLRgjQt9yP4Jh4Y1/xSbQVfQ0FXTKvu+GQ1pIznk251+Y5mszKLqZ6uwJdV/IbuG1hkBT/nWDuNjFpD76eLT6uW2zLDHWo= Received: by 10.65.236.14 with SMTP id n14mr2151785qbr.1176322204064; Wed, 11 Apr 2007 13:10:04 -0700 (PDT) Received: by 10.65.244.16 with HTTP; Wed, 11 Apr 2007 13:10:03 -0700 (PDT) Message-ID: Date: Wed, 11 Apr 2007 12:10:03 -0800 From: "Kip Macy" To: "Ed Maste" In-Reply-To: <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 11 Apr 2007 20:10:05 -0000 On 4/10/07, Ed Maste wrote: > On 10/04/07, Xin LI wrote: > > Make use of ptrace(2) instead of procfs in truss(1), eliminating > > yet another need of an available /proc/ mount. > > I've started to do the same thing to gcore(1), in order to make it > work properly with threaded applications. I've removed its dependency > on /proc/pid/mem, /proc/pid/regs, and /proc/pid/fpregs. However, it > still relies on /proc/pid/status and /proc/pid/map which are not > directly available via ptrace(2). > > This would make the -s option to gcore redundant (since the process > will be stopped after attaching anyway). I don't know how useful a > core from a non-stopped process is, anyhow. Fork it to get a COW snapshot and then gcore the stopped forked process. (Yes this would probably require a new syscall or a new ptrace interface, but it would be trivial to add). -Kip From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:11:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4603D16A400; Wed, 11 Apr 2007 20:11:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 257D713C45D; Wed, 11 Apr 2007 20:11:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKBpjt055243; Wed, 11 Apr 2007 20:11:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKBoi2055237; Wed, 11 Apr 2007 20:11:50 GMT (envelope-from miwi) Message-Id: <200704112011.l3BKBoi2055237@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:11: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/uppaal 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, 11 Apr 2007 20:11:51 -0000 miwi 2007-04-11 20:11:50 UTC FreeBSD ports repository Modified files: devel/uppaal Makefile distinfo Log: - Update to 4.0.6 PR: 111446 Submitted by: Timothy Bourke Revision Changes Path 1.5 +7 -1 ports/devel/uppaal/Makefile 1.3 +3 -3 ports/devel/uppaal/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:11:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7309C16A404; Wed, 11 Apr 2007 20:11:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 68BBF13C465; Wed, 11 Apr 2007 20:11:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKBptq055271; Wed, 11 Apr 2007 20:11:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKBpNO055270; Wed, 11 Apr 2007 20:11:51 GMT (envelope-from miwi) Message-Id: <200704112011.l3BKBpNO055270@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:11: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/mail/mutt-devel Makefile distinfo ports/mail/mutt-devel/files extra-patch-aspell extra-patch-doc-ref patch-examples patch-hcache-db ports/mail/mutt-devel/scripts generate-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, 11 Apr 2007 20:11:51 -0000 miwi 2007-04-11 20:11:51 UTC FreeBSD ports repository Modified files: mail/mutt-devel Makefile distinfo mail/mutt-devel/files extra-patch-aspell extra-patch-doc-ref patch-examples patch-hcache-db mail/mutt-devel/scripts generate-plist Log: - Update to 1.5.15 PR: 111414 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.280 +4 -14 ports/mail/mutt-devel/Makefile 1.104 +12 -27 ports/mail/mutt-devel/distinfo 1.2 +2 -2 ports/mail/mutt-devel/files/extra-patch-aspell 1.3 +10 -10 ports/mail/mutt-devel/files/extra-patch-doc-ref 1.7 +4 -4 ports/mail/mutt-devel/files/patch-examples 1.3 +13 -6 ports/mail/mutt-devel/files/patch-hcache-db 1.38 +3 -2 ports/mail/mutt-devel/scripts/generate-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:11:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE06916A54A; Wed, 11 Apr 2007 20:11:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CCB8A13C45B; Wed, 11 Apr 2007 20:11:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKBr5P055301; Wed, 11 Apr 2007 20:11:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKBrko055300; Wed, 11 Apr 2007 20:11:53 GMT (envelope-from miwi) Message-Id: <200704112011.l3BKBrko055300@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:11:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/freera 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, 11 Apr 2007 20:11:54 -0000 miwi 2007-04-11 20:11:53 UTC FreeBSD ports repository Modified files: games/freera Makefile distinfo Log: - Update to 070328 PR: 111428 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.2 +1 -1 ports/games/freera/Makefile 1.2 +3 -3 ports/games/freera/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:11:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74C5C16A515; Wed, 11 Apr 2007 20:11:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 544B713C483; Wed, 11 Apr 2007 20:11:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKBurH055331; Wed, 11 Apr 2007 20:11:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKBu2w055330; Wed, 11 Apr 2007 20:11:56 GMT (envelope-from miwi) Message-Id: <200704112011.l3BKBu2w055330@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:11: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/textproc/svn2cl 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, 11 Apr 2007 20:11:56 -0000 miwi 2007-04-11 20:11:56 UTC FreeBSD ports repository Modified files: textproc/svn2cl Makefile distinfo Log: - Update to 0.9 PR: 111409 Submitted by: Alexander Logvinov (maintainer) Revision Changes Path 1.2 +1 -1 ports/textproc/svn2cl/Makefile 1.2 +3 -3 ports/textproc/svn2cl/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:11:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A3D816A507; Wed, 11 Apr 2007 20:11:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 49ACD13C43E; Wed, 11 Apr 2007 20:11:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKBxtB055366; Wed, 11 Apr 2007 20:11:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKBxs7055365; Wed, 11 Apr 2007 20:11:59 GMT (envelope-from miwi) Message-Id: <200704112011.l3BKBxs7055365@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:11:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/py-prewikka 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, 11 Apr 2007 20:11:59 -0000 miwi 2007-04-11 20:11:59 UTC FreeBSD ports repository Modified files: www/py-prewikka Makefile distinfo pkg-plist Log: - Update to 0.9.10 PR: 111450 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.12 +12 -1 ports/www/py-prewikka/Makefile 1.8 +3 -3 ports/www/py-prewikka/distinfo 1.7 +12 -11 ports/www/py-prewikka/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:12:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 823A216A6ED; Wed, 11 Apr 2007 20:12:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 61CAC13C489; Wed, 11 Apr 2007 20:12:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKC1tR055404; Wed, 11 Apr 2007 20:12:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKC1Hp055403; Wed, 11 Apr 2007 20:12:01 GMT (envelope-from miwi) Message-Id: <200704112012.l3BKC1Hp055403@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:12: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/textproc/xpp3 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, 11 Apr 2007 20:12:01 -0000 miwi 2007-04-11 20:12:01 UTC FreeBSD ports repository Modified files: textproc/xpp3 Makefile distinfo Log: - Update to 1.1.4c - Pass maintainership to submitter PR: 111401 Submitted by: Nemo Liu Revision Changes Path 1.6 +3 -3 ports/textproc/xpp3/Makefile 1.5 +3 -3 ports/textproc/xpp3/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:12:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6A6916A53A; Wed, 11 Apr 2007 20:12:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C03DE13C465; Wed, 11 Apr 2007 20:12:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKC4aZ055450; Wed, 11 Apr 2007 20:12:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKC4Y2055449; Wed, 11 Apr 2007 20:12:04 GMT (envelope-from miwi) Message-Id: <200704112012.l3BKC4Y2055449@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20: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/russian/rubygem-rutils 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, 11 Apr 2007 20:12:05 -0000 miwi 2007-04-11 20:12:04 UTC FreeBSD ports repository Modified files: russian/rubygem-rutils Makefile distinfo pkg-plist Log: - Update to 0.2.1 PR: 111206 Submitted by: Alexander Logvinov (maintainer) Revision Changes Path 1.3 +1 -1 ports/russian/rubygem-rutils/Makefile 1.3 +3 -3 ports/russian/rubygem-rutils/distinfo 1.3 +69 -69 ports/russian/rubygem-rutils/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:12:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2020A16A7B0; Wed, 11 Apr 2007 20:12:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F2A4C13C455; Wed, 11 Apr 2007 20:12:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKC69m055489; Wed, 11 Apr 2007 20:12:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKC6th055488; Wed, 11 Apr 2007 20:12:06 GMT (envelope-from miwi) Message-Id: <200704112012.l3BKC6th055488@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:12: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/databases/grass/files patch-intr_char.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 20:12:07 -0000 miwi 2007-04-11 20:12:06 UTC FreeBSD ports repository Added files: databases/grass/files patch-intr_char.c Log: - Use termios.h when available PR: 110879 Submitted by: Ed Schouten Approved by: maintainer Revision Changes Path 1.1 +27 -0 ports/databases/grass/files/patch-intr_char.c (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:12:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EA6C16A85F; Wed, 11 Apr 2007 20:12:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E9F413C44B; Wed, 11 Apr 2007 20:12:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKCAlt055521; Wed, 11 Apr 2007 20:12:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKC924055520; Wed, 11 Apr 2007 20:12:09 GMT (envelope-from miwi) Message-Id: <200704112012.l3BKC924055520@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:12:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/servlet-api 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, 11 Apr 2007 20:12:10 -0000 miwi 2007-04-11 20:12:09 UTC FreeBSD ports repository Modified files: www/servlet-api Makefile distinfo pkg-descr Log: - Update to 2.5 - Pass maintainership to submitter PR: 111394 Submitted by: Nemo Liu Revision Changes Path 1.4 +7 -5 ports/www/servlet-api/Makefile 1.3 +3 -3 ports/www/servlet-api/distinfo 1.2 +1 -0 ports/www/servlet-api/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:12:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0F9916A5D4; Wed, 11 Apr 2007 20:12:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 78F9613C45B; Wed, 11 Apr 2007 20:12:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKCD4j055556; Wed, 11 Apr 2007 20:12:13 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKCDHA055555; Wed, 11 Apr 2007 20:12:13 GMT (envelope-from miwi) Message-Id: <200704112012.l3BKCDHA055555@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:12:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/phpmyfaq 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, 11 Apr 2007 20:12:13 -0000 miwi 2007-04-11 20:12:13 UTC FreeBSD ports repository Modified files: www/phpmyfaq Makefile distinfo pkg-plist Log: - Update to 1.6.11 - Use the new variable WWWDIR was added, with default value of ${PREFIX}/www/${PORTNAME}. PR: 111057 Submitted by: chinsan@ Approved by: maintainer implicit Revision Changes Path 1.25 +10 -30 ports/www/phpmyfaq/Makefile 1.21 +3 -3 ports/www/phpmyfaq/distinfo 1.7 +421 -421 ports/www/phpmyfaq/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:12:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F34F216A4D0; Wed, 11 Apr 2007 20:12:48 +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 94DCD13C484; Wed, 11 Apr 2007 20:12:48 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id ADFBC4569A; Wed, 11 Apr 2007 22:12:46 +0200 (CEST) Received: from localhost (public-gprs37323.centertel.pl [91.94.17.239]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 7952245684; Wed, 11 Apr 2007 22:12:09 +0200 (CEST) Date: Wed, 11 Apr 2007 22:11:22 +0200 From: Pawel Jakub Dawidek To: Andrey Chernov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070411201122.GB3060@garage.freebsd.pl> References: <200704102210.l3AMAH9W058770@repoman.freebsd.org> <20070411174528.GA35928@nagual.pp.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline In-Reply-To: <20070411174528.GA35928@nagual.pp.ru> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (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=-2.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL autolearn=no version=3.0.4 Cc: Subject: Re: cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.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, 11 Apr 2007 20:12:49 -0000 --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 11, 2007 at 09:45:28PM +0400, Andrey Chernov wrote: > On Tue, Apr 10, 2007 at 10:10:17PM +0000, Pawel Jakub Dawidek wrote: > > pjd 2007-04-10 22:10:16 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > include Makefile=20 > > include/rpc Makefile=20 > > sys/rpc types.h=20 > > Removed files: > > include/rpc types.h=20 > > Log: > > Move rpc/types.h under sys/, as this is used by ZFS kernel module. >=20 > Some applications can use rpc/types.h. Moreover, even rpc files use it >=20 > rpc.h:#include /* some typedefs */ > rpcb_clnt.h:#include >=20 > Better way is to keep rpc/types.h and include sys/rpc/types.h in it. sys/rpc/types.h is installed in /usr/include/rpc/. What's the problem exactly? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGHUDqForvXbEpPzQRAoy9AJsEFqp9nvKQHZ+3X0of/4ECOuSMtwCbBbX2 gYoiY4im4gyPDMGQv6uz0us= =49RQ -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn-- From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:17:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C74D16A400; Wed, 11 Apr 2007 20:17:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7AE9713C468; Wed, 11 Apr 2007 20:17:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKHLS5056485; Wed, 11 Apr 2007 20:17:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKHLH5056477; Wed, 11 Apr 2007 20:17:21 GMT (envelope-from miwi) Message-Id: <200704112017.l3BKHLH5056477@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:17: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/ftp/lftp 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, 11 Apr 2007 20:17:21 -0000 miwi 2007-04-11 20:17:21 UTC FreeBSD ports repository Modified files: ftp/lftp Makefile distinfo pkg-plist Log: - Update to 3.5.10 - Fix bug with NOPORTDOCS options PR: 111477 Submitted by: Dmitry A. Yanko (maintainer) Revision Changes Path 1.116 +2 -2 ports/ftp/lftp/Makefile 1.78 +3 -3 ports/ftp/lftp/distinfo 1.29 +10 -10 ports/ftp/lftp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:17:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C95316A403; Wed, 11 Apr 2007 20:17:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7ACC513C465; Wed, 11 Apr 2007 20:17:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKHLpX056486; Wed, 11 Apr 2007 20:17:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKHLRr056484; Wed, 11 Apr 2007 20:17:21 GMT (envelope-from miwi) Message-Id: <200704112017.l3BKHLRr056484@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:17: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/cad/freehdl 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, 11 Apr 2007 20:17:21 -0000 miwi 2007-04-11 20:17:21 UTC FreeBSD ports repository Modified files: cad/freehdl Makefile distinfo Log: - Update to 0.0.4 - Drop FreeBSD 4.X gruft PR: 111472 Submitted by: Dominic Fandrey (maintainer) Revision Changes Path 1.3 +9 -10 ports/cad/freehdl/Makefile 1.2 +3 -3 ports/cad/freehdl/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:17:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54D3016A4CE; Wed, 11 Apr 2007 20:17:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2684B13C465; Wed, 11 Apr 2007 20:17:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKHOJC056521; Wed, 11 Apr 2007 20:17:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKHOAZ056520; Wed, 11 Apr 2007 20:17:24 GMT (envelope-from miwi) Message-Id: <200704112017.l3BKHOAZ056520@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:17:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/opera-linuxplugins 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, 11 Apr 2007 20:17:24 -0000 miwi 2007-04-11 20:17:24 UTC FreeBSD ports repository Modified files: www/opera-linuxplugins Makefile distinfo Log: - Update to 9.20 PR: 111475 Submitted by: Arjan van Leeuwen" (maintainer) Revision Changes Path 1.2 +3 -3 ports/www/opera-linuxplugins/Makefile 1.2 +3 -3 ports/www/opera-linuxplugins/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:17:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3359D16A5D7; Wed, 11 Apr 2007 20:17:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EF9AD13C4AD; Wed, 11 Apr 2007 20:17:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKHRDq056573; Wed, 11 Apr 2007 20:17:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKHRpZ056572; Wed, 11 Apr 2007 20:17:27 GMT (envelope-from miwi) Message-Id: <200704112017.l3BKHRpZ056572@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:17:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/opera Makefile distinfo pkg-plist ports/www/opera/files patch-ini_pluginpath.ini patch-search.ini X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 20:17:28 -0000 miwi 2007-04-11 20:17:27 UTC FreeBSD ports repository Modified files: www/opera Makefile distinfo pkg-plist www/opera/files patch-ini_pluginpath.ini patch-search.ini Log: - Update to 9.20 PR: 111475 Submitted by: Arjan van Leeuwen (maintainer) Revision Changes Path 1.58 +4 -4 ports/www/opera/Makefile 1.40 +9 -9 ports/www/opera/distinfo 1.5 +21 -52 ports/www/opera/files/patch-ini_pluginpath.ini 1.6 +2 -20 ports/www/opera/files/patch-search.ini 1.29 +13 -7 ports/www/opera/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:17:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F6A516A507; Wed, 11 Apr 2007 20:17:51 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFBF13C457; Wed, 11 Apr 2007 20:17:51 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKHpOb056610; Wed, 11 Apr 2007 20:17:51 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKHp0w056609; Wed, 11 Apr 2007 20:17:51 GMT (envelope-from thierry) Message-Id: <200704112017.l3BKHp0w056609@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 11 Apr 2007 20: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/devel/bouml 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, 11 Apr 2007 20:17:51 -0000 thierry 2007-04-11 20:17:51 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 2.23.1. Changelog at . Revision Changes Path 1.78 +1 -1 ports/devel/bouml/Makefile 1.77 +5 -5 ports/devel/bouml/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:24:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7038A16A406; Wed, 11 Apr 2007 20:24:07 +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 E8D6713C465; Wed, 11 Apr 2007 20:24:06 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l3BKO51C037994; Thu, 12 Apr 2007 00:24:05 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l3BKO5K3037993; Thu, 12 Apr 2007 00:24:05 +0400 (MSD) (envelope-from ache) Date: Thu, 12 Apr 2007 00:24:04 +0400 From: Andrey Chernov To: Pawel Jakub Dawidek Message-ID: <20070411202404.GA37891@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200704102210.l3AMAH9W058770@repoman.freebsd.org> <20070411174528.GA35928@nagual.pp.ru> <20070411201122.GB3060@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline In-Reply-To: <20070411201122.GB3060@garage.freebsd.pl> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.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, 11 Apr 2007 20:24:07 -0000 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 11, 2007 at 10:11:22PM +0200, Pawel Jakub Dawidek wrote: > sys/rpc/types.h is installed in /usr/include/rpc/. What's the problem > exactly? I realize. See my 2nd followup. In few words I prefer to separate them as= =20 f.e. unistd.h and sys/unistd.h separated, but no problems with it for now. --=20 http://ache.pp.ru/ --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGHUPkVg5YK5ZEdN0RAgqyAJ49wUxGX4Mkd5cVuRGONphr8aS4bgCgvEgO EMij4LlsP0FwKM6AWGtapyA= =1+nn -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7-- From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:27:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB45116A401; Wed, 11 Apr 2007 20:27:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 89D6C13C4BE; Wed, 11 Apr 2007 20:27:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKRMcK058262; Wed, 11 Apr 2007 20:27:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKRMF7058261; Wed, 11 Apr 2007 20:27:22 GMT (envelope-from miwi) Message-Id: <200704112027.l3BKRMF7058261@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 20:27: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/security/zzuf Makefile ports/security/zzuf/files patch-src_lib-mem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 20:27:22 -0000 miwi 2007-04-11 20:27:21 UTC FreeBSD ports repository Modified files: security/zzuf Makefile Added files: security/zzuf/files patch-src_lib-mem.c Log: - Fix build on HEAD PR: 111435 Submitted by: Peter Johnson (maintainer) Revision Changes Path 1.2 +1 -0 ports/security/zzuf/Makefile 1.1 +11 -0 ports/security/zzuf/files/patch-src_lib-mem.c (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:28:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FFAA16A400; Wed, 11 Apr 2007 20:28:07 +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 1576313C48A; Wed, 11 Apr 2007 20:28:06 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 2BC272D4A89; Wed, 11 Apr 2007 20:28:00 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id DA04411428; Wed, 11 Apr 2007 22:27:59 +0200 (CEST) Date: Wed, 11 Apr 2007 22:27:59 +0200 From: "Simon L. Nielsen" To: Marc Fonvieille Message-ID: <20070411202758.GE1027@zaphod.nitro.dk> References: <200704111851.l3BIpMnJ040158@repoman.freebsd.org> <20070411185702.GA97256@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411185702.GA97256@abigail.blackend.org> User-Agent: Mutt/1.5.11 Cc: doc-committers@FreeBSD.org, Giorgos Keramidas , cvs-all@FreeBSD.org, cvs-doc@FreeBSD.org Subject: Re: cvs commit: 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, 11 Apr 2007 20:28:07 -0000 On 2007.04.11 20:57:02 +0200, Marc Fonvieille wrote: > On Wed, Apr 11, 2007 at 06:51:21PM +0000, Giorgos Keramidas wrote: > > keramida 2007-04-11 18:51:21 UTC > > > > FreeBSD doc repository > > > > Modified files: > > . Makefile > > Log: > > Attach the mn_MN.UTF-8 doc tree to the build. Thanks to blackend's > > help, this is now fully buildable, so we can auto-build it too. > > > > If one wants to build the PDF version, the kern.maxdsiz tuneable must be > increased from 512MB to 1GB. This can be done in adding > > kern.maxdsiz="1073741824" > > in /boot/loader.conf, followed by a reboot. Without that, the build > will failed. That's a bit of a problem considering the system building the docs for the FTP sites has 512MB of memory... guess I will know in a couple of days what happens. -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:31:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47DCE16A40A; Wed, 11 Apr 2007 20:31:07 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 27C3913C4C7; Wed, 11 Apr 2007 20:31:07 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKV7lc059839; Wed, 11 Apr 2007 20:31:07 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKV7cs059836; Wed, 11 Apr 2007 20:31:07 GMT (envelope-from emaste) Message-Id: <200704112031.l3BKV7cs059836@repoman.freebsd.org> From: Ed Maste Date: Wed, 11 Apr 2007 20:31: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/sys ptrace.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 20:31:07 -0000 emaste 2007-04-11 20:31:06 UTC FreeBSD src repository Modified files: lib/libc/sys ptrace.2 Log: Belatedly bump Dd for my recent changes. Revision Changes Path 1.41 +1 -1 src/lib/libc/sys/ptrace.2 From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:32:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B62716A407; Wed, 11 Apr 2007 20:32:10 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8F613C4BB; Wed, 11 Apr 2007 20:32:10 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKWA2x060268; Wed, 11 Apr 2007 20:32:10 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKWA26060267; Wed, 11 Apr 2007 20:32:10 GMT (envelope-from des) Message-Id: <200704112032.l3BKWA26060267@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 11 Apr 2007 20:32: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/usr.bin/finger finger.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 20:32:10 -0000 des 2007-04-11 20:32:09 UTC FreeBSD src repository Modified files: usr.bin/finger finger.c Log: Remove -T from getopt() spec and usage string. Submitted by: ru@ Revision Changes Path 1.38 +2 -2 src/usr.bin/finger/finger.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:32:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7818016A401; Wed, 11 Apr 2007 20:32:59 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 580BB13C45E; Wed, 11 Apr 2007 20:32:59 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKWxpU060517; Wed, 11 Apr 2007 20:32:59 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKWxXf060515; Wed, 11 Apr 2007 20:32:59 GMT (envelope-from des) Message-Id: <200704112032.l3BKWxXf060515@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 11 Apr 2007 20:32: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/usr.bin/finger finger.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: Wed, 11 Apr 2007 20:32:59 -0000 des 2007-04-11 20:32:59 UTC FreeBSD src repository Modified files: usr.bin/finger finger.1 Log: Remove irrelevant comment about T/TCP in BUGS. Spotted by: ru@ Revision Changes Path 1.34 +0 -8 src/usr.bin/finger/finger.1 From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:39:08 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D29316A402; Wed, 11 Apr 2007 20:39:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 730B513C484; Wed, 11 Apr 2007 20:39:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKd8qE061163; Wed, 11 Apr 2007 20:39:08 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKd87R061162; Wed, 11 Apr 2007 20:39:08 GMT (envelope-from lwhsu) Message-Id: <200704112039.l3BKd87R061162@repoman.freebsd.org> From: Li-Wen Hsu Date: Wed, 11 Apr 2007 20: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/sysutils Makefile ports/sysutils/syscp Makefile distinfo pkg-deinstall pkg-descr pkg-plist ports/sysutils/syscp/files patch-syscp-1.2.16-FreeBSD-Dovecot 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, 11 Apr 2007 20:39:08 -0000 lwhsu 2007-04-11 20:39:07 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/syscp Makefile distinfo pkg-deinstall pkg-descr pkg-plist sysutils/syscp/files patch-syscp-1.2.16-FreeBSD-Dovecot pkg-message.in Log: Add syscp 1.2.16, PHP-based ISP System Control Panel. PR: ports/111464 Submitted by: Janky Jay Approved by: clsung (mentor) Revision Changes Path 1.907 +1 -0 ports/sysutils/Makefile 1.1 +48 -0 ports/sysutils/syscp/Makefile (new) 1.1 +3 -0 ports/sysutils/syscp/distinfo (new) 1.1 +2004 -0 ports/sysutils/syscp/files/patch-syscp-1.2.16-FreeBSD-Dovecot (new) 1.1 +22 -0 ports/sysutils/syscp/files/pkg-message.in (new) 1.1 +7 -0 ports/sysutils/syscp/pkg-deinstall (new) 1.1 +7 -0 ports/sysutils/syscp/pkg-descr (new) 1.1 +243 -0 ports/sysutils/syscp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:39:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B43BC16A401; Wed, 11 Apr 2007 20:39:51 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 93E4813C469; Wed, 11 Apr 2007 20:39:51 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKdpVI061203; Wed, 11 Apr 2007 20:39:51 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKdpfm061202; Wed, 11 Apr 2007 20:39:51 GMT (envelope-from lwhsu) Message-Id: <200704112039.l3BKdpfm061202@repoman.freebsd.org> From: Li-Wen Hsu Date: Wed, 11 Apr 2007 20:39: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: 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, 11 Apr 2007 20:39:51 -0000 lwhsu 2007-04-11 20:39:51 UTC FreeBSD ports repository Modified files: . modules Log: syscp --> ports/sysutils/syscp Revision Changes Path 1.17845 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:46:20 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCF4316A406 for ; Wed, 11 Apr 2007 20:46:20 +0000 (UTC) (envelope-from ed.maste@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id 6643013C45E for ; Wed, 11 Apr 2007 20:46:20 +0000 (UTC) (envelope-from ed.maste@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so233493wra for ; Wed, 11 Apr 2007 13:46:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T2miI7HQIWkBBFzB1mujk8ahB8kwxIpFoavEKwTaI5oebQfqzJT9d3ASxQFUmd11jQlK5WEa6auGUZ6HSJak11oC93Ef6OVxdacjzR5YckzbumDnkvvc4pEAZRkgAK+qR+wW5A5r/SlbxdV7ASbvqtEKTG90j43WdivAFgGDwj0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FMXK1BMd04HUOkIOQZZhGz8LWAgBXzor+XDXfcGy2P9TCCmV5lVy7bI9KofHgKVcPkdg3Mt5AwXsuXDovCpiemTCwl4N0ESiDvZaz63V3h0uMhi0ehnGdtTBbudKuyrFoWs3sda/dLT6HbJf31HD2uZ1VL4qQRtc7crXacG6k/Y= Received: by 10.78.193.19 with SMTP id q19mr218094huf.1176324378944; Wed, 11 Apr 2007 13:46:18 -0700 (PDT) Received: by 10.78.188.7 with HTTP; Wed, 11 Apr 2007 13:46:18 -0700 (PDT) Message-ID: <88607eb20704111346q5c463b60w2547084231a11227@mail.gmail.com> Date: Wed, 11 Apr 2007 16:46:18 -0400 From: "Ed Maste" To: "Alfred Perlstein" In-Reply-To: <20070411195935.GA2382@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> <20070411195935.GA2382@elvis.mu.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 11 Apr 2007 20:46:20 -0000 On 11/04/07, Alfred Perlstein wrote: > * Ed Maste [070410 12:47] wrote: > > This would make the -s option to gcore redundant (since the process > > will be stopped after attaching anyway). I don't know how useful a > > core from a non-stopped process is, anyhow. > > Very, very useful. > > Imagine a running program that's having some form of abnormal > behavior but can't be stopped (for long) or allowed to core... It's stopped for only as long as the core takes to be written. Currently, without the -s option the core produced by gcore is inconsistent, and it's that behaviour that would be eliminated with my change. Do you actually have a use for inconsistent core files? -ed From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:48:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 542F816A401; Wed, 11 Apr 2007 20:48:23 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 32F5E13C4AE; Wed, 11 Apr 2007 20:48:23 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKmNtc071284; Wed, 11 Apr 2007 20:48:23 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKmNtb071283; Wed, 11 Apr 2007 20:48:23 GMT (envelope-from glewis) Message-Id: <200704112048.l3BKmNtb071283@repoman.freebsd.org> From: Greg Lewis Date: Wed, 11 Apr 2007 20:48:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/diablo-jdk15 Makefile ports/java/diablo-jre15 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 20:48:23 -0000 glewis 2007-04-11 20:48:22 UTC FreeBSD ports repository Modified files: java/diablo-jdk15 Makefile java/diablo-jre15 Makefile Log: . Fix the check for 7.x which would previously erroneously try to install the 5.x version on 7.x. Submitted by: des Revision Changes Path 1.12 +3 -1 ports/java/diablo-jdk15/Makefile 1.11 +3 -1 ports/java/diablo-jre15/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:51:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBDD316A402; Wed, 11 Apr 2007 20:51:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A6B7813C45D; Wed, 11 Apr 2007 20:51:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKpWWS072065; Wed, 11 Apr 2007 20:51:32 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKpWOr072064; Wed, 11 Apr 2007 20:51:32 GMT (envelope-from gabor) Message-Id: <200704112051.l3BKpWOr072064@repoman.freebsd.org> From: Gabor Kovesdan Date: Wed, 11 Apr 2007 20:51:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/tspc2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 20:51:32 -0000 gabor 2007-04-11 20:51:32 UTC FreeBSD ports repository Modified files: net/tspc2 Makefile Log: - Deprecate - Set EXPIRATION_DATE PR: ports/111485 Submitted by: Linas Valiukas (maintainer) Revision Changes Path 1.4 +3 -0 ports/net/tspc2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:52:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A73516A401; Wed, 11 Apr 2007 20:52:01 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DD90E13C46E; Wed, 11 Apr 2007 20:52:00 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKq0EJ072262; Wed, 11 Apr 2007 20:52:00 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKq0Zc072261; Wed, 11 Apr 2007 20:52:00 GMT (envelope-from lwhsu) Message-Id: <200704112052.l3BKq0Zc072261@repoman.freebsd.org> From: Li-Wen Hsu Date: Wed, 11 Apr 2007 20:52:00 +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, 11 Apr 2007 20:52:01 -0000 lwhsu 2007-04-11 20:52:00 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Janky Jay for ports/111464 Approved by: clsung (mentor) Revision Changes Path 1.685 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed Apr 11 20:56:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F87D16A405; Wed, 11 Apr 2007 20:56:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6FB13C46E; Wed, 11 Apr 2007 20:56:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BKucM3072918; Wed, 11 Apr 2007 20:56:38 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BKubWV072917; Wed, 11 Apr 2007 20:56:37 GMT (envelope-from lwhsu) Message-Id: <200704112056.l3BKubWV072917@repoman.freebsd.org> From: Li-Wen Hsu Date: Wed, 11 Apr 2007 20:56:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/pkgfe 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, 11 Apr 2007 20:56:38 -0000 lwhsu 2007-04-11 20:56:37 UTC FreeBSD ports repository Modified files: ports-mgmt/pkgfe Makefile distinfo Log: - Update to 20070411 PR: 111483 Submitted by: Sulev-Madis Silber (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.11 +3 -3 ports/ports-mgmt/pkgfe/Makefile 1.9 +3 -3 ports/ports-mgmt/pkgfe/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 21:00:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B92A216A401; Wed, 11 Apr 2007 21:00:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9773C13C455; Wed, 11 Apr 2007 21:00:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BL0qP3073160; Wed, 11 Apr 2007 21:00:52 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BL0qJI073159; Wed, 11 Apr 2007 21:00:52 GMT (envelope-from lwhsu) Message-Id: <200704112100.l3BL0qJI073159@repoman.freebsd.org> From: Li-Wen Hsu Date: Wed, 11 Apr 2007 21:00:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/py-gnutls 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, 11 Apr 2007 21:00:52 -0000 lwhsu 2007-04-11 21:00:51 UTC FreeBSD ports repository Modified files: security/py-gnutls Makefile distinfo pkg-plist Log: - Update to 1.0.2 Approved by: clsung (mentor) Revision Changes Path 1.3 +1 -1 ports/security/py-gnutls/Makefile 1.3 +3 -3 ports/security/py-gnutls/distinfo 1.2 +2 -0 ports/security/py-gnutls/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 21:53:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02F5016A404; Wed, 11 Apr 2007 21:53:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D4F5713C4BC; Wed, 11 Apr 2007 21:53:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BLrlh7087259; Wed, 11 Apr 2007 21:53:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BLrlxA087258; Wed, 11 Apr 2007 21:53:47 GMT (envelope-from miwi) Message-Id: <200704112153.l3BLrlxA087258@repoman.freebsd.org> From: Martin Wilke Date: Wed, 11 Apr 2007 21:53: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/openser Makefile distinfo pkg-descr ports/net/openser/files patch-Makefile patch-Makefile.defs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 21:53:48 -0000 miwi 2007-04-11 21:53:47 UTC FreeBSD ports repository Modified files: net/openser Makefile distinfo pkg-descr net/openser/files patch-Makefile patch-Makefile.defs Log: - Update to 1.2.0 PR: 111416 Submitted by: Jesus Rodriguez (maintainer) Revision Changes Path 1.7 +26 -10 ports/net/openser/Makefile 1.5 +3 -3 ports/net/openser/distinfo 1.4 +20 -41 ports/net/openser/files/patch-Makefile 1.4 +7 -10 ports/net/openser/files/patch-Makefile.defs 1.3 +2 -1 ports/net/openser/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Apr 11 22:02:21 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E5BF16A405; Wed, 11 Apr 2007 22:02: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 7C26313C45A; Wed, 11 Apr 2007 22:02:21 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id A7A3C1A4D9D; Wed, 11 Apr 2007 15:02:28 -0700 (PDT) Date: Wed, 11 Apr 2007 15:02:28 -0700 From: Alfred Perlstein To: Ed Maste Message-ID: <20070411220228.GG2382@elvis.mu.org> References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> <20070411195935.GA2382@elvis.mu.org> <88607eb20704111346q5c463b60w2547084231a11227@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <88607eb20704111346q5c463b60w2547084231a11227@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 11 Apr 2007 22:02:21 -0000 * Ed Maste [070411 13:46] wrote: > On 11/04/07, Alfred Perlstein wrote: > >* Ed Maste [070410 12:47] wrote: > >> This would make the -s option to gcore redundant (since the process > >> will be stopped after attaching anyway). I don't know how useful a > >> core from a non-stopped process is, anyhow. > > > >Very, very useful. > > > >Imagine a running program that's having some form of abnormal > >behavior but can't be stopped (for long) or allowed to core... > > It's stopped for only as long as the core takes to be written. > > Currently, without the -s option the core produced by gcore is > inconsistent, and it's that behaviour that would be eliminated with my > change. Do you actually have a use for inconsistent core files? Not so much as a need for an inconsistent core so much as a need for a core without halting the program for the time it takes to dump core. -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Wed Apr 11 22:02:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6098516A570; Wed, 11 Apr 2007 22:02:24 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3DB1713C459; Wed, 11 Apr 2007 22:02:24 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BM2OG7088461; Wed, 11 Apr 2007 22:02:24 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BM2OEr088411; Wed, 11 Apr 2007 22:02:24 GMT (envelope-from thierry) Message-Id: <200704112202.l3BM2OEr088411@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 11 Apr 2007 22: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/math/digitizer 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, 11 Apr 2007 22:02:24 -0000 thierry 2007-04-11 22:02:21 UTC FreeBSD ports repository Modified files: math/digitizer Makefile distinfo Log: Upgrade to 4.1. Changelog at . Revision Changes Path 1.6 +2 -2 ports/math/digitizer/Makefile 1.5 +3 -3 ports/math/digitizer/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 11 22:02:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6328F16A572; Wed, 11 Apr 2007 22:02:24 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D8AF13C44C; Wed, 11 Apr 2007 22:02:24 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BM2O1F088460; Wed, 11 Apr 2007 22:02:24 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BM2Ond088458; Wed, 11 Apr 2007 22:02:24 GMT (envelope-from thierry) Message-Id: <200704112202.l3BM2Ond088458@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 11 Apr 2007 22:02: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/rkward Makefile distinfo pkg-plist ports/math/rkward/files patch-rkward_rbackend_rklocalesupport.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, 11 Apr 2007 22:02:24 -0000 thierry 2007-04-11 22:02:23 UTC FreeBSD ports repository Modified files: math/rkward Makefile distinfo pkg-plist Added files: math/rkward/files patch-rkward_rbackend_rklocalesupport.cpp Log: Upgrade to 0.4.7. Changelog at Revision Changes Path 1.9 +1 -1 ports/math/rkward/Makefile 1.8 +3 -3 ports/math/rkward/distinfo 1.1 +10 -0 ports/math/rkward/files/patch-rkward_rbackend_rklocalesupport.cpp (new) 1.7 +160 -31 ports/math/rkward/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 11 14:08:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 038FF16A400; Wed, 11 Apr 2007 14:08:56 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id B573213C45D; Wed, 11 Apr 2007 14:08:55 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from msd-corb.mbrd.ru ([213.234.223.213] helo=[172.16.33.193]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1Hbd4Z-000Ms0-CV; Wed, 11 Apr 2007 17:41:19 +0400 Message-ID: <461CE535.3090901@FreeBSD.org> Date: Wed, 11 Apr 2007 17:40:05 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Andre Oppermann References: <200704110945.l3B9jGwE015632@repoman.freebsd.org> In-Reply-To: <200704110945.l3B9jGwE015632@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 11 Apr 2007 22:03:58 +0000 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c tcp_syncache.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_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: Wed, 11 Apr 2007 14:08:56 -0000 Please note, it broke build world. Andre Oppermann wrote: > andre 2007-04-11 09:45:16 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_input.c tcp_output.c tcp_sack.c > tcp_subr.c tcp_syncache.c tcp_timer.c > tcp_timer.h tcp_usrreq.c tcp_var.h > Log: > Change the TCP timer system from using the callout system five times > directly to a merged model where only one callout, the next to fire, > is registered. > > Instead of callout_reset(9) and callout_stop(9) the new function > tcp_timer_activate() is used which then internally manages the callout. > > The single new callout is a mutex callout on inpcb simplifying the > locking a bit. > > tcp_timer() is the called function which handles all race conditions > in one place and then dispatches the individual timer functions. > > Reviewed by: rwatson (earlier version) > > Revision Changes Path > 1.335 +22 -30 src/sys/netinet/tcp_input.c > 1.132 +25 -28 src/sys/netinet/tcp_output.c > 1.38 +1 -1 src/sys/netinet/tcp_sack.c > 1.274 +14 -15 src/sys/netinet/tcp_subr.c > 1.109 +1 -1 src/sys/netinet/tcp_syncache.c > 1.90 +300 -176 src/sys/netinet/tcp_timer.c > 1.33 +16 -5 src/sys/netinet/tcp_timer.h > 1.150 +10 -8 src/sys/netinet/tcp_usrreq.c > 1.142 +3 -7 src/sys/netinet/tcp_var.h > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" -- Dixi. Sem. From owner-cvs-all@FreeBSD.ORG Wed Apr 11 22:40:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF49C16A402; Wed, 11 Apr 2007 22:40:57 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B5E5D13C43E; Wed, 11 Apr 2007 22:40:57 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BMevcY095243; Wed, 11 Apr 2007 22:40:57 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BMev80095236; Wed, 11 Apr 2007 22:40:57 GMT (envelope-from des) Message-Id: <200704112240.l3BMev80095236@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 11 Apr 2007 22:40: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/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.h pseudofs_vncache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 22:40:57 -0000 des 2007-04-11 22:40:57 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.h pseudofs_vncache.c Log: Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process- specific nodes when the process exits) Move the vnode-cache-walking loop which was duplicated in pfs_exit() and pfs_disable() into its own function, pfs_purge(), which looks for vnodes marked as dead and / or belonging to the specified pfs_node and reclaims them. Note that this loop is still extremely inefficient. Add a comment in pfs_vncache_alloc() explaining why we have to purge the vnode from the vnode cache before returning, in case anyone should be tempted to remove the call to cache_purge(). Move the special handling for pfstype_root nodes into pfs_fileno_alloc() and pfs_fileno_free() (the root node's fileno must always be 2). This also fixes a bug where pfs_fileno_free() would reclaim the root node's fileno, triggering a panic in the unr code, as that fileno was never allocated from unr to begin with. When destroying a pfs_node, release its fileno and purge it from the vnode cache. I wish we could put off the call to pfs_purge() until after the entire tree had been destroyed, but then we'd have vnodes referencing freed pfs nodes. This probably doesn't matter while we're still under Giant, but might become an issue later. When destroying a pseudofs instance, destroy the tree before tearing down the fileno allocator. In pfs_mount(), acquire the mountpoint interlock when required. MFC after: 3 weeks Revision Changes Path 1.30 +11 -3 src/sys/fs/pseudofs/pseudofs.c 1.34 +1 -0 src/sys/fs/pseudofs/pseudofs.h 1.13 +12 -1 src/sys/fs/pseudofs/pseudofs_fileno.c 1.5 +1 -0 src/sys/fs/pseudofs/pseudofs_internal.h 1.35 +49 -47 src/sys/fs/pseudofs/pseudofs_vncache.c From owner-cvs-all@FreeBSD.ORG Wed Apr 11 22:43:17 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF9A716A402; Wed, 11 Apr 2007 22:43:17 +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 7007D13C487; Wed, 11 Apr 2007 22:43:17 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 08B0820A2; Thu, 12 Apr 2007 00:43:14 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 7C8AE20A1; Thu, 12 Apr 2007 00:43:13 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 65AF3A10AC; Thu, 12 Apr 2007 00:43:13 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Alfred Perlstein References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> <20070411195935.GA2382@elvis.mu.org> <88607eb20704111346q5c463b60w2547084231a11227@mail.gmail.com> <20070411220228.GG2382@elvis.mu.org> Date: Thu, 12 Apr 2007 00:43:13 +0200 In-Reply-To: <20070411220228.GG2382@elvis.mu.org> (Alfred Perlstein's message of "Wed, 11 Apr 2007 15:02:28 -0700") Message-ID: <86abxemt1a.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Ed Maste , cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 11 Apr 2007 22:43:17 -0000 Alfred Perlstein writes: > Ed Maste [070411 13:46] wrote: > > Currently, without the -s option the core produced by gcore is > > inconsistent, and it's that behaviour that would be eliminated with my > > change. Do you actually have a use for inconsistent core files? > Not so much as a need for an inconsistent core so much as a need > for a core without halting the program for the time it takes to > dump core. What Ed is trying to tell you is that the result will be a useless core file. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Wed Apr 11 23:07:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 031DC16A402; Wed, 11 Apr 2007 23:07:42 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D5F8413C469; Wed, 11 Apr 2007 23:07:41 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BN7fBl000556; Wed, 11 Apr 2007 23:07:41 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BN7fVY000555; Wed, 11 Apr 2007 23:07:41 GMT (envelope-from sobomax) Message-Id: <200704112307.l3BN7fVY000555@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 11 Apr 2007 23:07:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/centericq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 23:07:42 -0000 sobomax 2007-04-11 23:07:41 UTC FreeBSD ports repository Modified files: net-im/centericq Makefile Log: On amd64 forcefully compile with -O0, since otherwise centericq segfaults in some places. It looks like optimization bug. Revision Changes Path 1.112 +6 -1 ports/net-im/centericq/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 11 23:13:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73C2316A406; Wed, 11 Apr 2007 23:13:13 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 526A513C468; Wed, 11 Apr 2007 23:13:13 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BNDDCM001774; Wed, 11 Apr 2007 23:13:13 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BNDDWV001773; Wed, 11 Apr 2007 23:13:13 GMT (envelope-from andre) Message-Id: <200704112313.l3BNDDWV001773@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 11 Apr 2007 23:13: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/sys mbuf.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, 11 Apr 2007 23:13:13 -0000 andre 2007-04-11 23:13:13 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: Add m_last() inline function. Revision Changes Path 1.207 +10 -0 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Wed Apr 11 23:47:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E83D16A400; Wed, 11 Apr 2007 23:47:06 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F07B113C44B; Wed, 11 Apr 2007 23:47:05 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3BNl53t007063; Wed, 11 Apr 2007 23:47:05 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3BNl5Gc007062; Wed, 11 Apr 2007 23:47:05 GMT (envelope-from leeym) Message-Id: <200704112347.l3BNl5Gc007062@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 11 Apr 2007 23:47: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/mytop Makefile ports/databases/mytop/files patch-mytop X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 23:47:06 -0000 leeym 2007-04-11 23:47:05 UTC FreeBSD ports repository Modified files: databases/mytop Makefile databases/mytop/files patch-mytop Log: - fix of warning if slave is stopped - bump PORTREVISION Submitted by: rajo at platon.sk Revision Changes Path 1.18 +1 -1 ports/databases/mytop/Makefile 1.5 +3 -3 ports/databases/mytop/files/patch-mytop From owner-cvs-all@FreeBSD.ORG Thu Apr 12 00:48:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF2E016A40E; Thu, 12 Apr 2007 00:48:24 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BCF0313C45B; Thu, 12 Apr 2007 00:48:24 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C0mOld025699; Thu, 12 Apr 2007 00:48:24 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C0mODF025698; Thu, 12 Apr 2007 00:48:24 GMT (envelope-from maho) Message-Id: <200704120048.l3C0mODF025698@repoman.freebsd.org> From: Maho Nakata Date: Thu, 12 Apr 2007 00:48:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/hdf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 00:48:25 -0000 maho 2007-04-12 00:48:24 UTC FreeBSD ports repository Modified files: science/hdf Makefile Log: Take over. Revision Changes Path 1.31 +1 -1 ports/science/hdf/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 00:49:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 492EE16A400; Thu, 12 Apr 2007 00:49:11 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 24F8013C459; Thu, 12 Apr 2007 00:49:11 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C0nBdb025735; Thu, 12 Apr 2007 00:49:11 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C0nB76025734; Thu, 12 Apr 2007 00:49:11 GMT (envelope-from gerald) Message-Id: <200704120049.l3C0nB76025734@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 12 Apr 2007 00:49:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc43 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 00:49:11 -0000 gerald 2007-04-12 00:49:10 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile Log: libjava now also provides cp-tools.info. Reported by: rafan Revision Changes Path 1.307 +2 -1 ports/lang/gcc43/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 01:13:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A4CF16A401; Thu, 12 Apr 2007 01:13:00 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 16C6613C448; Thu, 12 Apr 2007 01:13:00 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C1CxEO030794; Thu, 12 Apr 2007 01:12:59 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C1CxkP030793; Thu, 12 Apr 2007 01:12:59 GMT (envelope-from tmclaugh) Message-Id: <200704120112.l3C1CxkP030793@repoman.freebsd.org> From: Tom McLaughlin Date: Thu, 12 Apr 2007 01:12:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gtk-sharp10 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 01:13:00 -0000 tmclaugh 2007-04-12 01:12:59 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk-sharp10 Makefile Log: Explicitly add some more dependencies which were previously generational dependencies. Revision Changes Path 1.51 +3 -2 ports/x11-toolkits/gtk-sharp10/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 01:47:25 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3690916A400; Thu, 12 Apr 2007 01:47:25 +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 2199713C457; Thu, 12 Apr 2007 01:47:25 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 79C6F1A4D82; Wed, 11 Apr 2007 18:47:32 -0700 (PDT) Date: Wed, 11 Apr 2007 18:47:32 -0700 From: Alfred Perlstein To: Dag-Erling Sm?rgrav Message-ID: <20070412014732.GM2382@elvis.mu.org> References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> <20070411195935.GA2382@elvis.mu.org> <88607eb20704111346q5c463b60w2547084231a11227@mail.gmail.com> <20070411220228.GG2382@elvis.mu.org> <86abxemt1a.fsf@dwp.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86abxemt1a.fsf@dwp.des.no> User-Agent: Mutt/1.4.2.2i Cc: Ed Maste , cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 12 Apr 2007 01:47:25 -0000 * Dag-Erling Sm?rgrav [070411 15:43] wrote: > Alfred Perlstein writes: > > Ed Maste [070411 13:46] wrote: > > > Currently, without the -s option the core produced by gcore is > > > inconsistent, and it's that behaviour that would be eliminated with my > > > change. Do you actually have a use for inconsistent core files? > > Not so much as a need for an inconsistent core so much as a need > > for a core without halting the program for the time it takes to > > dump core. > > What Ed is trying to tell you is that the result will be a useless > core file. And what I'm trying to say is that he's wrong. One can still examine such a corefile to find valuable data. -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Thu Apr 12 01:58:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63D2316A402; Thu, 12 Apr 2007 01:58:58 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4101413C455; Thu, 12 Apr 2007 01:58:58 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C1wwD7037503; Thu, 12 Apr 2007 01:58:58 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C1wwa2037502; Thu, 12 Apr 2007 01:58:58 GMT (envelope-from thompsa) Message-Id: <200704120158.l3C1wwa2037502@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 12 Apr 2007 01:58:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_trunk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 01:58:58 -0000 thompsa 2007-04-12 01:58:57 UTC FreeBSD src repository Modified files: sys/net if_trunk.c Log: Fix a case where the multicast addresses were not removed from some ports. The first port to be removed from the trunk would free the multicast list so subsequent removed ports didnt have their multicast addresses removed. Revision Changes Path 1.3 +49 -32 src/sys/net/if_trunk.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 02:04:00 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 861C616A401 for ; Thu, 12 Apr 2007 02:04:00 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id A66CC13C483 for ; Thu, 12 Apr 2007 02:03:59 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so321801pyh for ; Wed, 11 Apr 2007 19:03:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sUIS89t8712AxUxxIPme1fqJVr3UasGXWSZDARD52WBd5CwHynAu5UjoPWgz0lBtP7Xggw6MOR96ZfMmRtkpSWgrSktzuyWr0qU9K5TM3cl5quvKaLUdHYfT1trBgqudWkMn6Dzrayf4OrmTAWT5Ot4viSptAezHAHVCQtussvo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k1q91O/qk4mPigPTxK2jntyYRWNP2saQG/T8jWoriDfnT7Wmxv0/nKTemooUs1MnnRTsgWf6VAs1bqPp2ySRXZH8tUkCHnb6jL0wELU3W1JZSR6XejyTIxKVhjitnlnl8cGSEktqyrOmOlGPQ8wWvp+j3jtwfBqKVQN6dubKKxY= Received: by 10.65.224.11 with SMTP id b11mr2743432qbr.1176343438700; Wed, 11 Apr 2007 19:03:58 -0700 (PDT) Received: by 10.65.244.16 with HTTP; Wed, 11 Apr 2007 19:03:58 -0700 (PDT) Message-ID: Date: Wed, 11 Apr 2007 19:03:58 -0700 From: "Kip Macy" To: "Alfred Perlstein" In-Reply-To: <20070412014732.GM2382@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> <20070411195935.GA2382@elvis.mu.org> <88607eb20704111346q5c463b60w2547084231a11227@mail.gmail.com> <20070411220228.GG2382@elvis.mu.org> <86abxemt1a.fsf@dwp.des.no> <20070412014732.GM2382@elvis.mu.org> Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Ed Maste , Xin LI , Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 12 Apr 2007 02:04:00 -0000 > > What Ed is trying to tell you is that the result will be a useless > > core file. > > And what I'm trying to say is that he's wrong. > > One can still examine such a corefile to find valuable data. > Have either of you read my response? From owner-cvs-all@FreeBSD.ORG Thu Apr 12 02:07:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9630216A401; Thu, 12 Apr 2007 02:07:13 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7300013C45E; Thu, 12 Apr 2007 02:07:13 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C27Dkt044177; Thu, 12 Apr 2007 02:07:13 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C27DqI044176; Thu, 12 Apr 2007 02:07:13 GMT (envelope-from kuriyama) Message-Id: <200704120207.l3C27DqI044176@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 12 Apr 2007 02:07: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.sbin/rpc.lockd lockd_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 02:07:13 -0000 kuriyama 2007-04-12 02:07:12 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd lockd_lock.c Log: - Fix compilaton with DUMP_FILELOCK_VERBOSE. - Use consistent "get_lock_matching_unlock" function name in debuglog(). Revision Changes Path 1.22 +8 -8 src/usr.sbin/rpc.lockd/lockd_lock.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 02:19:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64C1416A401; Thu, 12 Apr 2007 02:19:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 418FC13C45E; Thu, 12 Apr 2007 02:19:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C2JH4b049697; Thu, 12 Apr 2007 02:19:17 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C2JHlE049696; Thu, 12 Apr 2007 02:19:17 GMT (envelope-from delphij) Message-Id: <200704120219.l3C2JHlE049696@repoman.freebsd.org> From: Xin LI Date: Thu, 12 Apr 2007 02:19: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/lib/libc/uuid uuid_compare.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 02:19:17 -0000 delphij 2007-04-12 02:19:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/uuid uuid_compare.c Log: MFC 1.5-1.6: Correctly compare between two UUIDs according to specification found DCE 1.1. PR: 83107 Revision Changes Path 1.4.2.1 +15 -17 src/lib/libc/uuid/uuid_compare.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 02:20:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8535316A401; Thu, 12 Apr 2007 02:20:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6240A13C448; Thu, 12 Apr 2007 02:20:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C2KFOk049846; Thu, 12 Apr 2007 02:20:15 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C2KF6e049845; Thu, 12 Apr 2007 02:20:15 GMT (envelope-from delphij) Message-Id: <200704120220.l3C2KF6e049845@repoman.freebsd.org> From: Xin LI Date: Thu, 12 Apr 2007 02:20:15 +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/lib/libc/uuid uuid_compare.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 02:20:15 -0000 delphij 2007-04-12 02:20:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/uuid uuid_compare.c Log: MFC 1.5-1.6: Correctly compare between two UUIDs according to specification found DCE 1.1. PR: 83107 Revision Changes Path 1.3.4.1 +15 -17 src/lib/libc/uuid/uuid_compare.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 02:59:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A3F916A400; Thu, 12 Apr 2007 02:59:22 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 26D5313C489; Thu, 12 Apr 2007 02:59:22 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C2xMLl055828; Thu, 12 Apr 2007 02:59:22 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C2xL5s055827; Thu, 12 Apr 2007 02:59:21 GMT (envelope-from sobomax) Message-Id: <200704120259.l3C2xL5s055827@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 12 Apr 2007 02:59:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openpbx.org 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, 12 Apr 2007 02:59:22 -0000 sobomax 2007-04-12 02:59:21 UTC FreeBSD ports repository Modified files: net/openpbx.org pkg-descr Log: Fix typo www.openpbx.com -> www.openpbx.org. Submitted by: ariandr at gmail.com Revision Changes Path 1.3 +1 -1 ports/net/openpbx.org/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Apr 12 03:07:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E653E16A402; Thu, 12 Apr 2007 03:07:24 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C347E13C48A; Thu, 12 Apr 2007 03:07:24 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C37O7r058507; Thu, 12 Apr 2007 03:07:24 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C37OUp058506; Thu, 12 Apr 2007 03:07:24 GMT (envelope-from kmacy) Message-Id: <200704120307.l3C37OUp058506@repoman.freebsd.org> From: Kip Macy Date: Thu, 12 Apr 2007 03:07:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 03:07:25 -0000 kmacy 2007-04-12 03:07:24 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_main.c Log: Add ETHER_HDR_LEN to hardware accepted mtu MFC after: 3 days Revision Changes Path 1.12 +3 -3 src/sys/dev/cxgb/cxgb_main.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 03:09:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4019716A403; Thu, 12 Apr 2007 03:09:25 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1BBF013C469; Thu, 12 Apr 2007 03:09:25 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C39OHP058630; Thu, 12 Apr 2007 03:09:24 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C39OfF058629; Thu, 12 Apr 2007 03:09:24 GMT (envelope-from sobomax) Message-Id: <200704120309.l3C39OfF058629@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 12 Apr 2007 03: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/net/asterisk-oh323 Makefile ports/net/asterisk-app-notify Makefile ports/net/asterisk-app-ldap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 03:09:25 -0000 sobomax 2007-04-12 03:09:24 UTC FreeBSD ports repository Modified files: net/asterisk-oh323 Makefile net/asterisk-app-notify Makefile net/asterisk-app-ldap Makefile Log: Switch to using net/asterisk12 and net/asterisk12-addons in preparation for asterisk upgrade to 1.4.x. Revision Changes Path 1.2 +3 -3 ports/net/asterisk-app-ldap/Makefile 1.2 +3 -2 ports/net/asterisk-app-notify/Makefile 1.10 +2 -2 ports/net/asterisk-oh323/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 03:11:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00B4716A405; Thu, 12 Apr 2007 03:11:45 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E585013C4AE; Thu, 12 Apr 2007 03:11:44 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C3BiVb060163; Thu, 12 Apr 2007 03:11:44 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C3BiI3060162; Thu, 12 Apr 2007 03:11:44 GMT (envelope-from gshapiro) Message-Id: <200704120311.l3C3BiI3060162@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 12 Apr 2007 03:11:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade KNOWNBUGS PGPKEYS RELEASE_NOTES src/contrib/sendmail/cf README src/contrib/sendmail/cf/cf knecht.mc submit.cf src/contrib/sendmail/cf/feature access_db.m4 badmx.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: Thu, 12 Apr 2007 03:11:45 -0000 gshapiro 2007-04-12 03:11:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/sendmail FREEBSD-upgrade KNOWNBUGS PGPKEYS RELEASE_NOTES contrib/sendmail/cf README contrib/sendmail/cf/cf knecht.mc submit.cf contrib/sendmail/cf/feature access_db.m4 dnsbl.m4 enhdnsbl.m4 contrib/sendmail/cf/m4 proto.m4 version.m4 contrib/sendmail/cf/mailer smtp.m4 contrib/sendmail/contrib cidrexpand qtool.pl contrib/sendmail/doc/op op.me contrib/sendmail/editmap Makefile.m4 contrib/sendmail/include/libmilter mfapi.h mfdef.h milter.h contrib/sendmail/include/sm conf.h errstring.h heap.h ldap.h contrib/sendmail/libmilter Makefile Makefile.m4 README comm.c engine.c handler.c libmilter.h listener.c main.c smfi.c contrib/sendmail/libmilter/docs api.html design.html index.html installation.html other.html overview.html sample.html smfi_addheader.html smfi_addrcpt.html smfi_chgheader.html smfi_delrcpt.html smfi_getpriv.html smfi_getsymval.html smfi_insheader.html smfi_main.html smfi_opensocket.html smfi_progress.html smfi_quarantine.html smfi_register.html smfi_replacebody.html smfi_setbacklog.html smfi_setconn.html smfi_setdbg.html smfi_setmlreply.html smfi_setpriv.html smfi_setreply.html smfi_settimeout.html smfi_stop.html xxfi_abort.html xxfi_body.html xxfi_close.html xxfi_connect.html xxfi_envfrom.html xxfi_envrcpt.html xxfi_eoh.html xxfi_eom.html xxfi_header.html xxfi_helo.html contrib/sendmail/libsm Makefile Makefile.m4 config.c exc.c exc.html findfp.c flags.c ldap.c local.h memstat.c snprintf.c t-memstat.c t-sem.c vfscanf.c contrib/sendmail/libsmdb Makefile.m4 contrib/sendmail/libsmutil Makefile.m4 contrib/sendmail/mail.local Makefile.m4 mail.local.c contrib/sendmail/mailstats Makefile.m4 contrib/sendmail/makemap Makefile.m4 contrib/sendmail/praliases Makefile.m4 contrib/sendmail/rmail Makefile.m4 contrib/sendmail/smrsh Makefile.m4 contrib/sendmail/src Makefile Makefile.m4 README TRACEFLAGS TUNING alias.c arpadate.c collect.c conf.c conf.h control.c daemon.c deliver.c domain.c envelope.c err.c headers.c helpfile macro.c mailq.1 main.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sendmail.h sm_resolve.c srvrsmtp.c stab.c stats.c timers.c tls.c udb.c usersmtp.c util.c version.c contrib/sendmail/test Makefile contrib/sendmail/vacation Makefile.m4 vacation.c lib/libmilter Makefile lib/libsm Makefile release/doc/en_US.ISO8859-1/relnotes/common new.sgml usr.sbin/sendmail Makefile Added files: (Branch: RELENG_6) contrib/sendmail/cf/feature badmx.m4 block_bad_helo.m4 require_rdns.m4 contrib/sendmail/include/sm misc.h sendmail.h tailq.h contrib/sendmail/include/sm/os sm_os_qnx.h contrib/sendmail/libmilter example.c monitor.c worker.c contrib/sendmail/libmilter/docs smfi_addrcpt_par.html smfi_chgfrom.html smfi_setsymlist.html smfi_version.html xxfi_data.html xxfi_negotiate.html xxfi_unknown.html contrib/sendmail/libsm t-qic.c util.c contrib/sendmail/src daemon.h map.h Log: MFC: sendmail 8.14.1 Revision Changes Path 1.28.2.3 +5 -5 src/contrib/sendmail/FREEBSD-upgrade 1.1.1.13.2.1 +8 -8 src/contrib/sendmail/KNOWNBUGS 1.1.1.10.2.3 +77 -1 src/contrib/sendmail/PGPKEYS 1.1.1.24.2.3 +270 -2 src/contrib/sendmail/RELEASE_NOTES 1.1.1.23.2.3 +134 -23 src/contrib/sendmail/cf/README 1.1.1.9.8.2 +10 -2 src/contrib/sendmail/cf/cf/knecht.mc 1.1.1.14.2.3 +21 -8 src/contrib/sendmail/cf/cf/submit.cf 1.1.1.8.8.1 +7 -2 src/contrib/sendmail/cf/feature/access_db.m4 1.1.1.1.2.1 +22 -0 src/contrib/sendmail/cf/feature/badmx.m4 (new) 1.1.1.1.2.1 +18 -0 src/contrib/sendmail/cf/feature/block_bad_helo.m4 (new) 1.1.1.6.8.3 +7 -3 src/contrib/sendmail/cf/feature/dnsbl.m4 1.1.1.3.14.3 +16 -9 src/contrib/sendmail/cf/feature/enhdnsbl.m4 1.1.1.1.2.1 +16 -0 src/contrib/sendmail/cf/feature/require_rdns.m4 (new) 1.1.1.22.2.3 +77 -9 src/contrib/sendmail/cf/m4/proto.m4 1.1.1.24.2.3 +3 -3 src/contrib/sendmail/cf/m4/version.m4 1.1.1.7.14.1 +9 -7 src/contrib/sendmail/cf/mailer/smtp.m4 1.1.1.3.8.2 +55 -18 src/contrib/sendmail/contrib/cidrexpand 1.1.1.8.8.1 +45 -2 src/contrib/sendmail/contrib/qtool.pl 1.1.1.23.2.2 +121 -36 src/contrib/sendmail/doc/op/op.me 1.1.1.3.8.1 +2 -1 src/contrib/sendmail/editmap/Makefile.m4 1.1.1.11.2.2 +113 -11 src/contrib/sendmail/include/libmilter/mfapi.h 1.1.1.5.8.2 +78 -67 src/contrib/sendmail/include/libmilter/mfdef.h 1.1.1.11.8.1 +2 -29 src/contrib/sendmail/include/libmilter/milter.h 1.1.1.13.2.2 +61 -28 src/contrib/sendmail/include/sm/conf.h 1.1.1.5.8.1 +5 -1 src/contrib/sendmail/include/sm/errstring.h 1.1.1.3.14.1 +12 -2 src/contrib/sendmail/include/sm/heap.h 1.1.1.5.8.2 +20 -11 src/contrib/sendmail/include/sm/ldap.h 1.1.1.1.2.1 +19 -0 src/contrib/sendmail/include/sm/misc.h (new) 1.1.1.1.2.1 +20 -0 src/contrib/sendmail/include/sm/os/sm_os_qnx.h (new) 1.1.1.1.2.1 +24 -0 src/contrib/sendmail/include/sm/sendmail.h (new) 1.1.1.1.2.1 +153 -0 src/contrib/sendmail/include/sm/tailq.h (new) 1.1.1.3.14.1 +3 -1 src/contrib/sendmail/libmilter/Makefile 1.1.1.7.8.1 +4 -4 src/contrib/sendmail/libmilter/Makefile.m4 1.1.1.12.8.2 +6 -244 src/contrib/sendmail/libmilter/README 1.1.1.12.2.1 +2 -2 src/contrib/sendmail/libmilter/comm.c 1.1.1.3.8.1 +227 -140 src/contrib/sendmail/libmilter/docs/api.html 1.1.1.3.8.1 +45 -45 src/contrib/sendmail/libmilter/docs/design.html 1.1.1.5.8.1 +56 -56 src/contrib/sendmail/libmilter/docs/index.html 1.1.1.4.8.1 +83 -87 src/contrib/sendmail/libmilter/docs/installation.html 1.1.1.3.8.1 +11 -11 src/contrib/sendmail/libmilter/docs/other.html 1.1.1.5.8.1 +164 -143 src/contrib/sendmail/libmilter/docs/overview.html 1.1.1.5.8.1 +93 -60 src/contrib/sendmail/libmilter/docs/sample.html 1.1.1.4.8.1 +92 -84 src/contrib/sendmail/libmilter/docs/smfi_addheader.html 1.1.1.4.8.1 +55 -55 src/contrib/sendmail/libmilter/docs/smfi_addrcpt.html 1.1.1.1.2.1 +88 -0 src/contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html (new) 1.1.1.1.2.1 +94 -0 src/contrib/sendmail/libmilter/docs/smfi_chgfrom.html (new) 1.1.1.5.8.1 +76 -76 src/contrib/sendmail/libmilter/docs/smfi_chgheader.html 1.1.1.4.8.1 +55 -55 src/contrib/sendmail/libmilter/docs/smfi_delrcpt.html 1.1.1.3.8.1 +40 -40 src/contrib/sendmail/libmilter/docs/smfi_getpriv.html 1.1.1.4.8.1 +78 -72 src/contrib/sendmail/libmilter/docs/smfi_getsymval.html 1.1.1.1.10.1 +110 -88 src/contrib/sendmail/libmilter/docs/smfi_insheader.html 1.1.1.3.8.1 +32 -32 src/contrib/sendmail/libmilter/docs/smfi_main.html 1.1.1.1.10.1 +50 -50 src/contrib/sendmail/libmilter/docs/smfi_opensocket.html 1.1.1.1.10.1 +45 -45 src/contrib/sendmail/libmilter/docs/smfi_progress.html 1.1.1.1.10.1 +49 -49 src/contrib/sendmail/libmilter/docs/smfi_quarantine.html 1.1.1.4.8.1 +140 -79 src/contrib/sendmail/libmilter/docs/smfi_register.html 1.1.1.3.8.1 +64 -64 src/contrib/sendmail/libmilter/docs/smfi_replacebody.html 1.1.1.3.8.1 +43 -42 src/contrib/sendmail/libmilter/docs/smfi_setbacklog.html 1.1.1.4.8.1 +57 -56 src/contrib/sendmail/libmilter/docs/smfi_setconn.html 1.1.1.1.10.1 +42 -42 src/contrib/sendmail/libmilter/docs/smfi_setdbg.html 1.1.1.1.10.1 +87 -89 src/contrib/sendmail/libmilter/docs/smfi_setmlreply.html 1.1.1.3.8.1 +49 -49 src/contrib/sendmail/libmilter/docs/smfi_setpriv.html 1.1.1.7.8.1 +75 -78 src/contrib/sendmail/libmilter/docs/smfi_setreply.html 1.1.1.1.2.1 +107 -0 src/contrib/sendmail/libmilter/docs/smfi_setsymlist.html (new) 1.1.1.4.8.1 +45 -45 src/contrib/sendmail/libmilter/docs/smfi_settimeout.html 1.1.1.1.10.2 +49 -49 src/contrib/sendmail/libmilter/docs/smfi_stop.html 1.1.1.1.2.1 +86 -0 src/contrib/sendmail/libmilter/docs/smfi_version.html (new) 1.1.1.3.8.1 +51 -51 src/contrib/sendmail/libmilter/docs/xxfi_abort.html 1.1.1.3.8.1 +73 -59 src/contrib/sendmail/libmilter/docs/xxfi_body.html 1.1.1.3.8.1 +48 -48 src/contrib/sendmail/libmilter/docs/xxfi_close.html 1.1.1.4.8.1 +96 -88 src/contrib/sendmail/libmilter/docs/xxfi_connect.html 1.1.1.1.2.1 +89 -0 src/contrib/sendmail/libmilter/docs/xxfi_data.html (new) 1.1.1.3.8.1 +77 -75 src/contrib/sendmail/libmilter/docs/xxfi_envfrom.html 1.1.1.4.8.1 +74 -74 src/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html 1.1.1.3.8.1 +38 -38 src/contrib/sendmail/libmilter/docs/xxfi_eoh.html 1.1.1.3.8.1 +43 -42 src/contrib/sendmail/libmilter/docs/xxfi_eom.html 1.1.1.3.8.2 +88 -55 src/contrib/sendmail/libmilter/docs/xxfi_header.html 1.1.1.3.8.2 +41 -41 src/contrib/sendmail/libmilter/docs/xxfi_helo.html 1.1.1.1.2.1 +277 -0 src/contrib/sendmail/libmilter/docs/xxfi_negotiate.html (new) 1.1.1.1.2.1 +84 -0 src/contrib/sendmail/libmilter/docs/xxfi_unknown.html (new) 1.1.1.14.2.2 +640 -122 src/contrib/sendmail/libmilter/engine.c 1.1.1.1.2.1 +298 -0 src/contrib/sendmail/libmilter/example.c (new) 1.1.1.8.8.1 +4 -3 src/contrib/sendmail/libmilter/handler.c 1.1.1.13.8.2 +152 -5 src/contrib/sendmail/libmilter/libmilter.h 1.1.1.16.2.2 +39 -21 src/contrib/sendmail/libmilter/listener.c 1.1.1.12.8.1 +3 -3 src/contrib/sendmail/libmilter/main.c 1.1.1.1.2.1 +225 -0 src/contrib/sendmail/libmilter/monitor.c (new) 1.1.1.7.2.2 +244 -3 src/contrib/sendmail/libmilter/smfi.c 1.1.1.1.2.1 +792 -0 src/contrib/sendmail/libmilter/worker.c (new) 1.1.1.3.14.1 +3 -1 src/contrib/sendmail/libsm/Makefile 1.1.1.5.2.2 +31 -25 src/contrib/sendmail/libsm/Makefile.m4 1.1.1.6.8.1 +11 -2 src/contrib/sendmail/libsm/config.c 1.1.1.5.8.1 +4 -22 src/contrib/sendmail/libsm/exc.c 1.1.1.3.14.1 +2 -2 src/contrib/sendmail/libsm/exc.html 1.1.1.4.14.1 +7 -2 src/contrib/sendmail/libsm/findfp.c 1.1.1.5.8.1 +5 -4 src/contrib/sendmail/libsm/flags.c 1.1.1.10.2.2 +100 -34 src/contrib/sendmail/libsm/ldap.c 1.1.1.7.8.3 +3 -1 src/contrib/sendmail/libsm/local.h 1.1.1.1.2.2 +5 -2 src/contrib/sendmail/libsm/memstat.c 1.1.1.3.14.1 +2 -1 src/contrib/sendmail/libsm/snprintf.c 1.1.1.1.2.3 +18 -3 src/contrib/sendmail/libsm/t-memstat.c 1.1.1.1.2.1 +235 -0 src/contrib/sendmail/libsm/t-qic.c (new) 1.1.1.1.2.2 +6 -4 src/contrib/sendmail/libsm/t-sem.c 1.1.1.1.2.1 +250 -0 src/contrib/sendmail/libsm/util.c (new) 1.1.1.4.2.2 +4 -2 src/contrib/sendmail/libsm/vfscanf.c 1.1.1.4.8.1 +2 -2 src/contrib/sendmail/libsmdb/Makefile.m4 1.1.1.4.8.1 +2 -2 src/contrib/sendmail/libsmutil/Makefile.m4 1.1.1.9.2.1 +2 -1 src/contrib/sendmail/mail.local/Makefile.m4 1.26.2.1 +4 -2 src/contrib/sendmail/mail.local/mail.local.c 1.1.1.6.8.1 +2 -1 src/contrib/sendmail/mailstats/Makefile.m4 1.1.1.6.8.1 +2 -1 src/contrib/sendmail/makemap/Makefile.m4 1.1.1.6.8.1 +2 -1 src/contrib/sendmail/praliases/Makefile.m4 1.1.1.7.8.1 +2 -1 src/contrib/sendmail/rmail/Makefile.m4 1.1.1.7.8.1 +2 -1 src/contrib/sendmail/smrsh/Makefile.m4 1.1.1.3.14.1 +3 -1 src/contrib/sendmail/src/Makefile 1.1.1.11.8.1 +3 -1 src/contrib/sendmail/src/Makefile.m4 1.1.1.23.2.3 +5 -2 src/contrib/sendmail/src/README 1.1.1.12.2.2 +4 -1 src/contrib/sendmail/src/TRACEFLAGS 1.1.1.6.8.1 +11 -11 src/contrib/sendmail/src/TUNING 1.1.1.12.8.1 +15 -14 src/contrib/sendmail/src/alias.c 1.1.1.8.14.1 +2 -2 src/contrib/sendmail/src/arpadate.c 1.1.1.21.2.4 +10 -28 src/contrib/sendmail/src/collect.c 1.28.2.4 +258 -299 src/contrib/sendmail/src/conf.c 1.23.8.2 +8 -7 src/contrib/sendmail/src/conf.h 1.1.1.15.2.1 +9 -15 src/contrib/sendmail/src/control.c 1.1.1.21.2.3 +151 -121 src/contrib/sendmail/src/daemon.c 1.1.1.1.2.1 +62 -0 src/contrib/sendmail/src/daemon.h (new) 1.1.1.23.2.5 +87 -69 src/contrib/sendmail/src/deliver.c 1.1.1.16.2.2 +12 -11 src/contrib/sendmail/src/domain.c 1.1.1.14.2.3 +24 -29 src/contrib/sendmail/src/envelope.c 1.13.8.1 +22 -25 src/contrib/sendmail/src/err.c 1.21.2.4 +211 -79 src/contrib/sendmail/src/headers.c 1.1.1.7.2.3 +3 -2 src/contrib/sendmail/src/helpfile 1.1.1.10.8.1 +115 -43 src/contrib/sendmail/src/macro.c 1.14.8.1 +22 -3 src/contrib/sendmail/src/mailq.1 1.1.1.21.8.3 +164 -54 src/contrib/sendmail/src/main.c 1.1.1.21.2.3 +409 -145 src/contrib/sendmail/src/map.c 1.1.1.1.2.1 +86 -0 src/contrib/sendmail/src/map.h (new) 1.20.2.3 +18 -18 src/contrib/sendmail/src/mci.c 1.1.1.21.2.2 +852 -263 src/contrib/sendmail/src/milter.c 1.1.1.13.2.5 +23 -23 src/contrib/sendmail/src/mime.c 1.1.1.22.2.4 +215 -98 src/contrib/sendmail/src/parseaddr.c 1.1.1.23.2.3 +141 -116 src/contrib/sendmail/src/queue.c 1.1.1.1.10.2 +3 -3 src/contrib/sendmail/src/ratectrl.c 1.1.1.23.2.2 +124 -81 src/contrib/sendmail/src/readcf.c 1.1.1.15.2.1 +50 -26 src/contrib/sendmail/src/recipient.c 1.1.1.9.2.1 +3 -3 src/contrib/sendmail/src/sasl.c 1.17.2.4 +74 -68 src/contrib/sendmail/src/savemail.c 1.1.1.26.2.5 +62 -47 src/contrib/sendmail/src/sendmail.h 1.1.1.7.2.1 +7 -7 src/contrib/sendmail/src/sm_resolve.c 1.1.1.22.2.4 +429 -234 src/contrib/sendmail/src/srvrsmtp.c 1.1.1.10.8.1 +20 -20 src/contrib/sendmail/src/stab.c 1.1.1.10.8.1 +7 -7 src/contrib/sendmail/src/stats.c 1.1.1.5.14.2 +5 -5 src/contrib/sendmail/src/timers.c 1.1.1.11.2.3 +13 -11 src/contrib/sendmail/src/tls.c 1.1.1.12.8.2 +31 -29 src/contrib/sendmail/src/udb.c 1.1.1.21.2.3 +29 -19 src/contrib/sendmail/src/usersmtp.c 1.1.1.18.2.4 +132 -172 src/contrib/sendmail/src/util.c 1.1.1.24.2.3 +3 -3 src/contrib/sendmail/src/version.c 1.1.1.3.14.1 +3 -1 src/contrib/sendmail/test/Makefile 1.1.1.4.8.1 +2 -1 src/contrib/sendmail/vacation/Makefile.m4 1.1.1.13.2.1 +20 -19 src/contrib/sendmail/vacation/vacation.c 1.5.2.1 +2 -2 src/lib/libmilter/Makefile 1.9.2.2 +1 -1 src/lib/libsm/Makefile 1.883.2.64 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.51.2.2 +1 -1 src/usr.sbin/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 03:12:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2148E16A403; Thu, 12 Apr 2007 03:12:29 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 11FFE13C458; Thu, 12 Apr 2007 03:12:29 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C3CTMC061099; Thu, 12 Apr 2007 03:12:29 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C3CT8U061098; Thu, 12 Apr 2007 03:12:29 GMT (envelope-from gshapiro) Message-Id: <200704120312.l3C3CT8U061098@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 12 Apr 2007 03:12:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade KNOWNBUGS PGPKEYS RELEASE_NOTES src/contrib/sendmail/cf README src/contrib/sendmail/cf/cf knecht.mc submit.cf src/contrib/sendmail/cf/feature access_db.m4 badmx.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: Thu, 12 Apr 2007 03:12:29 -0000 gshapiro 2007-04-12 03:12:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) contrib/sendmail FREEBSD-upgrade KNOWNBUGS PGPKEYS RELEASE_NOTES contrib/sendmail/cf README contrib/sendmail/cf/cf knecht.mc submit.cf contrib/sendmail/cf/feature access_db.m4 dnsbl.m4 enhdnsbl.m4 contrib/sendmail/cf/m4 proto.m4 version.m4 contrib/sendmail/cf/mailer smtp.m4 contrib/sendmail/contrib cidrexpand qtool.pl contrib/sendmail/doc/op op.me contrib/sendmail/editmap Makefile.m4 contrib/sendmail/include/libmilter mfapi.h mfdef.h milter.h contrib/sendmail/include/sm conf.h errstring.h heap.h ldap.h contrib/sendmail/libmilter Makefile Makefile.m4 README comm.c engine.c handler.c libmilter.h listener.c main.c smfi.c contrib/sendmail/libmilter/docs api.html design.html index.html installation.html other.html overview.html sample.html smfi_addheader.html smfi_addrcpt.html smfi_chgheader.html smfi_delrcpt.html smfi_getpriv.html smfi_getsymval.html smfi_insheader.html smfi_main.html smfi_opensocket.html smfi_progress.html smfi_quarantine.html smfi_register.html smfi_replacebody.html smfi_setbacklog.html smfi_setconn.html smfi_setdbg.html smfi_setmlreply.html smfi_setpriv.html smfi_setreply.html smfi_settimeout.html smfi_stop.html xxfi_abort.html xxfi_body.html xxfi_close.html xxfi_connect.html xxfi_envfrom.html xxfi_envrcpt.html xxfi_eoh.html xxfi_eom.html xxfi_header.html xxfi_helo.html contrib/sendmail/libsm Makefile Makefile.m4 config.c exc.c exc.html findfp.c flags.c ldap.c local.h memstat.c snprintf.c t-memstat.c t-sem.c vfscanf.c contrib/sendmail/libsmdb Makefile.m4 contrib/sendmail/libsmutil Makefile.m4 contrib/sendmail/mail.local Makefile.m4 mail.local.c contrib/sendmail/mailstats Makefile.m4 contrib/sendmail/makemap Makefile.m4 contrib/sendmail/praliases Makefile.m4 contrib/sendmail/rmail Makefile.m4 contrib/sendmail/smrsh Makefile.m4 contrib/sendmail/src Makefile Makefile.m4 README TRACEFLAGS TUNING alias.c arpadate.c collect.c conf.c conf.h control.c daemon.c deliver.c domain.c envelope.c err.c headers.c helpfile macro.c mailq.1 main.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sendmail.h sm_resolve.c srvrsmtp.c stab.c stats.c timers.c tls.c udb.c usersmtp.c util.c version.c contrib/sendmail/test Makefile contrib/sendmail/vacation Makefile.m4 vacation.c lib/libmilter Makefile lib/libsm Makefile release/doc/en_US.ISO8859-1/relnotes/common new.sgml usr.sbin/sendmail Makefile Added files: (Branch: RELENG_5) contrib/sendmail/cf/feature badmx.m4 block_bad_helo.m4 require_rdns.m4 contrib/sendmail/include/sm misc.h sendmail.h tailq.h contrib/sendmail/include/sm/os sm_os_qnx.h contrib/sendmail/libmilter example.c monitor.c worker.c contrib/sendmail/libmilter/docs smfi_addrcpt_par.html smfi_chgfrom.html smfi_setsymlist.html smfi_version.html xxfi_data.html xxfi_negotiate.html xxfi_unknown.html contrib/sendmail/libsm t-qic.c util.c contrib/sendmail/src daemon.h map.h Log: MFC: sendmail 8.14.1 Revision Changes Path 1.26.2.5 +5 -5 src/contrib/sendmail/FREEBSD-upgrade 1.1.1.12.2.2 +8 -8 src/contrib/sendmail/KNOWNBUGS 1.1.1.9.2.4 +77 -1 src/contrib/sendmail/PGPKEYS 1.1.1.22.2.5 +270 -2 src/contrib/sendmail/RELEASE_NOTES 1.1.1.22.2.4 +134 -23 src/contrib/sendmail/cf/README 1.1.1.9.2.2 +10 -2 src/contrib/sendmail/cf/cf/knecht.mc 1.1.1.12.2.5 +21 -8 src/contrib/sendmail/cf/cf/submit.cf 1.1.1.8.2.1 +7 -2 src/contrib/sendmail/cf/feature/access_db.m4 1.1.1.1.4.1 +22 -0 src/contrib/sendmail/cf/feature/badmx.m4 (new) 1.1.1.1.4.1 +18 -0 src/contrib/sendmail/cf/feature/block_bad_helo.m4 (new) 1.1.1.6.2.3 +7 -3 src/contrib/sendmail/cf/feature/dnsbl.m4 1.1.1.3.8.3 +16 -9 src/contrib/sendmail/cf/feature/enhdnsbl.m4 1.1.1.1.4.1 +16 -0 src/contrib/sendmail/cf/feature/require_rdns.m4 (new) 1.1.1.21.2.4 +77 -9 src/contrib/sendmail/cf/m4/proto.m4 1.1.1.22.2.5 +3 -3 src/contrib/sendmail/cf/m4/version.m4 1.1.1.7.8.1 +9 -7 src/contrib/sendmail/cf/mailer/smtp.m4 1.1.1.3.2.2 +55 -18 src/contrib/sendmail/contrib/cidrexpand 1.1.1.8.2.1 +45 -2 src/contrib/sendmail/contrib/qtool.pl 1.1.1.22.2.3 +121 -36 src/contrib/sendmail/doc/op/op.me 1.1.1.3.2.1 +2 -1 src/contrib/sendmail/editmap/Makefile.m4 1.1.1.10.2.3 +113 -11 src/contrib/sendmail/include/libmilter/mfapi.h 1.1.1.5.2.2 +78 -67 src/contrib/sendmail/include/libmilter/mfdef.h 1.1.1.11.2.1 +2 -29 src/contrib/sendmail/include/libmilter/milter.h 1.1.1.11.2.4 +61 -28 src/contrib/sendmail/include/sm/conf.h 1.1.1.5.2.1 +5 -1 src/contrib/sendmail/include/sm/errstring.h 1.1.1.3.8.1 +12 -2 src/contrib/sendmail/include/sm/heap.h 1.1.1.5.2.2 +20 -11 src/contrib/sendmail/include/sm/ldap.h 1.1.1.1.4.1 +19 -0 src/contrib/sendmail/include/sm/misc.h (new) 1.1.1.1.4.1 +20 -0 src/contrib/sendmail/include/sm/os/sm_os_qnx.h (new) 1.1.1.1.4.1 +24 -0 src/contrib/sendmail/include/sm/sendmail.h (new) 1.1.1.1.4.1 +153 -0 src/contrib/sendmail/include/sm/tailq.h (new) 1.1.1.3.8.1 +3 -1 src/contrib/sendmail/libmilter/Makefile 1.1.1.7.2.1 +4 -4 src/contrib/sendmail/libmilter/Makefile.m4 1.1.1.12.2.2 +6 -244 src/contrib/sendmail/libmilter/README 1.1.1.11.2.2 +2 -2 src/contrib/sendmail/libmilter/comm.c 1.1.1.3.2.1 +227 -140 src/contrib/sendmail/libmilter/docs/api.html 1.1.1.3.2.1 +45 -45 src/contrib/sendmail/libmilter/docs/design.html 1.1.1.5.2.1 +56 -56 src/contrib/sendmail/libmilter/docs/index.html 1.1.1.4.2.1 +83 -87 src/contrib/sendmail/libmilter/docs/installation.html 1.1.1.3.2.1 +11 -11 src/contrib/sendmail/libmilter/docs/other.html 1.1.1.5.2.1 +164 -143 src/contrib/sendmail/libmilter/docs/overview.html 1.1.1.5.2.1 +93 -60 src/contrib/sendmail/libmilter/docs/sample.html 1.1.1.4.2.1 +92 -84 src/contrib/sendmail/libmilter/docs/smfi_addheader.html 1.1.1.4.2.1 +55 -55 src/contrib/sendmail/libmilter/docs/smfi_addrcpt.html 1.1.1.1.4.1 +88 -0 src/contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html (new) 1.1.1.1.4.1 +94 -0 src/contrib/sendmail/libmilter/docs/smfi_chgfrom.html (new) 1.1.1.5.2.1 +76 -76 src/contrib/sendmail/libmilter/docs/smfi_chgheader.html 1.1.1.4.2.1 +55 -55 src/contrib/sendmail/libmilter/docs/smfi_delrcpt.html 1.1.1.3.2.1 +40 -40 src/contrib/sendmail/libmilter/docs/smfi_getpriv.html 1.1.1.4.2.1 +78 -72 src/contrib/sendmail/libmilter/docs/smfi_getsymval.html 1.1.1.1.4.1 +110 -88 src/contrib/sendmail/libmilter/docs/smfi_insheader.html 1.1.1.3.2.1 +32 -32 src/contrib/sendmail/libmilter/docs/smfi_main.html 1.1.1.1.4.1 +50 -50 src/contrib/sendmail/libmilter/docs/smfi_opensocket.html 1.1.1.1.4.1 +45 -45 src/contrib/sendmail/libmilter/docs/smfi_progress.html 1.1.1.1.4.1 +49 -49 src/contrib/sendmail/libmilter/docs/smfi_quarantine.html 1.1.1.4.2.1 +140 -79 src/contrib/sendmail/libmilter/docs/smfi_register.html 1.1.1.3.2.1 +64 -64 src/contrib/sendmail/libmilter/docs/smfi_replacebody.html 1.1.1.3.2.1 +43 -42 src/contrib/sendmail/libmilter/docs/smfi_setbacklog.html 1.1.1.4.2.1 +57 -56 src/contrib/sendmail/libmilter/docs/smfi_setconn.html 1.1.1.1.4.1 +42 -42 src/contrib/sendmail/libmilter/docs/smfi_setdbg.html 1.1.1.1.4.1 +87 -89 src/contrib/sendmail/libmilter/docs/smfi_setmlreply.html 1.1.1.3.2.1 +49 -49 src/contrib/sendmail/libmilter/docs/smfi_setpriv.html 1.1.1.7.2.1 +75 -78 src/contrib/sendmail/libmilter/docs/smfi_setreply.html 1.1.1.1.4.1 +107 -0 src/contrib/sendmail/libmilter/docs/smfi_setsymlist.html (new) 1.1.1.4.2.1 +45 -45 src/contrib/sendmail/libmilter/docs/smfi_settimeout.html 1.1.1.1.4.2 +49 -49 src/contrib/sendmail/libmilter/docs/smfi_stop.html 1.1.1.1.4.1 +86 -0 src/contrib/sendmail/libmilter/docs/smfi_version.html (new) 1.1.1.3.2.1 +51 -51 src/contrib/sendmail/libmilter/docs/xxfi_abort.html 1.1.1.3.2.1 +73 -59 src/contrib/sendmail/libmilter/docs/xxfi_body.html 1.1.1.3.2.1 +48 -48 src/contrib/sendmail/libmilter/docs/xxfi_close.html 1.1.1.4.2.1 +96 -88 src/contrib/sendmail/libmilter/docs/xxfi_connect.html 1.1.1.1.4.1 +89 -0 src/contrib/sendmail/libmilter/docs/xxfi_data.html (new) 1.1.1.3.2.1 +77 -75 src/contrib/sendmail/libmilter/docs/xxfi_envfrom.html 1.1.1.4.2.1 +74 -74 src/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html 1.1.1.3.2.1 +38 -38 src/contrib/sendmail/libmilter/docs/xxfi_eoh.html 1.1.1.3.2.1 +43 -42 src/contrib/sendmail/libmilter/docs/xxfi_eom.html 1.1.1.3.2.2 +88 -55 src/contrib/sendmail/libmilter/docs/xxfi_header.html 1.1.1.3.2.2 +41 -41 src/contrib/sendmail/libmilter/docs/xxfi_helo.html 1.1.1.1.4.1 +277 -0 src/contrib/sendmail/libmilter/docs/xxfi_negotiate.html (new) 1.1.1.1.4.1 +84 -0 src/contrib/sendmail/libmilter/docs/xxfi_unknown.html (new) 1.1.1.13.2.3 +640 -122 src/contrib/sendmail/libmilter/engine.c 1.1.1.1.4.1 +298 -0 src/contrib/sendmail/libmilter/example.c (new) 1.1.1.8.2.1 +4 -3 src/contrib/sendmail/libmilter/handler.c 1.1.1.13.2.2 +152 -5 src/contrib/sendmail/libmilter/libmilter.h 1.1.1.15.2.3 +39 -21 src/contrib/sendmail/libmilter/listener.c 1.1.1.12.2.1 +3 -3 src/contrib/sendmail/libmilter/main.c 1.1.1.1.4.1 +225 -0 src/contrib/sendmail/libmilter/monitor.c (new) 1.1.1.6.2.3 +244 -3 src/contrib/sendmail/libmilter/smfi.c 1.1.1.1.4.1 +792 -0 src/contrib/sendmail/libmilter/worker.c (new) 1.1.1.3.8.1 +3 -1 src/contrib/sendmail/libsm/Makefile 1.1.1.3.2.4 +31 -25 src/contrib/sendmail/libsm/Makefile.m4 1.1.1.6.2.1 +11 -2 src/contrib/sendmail/libsm/config.c 1.1.1.5.2.1 +4 -22 src/contrib/sendmail/libsm/exc.c 1.1.1.3.8.1 +2 -2 src/contrib/sendmail/libsm/exc.html 1.1.1.4.8.1 +7 -2 src/contrib/sendmail/libsm/findfp.c 1.1.1.5.2.1 +5 -4 src/contrib/sendmail/libsm/flags.c 1.1.1.8.2.4 +100 -34 src/contrib/sendmail/libsm/ldap.c 1.1.1.7.2.3 +3 -1 src/contrib/sendmail/libsm/local.h 1.1.1.1.4.2 +5 -2 src/contrib/sendmail/libsm/memstat.c 1.1.1.3.8.1 +2 -1 src/contrib/sendmail/libsm/snprintf.c 1.1.1.1.4.3 +18 -3 src/contrib/sendmail/libsm/t-memstat.c 1.1.1.1.4.1 +235 -0 src/contrib/sendmail/libsm/t-qic.c (new) 1.1.1.1.4.3 +6 -4 src/contrib/sendmail/libsm/t-sem.c 1.1.1.1.4.1 +250 -0 src/contrib/sendmail/libsm/util.c (new) 1.1.1.3.8.3 +4 -2 src/contrib/sendmail/libsm/vfscanf.c 1.1.1.4.2.1 +2 -2 src/contrib/sendmail/libsmdb/Makefile.m4 1.1.1.4.2.1 +2 -2 src/contrib/sendmail/libsmutil/Makefile.m4 1.1.1.8.2.2 +2 -1 src/contrib/sendmail/mail.local/Makefile.m4 1.25.2.2 +4 -2 src/contrib/sendmail/mail.local/mail.local.c 1.1.1.6.2.1 +2 -1 src/contrib/sendmail/mailstats/Makefile.m4 1.1.1.6.2.1 +2 -1 src/contrib/sendmail/makemap/Makefile.m4 1.1.1.6.2.1 +2 -1 src/contrib/sendmail/praliases/Makefile.m4 1.1.1.7.2.1 +2 -1 src/contrib/sendmail/rmail/Makefile.m4 1.1.1.7.2.1 +2 -1 src/contrib/sendmail/smrsh/Makefile.m4 1.1.1.3.8.1 +3 -1 src/contrib/sendmail/src/Makefile 1.1.1.11.2.1 +3 -1 src/contrib/sendmail/src/Makefile.m4 1.1.1.21.2.5 +5 -2 src/contrib/sendmail/src/README 1.1.1.11.2.3 +4 -1 src/contrib/sendmail/src/TRACEFLAGS 1.1.1.6.2.1 +11 -11 src/contrib/sendmail/src/TUNING 1.1.1.12.2.1 +15 -14 src/contrib/sendmail/src/alias.c 1.1.1.8.8.1 +2 -2 src/contrib/sendmail/src/arpadate.c 1.1.1.19.2.6 +10 -28 src/contrib/sendmail/src/collect.c 1.26.2.6 +258 -299 src/contrib/sendmail/src/conf.c 1.23.2.2 +8 -7 src/contrib/sendmail/src/conf.h 1.1.1.14.2.2 +9 -15 src/contrib/sendmail/src/control.c 1.1.1.19.2.5 +151 -121 src/contrib/sendmail/src/daemon.c 1.1.1.1.4.1 +62 -0 src/contrib/sendmail/src/daemon.h (new) 1.1.1.21.2.7 +87 -69 src/contrib/sendmail/src/deliver.c 1.1.1.14.2.4 +12 -11 src/contrib/sendmail/src/domain.c 1.1.1.13.2.4 +24 -29 src/contrib/sendmail/src/envelope.c 1.13.2.1 +22 -25 src/contrib/sendmail/src/err.c 1.20.2.5 +211 -79 src/contrib/sendmail/src/headers.c 1.1.1.6.8.4 +3 -2 src/contrib/sendmail/src/helpfile 1.1.1.10.2.1 +115 -43 src/contrib/sendmail/src/macro.c 1.14.2.1 +22 -3 src/contrib/sendmail/src/mailq.1 1.1.1.21.2.3 +164 -54 src/contrib/sendmail/src/main.c 1.1.1.19.2.5 +409 -145 src/contrib/sendmail/src/map.c 1.1.1.1.4.1 +86 -0 src/contrib/sendmail/src/map.h (new) 1.17.2.5 +18 -18 src/contrib/sendmail/src/mci.c 1.1.1.19.2.4 +852 -263 src/contrib/sendmail/src/milter.c 1.1.1.12.2.6 +23 -23 src/contrib/sendmail/src/mime.c 1.1.1.20.2.6 +215 -98 src/contrib/sendmail/src/parseaddr.c 1.1.1.21.2.5 +141 -116 src/contrib/sendmail/src/queue.c 1.1.1.1.4.2 +3 -3 src/contrib/sendmail/src/ratectrl.c 1.1.1.22.2.3 +124 -81 src/contrib/sendmail/src/readcf.c 1.1.1.14.2.2 +50 -26 src/contrib/sendmail/src/recipient.c 1.1.1.8.2.2 +3 -3 src/contrib/sendmail/src/sasl.c 1.16.2.5 +74 -68 src/contrib/sendmail/src/savemail.c 1.1.1.23.2.7 +62 -47 src/contrib/sendmail/src/sendmail.h 1.1.1.6.2.2 +7 -7 src/contrib/sendmail/src/sm_resolve.c 1.1.1.20.2.6 +429 -234 src/contrib/sendmail/src/srvrsmtp.c 1.1.1.10.2.1 +20 -20 src/contrib/sendmail/src/stab.c 1.1.1.10.2.1 +7 -7 src/contrib/sendmail/src/stats.c 1.1.1.5.8.2 +5 -5 src/contrib/sendmail/src/timers.c 1.1.1.9.2.5 +13 -11 src/contrib/sendmail/src/tls.c 1.1.1.12.2.2 +31 -29 src/contrib/sendmail/src/udb.c 1.1.1.18.2.5 +29 -19 src/contrib/sendmail/src/usersmtp.c 1.1.1.17.2.5 +132 -172 src/contrib/sendmail/src/util.c 1.1.1.22.2.5 +3 -3 src/contrib/sendmail/src/version.c 1.1.1.3.8.1 +3 -1 src/contrib/sendmail/test/Makefile 1.1.1.4.2.1 +2 -1 src/contrib/sendmail/vacation/Makefile.m4 1.1.1.12.2.2 +20 -19 src/contrib/sendmail/vacation/vacation.c 1.4.2.1 +2 -2 src/lib/libmilter/Makefile 1.5.2.5 +1 -1 src/lib/libsm/Makefile 1.761.2.76 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.46.2.4 +1 -1 src/usr.sbin/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 03:13:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 143DB16A400; Thu, 12 Apr 2007 03:13:05 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 04D1F13C448; Thu, 12 Apr 2007 03:13:05 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C3D4PK062074; Thu, 12 Apr 2007 03:13:04 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C3D43g062073; Thu, 12 Apr 2007 03:13:04 GMT (envelope-from gshapiro) Message-Id: <200704120313.l3C3D43g062073@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 12 Apr 2007 03:13:04 +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/contrib/sendmail FREEBSD-upgrade KNOWNBUGS PGPKEYS RELEASE_NOTES src/contrib/sendmail/cf README src/contrib/sendmail/cf/cf knecht.mc submit.cf src/contrib/sendmail/cf/feature access_db.m4 badmx.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: Thu, 12 Apr 2007 03:13:05 -0000 gshapiro 2007-04-12 03:13:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/sendmail FREEBSD-upgrade KNOWNBUGS PGPKEYS RELEASE_NOTES contrib/sendmail/cf README contrib/sendmail/cf/cf knecht.mc submit.cf contrib/sendmail/cf/feature access_db.m4 dnsbl.m4 enhdnsbl.m4 contrib/sendmail/cf/m4 proto.m4 version.m4 contrib/sendmail/cf/mailer smtp.m4 contrib/sendmail/contrib cidrexpand qtool.pl contrib/sendmail/doc/op op.me contrib/sendmail/editmap Makefile.m4 contrib/sendmail/include/libmilter mfapi.h mfdef.h milter.h contrib/sendmail/include/sm conf.h errstring.h heap.h ldap.h contrib/sendmail/libmilter Makefile Makefile.m4 README comm.c engine.c handler.c libmilter.h listener.c main.c smfi.c contrib/sendmail/libmilter/docs api.html design.html index.html installation.html other.html overview.html sample.html smfi_addheader.html smfi_addrcpt.html smfi_chgheader.html smfi_delrcpt.html smfi_getpriv.html smfi_getsymval.html smfi_insheader.html smfi_main.html smfi_opensocket.html smfi_progress.html smfi_quarantine.html smfi_register.html smfi_replacebody.html smfi_setbacklog.html smfi_setconn.html smfi_setdbg.html smfi_setmlreply.html smfi_setpriv.html smfi_setreply.html smfi_settimeout.html smfi_stop.html xxfi_abort.html xxfi_body.html xxfi_close.html xxfi_connect.html xxfi_envfrom.html xxfi_envrcpt.html xxfi_eoh.html xxfi_eom.html xxfi_header.html xxfi_helo.html contrib/sendmail/libsm Makefile Makefile.m4 config.c exc.c exc.html findfp.c flags.c ldap.c local.h memstat.c snprintf.c t-memstat.c t-sem.c vfscanf.c contrib/sendmail/libsmdb Makefile.m4 contrib/sendmail/libsmutil Makefile.m4 contrib/sendmail/mail.local Makefile.m4 mail.local.c contrib/sendmail/mailstats Makefile.m4 contrib/sendmail/makemap Makefile.m4 contrib/sendmail/praliases Makefile.m4 contrib/sendmail/rmail Makefile.m4 contrib/sendmail/smrsh Makefile.m4 contrib/sendmail/src Makefile Makefile.m4 README TRACEFLAGS TUNING alias.c arpadate.c collect.c conf.c conf.h control.c daemon.c deliver.c domain.c envelope.c err.c headers.c helpfile macro.c mailq.1 main.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sendmail.h sm_resolve.c srvrsmtp.c stab.c stats.c timers.c tls.c udb.c usersmtp.c util.c version.c contrib/sendmail/test Makefile contrib/sendmail/vacation Makefile.m4 vacation.c lib/libmilter Makefile lib/libsm Makefile release/doc/en_US.ISO8859-1/relnotes/common new.sgml usr.sbin/sendmail Makefile Added files: (Branch: RELENG_4) contrib/sendmail/cf/feature badmx.m4 block_bad_helo.m4 require_rdns.m4 contrib/sendmail/include/sm misc.h sendmail.h tailq.h contrib/sendmail/include/sm/os sm_os_qnx.h contrib/sendmail/libmilter example.c monitor.c worker.c contrib/sendmail/libmilter/docs smfi_addrcpt_par.html smfi_chgfrom.html smfi_setsymlist.html smfi_version.html xxfi_data.html xxfi_negotiate.html xxfi_unknown.html contrib/sendmail/libsm t-qic.c util.c contrib/sendmail/src daemon.h map.h Log: MFC: sendmail 8.14.1 Revision Changes Path 1.1.2.27 +5 -5 src/contrib/sendmail/FREEBSD-upgrade 1.1.1.3.2.9 +8 -8 src/contrib/sendmail/KNOWNBUGS 1.1.1.1.2.11 +77 -1 src/contrib/sendmail/PGPKEYS 1.1.1.3.2.23 +270 -2 src/contrib/sendmail/RELEASE_NOTES 1.1.1.3.2.22 +134 -23 src/contrib/sendmail/cf/README 1.1.1.3.2.6 +10 -2 src/contrib/sendmail/cf/cf/knecht.mc 1.1.1.1.2.16 +21 -8 src/contrib/sendmail/cf/cf/submit.cf 1.1.1.2.6.5 +7 -2 src/contrib/sendmail/cf/feature/access_db.m4 1.1.1.1.6.1 +22 -0 src/contrib/sendmail/cf/feature/badmx.m4 (new) 1.1.1.1.6.1 +18 -0 src/contrib/sendmail/cf/feature/block_bad_helo.m4 (new) 1.1.1.1.2.8 +7 -3 src/contrib/sendmail/cf/feature/dnsbl.m4 1.1.1.1.2.5 +16 -9 src/contrib/sendmail/cf/feature/enhdnsbl.m4 1.1.1.1.6.1 +16 -0 src/contrib/sendmail/cf/feature/require_rdns.m4 (new) 1.1.1.4.2.20 +77 -9 src/contrib/sendmail/cf/m4/proto.m4 1.1.1.3.2.23 +3 -3 src/contrib/sendmail/cf/m4/version.m4 1.1.1.2.6.4 +9 -7 src/contrib/sendmail/cf/mailer/smtp.m4 1.1.1.1.2.5 +55 -18 src/contrib/sendmail/contrib/cidrexpand 1.1.1.1.2.7 +45 -2 src/contrib/sendmail/contrib/qtool.pl 1.1.1.3.2.21 +121 -36 src/contrib/sendmail/doc/op/op.me 1.1.1.1.2.4 +2 -1 src/contrib/sendmail/editmap/Makefile.m4 1.1.1.1.2.12 +113 -11 src/contrib/sendmail/include/libmilter/mfapi.h 1.1.1.1.2.5 +78 -67 src/contrib/sendmail/include/libmilter/mfdef.h 1.1.1.1.2.10 +2 -29 src/contrib/sendmail/include/libmilter/milter.h 1.1.1.1.2.14 +61 -28 src/contrib/sendmail/include/sm/conf.h 1.1.1.1.2.4 +5 -1 src/contrib/sendmail/include/sm/errstring.h 1.1.1.1.2.2 +12 -2 src/contrib/sendmail/include/sm/heap.h 1.1.1.1.2.5 +20 -11 src/contrib/sendmail/include/sm/ldap.h 1.1.1.1.6.1 +19 -0 src/contrib/sendmail/include/sm/misc.h (new) 1.1.1.1.6.1 +20 -0 src/contrib/sendmail/include/sm/os/sm_os_qnx.h (new) 1.1.1.1.6.1 +24 -0 src/contrib/sendmail/include/sm/sendmail.h (new) 1.1.1.1.6.1 +153 -0 src/contrib/sendmail/include/sm/tailq.h (new) 1.1.1.1.2.2 +3 -1 src/contrib/sendmail/libmilter/Makefile 1.1.1.1.2.8 +4 -4 src/contrib/sendmail/libmilter/Makefile.m4 1.1.1.1.2.12 +6 -244 src/contrib/sendmail/libmilter/README 1.1.1.1.2.11 +2 -2 src/contrib/sendmail/libmilter/comm.c 1.1.1.1.2.4 +227 -140 src/contrib/sendmail/libmilter/docs/api.html 1.1.1.1.2.4 +45 -45 src/contrib/sendmail/libmilter/docs/design.html 1.1.1.1.2.4 +56 -56 src/contrib/sendmail/libmilter/docs/index.html 1.1.1.1.2.5 +83 -87 src/contrib/sendmail/libmilter/docs/installation.html 1.1.1.1.2.4 +11 -11 src/contrib/sendmail/libmilter/docs/other.html 1.1.1.1.2.4 +164 -143 src/contrib/sendmail/libmilter/docs/overview.html 1.1.1.1.2.6 +93 -60 src/contrib/sendmail/libmilter/docs/sample.html 1.1.1.1.2.5 +92 -84 src/contrib/sendmail/libmilter/docs/smfi_addheader.html 1.1.1.1.2.5 +55 -55 src/contrib/sendmail/libmilter/docs/smfi_addrcpt.html 1.1.1.1.6.1 +88 -0 src/contrib/sendmail/libmilter/docs/smfi_addrcpt_par.html (new) 1.1.1.1.6.1 +94 -0 src/contrib/sendmail/libmilter/docs/smfi_chgfrom.html (new) 1.1.1.1.2.6 +76 -76 src/contrib/sendmail/libmilter/docs/smfi_chgheader.html 1.1.1.1.2.5 +55 -55 src/contrib/sendmail/libmilter/docs/smfi_delrcpt.html 1.1.1.1.2.4 +40 -40 src/contrib/sendmail/libmilter/docs/smfi_getpriv.html 1.1.1.1.2.5 +78 -72 src/contrib/sendmail/libmilter/docs/smfi_getsymval.html 1.1.1.1.2.2 +110 -88 src/contrib/sendmail/libmilter/docs/smfi_insheader.html 1.1.1.1.2.4 +32 -32 src/contrib/sendmail/libmilter/docs/smfi_main.html 1.1.1.1.2.2 +50 -50 src/contrib/sendmail/libmilter/docs/smfi_opensocket.html 1.1.1.1.2.2 +45 -45 src/contrib/sendmail/libmilter/docs/smfi_progress.html 1.1.1.1.2.2 +49 -49 src/contrib/sendmail/libmilter/docs/smfi_quarantine.html 1.1.1.1.2.5 +140 -79 src/contrib/sendmail/libmilter/docs/smfi_register.html 1.1.1.1.2.4 +64 -64 src/contrib/sendmail/libmilter/docs/smfi_replacebody.html 1.1.1.1.2.4 +43 -42 src/contrib/sendmail/libmilter/docs/smfi_setbacklog.html 1.1.1.1.2.5 +57 -56 src/contrib/sendmail/libmilter/docs/smfi_setconn.html 1.1.1.1.2.2 +42 -42 src/contrib/sendmail/libmilter/docs/smfi_setdbg.html 1.1.1.1.2.2 +87 -89 src/contrib/sendmail/libmilter/docs/smfi_setmlreply.html 1.1.1.1.2.4 +49 -49 src/contrib/sendmail/libmilter/docs/smfi_setpriv.html 1.1.1.1.2.8 +75 -78 src/contrib/sendmail/libmilter/docs/smfi_setreply.html 1.1.1.1.6.1 +107 -0 src/contrib/sendmail/libmilter/docs/smfi_setsymlist.html (new) 1.1.1.1.2.5 +45 -45 src/contrib/sendmail/libmilter/docs/smfi_settimeout.html 1.1.1.1.2.3 +49 -49 src/contrib/sendmail/libmilter/docs/smfi_stop.html 1.1.1.1.6.1 +86 -0 src/contrib/sendmail/libmilter/docs/smfi_version.html (new) 1.1.1.1.2.4 +51 -51 src/contrib/sendmail/libmilter/docs/xxfi_abort.html 1.1.1.1.2.4 +73 -59 src/contrib/sendmail/libmilter/docs/xxfi_body.html 1.1.1.1.2.4 +48 -48 src/contrib/sendmail/libmilter/docs/xxfi_close.html 1.1.1.1.2.5 +96 -88 src/contrib/sendmail/libmilter/docs/xxfi_connect.html 1.1.1.1.6.1 +89 -0 src/contrib/sendmail/libmilter/docs/xxfi_data.html (new) 1.1.1.1.2.4 +77 -75 src/contrib/sendmail/libmilter/docs/xxfi_envfrom.html 1.1.1.1.2.5 +74 -74 src/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html 1.1.1.1.2.4 +38 -38 src/contrib/sendmail/libmilter/docs/xxfi_eoh.html 1.1.1.1.2.4 +43 -42 src/contrib/sendmail/libmilter/docs/xxfi_eom.html 1.1.1.1.2.5 +88 -55 src/contrib/sendmail/libmilter/docs/xxfi_header.html 1.1.1.1.2.5 +41 -41 src/contrib/sendmail/libmilter/docs/xxfi_helo.html 1.1.1.1.6.1 +277 -0 src/contrib/sendmail/libmilter/docs/xxfi_negotiate.html (new) 1.1.1.1.6.1 +84 -0 src/contrib/sendmail/libmilter/docs/xxfi_unknown.html (new) 1.1.1.1.2.14 +640 -122 src/contrib/sendmail/libmilter/engine.c 1.1.1.1.6.1 +298 -0 src/contrib/sendmail/libmilter/example.c (new) 1.1.1.1.2.8 +4 -3 src/contrib/sendmail/libmilter/handler.c 1.1.1.1.2.14 +152 -5 src/contrib/sendmail/libmilter/libmilter.h 1.1.1.1.2.17 +39 -21 src/contrib/sendmail/libmilter/listener.c 1.1.1.1.2.12 +3 -3 src/contrib/sendmail/libmilter/main.c 1.1.1.1.6.1 +225 -0 src/contrib/sendmail/libmilter/monitor.c (new) 1.1.1.1.2.8 +244 -3 src/contrib/sendmail/libmilter/smfi.c 1.1.1.1.6.1 +792 -0 src/contrib/sendmail/libmilter/worker.c (new) 1.1.1.1.2.2 +3 -1 src/contrib/sendmail/libsm/Makefile 1.1.1.1.2.7 +31 -25 src/contrib/sendmail/libsm/Makefile.m4 1.1.1.1.2.5 +11 -2 src/contrib/sendmail/libsm/config.c 1.1.1.1.2.4 +4 -22 src/contrib/sendmail/libsm/exc.c 1.1.1.1.2.2 +2 -2 src/contrib/sendmail/libsm/exc.html 1.1.1.1.2.3 +7 -2 src/contrib/sendmail/libsm/findfp.c 1.1.1.1.2.4 +5 -4 src/contrib/sendmail/libsm/flags.c 1.1.1.1.2.10 +100 -34 src/contrib/sendmail/libsm/ldap.c 1.1.1.1.2.8 +3 -1 src/contrib/sendmail/libsm/local.h 1.1.1.1.6.2 +5 -2 src/contrib/sendmail/libsm/memstat.c 1.1.1.1.2.2 +2 -1 src/contrib/sendmail/libsm/snprintf.c 1.1.1.1.6.3 +18 -3 src/contrib/sendmail/libsm/t-memstat.c 1.1.1.1.6.1 +235 -0 src/contrib/sendmail/libsm/t-qic.c (new) 1.1.1.1.6.3 +6 -4 src/contrib/sendmail/libsm/t-sem.c 1.1.1.1.6.1 +250 -0 src/contrib/sendmail/libsm/util.c (new) 1.1.1.1.2.4 +4 -2 src/contrib/sendmail/libsm/vfscanf.c 1.1.1.1.2.5 +2 -2 src/contrib/sendmail/libsmdb/Makefile.m4 1.1.1.1.2.5 +2 -2 src/contrib/sendmail/libsmutil/Makefile.m4 1.1.1.2.6.8 +2 -1 src/contrib/sendmail/mail.local/Makefile.m4 1.6.6.18 +4 -2 src/contrib/sendmail/mail.local/mail.local.c 1.1.1.2.6.5 +2 -1 src/contrib/sendmail/mailstats/Makefile.m4 1.1.1.2.6.5 +2 -1 src/contrib/sendmail/makemap/Makefile.m4 1.1.1.2.6.5 +2 -1 src/contrib/sendmail/praliases/Makefile.m4 1.1.1.2.6.6 +2 -1 src/contrib/sendmail/rmail/Makefile.m4 1.1.1.2.6.6 +2 -1 src/contrib/sendmail/smrsh/Makefile.m4 1.1.1.1.2.2 +3 -1 src/contrib/sendmail/src/Makefile 1.1.1.3.2.9 +3 -1 src/contrib/sendmail/src/Makefile.m4 1.1.1.3.2.22 +5 -2 src/contrib/sendmail/src/README 1.1.1.2.6.11 +4 -1 src/contrib/sendmail/src/TRACEFLAGS 1.1.1.1.2.5 +11 -11 src/contrib/sendmail/src/TUNING 1.1.1.2.6.10 +15 -14 src/contrib/sendmail/src/alias.c 1.1.1.3.2.4 +2 -2 src/contrib/sendmail/src/arpadate.c 1.1.1.4.2.20 +10 -28 src/contrib/sendmail/src/collect.c 1.5.2.23 +258 -299 src/contrib/sendmail/src/conf.c 1.6.2.16 +8 -7 src/contrib/sendmail/src/conf.h 1.1.1.2.2.12 +9 -15 src/contrib/sendmail/src/control.c 1.1.1.3.2.20 +151 -121 src/contrib/sendmail/src/daemon.c 1.1.1.1.6.1 +62 -0 src/contrib/sendmail/src/daemon.h (new) 1.1.1.3.2.24 +87 -69 src/contrib/sendmail/src/deliver.c 1.1.1.3.2.14 +12 -11 src/contrib/sendmail/src/domain.c 1.1.1.3.2.13 +24 -29 src/contrib/sendmail/src/envelope.c 1.3.6.9 +22 -25 src/contrib/sendmail/src/err.c 1.4.2.19 +211 -79 src/contrib/sendmail/src/headers.c 1.1.1.1.2.8 +3 -2 src/contrib/sendmail/src/helpfile 1.1.1.2.6.7 +115 -43 src/contrib/sendmail/src/macro.c 1.3.6.11 +23 -4 src/contrib/sendmail/src/mailq.1 1.1.1.3.2.22 +164 -54 src/contrib/sendmail/src/main.c 1.1.1.3.2.21 +409 -145 src/contrib/sendmail/src/map.c 1.1.1.1.6.1 +86 -0 src/contrib/sendmail/src/map.h (new) 1.3.6.18 +18 -18 src/contrib/sendmail/src/mci.c 1.1.1.1.2.23 +852 -263 src/contrib/sendmail/src/milter.c 1.1.1.3.2.14 +23 -23 src/contrib/sendmail/src/mime.c 1.1.1.2.6.23 +215 -98 src/contrib/sendmail/src/parseaddr.c 1.1.1.3.2.23 +141 -116 src/contrib/sendmail/src/queue.c 1.1.1.1.2.3 +3 -3 src/contrib/sendmail/src/ratectrl.c 1.1.1.4.2.21 +124 -81 src/contrib/sendmail/src/readcf.c 1.1.1.3.2.13 +50 -26 src/contrib/sendmail/src/recipient.c 1.1.1.1.2.9 +3 -3 src/contrib/sendmail/src/sasl.c 1.4.2.16 +74 -68 src/contrib/sendmail/src/savemail.c 1.1.1.4.2.26 +62 -47 src/contrib/sendmail/src/sendmail.h 1.1.1.1.2.6 +7 -7 src/contrib/sendmail/src/sm_resolve.c 1.1.1.2.6.23 +429 -234 src/contrib/sendmail/src/srvrsmtp.c 1.1.1.2.6.7 +20 -20 src/contrib/sendmail/src/stab.c 1.1.1.2.6.8 +7 -7 src/contrib/sendmail/src/stats.c 1.1.1.1.2.5 +5 -5 src/contrib/sendmail/src/timers.c 1.1.1.1.2.12 +13 -11 src/contrib/sendmail/src/tls.c 1.1.1.3.2.10 +31 -29 src/contrib/sendmail/src/udb.c 1.1.1.3.2.19 +29 -19 src/contrib/sendmail/src/usersmtp.c 1.1.1.3.2.18 +132 -172 src/contrib/sendmail/src/util.c 1.1.1.3.2.25 +3 -3 src/contrib/sendmail/src/version.c 1.1.1.1.2.2 +3 -1 src/contrib/sendmail/test/Makefile 1.1.1.1.2.5 +2 -1 src/contrib/sendmail/vacation/Makefile.m4 1.1.1.1.2.13 +20 -19 src/contrib/sendmail/vacation/vacation.c 1.1.2.4 +2 -2 src/lib/libmilter/Makefile 1.1.2.8 +1 -1 src/lib/libsm/Makefile 1.22.2.442 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.15.2.19 +1 -1 src/usr.sbin/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 03:19:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A17116A400; Thu, 12 Apr 2007 03:19:31 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.freebsd.org (Postfix) with ESMTP id 3913413C448; Thu, 12 Apr 2007 03:19:31 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=[192.168.0.18]) by publicd.ub.mng.net with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1HbpqL-000Ohl-Ge; Thu, 12 Apr 2007 12:19:29 +0900 Message-ID: <461DA541.5080900@micom.mng.net> Date: Thu, 12 Apr 2007 11:19:29 +0800 From: Ganbold User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: Marc Fonvieille References: <200704111851.l3BIpMnJ040158@repoman.freebsd.org> <20070411185702.GA97256@abigail.blackend.org> In-Reply-To: <20070411185702.GA97256@abigail.blackend.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: doc-committers@FreeBSD.org, Giorgos Keramidas , cvs-all@FreeBSD.org, cvs-doc@FreeBSD.org Subject: Re: cvs commit: 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: Thu, 12 Apr 2007 03:19:31 -0000 Marc Fonvieille wrote: > On Wed, Apr 11, 2007 at 06:51:21PM +0000, Giorgos Keramidas wrote: > >> keramida 2007-04-11 18:51:21 UTC >> >> FreeBSD doc repository >> >> Modified files: >> . Makefile >> Log: >> Attach the mn_MN.UTF-8 doc tree to the build. Thanks to blackend's >> help, this is now fully buildable, so we can auto-build it too. >> >> > > If one wants to build the PDF version, the kern.maxdsiz tuneable must be > increased from 512MB to 1GB. This can be done in adding > > kern.maxdsiz="1073741824" > > in /boot/loader.conf, followed by a reboot. Without that, the build > will failed. > > Thanks a lot Giorgos for committing Mongolian translation of FreeBSD handbook into doc tree. Your help and suggestions during past 5 months were very valuable for us. Thanks Marc for allowing it to build. I will try to build handbook in pdf format as long as I get chance to reboot my machine :) thanks again, Ganbold From owner-cvs-all@FreeBSD.ORG Thu Apr 12 03:33:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C056316A400; Thu, 12 Apr 2007 03:33:30 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9D85813C448; Thu, 12 Apr 2007 03:33:30 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C3XUXJ065993; Thu, 12 Apr 2007 03:33:30 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C3XUK4065991; Thu, 12 Apr 2007 03:33:30 GMT (envelope-from kmacy) Message-Id: <200704120333.l3C3XUK4065991@repoman.freebsd.org> From: Kip Macy Date: Thu, 12 Apr 2007 03:33:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_sge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 03:33:30 -0000 kmacy 2007-04-12 03:33:30 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_sge.c Log: explicitly check TSO flag don't clear and then set M_PKTHDR, m_gethdr sets it correctly improve error handling on m_gethdr failure MFC after: 3 days Revision Changes Path 1.8 +8 -12 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 03:55:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C30BF16A401; Thu, 12 Apr 2007 03:55:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9F97C13C4B8; Thu, 12 Apr 2007 03:55:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C3tZLZ069845; Thu, 12 Apr 2007 03:55:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C3tZok069844; Thu, 12 Apr 2007 03:55:35 GMT (envelope-from clsung) Message-Id: <200704120355.l3C3tZok069844@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 12 Apr 2007 03:55:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/py-pyproj 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, 12 Apr 2007 03:55:35 -0000 clsung 2007-04-12 03:55:35 UTC FreeBSD ports repository Modified files: graphics/py-pyproj Makefile distinfo pkg-plist Log: - Update to 1.8.2 PR: ports/111463 Submitted by: maintainer (TAOKA Fumiyoshi) Revision Changes Path 1.3 +4 -7 ports/graphics/py-pyproj/Makefile 1.3 +3 -3 ports/graphics/py-pyproj/distinfo 1.2 +26 -4 ports/graphics/py-pyproj/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 12 04:09:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A453A16A402; Thu, 12 Apr 2007 04:09:20 +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 2835113C43E; Thu, 12 Apr 2007 04:09:19 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l3C49Iva077252; Thu, 12 Apr 2007 08:09:18 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l3C49Ir4077251; Thu, 12 Apr 2007 08:09:18 +0400 (MSD) (envelope-from ache) Date: Thu, 12 Apr 2007 08:09:18 +0400 From: Andrey Chernov To: Pawel Jakub Dawidek Message-ID: <20070412040918.GA77223@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200704102210.l3AMAH9W058770@repoman.freebsd.org> <20070411174528.GA35928@nagual.pp.ru> <20070411201122.GB3060@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <20070411201122.GB3060@garage.freebsd.pl> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.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, 12 Apr 2007 04:09:20 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 11, 2007 at 10:11:22PM +0200, Pawel Jakub Dawidek wrote: > sys/rpc/types.h is installed in /usr/include/rpc/. What's the problem > exactly? At least one problem found: due to your change kernel-only rpcclnt.h rpcm_subs.h are now installed into userland /usr/include/rpc Please fix it somehow. --=20 http://ache.pp.ru/ --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGHbDuVg5YK5ZEdN0RAsNrAJoCNMaJ3oSoSOWDCdt6Ao+Dn+JBvgCgqrRE gAAX1c/AaA4c4T2cxOiBXv0= =bQSB -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- From owner-cvs-all@FreeBSD.ORG Thu Apr 12 04:11:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93C5B16A402; Thu, 12 Apr 2007 04:11:46 +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 123E113C46E; Thu, 12 Apr 2007 04:11:45 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l3C4BiSJ077316; Thu, 12 Apr 2007 08:11:44 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l3C4BiLp077315; Thu, 12 Apr 2007 08:11:44 +0400 (MSD) (envelope-from ache) Date: Thu, 12 Apr 2007 08:11:44 +0400 From: Andrey Chernov To: Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070412041144.GA77256@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200704102210.l3AMAH9W058770@repoman.freebsd.org> <20070411174528.GA35928@nagual.pp.ru> <20070411201122.GB3060@garage.freebsd.pl> <20070411202404.GA37891@nagual.pp.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <20070411202404.GA37891@nagual.pp.ru> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: Subject: Re: cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.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, 12 Apr 2007 04:11:46 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 12, 2007 at 12:24:04AM +0400, Andrey Chernov wrote: > f.e. unistd.h and sys/unistd.h separated, but no problems with it for now. On no, one problem found, see my prev reply. --=20 http://ache.pp.ru/ --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGHbGAVg5YK5ZEdN0RAtZTAKCtlVqkU5f1u9rkjl+st8o8bH2s6QCgkFr5 U2M+3XNNW7ssr+eH+RQFUmc= =p31K -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- From owner-cvs-all@FreeBSD.ORG Thu Apr 12 04:27:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AC8916A400; Thu, 12 Apr 2007 04:27:29 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7787D13C4AE; Thu, 12 Apr 2007 04:27:29 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C4RTXv075922; Thu, 12 Apr 2007 04:27:29 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C4RTAa075921; Thu, 12 Apr 2007 04:27:29 GMT (envelope-from kientzle) Message-Id: <200704120427.l3C4RTAa075921@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Apr 2007 04:27: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/lib/libarchive archive_read_extract.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 04:27:29 -0000 kientzle 2007-04-12 04:27:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive archive_read_extract.c Log: Check existing flags with an lstat(), not a stat(). Otherwise, restoring symlinks with flags consistently fails (unionfs likes to set 'opaque' flags). Revision Changes Path 1.41.2.5 +1 -1 src/lib/libarchive/archive_read_extract.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 04:31:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C60616A402; Thu, 12 Apr 2007 04:31:45 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5990C13C458; Thu, 12 Apr 2007 04:31:45 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C4VjCa076829; Thu, 12 Apr 2007 04:31:45 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C4Vja3076827; Thu, 12 Apr 2007 04:31:45 GMT (envelope-from kmacy) Message-Id: <200704120431.l3C4Vja3076827@repoman.freebsd.org> From: Kip Macy Date: Thu, 12 Apr 2007 04:31: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/dev/cxgb cxgb_sge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 04:31:45 -0000 kmacy 2007-04-12 04:31:44 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_sge.c Log: switch over to per-txq dma tag to facilitate parallelism on TX MFC after: 3 days Revision Changes Path 1.9 +12 -12 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 04:34:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08E1216A402; Thu, 12 Apr 2007 04:34:17 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D9AD813C457; Thu, 12 Apr 2007 04:34:16 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C4YGSp077400; Thu, 12 Apr 2007 04:34:16 GMT (envelope-from dryice@repoman.freebsd.org) Received: (from dryice@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C4YGJ1077399; Thu, 12 Apr 2007 04:34:16 GMT (envelope-from dryice) Message-Id: <200704120434.l3C4YGJ1077399@repoman.freebsd.org> From: Dryice Dong Liu Date: Thu, 12 Apr 2007 04:34: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/databases/py-sqlobject 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, 12 Apr 2007 04:34:17 -0000 dryice 2007-04-12 04:34:16 UTC FreeBSD ports repository Modified files: databases/py-sqlobject Makefile distinfo Log: update to 0.8.2 Approved by: itetcu (mentor, implicit) Revision Changes Path 1.15 +1 -1 ports/databases/py-sqlobject/Makefile 1.11 +3 -3 ports/databases/py-sqlobject/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 04:42:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 860B916A402; Thu, 12 Apr 2007 04:42:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 62D4713C448; Thu, 12 Apr 2007 04:42:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C4gwk8078651; Thu, 12 Apr 2007 04:42:58 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C4gwXe078650; Thu, 12 Apr 2007 04:42:58 GMT (envelope-from kientzle) Message-Id: <200704120442.l3C4gwXe078650@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Apr 2007 04:42: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/libarchive archive_read_support_format_tar.c archive_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 04:42:58 -0000 kientzle 2007-04-12 04:42:58 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c archive_write_disk.c Log: Make Lint happier. Revision Changes Path 1.53 +1 -1 src/lib/libarchive/archive_read_support_format_tar.c 1.7 +2 -1 src/lib/libarchive/archive_write_disk.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 04:44:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 889F516A400; Thu, 12 Apr 2007 04:44:22 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 65B3813C455; Thu, 12 Apr 2007 04:44:22 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C4iMsK078995; Thu, 12 Apr 2007 04:44:22 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C4iMLH078994; Thu, 12 Apr 2007 04:44:22 GMT (envelope-from kientzle) Message-Id: <200704120444.l3C4iMLH078994@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Apr 2007 04:44: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/lib/libarchive Makefile archive_platform.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, 12 Apr 2007 04:44:22 -0000 kientzle 2007-04-12 04:44:21 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_platform.h Log: Now that libarchive is being built in more environments, factor out the platform-specific configuration header a bit more cleanly. Suggested by: Joerg Sonnenberger Revision Changes Path 1.65 +2 -1 src/lib/libarchive/Makefile 1.25 +4 -7 src/lib/libarchive/archive_platform.h From owner-cvs-all@FreeBSD.ORG Thu Apr 12 04:45:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C1E516A405; Thu, 12 Apr 2007 04:45:33 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 08D1D13C468; Thu, 12 Apr 2007 04:45:33 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C4jWc9079103; Thu, 12 Apr 2007 04:45:32 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C4jWZF079102; Thu, 12 Apr 2007 04:45:32 GMT (envelope-from kientzle) Message-Id: <200704120445.l3C4jWZF079102@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 12 Apr 2007 04:45: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/usr.bin/tar Makefile bsdtar_platform.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, 12 Apr 2007 04:45:33 -0000 kientzle 2007-04-12 04:45:32 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar_platform.h Log: Make it easier to support more platforms. Thanks to: Joerg Sonnenberger for pointing out the need and the technique. Revision Changes Path 1.30 +2 -1 src/usr.bin/tar/Makefile 1.24 +5 -7 src/usr.bin/tar/bsdtar_platform.h From owner-cvs-all@FreeBSD.ORG Thu Apr 12 04:48:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1971616A402; Thu, 12 Apr 2007 04:48:55 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EACD313C455; Thu, 12 Apr 2007 04:48:54 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C4msvx087562; Thu, 12 Apr 2007 04:48:54 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C4msna087561; Thu, 12 Apr 2007 04:48:54 GMT (envelope-from kmacy) Message-Id: <200704120448.l3C4msna087561@repoman.freebsd.org> From: Kip Macy Date: Thu, 12 Apr 2007 04:48:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_sge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 04:48:55 -0000 kmacy 2007-04-12 04:48:54 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_sge.c Log: restore sense to get_imm_packet MFC after: 3 days Revision Changes Path 1.10 +4 -6 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 05:11:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2A4116A400; Thu, 12 Apr 2007 05:11:40 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9013513C458; Thu, 12 Apr 2007 05:11:40 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C5Beis092434; Thu, 12 Apr 2007 05:11:40 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C5BePg092433; Thu, 12 Apr 2007 05:11:40 GMT (envelope-from marcus) Message-Id: <200704120511.l3C5BePg092433@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 12 Apr 2007 05:11:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/evolution/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 05:11:41 -0000 marcus 2007-04-12 05:11:40 UTC FreeBSD ports repository Modified files: mail/evolution/files patch-aa Log: Apply a patch from evolution-data-server to fix iconv detection. Revision Changes Path 1.27 +13 -5 ports/mail/evolution/files/patch-aa From owner-cvs-all@FreeBSD.ORG Thu Apr 12 05:17:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 386FA16A40A; Thu, 12 Apr 2007 05:17:07 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 15BE813C457; Thu, 12 Apr 2007 05:17:07 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C5H6vv093322; Thu, 12 Apr 2007 05:17:06 GMT (envelope-from dryice@repoman.freebsd.org) Received: (from dryice@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C5H66D093321; Thu, 12 Apr 2007 05:17:06 GMT (envelope-from dryice) Message-Id: <200704120517.l3C5H66D093321@repoman.freebsd.org> From: Dryice Dong Liu Date: Thu, 12 Apr 2007 05:17:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ipython 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, 12 Apr 2007 05:17:07 -0000 dryice 2007-04-12 05:17:06 UTC FreeBSD ports repository Modified files: devel/ipython Makefile distinfo pkg-plist Log: - update to 0.8.0 - remove 4.x stuff - depends on ctypes if not Python2.5 - add MIRROR - update my mail address PR: 111468 Submitted by: Li-Wen Hsu Approved by: itetcu (mentor, implicit) Revision Changes Path 1.26 +7 -5 ports/devel/ipython/Makefile 1.22 +3 -3 ports/devel/ipython/distinfo 1.17 +24 -4 ports/devel/ipython/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 12 06:07:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A4CD16A400; Thu, 12 Apr 2007 06:07:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 77F7F13C448; Thu, 12 Apr 2007 06:07:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C67ZJj002474; Thu, 12 Apr 2007 06:07:35 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C67ZS9002473; Thu, 12 Apr 2007 06:07:35 GMT (envelope-from lwhsu) Message-Id: <200704120607.l3C67ZS9002473@repoman.freebsd.org> From: Li-Wen Hsu Date: Thu, 12 Apr 2007 06:07: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/science/v_sim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 06:07:35 -0000 lwhsu 2007-04-12 06:07:35 UTC FreeBSD ports repository Modified files: science/v_sim Makefile Log: - Fix typo, PORTREVISION, not PORTREVERSION, my fault, sorry Found by: flz Approved by: clsung (mentor) Revision Changes Path 1.10 +1 -1 ports/science/v_sim/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 06:11:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C86BF16A402; Thu, 12 Apr 2007 06:11:55 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A4FD413C45A; Thu, 12 Apr 2007 06:11:55 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C6Bt5J003272; Thu, 12 Apr 2007 06:11:55 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C6BtZI003271; Thu, 12 Apr 2007 06:11:55 GMT (envelope-from leeym) Message-Id: <200704120611.l3C6BtZI003271@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 12 Apr 2007 06:11:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Carp-Clan Makefile distinfo ports/devel/p5-Carp-Clan/files patch-Makefile.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: Thu, 12 Apr 2007 06:11:55 -0000 leeym 2007-04-12 06:11:54 UTC FreeBSD ports repository Modified files: devel/p5-Carp-Clan Makefile distinfo devel/p5-Carp-Clan/files patch-Makefile.PL Log: - update to 5.9 Revision Changes Path 1.5 +3 -1 ports/devel/p5-Carp-Clan/Makefile 1.6 +3 -3 ports/devel/p5-Carp-Clan/distinfo 1.3 +11 -8 ports/devel/p5-Carp-Clan/files/patch-Makefile.PL From owner-cvs-all@FreeBSD.ORG Thu Apr 12 07:01:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 914E216A400; Thu, 12 Apr 2007 07:01:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6E1E113C46C; Thu, 12 Apr 2007 07:01:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C71SN2014885; Thu, 12 Apr 2007 07:01:28 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C71S6b014883; Thu, 12 Apr 2007 07:01:28 GMT (envelope-from novel) Message-Id: <200704120701.l3C71S6b014883@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 12 Apr 2007 07:01: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/mail/msmtp 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, 12 Apr 2007 07:01:28 -0000 novel 2007-04-12 07:01:28 UTC FreeBSD ports repository Modified files: mail/msmtp Makefile distinfo Log: Update to 1.4.11. Revision Changes Path 1.30 +1 -1 ports/mail/msmtp/Makefile 1.21 +3 -3 ports/mail/msmtp/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 07:35:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9A1416A400; Thu, 12 Apr 2007 07:35:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 85F7F13C489; Thu, 12 Apr 2007 07:35:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C7ZTav021319; Thu, 12 Apr 2007 07:35:29 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C7ZTnw021318; Thu, 12 Apr 2007 07:35:29 GMT (envelope-from rafan) Message-Id: <200704120735.l3C7ZTnw021318@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 12 Apr 2007 07:35:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/mutt 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, 12 Apr 2007 07:35:29 -0000 rafan 2007-04-12 07:35:28 UTC FreeBSD ports repository Modified files: chinese/mutt Makefile distinfo Log: - Chase mail/mutt-devel update Revision Changes Path 1.43 +1 -2 ports/chinese/mutt/Makefile 1.44 +15 -30 ports/chinese/mutt/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 07:38:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 783C116A403; Thu, 12 Apr 2007 07:38:27 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 537F413C4C1; Thu, 12 Apr 2007 07:38:27 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C7cRPr021426; Thu, 12 Apr 2007 07:38:27 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C7cRF7021425; Thu, 12 Apr 2007 07:38:27 GMT (envelope-from mtm) Message-Id: <200704120738.l3C7cRF7021425@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 12 Apr 2007 07:38: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/usr.sbin/adduser adduser.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 07:38:27 -0000 mtm 2007-04-12 07:38:27 UTC FreeBSD src repository Modified files: usr.sbin/adduser adduser.sh Log: Errm... I don't see how rev. 1.26 could have possibly worked or been tested. Fix it for real. Submitted by: Johnny Lee MFC After: 2 weeks Revision Changes Path 1.29 +13 -12 src/usr.sbin/adduser/adduser.sh From owner-cvs-all@FreeBSD.ORG Thu Apr 12 07:38:44 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4954616A500; Thu, 12 Apr 2007 07:38:44 +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 312D413C44B; Thu, 12 Apr 2007 07:38:44 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id C4CF51A4D88; Thu, 12 Apr 2007 00:38:51 -0700 (PDT) Date: Thu, 12 Apr 2007 00:38:51 -0700 From: Alfred Perlstein To: Kip Macy Message-ID: <20070412073851.GP2382@elvis.mu.org> References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> <20070411195935.GA2382@elvis.mu.org> <88607eb20704111346q5c463b60w2547084231a11227@mail.gmail.com> <20070411220228.GG2382@elvis.mu.org> <86abxemt1a.fsf@dwp.des.no> <20070412014732.GM2382@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Ed Maste , Xin LI , Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.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, 12 Apr 2007 07:38:44 -0000 * Kip Macy [070411 19:04] wrote: > >> What Ed is trying to tell you is that the result will be a useless > >> core file. > > > >And what I'm trying to say is that he's wrong. > > > >One can still examine such a corefile to find valuable data. > > > > Have either of you read my response? About fork(2)? -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Thu Apr 12 07:47:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9CBA16A401; Thu, 12 Apr 2007 07:47:45 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 858FF13C448; Thu, 12 Apr 2007 07:47:45 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C7ljmN022963; Thu, 12 Apr 2007 07:47:45 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C7ljDe022962; Thu, 12 Apr 2007 07:47:45 GMT (envelope-from matteo) Message-Id: <200704120747.l3C7ljDe022962@repoman.freebsd.org> From: Matteo Riondato Date: Thu, 12 Apr 2007 07:47: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/usr.sbin/rpc.statd procs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 07:47:45 -0000 matteo 2007-04-12 07:47:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/rpc.statd procs.c Log: MFC rev. 1.16 and rev. 1.17 1.16: compile under WARNS=6 1.17: Make rpc.statd INET* indipendent by converting sockaddr_in structures to sockaddr ones and using svc_getrpccaller instead of svc_getcaller. A similar patch was committed to rpc.lockd back in 2002 . [1] PR: bin/42004 [1] Revision Changes Path 1.14.10.2 +21 -10 src/usr.sbin/rpc.statd/procs.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 07:53:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DA0716A400; Thu, 12 Apr 2007 07:53:14 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ED62013C48A; Thu, 12 Apr 2007 07:53:13 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C7rDJU024085; Thu, 12 Apr 2007 07:53:13 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C7rDFR024084; Thu, 12 Apr 2007 07:53:13 GMT (envelope-from thomas) Message-Id: <200704120753.l3C7rDFR024084@repoman.freebsd.org> From: Thomas Quinot Date: Thu, 12 Apr 2007 07:53: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/sbin/dump traverse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 07:53:14 -0000 thomas 2007-04-12 07:53:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dump traverse.c Log: MFC rev. 1.40: (bread): For a read that is contained entirely within a block, never copy out more than size bytes to the caller's buffer. PR: bin/111191 Revision Changes Path 1.36.2.2 +1 -1 src/sbin/dump/traverse.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 07:56:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AB1216A400; Thu, 12 Apr 2007 07:56:17 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4638213C4E8; Thu, 12 Apr 2007 07:56:17 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C7uHPl024470; Thu, 12 Apr 2007 07:56:17 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C7uH8t024469; Thu, 12 Apr 2007 07:56:17 GMT (envelope-from matteo) Message-Id: <200704120756.l3C7uH8t024469@repoman.freebsd.org> From: Matteo Riondato Date: Thu, 12 Apr 2007 07:56: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/usr.sbin/rpc.lockd lockd.c rpc.lockd.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, 12 Apr 2007 07:56:17 -0000 matteo 2007-04-12 07:56:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/rpc.lockd lockd.c rpc.lockd.8 Log: MFC: lockd.c rev.1.20 rpc.lockd.8 rev.1.17 Add the "-p" option, which allows to specify a port which the daemon should bind to. PR: bin/100969 Revision Changes Path 1.18.8.2 +84 -7 src/usr.sbin/rpc.lockd/lockd.c 1.16.2.1 +8 -1 src/usr.sbin/rpc.lockd/rpc.lockd.8 From owner-cvs-all@FreeBSD.ORG Thu Apr 12 08:03:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BC2A16A400; Thu, 12 Apr 2007 08:03:41 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0739F13C469; Thu, 12 Apr 2007 08:03:41 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C83e7Y026976; Thu, 12 Apr 2007 08:03:40 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C83eWj026975; Thu, 12 Apr 2007 08:03:40 GMT (envelope-from matteo) Message-Id: <200704120803.l3C83eWj026975@repoman.freebsd.org> From: Matteo Riondato Date: Thu, 12 Apr 2007 08:03: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/usr.sbin/rpc.statd rpc.statd.8 statd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 08:03:41 -0000 matteo 2007-04-12 08:03:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/rpc.statd rpc.statd.8 statd.c Log: MFC: rpc.statd.8 rev.1.14 statd.c rev.1.13-1.14 PR: bin/94920 Revision Changes Path 1.13.2.1 +8 -1 src/usr.sbin/rpc.statd/rpc.statd.8 1.12.8.1 +111 -9 src/usr.sbin/rpc.statd/statd.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 08:13:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CDC016A404; Thu, 12 Apr 2007 08:13:32 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id BAA9613C4B8; Thu, 12 Apr 2007 08:13:31 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id l3C8DT4E007609; Thu, 12 Apr 2007 10:13:29 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id l3C8DTEe007608; Thu, 12 Apr 2007 10:13:29 +0200 (CEST) (envelope-from marc) Date: Thu, 12 Apr 2007 10:13:29 +0200 From: Marc Fonvieille To: "Simon L. Nielsen" Message-ID: <20070412081329.GB97256@abigail.blackend.org> References: <200704111851.l3BIpMnJ040158@repoman.freebsd.org> <20070411185702.GA97256@abigail.blackend.org> <20070411202758.GE1027@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411202758.GE1027@zaphod.nitro.dk> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: doc-committers@FreeBSD.org, Giorgos Keramidas , cvs-all@FreeBSD.org, cvs-doc@FreeBSD.org Subject: Re: cvs commit: 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: Thu, 12 Apr 2007 08:13:32 -0000 On Wed, Apr 11, 2007 at 10:27:59PM +0200, Simon L. Nielsen wrote: > On 2007.04.11 20:57:02 +0200, Marc Fonvieille wrote: > > On Wed, Apr 11, 2007 at 06:51:21PM +0000, Giorgos Keramidas wrote: > > > keramida 2007-04-11 18:51:21 UTC > > > > > > FreeBSD doc repository > > > > > > Modified files: > > > . Makefile > > > Log: > > > Attach the mn_MN.UTF-8 doc tree to the build. Thanks to blackend's > > > help, this is now fully buildable, so we can auto-build it too. > > > > > > > If one wants to build the PDF version, the kern.maxdsiz tuneable must be > > increased from 512MB to 1GB. This can be done in adding > > > > kern.maxdsiz="1073741824" > > > > in /boot/loader.conf, followed by a reboot. Without that, the build > > will failed. > > That's a bit of a problem considering the system building the docs for > the FTP sites has 512MB of memory... guess I will know in a couple of > days what happens. > By default datasize is limited to 512MB, you'll only get something like "fatal: memory exhausted (xmalloc of 8 bytes)." and the build will stop. I assume it's possible to increase kern.maxdsiz if there's enough swap. I did the test with 600MB and 1GB, it worked with 1GB. I think the build requires less than 1GB; since my machine is slow I can't afford to spend hours to find the right value (the box has 1GB of RAM). To see the current value used, just use 'limit'. -- Marc From owner-cvs-all@FreeBSD.ORG Thu Apr 12 08:17:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9E6616A406; Thu, 12 Apr 2007 08:17:58 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BD89C13C45D; Thu, 12 Apr 2007 08:17:58 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C8Hw8o028654; Thu, 12 Apr 2007 08:17:58 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C8HwQs028653; Thu, 12 Apr 2007 08:17:58 GMT (envelope-from mtm) Message-Id: <200704120817.l3C8HwQs028653@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 12 Apr 2007 08:17: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/usr.sbin/adduser adduser.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 08:17:58 -0000 mtm 2007-04-12 08:17:56 UTC FreeBSD src repository Modified files: usr.sbin/adduser adduser.sh Log: There are a couple of bugs in rev. 1.27: 1) The man page should describe the code, not the other way around. 2) Internal variables should not be documented or exposed, except in controlled circumstances (i.e. - That's what the -C flag is for). The variable should have been saved to the config file in save_config(). 3) The next available userid doesn't get automatically updated. The end-result is the same (user gets added with the correct uid), but in an interactive session the default uid doesn't get updated in the display. So, o Use the uidstart variable instead of uuid (bug #3) o Actually save the variable to adduser.conf (bug #2) o (bug #1 to be fixed in an upcomming commit to adduser.conf.5) MFC After: 2 weeks Revision Changes Path 1.30 +2 -7 src/usr.sbin/adduser/adduser.sh From owner-cvs-all@FreeBSD.ORG Thu Apr 12 08:22:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AB9216A402; Thu, 12 Apr 2007 08:22:50 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E96DA13C46E; Thu, 12 Apr 2007 08:22:49 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C8MnMu029706; Thu, 12 Apr 2007 08:22:49 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C8Mnaa029705; Thu, 12 Apr 2007 08:22:49 GMT (envelope-from ru) Message-Id: <200704120822.l3C8Mnaa029705@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 12 Apr 2007 08:22:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/finger finger.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, 12 Apr 2007 08:22:50 -0000 ru 2007-04-12 08:22:49 UTC FreeBSD src repository Modified files: usr.bin/finger finger.1 Log: Restore the ".Sh BUGS" line that was accidentally removed in the previous commit. Revision Changes Path 1.35 +1 -0 src/usr.bin/finger/finger.1 From owner-cvs-all@FreeBSD.ORG Thu Apr 12 08:35:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5A9416A400; Thu, 12 Apr 2007 08:35:58 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 808D813C45A; Thu, 12 Apr 2007 08:35:58 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C8ZwS0031676; Thu, 12 Apr 2007 08:35:58 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C8ZwWR031675; Thu, 12 Apr 2007 08:35:58 GMT (envelope-from mtm) Message-Id: <200704120835.l3C8ZwWR031675@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 12 Apr 2007 08:35:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/adduser adduser.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 08:35:58 -0000 mtm 2007-04-12 08:35:58 UTC FreeBSD src repository Modified files: usr.sbin/adduser adduser.conf.5 Log: Specify the correct way to modify this file, and warn that the user should not depend on the internal variables documented in this man page. MFC After: 2 weeks Revision Changes Path 1.5 +18 -1 src/usr.sbin/adduser/adduser.conf.5 From owner-cvs-all@FreeBSD.ORG Thu Apr 12 08:39:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F32FF16A401; Thu, 12 Apr 2007 08:39:13 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CE52813C45A; Thu, 12 Apr 2007 08:39:13 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C8dDEI031812; Thu, 12 Apr 2007 08:39:13 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C8dDHK031811; Thu, 12 Apr 2007 08:39:13 GMT (envelope-from ceri) Message-Id: <200704120839.l3C8dDHK031811@repoman.freebsd.org> From: Ceri Davies Date: Thu, 12 Apr 2007 08:39: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.sbin/adduser adduser.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 08:39:14 -0000 ceri 2007-04-12 08:39:13 UTC FreeBSD src repository Modified files: usr.sbin/adduser adduser.conf.5 Log: Bump .Dd for r1.5; fix grammatical problem. Revision Changes Path 1.6 +2 -2 src/usr.sbin/adduser/adduser.conf.5 From owner-cvs-all@FreeBSD.ORG Thu Apr 12 08:40:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8533516A401; Thu, 12 Apr 2007 08:40:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC6F13C483; Thu, 12 Apr 2007 08:40:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C8erUO031963; Thu, 12 Apr 2007 08:40:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C8er2A031962; Thu, 12 Apr 2007 08:40:53 GMT (envelope-from miwi) Message-Id: <200704120840.l3C8er2A031962@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 08:40: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/net/sipxportlib/files patch-src_os_OsStunQueryAgent.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 08:40:53 -0000 miwi 2007-04-12 08:40:53 UTC FreeBSD ports repository Added files: net/sipxportlib/files patch-src_os_OsStunQueryAgent.cpp Log: - Fix build with sparc64 [1] Submitted by: pointyhat via kris Mike Durian (maintainer) [1] Revision Changes Path 1.1 +11 -0 ports/net/sipxportlib/files/patch-src_os_OsStunQueryAgent.cpp (new) From owner-cvs-all@FreeBSD.ORG Thu Apr 12 09:07:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76D2616A405; Thu, 12 Apr 2007 09:07:29 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 511AE13C4D0; Thu, 12 Apr 2007 09:07:29 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C97THP045749; Thu, 12 Apr 2007 09:07:29 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C97THG045748; Thu, 12 Apr 2007 09:07:29 GMT (envelope-from sem) Message-Id: <200704120907.l3C97THG045748@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 12 Apr 2007 09:07:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/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: Thu, 12 Apr 2007 09:07:29 -0000 sem 2007-04-12 09:07:28 UTC FreeBSD ports repository Modified files: devel/gsoap Makefile distinfo Log: - Update to 2.7.9e Revision Changes Path 1.29 +1 -1 ports/devel/gsoap/Makefile 1.18 +3 -3 ports/devel/gsoap/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 09:16:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0E6916A402; Thu, 12 Apr 2007 09:16:54 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AAEB613C45B; Thu, 12 Apr 2007 09:16:54 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C9Gs4L047341; Thu, 12 Apr 2007 09:16:54 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C9GsxG047340; Thu, 12 Apr 2007 09:16:54 GMT (envelope-from jkoshy) Message-Id: <200704120916.l3C9GsxG047340@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 12 Apr 2007 09:16: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/lib/libpmc pmc.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: Thu, 12 Apr 2007 09:16:54 -0000 jkoshy 2007-04-12 09:16:54 UTC FreeBSD src repository Modified files: lib/libpmc pmc.3 Log: Fix a bug in the description of the "p6-div" event. [1] Update the description of the "p6-div" and "p6-mul" events according to the "Intel(r) 64 and IA-32 Architectures Software Developers Manual Volume 3B: System Programming Guide, Part 2, November 2006". Reported by: Harald Servat [1] Revision Changes Path 1.13 +4 -2 src/lib/libpmc/pmc.3 From owner-cvs-all@FreeBSD.ORG Thu Apr 12 09:41:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B15D16A403; Thu, 12 Apr 2007 09:41:02 +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 CBABB13C484; Thu, 12 Apr 2007 09:41:01 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 623442091; Thu, 12 Apr 2007 11:40:58 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id DC8452090; Thu, 12 Apr 2007 11:40:57 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id BF8B9534E; Thu, 12 Apr 2007 11:40:57 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Ruslan Ermilov References: <200704120822.l3C8Mnaa029705@repoman.freebsd.org> Date: Thu, 12 Apr 2007 11:40:57 +0200 In-Reply-To: <200704120822.l3C8Mnaa029705@repoman.freebsd.org> (Ruslan Ermilov's message of "Thu, 12 Apr 2007 08:22:49 +0000 (UTC)") Message-ID: <86ps6aylp2.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/finger finger.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, 12 Apr 2007 09:41:02 -0000 Ruslan Ermilov writes: > Log: > Restore the ".Sh BUGS" line that was accidentally removed > in the previous commit. Thanks. I am officially an idiot. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Apr 12 10:43:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0926C16A402; Thu, 12 Apr 2007 10:43:16 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D41DC13C48C; Thu, 12 Apr 2007 10:43:15 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CAhF7C062151; Thu, 12 Apr 2007 10:43:15 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CAhF6C062150; Thu, 12 Apr 2007 10:43:15 GMT (envelope-from bms) Message-Id: <200704121043.l3CAhF6C062150@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 12 Apr 2007 10:43: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/dns/nss_mdns Makefile ports/dns/nss_mdns/files patch-src__bsdnss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 10:43:16 -0000 bms 2007-04-12 10:43:15 UTC FreeBSD ports repository (src committer) Modified files: dns/nss_mdns Makefile dns/nss_mdns/files patch-src__bsdnss.c Log: Fix nss_mdns when used from applications other than ssh. Bump PORTREVISION. Revision Changes Path 1.5 +1 -1 ports/dns/nss_mdns/Makefile 1.4 +6 -40 ports/dns/nss_mdns/files/patch-src__bsdnss.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 11:05:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0319616A400; Thu, 12 Apr 2007 11:05:25 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CFF9A13C459; Thu, 12 Apr 2007 11:05:24 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CB5O9F066559; Thu, 12 Apr 2007 11:05:24 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CB5ONE066558; Thu, 12 Apr 2007 11:05:24 GMT (envelope-from ru) Message-Id: <200704121105.l3CB5ONE066558@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 12 Apr 2007 11:05: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/i386/i386 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: Thu, 12 Apr 2007 11:05:25 -0000 ru 2007-04-12 11:05:24 UTC FreeBSD src repository Modified files: sys/i386/i386 mp_machdep.c Log: Fix PAE on SMP by enabling EFER_NXE on all APs. Reported by: kris Diagnosed by: alc Revision Changes Path 1.277 +10 -0 src/sys/i386/i386/mp_machdep.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 11:13:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A581816A400; Thu, 12 Apr 2007 11:13:03 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF9C13C44C; Thu, 12 Apr 2007 11:13:03 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CBD3Ar067993; Thu, 12 Apr 2007 11:13:03 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CBD35b067991; Thu, 12 Apr 2007 11:13:03 GMT (envelope-from bsam) Message-Id: <200704121113.l3CBD35b067991@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 12 Apr 2007 11:13: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/py-qt4-qct 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, 12 Apr 2007 11:13:03 -0000 bsam 2007-04-12 11:13:03 UTC FreeBSD ports repository Modified files: devel/py-qt4-qct Makefile pkg-plist Log: - Use PYTHON_SITELIBDIR in pkg-plist; - Change DOCSDIR; - Remove NOPORTDOCS stuff, it's already in bsd.port.mk; - Add more backup sites in MASTER_SITES. PR: 111502 Submitted by: lwhsu Revision Changes Path 1.2 +7 -10 ports/devel/py-qt4-qct/Makefile 1.2 +47 -48 ports/devel/py-qt4-qct/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 12 11:46:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8777316A400; Thu, 12 Apr 2007 11:46:31 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5EF5713C448; Thu, 12 Apr 2007 11:46:31 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CBkVWI072729; Thu, 12 Apr 2007 11:46:31 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CBkU2W072728; Thu, 12 Apr 2007 11:46:30 GMT (envelope-from bms) Message-Id: <200704121146.l3CBkU2W072728@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 12 Apr 2007 11:46: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/tools/regression/netinet/ipblock Makefile ipblock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 11:46:31 -0000 bms 2007-04-12 11:46:30 UTC FreeBSD src repository Removed files: tools/regression/netinet/ipblock Makefile ipblock.c Log: Nuke ipblock. A more complete multicast regression test suite is on the way. Revision Changes Path 1.2 +0 -10 src/tools/regression/netinet/ipblock/Makefile (dead) 1.2 +0 -221 src/tools/regression/netinet/ipblock/ipblock.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Apr 12 12:00:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 624CC16A4CB; Thu, 12 Apr 2007 12:00:27 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 39C4D13C448; Thu, 12 Apr 2007 12:00:27 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CC0RLw074424; Thu, 12 Apr 2007 12:00:27 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CC0RIx074423; Thu, 12 Apr 2007 12:00:27 GMT (envelope-from rafan) Message-Id: <200704121200.l3CC0RIx074423@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 12 Apr 2007 12:00: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 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: Thu, 12 Apr 2007 12:00:27 -0000 rafan 2007-04-12 12:00:26 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Correct uid/gid migration for net-mgmt/nagiosfor net-mgmt/nagios PR: ports/111434 Reported by: Andrey Volkov Submitted by: Jarrod Sayers Revision Changes Path 1.498 +2 -2 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Apr 12 12:07:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E988E16A402; Thu, 12 Apr 2007 12:07:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C096B13C465; Thu, 12 Apr 2007 12:07:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CC7NfS078087; Thu, 12 Apr 2007 12:07:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CC7Nh1078086; Thu, 12 Apr 2007 12:07:23 GMT (envelope-from miwi) Message-Id: <200704121207.l3CC7Nh1078086@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 12:07:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/flowviewer 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, 12 Apr 2007 12:07:24 -0000 miwi 2007-04-12 12:07:23 UTC FreeBSD ports repository Modified files: net-mgmt/flowviewer Makefile distinfo Log: - File was rerolled for a bugfix PR: 111503 Submitted by: Alex Samorukov (maintainer) Thanks to: Terry Kennedy (first notify) and Joe Loiacono (author) Revision Changes Path 1.4 +1 -0 ports/net-mgmt/flowviewer/Makefile 1.3 +2 -2 ports/net-mgmt/flowviewer/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 12:33:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B0FE16A401; Thu, 12 Apr 2007 12:33:35 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 623FA13C44B; Thu, 12 Apr 2007 12:33:35 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CCXZaB083153; Thu, 12 Apr 2007 12:33:35 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CCXZJt083152; Thu, 12 Apr 2007 12:33:35 GMT (envelope-from lofi) Message-Id: <200704121233.l3CCXZJt083152@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 12 Apr 2007 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/Mk bsd.kde.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, 12 Apr 2007 12:33:35 -0000 lofi 2007-04-12 12:33:35 UTC FreeBSD ports repository Modified files: Mk bsd.kde.mk Log: Another typo of mine. Discovered by: Diego Depaoli Revision Changes Path 1.71 +3 -3 ports/Mk/bsd.kde.mk From owner-cvs-all@FreeBSD.ORG Thu Apr 12 12:57:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 374A616A405; Thu, 12 Apr 2007 12:57:04 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 09CBF13C465; Thu, 12 Apr 2007 12:57:04 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CCv3oT001166; Thu, 12 Apr 2007 12:57:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CCv3Oi001165; Thu, 12 Apr 2007 12:57:03 GMT (envelope-from marcus) Message-Id: <200704121257.l3CCv3Oi001165@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 12 Apr 2007 12:57:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-desktop 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, 12 Apr 2007 12:57:04 -0000 marcus 2007-04-12 12:57:03 UTC FreeBSD ports repository Modified files: x11/gnome-desktop Makefile pkg-plist Log: Remove some leftover directories. Revision Changes Path 1.60 +1 -1 ports/x11/gnome-desktop/Makefile 1.39 +4 -0 ports/x11/gnome-desktop/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 12 13:13:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9447916A401; Thu, 12 Apr 2007 13:13:58 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 825B213C489; Thu, 12 Apr 2007 13:13:58 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CDDwQ1005315; Thu, 12 Apr 2007 13:13:58 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CDDwuC005314; Thu, 12 Apr 2007 13:13:58 GMT (envelope-from matteo) Message-Id: <200704121313.l3CDDwuC005314@repoman.freebsd.org> From: Matteo Riondato Date: Thu, 12 Apr 2007 13:13: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/etc/rc.d nfslocking src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 13:13:58 -0000 matteo 2007-04-12 13:13:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d nfslocking etc/defaults rc.conf share/man/man5 rc.conf.5 Log: MFC nfslocking: rev 1.12 [1] and 1.13 [2] rc.conf.5: rev 1.321 [2] rc.conf: 1.311 [2] [1] Record rc.d/nfslocking dependency on rc.d/rpcbind [2]Add rpc_statd_flags and rpc_lockd_flags options to allow options to be passed to rpc.statd and rpc.lockd PR: conf/105465 [1] Approved by: mtm [1] Revision Changes Path 1.252.2.33 +2 -0 src/etc/defaults/rc.conf 1.11.2.1 +26 -4 src/etc/rc.d/nfslocking 1.256.2.32 +19 -1 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Thu Apr 12 13:42:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0C6916A402; Thu, 12 Apr 2007 13:42:01 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B71DD13C45A; Thu, 12 Apr 2007 13:42:01 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CDg1MV011687; Thu, 12 Apr 2007 13:42:01 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CDg198011686; Thu, 12 Apr 2007 13:42:01 GMT (envelope-from glebius) Message-Id: <200704121342.l3CDg198011686@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 12 Apr 2007 13:42:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 13:42:02 -0000 glebius 2007-04-12 13:42:01 UTC FreeBSD src repository Modified files: . access Log: Welcome Alexander Motin (mav) to the src committers team! Alexander will work in sys/netgraph and probably other sys/net* code. Approved by: core Revision Changes Path 1.821 +2 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Apr 12 13:45:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30E6D16A401; Thu, 12 Apr 2007 13:45:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 06EDB13C483; Thu, 12 Apr 2007 13:45:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CDjLBk012263; Thu, 12 Apr 2007 13:45:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CDjLOR012262; Thu, 12 Apr 2007 13:45:21 GMT (envelope-from miwi) Message-Id: <200704121345.l3CDjLOR012262@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 13:45: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/x11/oooqs2 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, 12 Apr 2007 13:45:22 -0000 miwi 2007-04-12 13:45:21 UTC FreeBSD ports repository Modified files: x11/oooqs2 Makefile pkg-plist Log: - Fix pkg-plist [1] PR: 111499 Submitted by: portinyhat via kris Rashid N. Achilov (maintainer) Revision Changes Path 1.16 +1 -0 ports/x11/oooqs2/Makefile 1.8 +1 -0 ports/x11/oooqs2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 12 14:19:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A794216A400; Thu, 12 Apr 2007 14:19:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7D91C13C43E; Thu, 12 Apr 2007 14:19:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CEJXNv018204; Thu, 12 Apr 2007 14:19:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CEJX5V018203; Thu, 12 Apr 2007 14:19:33 GMT (envelope-from miwi) Message-Id: <200704121419.l3CEJX5V018203@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 14:19:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/resin3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 14:19:33 -0000 miwi 2007-04-12 14:19:33 UTC FreeBSD ports repository Modified files: www/resin3 Makefile Log: - switch maintainership to submitter PR: 111496 Submitted by: Boris Kovalenko Approved by: Jean-Baptiste Quenot (old maintainer) Revision Changes Path 1.31 +1 -1 ports/www/resin3/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 14:19:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5FE616A4EA; Thu, 12 Apr 2007 14:19:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A4CC113C459; Thu, 12 Apr 2007 14:19:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CEJYVc018240; Thu, 12 Apr 2007 14:19:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CEJYh7018239; Thu, 12 Apr 2007 14:19:34 GMT (envelope-from miwi) Message-Id: <200704121419.l3CEJYh7018239@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 14:19: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/resin2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 14:19:35 -0000 miwi 2007-04-12 14:19:34 UTC FreeBSD ports repository Modified files: www/resin2 Makefile Log: - Switch maintainership to submitter PR: 111497 Submitted by: Boris Kovalenko Approved by: Jean-Baptiste Quenot (old maintainer) Revision Changes Path 1.15 +1 -1 ports/www/resin2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 14:25:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB0F616A400; Thu, 12 Apr 2007 14:25:57 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B026313C458; Thu, 12 Apr 2007 14:25:57 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CEPvTm020366; Thu, 12 Apr 2007 14:25:57 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CEPv5U020365; Thu, 12 Apr 2007 14:25:57 GMT (envelope-from sobomax) Message-Id: <200704121425.l3CEPv5U020365@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 12 Apr 2007 14:25: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 14:25:58 -0000 sobomax 2007-04-12 14:25:57 UTC FreeBSD ports repository Modified files: net Makefile Log: Connect asterisk12 and asterisk12-addons to the build. Submitted by: rafan Revision Changes Path 1.1847 +2 -0 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 14:40:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA7A516A401; Thu, 12 Apr 2007 14:40:47 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A042F13C46C; Thu, 12 Apr 2007 14:40:47 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CEelvS022142; Thu, 12 Apr 2007 14:40:47 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CEel5H022141; Thu, 12 Apr 2007 14:40:47 GMT (envelope-from ache) Message-Id: <200704121440.l3CEel5H022141@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 12 Apr 2007 14:40:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Cc: Subject: cvs commit: src/contrib/libreadline - 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: Thu, 12 Apr 2007 14:40:47 -0000 ache 2007-04-12 14:40:47 UTC FreeBSD src repository src/contrib/libreadline - Imported sources Update of /home/ncvs/src/contrib/libreadline In directory repoman.freebsd.org:/tmp/cvs-serv22110 Log Message: Official patch 002 imported Status: Vendor Tag: FSF Release Tags: v5_2_p2 C src/contrib/libreadline/display.c 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/contrib/libreadline From owner-cvs-all@FreeBSD.ORG Thu Apr 12 14:45:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D668C16A404; Thu, 12 Apr 2007 14:45:25 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ABF7E13C44C; Thu, 12 Apr 2007 14:45:25 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CEjPEk023631; Thu, 12 Apr 2007 14:45:25 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CEjPXQ023630; Thu, 12 Apr 2007 14:45:25 GMT (envelope-from ache) Message-Id: <200704121445.l3CEjPXQ023630@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 12 Apr 2007 14:45: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/contrib/libreadline FREEBSD-upgrade display.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 14:45:25 -0000 ache 2007-04-12 14:45:25 UTC FreeBSD src repository Modified files: contrib/libreadline FREEBSD-upgrade display.c Log: Merge Revision Changes Path 1.10 +1 -0 src/contrib/libreadline/FREEBSD-upgrade 1.13 +12 -0 src/contrib/libreadline/display.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 14:47:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 265E116A547; Thu, 12 Apr 2007 14:47:45 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EE68013C4B7; Thu, 12 Apr 2007 14:47:44 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CEliXR023729; Thu, 12 Apr 2007 14:47:44 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CElicE023727; Thu, 12 Apr 2007 14:47:44 GMT (envelope-from dinoex) Message-Id: <200704121447.l3CElicE023727@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 12 Apr 2007 14:47: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/graphics/netpbm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 14:47:45 -0000 dinoex 2007-04-12 14:47:44 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile Log: - add PORTSCOUT hint Revision Changes Path 1.143 +3 -0 ports/graphics/netpbm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 14:49:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64DFC16A46D; Thu, 12 Apr 2007 14:49:59 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 38BEC13C4EC; Thu, 12 Apr 2007 14:49:59 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CEnxbA023795; Thu, 12 Apr 2007 14:49:59 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CEnxVx023794; Thu, 12 Apr 2007 14:49:59 GMT (envelope-from dinoex) Message-Id: <200704121449.l3CEnxVx023794@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 12 Apr 2007 14:49:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/afterstep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 14:49:59 -0000 dinoex 2007-04-12 14:49:58 UTC FreeBSD ports repository Modified files: x11-wm/afterstep Makefile Log: - add PORTSCOUT hint Revision Changes Path 1.54 +1 -0 ports/x11-wm/afterstep/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 14:54:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F40E916A402; Thu, 12 Apr 2007 14:54:11 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C965113C44C; Thu, 12 Apr 2007 14:54:11 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CEsB7o025139; Thu, 12 Apr 2007 14:54:11 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CEsBil025138; Thu, 12 Apr 2007 14:54:11 GMT (envelope-from dinoex) Message-Id: <200704121454.l3CEsBil025138@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 12 Apr 2007 14:54: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/irc/iroffer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 14:54:12 -0000 dinoex 2007-04-12 14:54:11 UTC FreeBSD ports repository Modified files: irc/iroffer Makefile Log: - add CONFLICTS Revision Changes Path 1.10 +1 -0 ports/irc/iroffer/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 15:29:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13F6E16A401; Thu, 12 Apr 2007 15:29:40 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 000BA13C459; Thu, 12 Apr 2007 15:29:39 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CFTdMC035232; Thu, 12 Apr 2007 15:29:39 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CFTdTb035231; Thu, 12 Apr 2007 15:29:39 GMT (envelope-from mm) Message-Id: <200704121529.l3CFTdTb035231@repoman.freebsd.org> From: Martin Matuska Date: Thu, 12 Apr 2007 15:29: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-toolkits/tk84 Makefile ports/x11-toolkits/tk84/files pkgIndex.tcl.in ports/x11-toolkits/tk85 Makefile ports/x11-toolkits/tk85/files pkgIndex.tcl.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, 12 Apr 2007 15:29:40 -0000 mm 2007-04-12 15:29:39 UTC FreeBSD ports repository Modified files: x11-toolkits/tk84 Makefile x11-toolkits/tk84/files pkgIndex.tcl.in x11-toolkits/tk85 Makefile x11-toolkits/tk85/files pkgIndex.tcl.in Log: - fixed pkgIndex.tcl for threads - bump PORTREVISION Approved by: garga (mentor) Revision Changes Path 1.99 +4 -2 ports/x11-toolkits/tk84/Makefile 1.2 +1 -1 ports/x11-toolkits/tk84/files/pkgIndex.tcl.in 1.9 +4 -2 ports/x11-toolkits/tk85/Makefile 1.2 +1 -1 ports/x11-toolkits/tk85/files/pkgIndex.tcl.in From owner-cvs-all@FreeBSD.ORG Thu Apr 12 15:31:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F2BB16A401; Thu, 12 Apr 2007 15:31:05 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1D8D913C4C8; Thu, 12 Apr 2007 15:31:05 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CFV44Z037047; Thu, 12 Apr 2007 15:31:04 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CFV43F037035; Thu, 12 Apr 2007 15:31:04 GMT (envelope-from mm) Message-Id: <200704121531.l3CFV43F037035@repoman.freebsd.org> From: Martin Matuska Date: Thu, 12 Apr 2007 15: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/lang/xotcl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 15:31:05 -0000 mm 2007-04-12 15:31:04 UTC FreeBSD ports repository Modified files: lang/xotcl Makefile Log: - fixed USE_LDCONFIG path - bump PORTREVISION Approved by: garga (mentor) Revision Changes Path 1.10 +2 -2 ports/lang/xotcl/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 15:32:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59ACB16A400; Thu, 12 Apr 2007 15:32:56 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC7A13C4C7; Thu, 12 Apr 2007 15:32:56 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CFWu0q039471; Thu, 12 Apr 2007 15:32:56 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CFWufi039470; Thu, 12 Apr 2007 15:32:56 GMT (envelope-from mm) Message-Id: <200704121532.l3CFWufi039470@repoman.freebsd.org> From: Martin Matuska Date: Thu, 12 Apr 2007 15: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/lang/tcl-wrapper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 15:32:56 -0000 mm 2007-04-12 15:32:55 UTC FreeBSD ports repository Modified files: lang/tcl-wrapper Makefile Log: - use shc to create binaries - increase version to 1.1 Approved by: garga (mentor) Revision Changes Path 1.4 +8 -4 ports/lang/tcl-wrapper/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 15:35:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AA9C16A406; Thu, 12 Apr 2007 15:35:18 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F2ACF13C4C8; Thu, 12 Apr 2007 15:35:17 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CFZHiA039987; Thu, 12 Apr 2007 15:35:17 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CFZHoB039986; Thu, 12 Apr 2007 15:35:17 GMT (envelope-from mm) Message-Id: <200704121535.l3CFZHoB039986@repoman.freebsd.org> From: Martin Matuska Date: Thu, 12 Apr 2007 15:35:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/smake 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, 12 Apr 2007 15:35:18 -0000 mm 2007-04-12 15:35:17 UTC FreeBSD ports repository Modified files: devel/smake Makefile distinfo pkg-plist Log: - update to 1.2.a.41 - minor changes to PR PR: ports/111402 Submitted by: bf Reviewed by: mm Approved by: garga (mentor) Revision Changes Path 1.11 +4 -1 ports/devel/smake/Makefile 1.10 +3 -3 ports/devel/smake/distinfo 1.3 +6 -3 ports/devel/smake/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 12 15:45:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7070F16A407; Thu, 12 Apr 2007 15:45:31 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 45E6C13C48A; Thu, 12 Apr 2007 15:45:31 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CFjVRE041577; Thu, 12 Apr 2007 15:45:31 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CFjV2r041576; Thu, 12 Apr 2007 15:45:31 GMT (envelope-from stefan) Message-Id: <200704121545.l3CFjV2r041576@repoman.freebsd.org> From: Stefan Walter Date: Thu, 12 Apr 2007 15:45:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/misc committers-ports.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 15:45:31 -0000 stefan 2007-04-12 15:45:30 UTC FreeBSD src repository (ports committer) Modified files: share/misc committers-ports.dot Log: Add myself and my mentor, arved. Revision Changes Path 1.43 +4 -0 src/share/misc/committers-ports.dot From owner-cvs-all@FreeBSD.ORG Thu Apr 12 16:10:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A396A16A403; Thu, 12 Apr 2007 16:10:22 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7894D13C46C; Thu, 12 Apr 2007 16:10:22 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CGAM7P045948; Thu, 12 Apr 2007 16:10:22 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CGAM4S045947; Thu, 12 Apr 2007 16:10:22 GMT (envelope-from blackend) Message-Id: <200704121610.l3CGAM4S045947@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 12 Apr 2007 16:10:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/misc docbook.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 16:10:22 -0000 blackend 2007-04-12 16:10:21 UTC FreeBSD doc repository Modified files: share/misc docbook.css Log: Fix a very old rendering bug. Now application names should be rendered with the same (black) color in the whole doc/ set. Revision Changes Path 1.9 +4 -0 doc/share/misc/docbook.css From owner-cvs-all@FreeBSD.ORG Thu Apr 12 16:35:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2759816A403; Thu, 12 Apr 2007 16:35:23 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F0D4F13C45B; Thu, 12 Apr 2007 16:35:22 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CGZMBV050363; Thu, 12 Apr 2007 16:35:22 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CGZMCF050362; Thu, 12 Apr 2007 16:35:22 GMT (envelope-from ume) Message-Id: <200704121635.l3CGZMCF050362@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 12 Apr 2007 16:35: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/uim-tomoe-gtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 16:35:23 -0000 ume 2007-04-12 16:35:22 UTC FreeBSD ports repository Modified files: japanese/uim-tomoe-gtk Makefile Log: - depend on gtk20 explicitly. - uim-tomoe-gtk itself doesn't depend on libiconv. Revision Changes Path 1.3 +2 -3 ports/japanese/uim-tomoe-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 16:35:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40C8116A406; Thu, 12 Apr 2007 16:35:44 +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 4C7CA13C455; Thu, 12 Apr 2007 16:35:43 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 71C0D487F2; Thu, 12 Apr 2007 18:35:40 +0200 (CEST) Received: from localhost (public-gprs41855.centertel.pl [91.94.35.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 737A045685; Thu, 12 Apr 2007 18:35:18 +0200 (CEST) Date: Thu, 12 Apr 2007 18:34:35 +0200 From: Pawel Jakub Dawidek To: Andrey Chernov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org Message-ID: <20070412163435.GC1756@garage.freebsd.pl> References: <200704102210.l3AMAH9W058770@repoman.freebsd.org> <20070411174528.GA35928@nagual.pp.ru> <20070411201122.GB3060@garage.freebsd.pl> <20070412040918.GA77223@nagual.pp.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uh9ZiVrAOUUm9fzH" Content-Disposition: inline In-Reply-To: <20070412040918.GA77223@nagual.pp.ru> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (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=-2.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL autolearn=no version=3.0.4 Cc: Subject: Re: cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.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, 12 Apr 2007 16:35:44 -0000 --uh9ZiVrAOUUm9fzH Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 12, 2007 at 08:09:18AM +0400, Andrey Chernov wrote: > On Wed, Apr 11, 2007 at 10:11:22PM +0200, Pawel Jakub Dawidek wrote: > > sys/rpc/types.h is installed in /usr/include/rpc/. What's the problem > > exactly? >=20 > At least one problem found: due to your change kernel-only > rpcclnt.h > rpcm_subs.h > are now installed into userland /usr/include/rpc > Please fix it somehow. I know about this, but I think our build infrastructure isn't ready for fixing it. Ruslan, what I did currently is repo-copy rpc/types.h to sys/rpc/types.h and add sys/rpc to LDIRS in src/include/Makefile. There are some files in sys/rpc/ that we may not want to install, can I select which files to install? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --uh9ZiVrAOUUm9fzH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGHl+bForvXbEpPzQRAl+iAKDQLLEfAgZPT9hl8NPrp/IvnU1DvACg4Uhd 2wb7mWyPhCNfDVJj3ASnHUM= =4wcK -----END PGP SIGNATURE----- --uh9ZiVrAOUUm9fzH-- From owner-cvs-all@FreeBSD.ORG Thu Apr 12 17:00:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F72C16A402; Thu, 12 Apr 2007 17:00:57 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 05EFC13C489; Thu, 12 Apr 2007 17:00:57 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CH0uLW061942; Thu, 12 Apr 2007 17:00:56 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CH0ub2061941; Thu, 12 Apr 2007 17:00:56 GMT (envelope-from alc) Message-Id: <200704121700.l3CH0ub2061941@repoman.freebsd.org> From: Alan Cox Date: Thu, 12 Apr 2007 17:00: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/i386/include pmap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 17:00:57 -0000 alc 2007-04-12 17:00:56 UTC FreeBSD src repository Modified files: sys/i386/include pmap.h Log: MFamd64 Define PGEX_RSV. Revision Changes Path 1.128 +1 -0 src/sys/i386/include/pmap.h From owner-cvs-all@FreeBSD.ORG Thu Apr 12 17:23:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A067C16A46C; Thu, 12 Apr 2007 17:23:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D3BFB13C48C; Thu, 12 Apr 2007 17:23:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CHNbnW067188; Thu, 12 Apr 2007 17:23:37 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CHNbA5067187; Thu, 12 Apr 2007 17:23:37 GMT (envelope-from mat) Message-Id: <200704121723.l3CHNbA5067187@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 12 Apr 2007 17:23:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-DateTime-Format-ISO8601 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, 12 Apr 2007 17:23:38 -0000 mat 2007-04-12 17:23:36 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Format-ISO8601 Makefile distinfo Log: Update to 0.06 Revision Changes Path 1.10 +1 -1 ports/devel/p5-DateTime-Format-ISO8601/Makefile 1.9 +3 -3 ports/devel/p5-DateTime-Format-ISO8601/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 17:40:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 706C116A402; Thu, 12 Apr 2007 17:40:45 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 480FA13C46E; Thu, 12 Apr 2007 17:40:45 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CHejO3069952; Thu, 12 Apr 2007 17:40:45 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CHejCG069951; Thu, 12 Apr 2007 17:40:45 GMT (envelope-from le) Message-Id: <200704121740.l3CHejCG069951@repoman.freebsd.org> From: Lukas Ertl Date: Thu, 12 Apr 2007 17:40: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/geom/vinum geom_vinum_share.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 17:40:45 -0000 le 2007-04-12 17:40:45 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_share.c Log: Avoid infinite loop if the device string given for a drive only consists of "/". Submitted by: Ulf Lilleengen Revision Changes Path 1.5 +3 -6 src/sys/geom/vinum/geom_vinum_share.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 17:54:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63BA516A401; Thu, 12 Apr 2007 17:54:36 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3A81013C46A; Thu, 12 Apr 2007 17:54:36 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CHsa1P073254; Thu, 12 Apr 2007 17:54:36 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CHsa6f073253; Thu, 12 Apr 2007 17:54:36 GMT (envelope-from le) Message-Id: <200704121754.l3CHsa6f073253@repoman.freebsd.org> From: Lukas Ertl Date: Thu, 12 Apr 2007 17:54: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/geom/vinum geom_vinum.h geom_vinum_rm.c geom_vinum_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 17:54:36 -0000 le 2007-04-12 17:54:35 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.h geom_vinum_rm.c geom_vinum_subr.c Log: -) Correct sdcount for a plex when removing or adding subdisks. -) Set correct sizes for plexes and volumes a subdisk has been removed. Submitted by: Ulf Lilleengen Revision Changes Path 1.13 +2 -0 src/sys/geom/vinum/geom_vinum.h 1.13 +19 -2 src/sys/geom/vinum/geom_vinum_rm.c 1.16 +72 -1 src/sys/geom/vinum/geom_vinum_subr.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 18:00:35 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C89B916A40A for ; Thu, 12 Apr 2007 18:00:35 +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 5166513C46C for ; Thu, 12 Apr 2007 18:00:35 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 96351 invoked from network); 12 Apr 2007 17:25:28 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 12 Apr 2007 17:25:28 -0000 Message-ID: <461E73C7.4030602@freebsd.org> Date: Thu, 12 Apr 2007 20:00:39 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Lukas Ertl References: <200704121754.l3CHsa6f073253@repoman.freebsd.org> In-Reply-To: <200704121754.l3CHsa6f073253@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/vinum geom_vinum.h geom_vinum_rm.c geom_vinum_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 18:00:35 -0000 Lukas Ertl wrote: > le 2007-04-12 17:54:35 UTC > > FreeBSD src repository > > Modified files: > sys/geom/vinum geom_vinum.h geom_vinum_rm.c > geom_vinum_subr.c > Log: > -) Correct sdcount for a plex when removing or adding subdisks. > -) Set correct sizes for plexes and volumes a subdisk has been removed. > > Submitted by: Ulf Lilleengen SoC 2007 quick start? ;-) -- Andre From owner-cvs-all@FreeBSD.ORG Thu Apr 12 18:05:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33AF416A400; Thu, 12 Apr 2007 18:05:47 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.freebsd.org (Postfix) with ESMTP id CC90213C459; Thu, 12 Apr 2007 18:05:46 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 908B269B9; Thu, 12 Apr 2007 22:05:45 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 6D4DE6997; Thu, 12 Apr 2007 22:05:45 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id l3CI5iVx019086; Thu, 12 Apr 2007 22:05:44 +0400 (MSD) (envelope-from ru) Date: Thu, 12 Apr 2007 22:05:44 +0400 From: Ruslan Ermilov To: Pawel Jakub Dawidek Message-ID: <20070412180543.GA19062@rambler-co.ru> References: <200704102210.l3AMAH9W058770@repoman.freebsd.org> <20070411174528.GA35928@nagual.pp.ru> <20070411201122.GB3060@garage.freebsd.pl> <20070412040918.GA77223@nagual.pp.ru> <20070412163435.GC1756@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: <20070412163435.GC1756@garage.freebsd.pl> User-Agent: Mutt/1.5.14 (2007-02-12) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Andrey Chernov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.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, 12 Apr 2007 18:05:47 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 12, 2007 at 06:34:35PM +0200, Pawel Jakub Dawidek wrote: > On Thu, Apr 12, 2007 at 08:09:18AM +0400, Andrey Chernov wrote: > > On Wed, Apr 11, 2007 at 10:11:22PM +0200, Pawel Jakub Dawidek wrote: > > > sys/rpc/types.h is installed in /usr/include/rpc/. What's the problem > > > exactly? > >=20 > > At least one problem found: due to your change kernel-only > > rpcclnt.h > > rpcm_subs.h > > are now installed into userland /usr/include/rpc > > Please fix it somehow. >=20 > I know about this, but I think our build infrastructure isn't ready for > fixing it. >=20 > Ruslan, what I did currently is repo-copy rpc/types.h to sys/rpc/types.h > and add sys/rpc to LDIRS in src/include/Makefile. There are some files > in sys/rpc/ that we may not want to install, can I select which files to > install? >=20 Yes. See how rijndael.h is installed. Let me know if you need my help implementing this. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGHnT3qRfpzJluFF4RAjOUAJ9OtporP2+z7GxrrlnmLuPgHDWitwCgkHsi xRzqgBvsiFP1IQxLMGFnOeY= =9/3y -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-cvs-all@FreeBSD.ORG Thu Apr 12 18:14:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A450B16A401; Thu, 12 Apr 2007 18:14:00 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7CD8613C4C1; Thu, 12 Apr 2007 18:14:00 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CIE0U9077425; Thu, 12 Apr 2007 18:14:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CIE0hk077424; Thu, 12 Apr 2007 18:14:00 GMT (envelope-from ru) Message-Id: <200704121814.l3CIE0hk077424@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 12 Apr 2007 18:14: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/usr.bin/make 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: Thu, 12 Apr 2007 18:14:00 -0000 ru 2007-04-12 18:14:00 UTC FreeBSD src repository Modified files: usr.bin/make parse.c Log: In .error and .warning, prefer command-line variables to globals, as per documentation. Nudged by: Jeremie Le Hen Revision Changes Path 1.113 +1 -1 src/usr.bin/make/parse.c From owner-cvs-all@FreeBSD.ORG Thu Apr 12 18:16:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7886D16A402; Thu, 12 Apr 2007 18:16:04 +0000 (UTC) (envelope-from le@freebsd.org) Received: from grace.univie.ac.at (grace.univie.ac.at [131.130.3.115]) by mx1.freebsd.org (Postfix) with ESMTP id 334F813C4B0; Thu, 12 Apr 2007 18:16:04 +0000 (UTC) (envelope-from le@freebsd.org) Received: from joan.univie.ac.at ([131.130.3.110] helo=joan.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.66) (envelope-from ) id 1Hc3d8-00011B-97; Thu, 12 Apr 2007 20:02:46 +0200 Received: from korben.prv.univie.ac.at ([131.130.7.98]) by joan.univie.ac.at with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1Hc3d7-0002fa-Vb; Thu, 12 Apr 2007 20:02:46 +0200 Message-ID: <461E7444.5050901@freebsd.org> Date: Thu, 12 Apr 2007 20:02:44 +0200 From: Lukas Ertl User-Agent: Thunderbird 1.5.0.10 (X11/20070319) MIME-Version: 1.0 To: Andre Oppermann References: <200704121754.l3CHsa6f073253@repoman.freebsd.org> <461E73C7.4030602@freebsd.org> In-Reply-To: <461E73C7.4030602@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/vinum geom_vinum.h geom_vinum_rm.c geom_vinum_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 18:16:04 -0000 Andre Oppermann wrote: > Lukas Ertl wrote: >> le 2007-04-12 17:54:35 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/geom/vinum geom_vinum.h geom_vinum_rm.c >> geom_vinum_subr.c Log: >> -) Correct sdcount for a plex when removing or adding subdisks. >> -) Set correct sizes for plexes and volumes a subdisk has been removed. >> Submitted by: Ulf Lilleengen > > SoC 2007 quick start? ;-) Rather leftovers from last year. :-) cheers, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-cvs-all@FreeBSD.ORG Thu Apr 12 18:52:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C704F16A400; Thu, 12 Apr 2007 18:52:27 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9EBF313C45D; Thu, 12 Apr 2007 18:52:27 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CIqRFR083070; Thu, 12 Apr 2007 18:52:27 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CIqRY5083069; Thu, 12 Apr 2007 18:52:27 GMT (envelope-from mav) Message-Id: <200704121852.l3CIqRY5083069@repoman.freebsd.org> From: Alexander Motin Date: Thu, 12 Apr 2007 18:52:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.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: Thu, 12 Apr 2007 18:52:27 -0000 mav 2007-04-12 18:52:27 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself Approved by: glebius (mentor) Revision Changes Path 1.418 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Thu Apr 12 18:57:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 776D616A403; Thu, 12 Apr 2007 18:57:44 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5049613C480; Thu, 12 Apr 2007 18:57:44 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CIvi1x083746; Thu, 12 Apr 2007 18:57:44 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CIviVG083745; Thu, 12 Apr 2007 18:57:44 GMT (envelope-from mav) Message-Id: <200704121857.l3CIviVG083745@repoman.freebsd.org> From: Alexander Motin Date: Thu, 12 Apr 2007 18:57:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.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, 12 Apr 2007 18:57:44 -0000 mav 2007-04-12 18:57:43 UTC FreeBSD doc repository (src committer) Modified files: en developers.sgml Log: Add myself. Approved by: glebius (mentor) Revision Changes Path 1.162 +2 -1 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Thu Apr 12 19:00:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC35716A403; Thu, 12 Apr 2007 19:00:00 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BF3AA13C448; Thu, 12 Apr 2007 19:00:00 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CJ00PR083928; Thu, 12 Apr 2007 19:00:00 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CJ00dD083916; Thu, 12 Apr 2007 19:00:00 GMT (envelope-from mav) Message-Id: <200704121900.l3CJ00dD083916@repoman.freebsd.org> From: Alexander Motin Date: Thu, 12 Apr 2007 19:00:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 19:00:01 -0000 mav 2007-04-12 19:00:00 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: Add myself. Approved by: glebius (mentor) Revision Changes Path 1.188 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Thu Apr 12 19:00:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2458A16A404; Thu, 12 Apr 2007 19:00:01 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EB9F213C458; Thu, 12 Apr 2007 19:00:00 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CJ00Bm083951; Thu, 12 Apr 2007 19:00:00 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CJ004V083949; Thu, 12 Apr 2007 19:00:00 GMT (envelope-from thierry) Message-Id: <200704121900.l3CJ004V083949@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 12 Apr 2007 19:00: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/opencascade Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 19:00:01 -0000 thierry 2007-04-12 19:00:00 UTC FreeBSD ports repository Modified files: cad/opencascade Makefile Log: Really chase the changes in Mk/bsd.tcl.mk. Revision Changes Path 1.3 +2 -5 ports/cad/opencascade/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 19:05:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73A0816A401; Thu, 12 Apr 2007 19:05:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4C6DA13C46A; Thu, 12 Apr 2007 19:05:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CJ5u9G086608; Thu, 12 Apr 2007 19:05:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CJ5uu8086607; Thu, 12 Apr 2007 19:05:56 GMT (envelope-from miwi) Message-Id: <200704121905.l3CJ5uu8086607@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 19:05:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/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: Thu, 12 Apr 2007 19:05:56 -0000 miwi 2007-04-12 19:05:55 UTC FreeBSD ports repository Modified files: mail/mutt-devel Makefile distinfo Log: - Update the NNTP patch - Fix incomplete distinfo PR: 111510 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.281 +2 -2 ports/mail/mutt-devel/Makefile 1.105 +12 -0 ports/mail/mutt-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 19:11:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A691416A402; Thu, 12 Apr 2007 19:11:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7FBE313C45B; Thu, 12 Apr 2007 19:11:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CJB4EY088527; Thu, 12 Apr 2007 19:11:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CJB4bx088526; Thu, 12 Apr 2007 19:11:04 GMT (envelope-from miwi) Message-Id: <200704121911.l3CJB4bx088526@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 19: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/chinese/mutt distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 19:11:04 -0000 miwi 2007-04-12 19:11:04 UTC FreeBSD ports repository Modified files: chinese/mutt distinfo Log: Sync with master port (mutt-devel) Approved by: rafan (maintainer) Revision Changes Path 1.45 +3 -6 ports/chinese/mutt/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 19:14:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 262C116A400; Thu, 12 Apr 2007 19:14:10 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F305B13C45B; Thu, 12 Apr 2007 19:14:09 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CJE9kR089512; Thu, 12 Apr 2007 19:14:09 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CJE9jE089511; Thu, 12 Apr 2007 19:14:09 GMT (envelope-from mav) Message-Id: <200704121914.l3CJE9jE089511@repoman.freebsd.org> From: Alexander Motin Date: Thu, 12 Apr 2007 19:14: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/misc committers-src.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 19:14:10 -0000 mav 2007-04-12 19:14:09 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: Add myself and glebius. Approved by: glebius (mentor) Revision Changes Path 1.58 +6 -0 src/share/misc/committers-src.dot From owner-cvs-all@FreeBSD.ORG Thu Apr 12 19:19:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D788C16A403; Thu, 12 Apr 2007 19:19:30 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B07F513C48A; Thu, 12 Apr 2007 19:19:30 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CJJU9C089917; Thu, 12 Apr 2007 19:19:30 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CJJU7h089916; Thu, 12 Apr 2007 19:19:30 GMT (envelope-from mav) Message-Id: <200704121919.l3CJJU7h089916@repoman.freebsd.org> From: Alexander Motin Date: Thu, 12 Apr 2007 19:19: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/share/sgml 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, 12 Apr 2007 19:19:31 -0000 mav 2007-04-12 19:19:30 UTC FreeBSD doc repository (src committer) Modified files: share/sgml news.xml Log: Add myself. Approved by: glebius (mentor) Revision Changes Path 1.75 +9 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Thu Apr 12 19:19:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFE4616A405; Thu, 12 Apr 2007 19:19:51 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8929B13C44B; Thu, 12 Apr 2007 19:19:51 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CJJph9089961; Thu, 12 Apr 2007 19:19:51 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CJJpbx089960; Thu, 12 Apr 2007 19:19:51 GMT (envelope-from skv) Message-Id: <200704121919.l3CJJpbx089960@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 12 Apr 2007 19:19: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/libapreq2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 19:19:51 -0000 skv 2007-04-12 19:19:51 UTC FreeBSD ports repository Modified files: www/libapreq2 Makefile Log: Fix RUN_DEPENDS Pointed by: Timur I. Bakeyev Revision Changes Path 1.25 +3 -2 ports/www/libapreq2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 12 19:46:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2242216A402; Thu, 12 Apr 2007 19:46:47 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EF89213C489; Thu, 12 Apr 2007 19:46:46 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CJkkxe097027; Thu, 12 Apr 2007 19:46:46 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CJkkCt097026; Thu, 12 Apr 2007 19:46:46 GMT (envelope-from sat) Message-Id: <200704121946.l3CJkkCt097026@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 12 Apr 2007 19:46:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/nut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 19:46:47 -0000 sat 2007-04-12 19:46:46 UTC FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: - Update to 12.5 Revision Changes Path 1.71 +1 -1 ports/misc/nut/Makefile 1.63 +3 -3 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 20:20:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB5DA16A402; Thu, 12 Apr 2007 20:20:32 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B3CB913C484; Thu, 12 Apr 2007 20:20:32 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CKKWQs003688; Thu, 12 Apr 2007 20:20:32 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CKKWHI003687; Thu, 12 Apr 2007 20:20:32 GMT (envelope-from jkois) Message-Id: <200704122020.l3CKKWHI003687@repoman.freebsd.org> From: Johann Kois Date: Thu, 12 Apr 2007 20:20: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: www/de developers.sgml www/de/releases index.sgml www/de/share/sgml 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, 12 Apr 2007 20:20:33 -0000 jkois 2007-04-12 20:20:32 UTC FreeBSD doc repository Modified files: de developers.sgml de/releases index.sgml de/share/sgml news.xml Log: MFbed: Minor update to the German website. www/de/developers.sgml 1.159 -> 1.162 www/de/releases/index.sgml 1.112 -> 1.113 www/de/share/sgml/news.xml 1.65 -> 1.76 Obtained from: The FreeBSD German Documentation Project Revision Changes Path 1.4 +5 -2 www/de/developers.sgml 1.21 +2 -2 www/de/releases/index.sgml 1.22 +54 -6 www/de/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Thu Apr 12 20:27:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59A9816A403; Thu, 12 Apr 2007 20:27:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.freebsd.org (Postfix) with ESMTP id 1092913C45B; Thu, 12 Apr 2007 20:27:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (ATuin.in.mat.cc [193.30.224.125]) by plouf.absolight.net (Postfix) with ESMTP id 91282604159; Thu, 12 Apr 2007 22:02:12 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id CC621436A3F; Thu, 12 Apr 2007 22:02:12 +0200 (CEST) Date: Thu, 12 Apr 2007 22:02:08 +0200 From: Mathieu Arnold To: "Simon L. Nielsen" , Marc Fonvieille Message-ID: <67D8C599EEFF49D164C492CC@atuin.in.mat.cc> In-Reply-To: <20070411202758.GE1027@zaphod.nitro.dk> References: <200704111851.l3BIpMnJ040158@repoman.freebsd.org> <20070411185702.GA97256@abigail.blackend.org> <20070411202758.GE1027@zaphod.nitro.dk> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========20FF38BF3330BDFEDDD2==========" Cc: doc-committers@FreeBSD.org, Giorgos Keramidas , cvs-all@FreeBSD.org, cvs-doc@FreeBSD.org Subject: Re: cvs commit: 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: Thu, 12 Apr 2007 20:27:51 -0000 --==========20FF38BF3330BDFEDDD2========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-Le 11/04/07 22:27 +0200, Simon L. Nielsen a dit : | On 2007.04.11 20:57:02 +0200, Marc Fonvieille wrote: |> If one wants to build the PDF version, the kern.maxdsiz tuneable must be |> increased from 512MB to 1GB. This can be done in adding |> |> kern.maxdsiz="1073741824" |> |> in /boot/loader.conf, followed by a reboot. Without that, the build |> will failed. | | That's a bit of a problem considering the system building the docs for | the FTP sites has 512MB of memory... guess I will know in a couple of | days what happens. As I was pointed a few months back, maxdsiz is not in any way related to the amount of RAM you have. You can have 256MB of RAM, and it'll also be 512MB, it's just the upper limit of the memory a process can allocate. I have a few servers with 512MB of ram where maxdsiz is more than 1GB. (Of course, you need the right amount of RAM+Swap for it to allocate all it needs.) Regards, -- Mathieu Arnold --==========20FF38BF3330BDFEDDD2========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFGHpBDJqR8av5thQ8RAui9AJ4luLpTGUpPg1/Qgi8UthAZcOCzegCfSZmv nGUqGEoq9zcb4JdlXQ5Rp5c= =jUrb -----END PGP SIGNATURE----- --==========20FF38BF3330BDFEDDD2==========-- From owner-cvs-all@FreeBSD.ORG Thu Apr 12 20:35:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC6F016A400; Thu, 12 Apr 2007 20:35:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 85AB113C457; Thu, 12 Apr 2007 20:35:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CKZca4006642; Thu, 12 Apr 2007 20:35:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CKZcGF006641; Thu, 12 Apr 2007 20:35:38 GMT (envelope-from miwi) Message-Id: <200704122035.l3CKZcGF006641@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 20: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/chinese/mutt distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 20:35:38 -0000 miwi 2007-04-12 20:35:38 UTC FreeBSD ports repository Modified files: chinese/mutt distinfo Log: - readd failed patchset Approved by: rafan@ (maintainer) Revision Changes Path 1.46 +18 -3 ports/chinese/mutt/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 20:39:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58B5A16A408; Thu, 12 Apr 2007 20:39:56 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3197913C4C5; Thu, 12 Apr 2007 20:39:56 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CKduSQ006845; Thu, 12 Apr 2007 20:39:56 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CKduKJ006844; Thu, 12 Apr 2007 20:39:56 GMT (envelope-from julian) Message-Id: <200704122039.l3CKduKJ006844@repoman.freebsd.org> From: Julian Elischer Date: Thu, 12 Apr 2007 20:39:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/misc committers-src.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 20:39:56 -0000 julian 2007-04-12 20:39:55 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: Add myself and some others according to my dusty memory. I may have other mentees that I have forgotten... Revision Changes Path 1.59 +6 -0 src/share/misc/committers-src.dot From owner-cvs-all@FreeBSD.ORG Thu Apr 12 20:42:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DDD116A400; Thu, 12 Apr 2007 20:42:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1639013C459; Thu, 12 Apr 2007 20:42:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CKg4RC007856; Thu, 12 Apr 2007 20:42:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CKg4cs007855; Thu, 12 Apr 2007 20:42:04 GMT (envelope-from miwi) Message-Id: <200704122042.l3CKg4cs007855@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 20:42: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/chinese/mutt distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 20:42:05 -0000 miwi 2007-04-12 20:42:04 UTC FreeBSD ports repository Modified files: chinese/mutt distinfo Log: - Fix typo Approved by: common sense Revision Changes Path 1.47 +1 -1 ports/chinese/mutt/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 12 20:43:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3706C16A400; Thu, 12 Apr 2007 20:43:58 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0FA2613C44B; Thu, 12 Apr 2007 20:43:58 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CKhvYF008289; Thu, 12 Apr 2007 20:43:57 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CKhv4q008288; Thu, 12 Apr 2007 20:43:57 GMT (envelope-from julian) Message-Id: <200704122043.l3CKhv4q008288@repoman.freebsd.org> From: Julian Elischer Date: Thu, 12 Apr 2007 20:43: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/share/misc committers-src.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 20:43:58 -0000 julian 2007-04-12 20:43:57 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: Found the right date for davidxu Revision Changes Path 1.60 +1 -1 src/share/misc/committers-src.dot From owner-cvs-all@FreeBSD.ORG Thu Apr 12 21:16:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCD0B16A402; Thu, 12 Apr 2007 21:16:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B4FED13C4B7; Thu, 12 Apr 2007 21:16:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CLGgXf022364; Thu, 12 Apr 2007 21:16:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CLGglZ022363; Thu, 12 Apr 2007 21:16:42 GMT (envelope-from miwi) Message-Id: <200704122116.l3CLGglZ022363@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 21:16:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 21:16:43 -0000 miwi 2007-04-12 21:16:42 UTC FreeBSD ports repository Modified files: . access Log: Force commit: Note that Juergen Lock is now free from mentorship Approved by: portmgr Revision Changes Path 1.764 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Apr 12 21:18:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4402216A403; Thu, 12 Apr 2007 21:18:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1DCE613C468; Thu, 12 Apr 2007 21:18:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CLIIdT022445; Thu, 12 Apr 2007 21:18:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CLIIG5022444; Thu, 12 Apr 2007 21:18:18 GMT (envelope-from miwi) Message-Id: <200704122118.l3CLIIG5022444@repoman.freebsd.org> From: Martin Wilke Date: Thu, 12 Apr 2007 21:18: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 access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 21:18:19 -0000 miwi 2007-04-12 21:18:18 UTC FreeBSD ports repository Modified files: . access Log: Please welcome Edward Tomasz Napierala (trasz@) to the rank of ports committers! He has submitted many pr's. I will be his mentor. Approved by: portmgr Account create by: simon Revision Changes Path 1.765 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Apr 12 21:43:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFA5916A400; Thu, 12 Apr 2007 21:43:27 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C8F3913C43E; Thu, 12 Apr 2007 21:43:27 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CLhRLW026803; Thu, 12 Apr 2007 21:43:27 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CLhReh026801; Thu, 12 Apr 2007 21:43:27 GMT (envelope-from sergei) Message-Id: <200704122143.l3CLhReh026801@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 12 Apr 2007 21:43: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/tmda 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, 12 Apr 2007 21:43:28 -0000 sergei 2007-04-12 21:43:27 UTC FreeBSD ports repository Modified files: mail/tmda Makefile distinfo pkg-plist Log: - Update to 1.1.11 PR: ports/110984 Submitted by: Corey Halpin Revision Changes Path 1.56 +10 -6 ports/mail/tmda/Makefile 1.49 +3 -3 ports/mail/tmda/distinfo 1.38 +313 -68 ports/mail/tmda/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 12 23:14:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACE6216A401; Thu, 12 Apr 2007 23:14:25 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 857B813C457; Thu, 12 Apr 2007 23:14:25 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CNEPvT048867; Thu, 12 Apr 2007 23:14:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CNEPAo048866; Thu, 12 Apr 2007 23:14:25 GMT (envelope-from pjd) Message-Id: <200704122314.l3CNEPAo048866@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 12 Apr 2007 23: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/sys/contrib/opensolaris/common/atomic/amd64 atomic.S src/sys/contrib/opensolaris/common/atomic/i386 atomic.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: Thu, 12 Apr 2007 23:14:25 -0000 pjd 2007-04-12 23:14:25 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/common/atomic/amd64 atomic.S sys/contrib/opensolaris/common/atomic/i386 atomic.S Log: MFp4: Bring back comments. Requested by: jhb Revision Changes Path 1.2 +58 -58 src/sys/contrib/opensolaris/common/atomic/amd64/atomic.S 1.2 +121 -121 src/sys/contrib/opensolaris/common/atomic/i386/atomic.S From owner-cvs-all@FreeBSD.ORG Thu Apr 12 23:16:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35E9B16A420; Thu, 12 Apr 2007 23:16:03 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2368713C455; Thu, 12 Apr 2007 23:16:03 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3CNG3EX049104; Thu, 12 Apr 2007 23:16:03 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3CNG24S049103; Thu, 12 Apr 2007 23:16:02 GMT (envelope-from pjd) Message-Id: <200704122316.l3CNG24S049103@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 12 Apr 2007 23:16: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/contrib/opensolaris/cmd/zdb zdb.8 src/contrib/opensolaris/cmd/zfs zfs.8 zfs_main.c src/contrib/opensolaris/cmd/zpool zpool.8 src/contrib/opensolaris/cmd/ztest ztest.c src/contrib/opensolaris/lib/libzfs/common libzfs.h libzfs_dataset.c src/sys/contrib/opensolaris/uts/common/fs/zfs ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 23:16:03 -0000 pjd 2007-04-12 23:16:02 UTC FreeBSD src repository Modified files: contrib/opensolaris/cmd/zdb zdb.8 contrib/opensolaris/cmd/zfs zfs.8 zfs_main.c contrib/opensolaris/cmd/zpool zpool.8 contrib/opensolaris/cmd/ztest ztest.c contrib/opensolaris/lib/libzfs/common libzfs.h libzfs_dataset.c sys/contrib/opensolaris/uts/common/fs/zfs dsl_dataset.c zfs_ctldir.c zfs_ioctl.c sys/contrib/opensolaris/uts/common/fs/zfs/sys dmu.h dsl_dataset.h zfs_ioctl.h Log: MFp4: Synchronize with vendor (mostly 'zfs rename -r'). Revision Changes Path 1.2 +0 -4 src/contrib/opensolaris/cmd/zdb/zdb.8 1.2 +75 -47 src/contrib/opensolaris/cmd/zfs/zfs.8 1.2 +32 -12 src/contrib/opensolaris/cmd/zfs/zfs_main.c 1.2 +52 -25 src/contrib/opensolaris/cmd/zpool/zpool.8 1.3 +1 -1 src/contrib/opensolaris/cmd/ztest/ztest.c 1.3 +1 -1 src/contrib/opensolaris/lib/libzfs/common/libzfs.h 1.2 +126 -24 src/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c 1.3 +127 -14 src/sys/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c 1.2 +2 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h 1.2 +1 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h 1.2 +1 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h 1.2 +1 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c 1.2 +10 -3 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 00:51:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87F1816A400; Fri, 13 Apr 2007 00:51:52 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6215813C457; Fri, 13 Apr 2007 00:51:52 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D0pq4Q073890; Fri, 13 Apr 2007 00:51:52 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D0pqwD073889; Fri, 13 Apr 2007 00:51:52 GMT (envelope-from leeym) Message-Id: <200704130051.l3D0pqwD073889@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 13 Apr 2007 00: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/sysutils/lookat 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, 13 Apr 2007 00:51:52 -0000 leeym 2007-04-13 00:51:52 UTC FreeBSD ports repository Modified files: sysutils/lookat Makefile distinfo pkg-plist Log: - update to 1.4.1 Revision Changes Path 1.13 +5 -5 ports/sysutils/lookat/Makefile 1.7 +3 -3 ports/sysutils/lookat/distinfo 1.3 +1 -1 ports/sysutils/lookat/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 01:39:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23C2416A403; Fri, 13 Apr 2007 01:39:34 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F25BD13C4AD; Fri, 13 Apr 2007 01:39:33 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D1dXmN088811; Fri, 13 Apr 2007 01:39:33 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D1dXFe088810; Fri, 13 Apr 2007 01:39:33 GMT (envelope-from pjd) Message-Id: <200704130139.l3D1dXFe088810@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 13 Apr 2007 01:39: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/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 01:39:34 -0000 pjd 2007-04-13 01:39:33 UTC FreeBSD src repository Modified files: include Makefile Log: Install only types.h from sys/rpc/. Requested by: ache Explained how by: ru Revision Changes Path 1.270 +9 -1 src/include/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 01:43:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10B3116A403; Fri, 13 Apr 2007 01:43:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DF84613C4BB; Fri, 13 Apr 2007 01:43:46 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D1hkjh090125; Fri, 13 Apr 2007 01:43:46 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D1hk1M090120; Fri, 13 Apr 2007 01:43:46 GMT (envelope-from rafan) Message-Id: <200704130143.l3D1hk1M090120@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 13 Apr 2007 01:43:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/mutt distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 01:43:47 -0000 rafan 2007-04-13 01:43:45 UTC FreeBSD ports repository Modified files: chinese/mutt distinfo Log: - Fix truncated sha256 Revision Changes Path 1.48 +1 -1 ports/chinese/mutt/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 13 01:54:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F5BC16A400; Fri, 13 Apr 2007 01:54:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 49E4D13C45D; Fri, 13 Apr 2007 01:54:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D1sFor091618; Fri, 13 Apr 2007 01:54:15 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D1sF1q091616; Fri, 13 Apr 2007 01:54:15 GMT (envelope-from rafan) Message-Id: <200704130154.l3D1sF1q091616@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 13 Apr 2007 01:54: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/chinese/gcin 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, 13 Apr 2007 01:54:15 -0000 rafan 2007-04-13 01:54:14 UTC FreeBSD ports repository Modified files: chinese/gcin Makefile distinfo pkg-plist Log: - Update to 1.3.4 PR: ports/111504 Submitted by: chinsan (maintainer) Revision Changes Path 1.77 +4 -7 ports/chinese/gcin/Makefile 1.55 +3 -3 ports/chinese/gcin/distinfo 1.42 +3 -0 ports/chinese/gcin/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 02:02:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B270D16A400; Fri, 13 Apr 2007 02:02:55 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8B21613C455; Fri, 13 Apr 2007 02:02:55 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D22thR092755; Fri, 13 Apr 2007 02:02:55 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D22tS6092754; Fri, 13 Apr 2007 02:02:55 GMT (envelope-from murray) Message-Id: <200704130202.l3D22tS6092754@repoman.freebsd.org> From: Murray Stokely Date: Fri, 13 Apr 2007 02:02: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/projects Makefile summerofcode-2007.sgml summerofcode.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: Fri, 13 Apr 2007 02:02:55 -0000 murray 2007-04-13 02:02:54 UTC FreeBSD doc repository Modified files: en/projects Makefile summerofcode.xsl Added files: en/projects summerofcode-2007.sgml Log: Add a Summer of Code 2007 page with our 25 successful student projects listed. Also, remove the now out of date information about potential mentors, project ideas, and FAQ about the program. The main summerofcode page now just links to the 2007 page or the previous 2005 and 2006 pages. Revision Changes Path 1.31 +2 -1 www/en/projects/Makefile 1.1 +136 -0 www/en/projects/summerofcode-2007.sgml (new) 1.6 +12 -191 www/en/projects/summerofcode.xsl From owner-cvs-all@FreeBSD.ORG Fri Apr 13 02:23:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BED616A400; Fri, 13 Apr 2007 02:23:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 74E5713C44B; Fri, 13 Apr 2007 02:23:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D2NfjO097250; Fri, 13 Apr 2007 02:23:41 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D2NfCF097249; Fri, 13 Apr 2007 02:23:41 GMT (envelope-from clsung) Message-Id: <200704130223.l3D2NfCF097249@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 13 Apr 2007 02:23: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/archivers/paq 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, 13 Apr 2007 02:23:41 -0000 clsung 2007-04-13 02:23:41 UTC FreeBSD ports repository Modified files: archivers/paq pkg-plist Log: - fix my mind (should not touch mtree) Noted by: kris Revision Changes Path 1.2 +0 -1 ports/archivers/paq/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 03:05:21 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85C6B16A400; Fri, 13 Apr 2007 03:05:21 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF8D13C465; Fri, 13 Apr 2007 03:05:21 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D35Lh7004849; Fri, 13 Apr 2007 03:05:21 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D35LKg004848; Fri, 13 Apr 2007 03:05:21 GMT (envelope-from sobomax) Message-Id: <200704130305.l3D35LKg004848@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 03:05:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/asterisk12 Makefile ports/net/asterisk12-addons Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 03:05:21 -0000 sobomax 2007-04-13 03:05:21 UTC FreeBSD ports repository Modified files: net/asterisk12 Makefile net/asterisk12-addons Makefile Log: Use PKGNAMESUFFIX to make sure we don't have the same package name as net/asterisk. Submitted by: kris Revision Changes Path 1.4 +1 -0 ports/net/asterisk12-addons/Makefile 1.66 +1 -0 ports/net/asterisk12/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 03:29:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7DFF16A401; Fri, 13 Apr 2007 03:29:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A2C7213C455; Fri, 13 Apr 2007 03:29:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D3TWwj007978; Fri, 13 Apr 2007 03:29:32 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D3TWB2007977; Fri, 13 Apr 2007 03:29:32 GMT (envelope-from edwin) Message-Id: <200704130329.l3D3TWB2007977@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 13 Apr 2007 03:29:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 03:29:32 -0000 edwin 2007-04-13 03:29:32 UTC FreeBSD ports repository Modified files: net Makefile Log: temporary remove asterisk12 and asterisk12-addons to overcome INDEX breakage Revision Changes Path 1.1848 +0 -2 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 03:35:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEAEF16A400; Fri, 13 Apr 2007 03:35:22 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 6436113C458; Fri, 13 Apr 2007 03:35:20 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 353A837CEF1; Fri, 13 Apr 2007 13:35:17 +1000 (EST) X-Viruscan-Id: <461EFA750000B8C4F66379@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 7EFF74237CC; Fri, 13 Apr 2007 13:35:16 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 3254337CE42; Fri, 13 Apr 2007 13:35:16 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id E7BF4BD; Fri, 13 Apr 2007 13:35:15 +1000 (EST) Date: Fri, 13 Apr 2007 13:35:15 +1000 From: Edwin Groothuis To: Maxim Sobolev Message-ID: <20070413033515.GA1026@k7.mavetju> References: <200704121425.l3CEPv5U020365@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704121425.l3CEPv5U020365@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 03:35:22 -0000 On Thu, Apr 12, 2007 at 02:25:57PM +0000, Maxim Sobolev wrote: > sobomax 2007-04-12 14:25:57 UTC > > FreeBSD ports repository > > Modified files: > net Makefile > Log: > Connect asterisk12 and asterisk12-addons to the build. And you broke the index with it. You shouldn't do this until the Makefile in the new ports directories are updated. I've removed them temporary, you can re-add them (or I can re-add them) when the ports have been updated. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-all@FreeBSD.ORG Fri Apr 13 03:47:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1835816A400; Fri, 13 Apr 2007 03:47:11 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E6C1C13C457; Fri, 13 Apr 2007 03:47:10 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D3lALu011115; Fri, 13 Apr 2007 03:47:10 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D3lACS011114; Fri, 13 Apr 2007 03:47:10 GMT (envelope-from sobomax) Message-Id: <200704130347.l3D3lACS011114@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 03:47: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 03:47:11 -0000 sobomax 2007-04-13 03:47:10 UTC FreeBSD ports repository Modified files: net Makefile Log: Put back asterisk12 and asterisk12-addons. Revision Changes Path 1.1849 +2 -0 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 03:49:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 126AE16A400; Fri, 13 Apr 2007 03:49:23 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E19B913C459; Fri, 13 Apr 2007 03:49:22 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D3nM0A011213; Fri, 13 Apr 2007 03:49:22 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D3nM4X011212; Fri, 13 Apr 2007 03:49:22 GMT (envelope-from ru) Message-Id: <200704130349.l3D3nM4X011212@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Apr 2007 03:49: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/lib/libc/stdlib strtol.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: Fri, 13 Apr 2007 03:49:23 -0000 ru 2007-04-13 03:49:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/stdlib strtol.3 Log: MFC: 1.23: Swap "underflow"/"overflow" in the table header. Revision Changes Path 1.20.2.2 +2 -2 src/lib/libc/stdlib/strtol.3 From owner-cvs-all@FreeBSD.ORG Fri Apr 13 03:50:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10BFF16A405; Fri, 13 Apr 2007 03:50:48 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DF47C13C458; Fri, 13 Apr 2007 03:50:47 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D3olOJ011346; Fri, 13 Apr 2007 03:50:47 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D3olbQ011345; Fri, 13 Apr 2007 03:50:47 GMT (envelope-from jkoshy) Message-Id: <200704130350.l3D3olbQ011345@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 13 Apr 2007 03:50: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: www/share/sgml press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 03:50:48 -0000 jkoshy 2007-04-13 03:50:47 UTC FreeBSD doc repository Modified files: share/sgml press.xml Log: Add OFB article by Ed Hurst on adding applications to a desktop FreeBSD system. Revision Changes Path 1.33 +16 -1 www/share/sgml/press.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 04:00:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 329FE16A402; Fri, 13 Apr 2007 04:00:19 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0623013C46E; Fri, 13 Apr 2007 04:00:19 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D40I6e012909; Fri, 13 Apr 2007 04:00:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D40Ig8012908; Fri, 13 Apr 2007 04:00:18 GMT (envelope-from marcus) Message-Id: <200704130400.l3D40Ig8012908@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 13 Apr 2007 04:00: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/system-tools-backends Makefile ports/sysutils/system-tools-backends/files patch-dispatcher_dispatcher.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 04:00:19 -0000 marcus 2007-04-13 04:00:18 UTC FreeBSD ports repository Modified files: sysutils/system-tools-backends Makefile Added files: sysutils/system-tools-backends/files patch-dispatcher_dispatcher.c Log: Pass an explicit mode to open() so that the PID file is created with sane permissions. Reported by: netchild Revision Changes Path 1.15 +1 -0 ports/sysutils/system-tools-backends/Makefile 1.1 +11 -0 ports/sysutils/system-tools-backends/files/patch-dispatcher_dispatcher.c (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 04:07:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D2C816A401; Fri, 13 Apr 2007 04:07:57 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 37E3D13C487; Fri, 13 Apr 2007 04:07:57 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D47v9m015479; Fri, 13 Apr 2007 04:07:57 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D47vdi015478; Fri, 13 Apr 2007 04:07:57 GMT (envelope-from mjacob) Message-Id: <200704130407.l3D47vdi015478@repoman.freebsd.org> From: Matt Jacob Date: Fri, 13 Apr 2007 04:07: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/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, 13 Apr 2007 04:07:57 -0000 mjacob 2007-04-13 04:07:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mpt mpt_cam.c Log: MFC: Hide bus reset announcements within bootverbose. Revision Changes Path 1.1.2.10 +7 -2 src/sys/dev/mpt/mpt_cam.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 04:09:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F7E516A401; Fri, 13 Apr 2007 04:09:07 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 29F7113C4AD; Fri, 13 Apr 2007 04:09:07 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D497bO015523; Fri, 13 Apr 2007 04:09:07 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D497Np015522; Fri, 13 Apr 2007 04:09:07 GMT (envelope-from mjacob) Message-Id: <200704130409.l3D497Np015522@repoman.freebsd.org> From: Matt Jacob Date: Fri, 13 Apr 2007 04:09: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/share/man/man4 mpt.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, 13 Apr 2007 04:09:07 -0000 mjacob 2007-04-13 04:09:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 mpt.4 Log: MFC: Update the man page a bit- also to reflect that testing that Jun Kuriyama did to verify the PCI-Express (Apple Fibre Channel) HBA. Revision Changes Path 1.8.2.3 +60 -12 src/share/man/man4/mpt.4 From owner-cvs-all@FreeBSD.ORG Fri Apr 13 04:14:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F16C516A404; Fri, 13 Apr 2007 04:14:40 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CC7B113C487; Fri, 13 Apr 2007 04:14:40 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D4Eeet016903; Fri, 13 Apr 2007 04:14:40 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D4EeAn016902; Fri, 13 Apr 2007 04:14:40 GMT (envelope-from dinoex) Message-Id: <200704130414.l3D4EeAn016902@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 13 Apr 2007 04:14: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/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: Fri, 13 Apr 2007 04:14:41 -0000 dinoex 2007-04-13 04:14:39 UTC FreeBSD ports repository Modified files: mail/dk-milter Makefile distinfo Log: - update to 0.5.0 Revision Changes Path 1.23 +1 -1 ports/mail/dk-milter/Makefile 1.8 +3 -3 ports/mail/dk-milter/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 13 04:31:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2697C16A400; Fri, 13 Apr 2007 04:31:51 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 00B1D13C46A; Fri, 13 Apr 2007 04:31:51 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D4VoGr019318; Fri, 13 Apr 2007 04:31:50 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D4VoUN019317; Fri, 13 Apr 2007 04:31:50 GMT (envelope-from marcus) Message-Id: <200704130431.l3D4VoUN019317@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 13 Apr 2007 04: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/sysutils/gnome-mount Makefile pkg-plist ports/sysutils/gnome-mount/files patch-gnome-mount.schemas.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, 13 Apr 2007 04:31:51 -0000 marcus 2007-04-13 04:31:50 UTC FreeBSD ports repository Modified files: sysutils/gnome-mount Makefile pkg-plist sysutils/gnome-mount/files patch-gnome-mount.schemas.in Log: * Correct the default mount options for vfat file systems * Use @dirrmtry on locale directories Revision Changes Path 1.7 +1 -0 ports/sysutils/gnome-mount/Makefile 1.3 +1 -1 ports/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in 1.4 +6 -6 ports/sysutils/gnome-mount/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 06:42:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E14CA16A403; Fri, 13 Apr 2007 06:42:25 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BCD4F13C448; Fri, 13 Apr 2007 06:42:25 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D6gPCO051776; Fri, 13 Apr 2007 06:42:25 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D6gPuM051774; Fri, 13 Apr 2007 06:42:25 GMT (envelope-from mtm) Message-Id: <200704130642.l3D6gPuM051774@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 13 Apr 2007 06:42: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/etc/rc.d mountd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 06:42:26 -0000 mtm 2007-04-13 06:42:25 UTC FreeBSD src repository Modified files: etc/rc.d mountd Log: o Look for a zfs(1) exports file only if it exists and is readable. If we don't do this and the file doesn't exist mountd(8) will abort. o The mountd(8) daemon creates a pidfile, so use it. Revision Changes Path 1.18 +2 -1 src/etc/rc.d/mountd From owner-cvs-all@FreeBSD.ORG Fri Apr 13 06:43:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D24E16A402; Fri, 13 Apr 2007 06:43:58 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1DB0913C469; Fri, 13 Apr 2007 06:43:58 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D6hvXm052317; Fri, 13 Apr 2007 06:43:57 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D6hven052316; Fri, 13 Apr 2007 06:43:57 GMT (envelope-from sobomax) Message-Id: <200704130643.l3D6hven052316@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 06: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/misc/zaptel Makefile distinfo ports/misc/zaptel/files patch-qozap::qozap_freebsd.c patch-tau32pci::tau32pci.c patch-wcfxo::wcfxo.c patch-wcfxs::wcfxs.c patch-wct1xxp::wct1xxp.c patch-wct4xxp::wct4xxp.c patch-wcte11xp::wcte11xp.c patch-zaphfc::Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 06:43:58 -0000 sobomax 2007-04-13 06:43:57 UTC FreeBSD ports repository Modified files: misc/zaptel Makefile distinfo misc/zaptel/files patch-zaphfc::Makefile pkg-message.in Added files: misc/zaptel/files patch-qozap::qozap_freebsd.c patch-tau32pci::tau32pci.c patch-wcfxo::wcfxo.c patch-wcfxs::wcfxs.c patch-wct1xxp::wct1xxp.c patch-wct4xxp::wct4xxp.c patch-wcte11xp::wcte11xp.c patch-zaphfc::zaphfc_freebsd.c patch-zaptel::Makefile.orig Removed files: misc/zaptel/files patch-zaptel::Makefile Log: Update to 1.2.13. Revision Changes Path 1.25 +1 -2 ports/misc/zaptel/Makefile 1.14 +3 -3 ports/misc/zaptel/distinfo 1.3 +21 -0 ports/misc/zaptel/files/patch-qozap::qozap_freebsd.c (new) 1.1 +24 -0 ports/misc/zaptel/files/patch-tau32pci::tau32pci.c (new) 1.3 +31 -0 ports/misc/zaptel/files/patch-wcfxo::wcfxo.c (new) 1.3 +29 -0 ports/misc/zaptel/files/patch-wcfxs::wcfxs.c (new) 1.1 +30 -0 ports/misc/zaptel/files/patch-wct1xxp::wct1xxp.c (new) 1.1 +35 -0 ports/misc/zaptel/files/patch-wct4xxp::wct4xxp.c (new) 1.1 +30 -0 ports/misc/zaptel/files/patch-wcte11xp::wcte11xp.c (new) 1.2 +1 -7 ports/misc/zaptel/files/patch-zaphfc::Makefile 1.1 +32 -0 ports/misc/zaptel/files/patch-zaphfc::zaphfc_freebsd.c (new) 1.7 +0 -14 ports/misc/zaptel/files/patch-zaptel::Makefile (dead) 1.1 +14 -0 ports/misc/zaptel/files/patch-zaptel::Makefile.orig (new) 1.2 +2 -1 ports/misc/zaptel/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Fri Apr 13 06:45:03 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2125216A404; Fri, 13 Apr 2007 06:45:03 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F013813C457; Fri, 13 Apr 2007 06:45:02 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D6j2HA052556; Fri, 13 Apr 2007 06:45:02 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D6j2If052555; Fri, 13 Apr 2007 06:45:02 GMT (envelope-from sobomax) Message-Id: <200704130645.l3D6j2If052555@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 06:45:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/zaptel/files patch-zaptel::Makefile.orig X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 06:45:03 -0000 sobomax 2007-04-13 06:45:02 UTC FreeBSD ports repository Removed files: misc/zaptel/files patch-zaptel::Makefile.orig Log: Catch runaway file. Revision Changes Path 1.2 +0 -14 ports/misc/zaptel/files/patch-zaptel::Makefile.orig (dead) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 06:58:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B966116A401; Fri, 13 Apr 2007 06:58:09 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id 4D12B13C48A; Fri, 13 Apr 2007 06:58:09 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by postfix2-g20.free.fr (Postfix) with ESMTP id B6CC4E53B03; Fri, 13 Apr 2007 07:31:33 +0200 (CEST) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 700E44360C; Fri, 13 Apr 2007 08:31:11 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id E346C9C387; Fri, 13 Apr 2007 06:30:59 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id B034F405B; Fri, 13 Apr 2007 08:30:59 +0200 (CEST) Date: Fri, 13 Apr 2007 08:30:59 +0200 From: Jeremie Le Hen To: Robert Watson Message-ID: <20070413063059.GH2102@obiwan.tataz.chchile.org> References: <200704101559.l3AFxnk1050646@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704101559.l3AFxnk1050646@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit [HEAD] src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 06:58:09 -0000 Hi, Robert, On Tue, Apr 10, 2007 at 03:59:49PM +0000, Robert Watson wrote: > rwatson 2007-04-10 15:59:49 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_jail.c > Log: > Allow PRIV_NETINET_REUSEPORT in jail. I'm not sure to fully understand this change. Does this concretely mean that a process in a jail can bind a port even if a host's process has already bound this port on INADDR_ANY, without SO_REUSEADDR ? Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-all@FreeBSD.ORG Fri Apr 13 07:04:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7347416A405; Fri, 13 Apr 2007 07:04:33 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4E60D13C46E; Fri, 13 Apr 2007 07:04:33 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D74X9r056839; Fri, 13 Apr 2007 07:04:33 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D74Xjl056838; Fri, 13 Apr 2007 07:04:33 GMT (envelope-from sobomax) Message-Id: <200704130704.l3D74Xjl056838@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 07:04: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/misc/zaptel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 07:04:33 -0000 sobomax 2007-04-13 07:04:32 UTC FreeBSD ports repository Modified files: misc/zaptel Makefile pkg-plist Log: Create symlink ${PREFIX}/include/zaptel -> ${PREFIX}/include to make happy applications that expect to include (asterisk 1.4.x). Revision Changes Path 1.26 +1 -0 ports/misc/zaptel/Makefile 1.8 +1 -0 ports/misc/zaptel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 07:33:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0B9816A401; Fri, 13 Apr 2007 07:33:47 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AC96E13C468; Fri, 13 Apr 2007 07:33:47 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D7XlmM061441; Fri, 13 Apr 2007 07:33:47 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D7XlCY061438; Fri, 13 Apr 2007 07:33:47 GMT (envelope-from keramida) Message-Id: <200704130733.l3D7XlCY061438@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 13 Apr 2007 07:33: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: www/share/sgml commercial.consult.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, 13 Apr 2007 07:33:47 -0000 keramida 2007-04-13 07:33:47 UTC FreeBSD doc repository Modified files: share/sgml commercial.consult.xml Log: Delete BoulderLabs from the commercial consulting list. PR: www/111340 Submitted by: Robert Gray <robert.gray&at;boulderlabs.com> Revision Changes Path 1.25 +2 -17 www/share/sgml/commercial.consult.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 07:36:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E53AD16A402; Fri, 13 Apr 2007 07:36:31 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D880113C46A; Fri, 13 Apr 2007 07:36:31 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D7aV7B061640; Fri, 13 Apr 2007 07:36:31 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D7aVBo061639; Fri, 13 Apr 2007 07:36:31 GMT (envelope-from clsung) Message-Id: <200704130736.l3D7aVBo061639@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 13 Apr 2007 07:36:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-parsetree 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, 13 Apr 2007 07:36:32 -0000 clsung 2007-04-13 07:36:31 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-parsetree Makefile distinfo pkg-descr pkg-plist Log: ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers. WWW: http://rubyforge.org/projects/parsetree/ Revision Changes Path 1.2729 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/rubygem-parsetree/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-parsetree/distinfo (new) 1.1 +6 -0 ports/devel/rubygem-parsetree/pkg-descr (new) 1.1 +253 -0 ports/devel/rubygem-parsetree/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 07:36:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 691B116A400; Fri, 13 Apr 2007 07:36:42 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4510313C469; Fri, 13 Apr 2007 07:36:42 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D7ag53061680; Fri, 13 Apr 2007 07:36:42 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D7agEd061679; Fri, 13 Apr 2007 07:36:42 GMT (envelope-from clsung) Message-Id: <200704130736.l3D7agEd061679@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 13 Apr 2007 07:36:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 07:36:42 -0000 clsung 2007-04-13 07:36:42 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-parsetree --> ports/devel/rubygem-parsetree Revision Changes Path 1.17846 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 13 07:45:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0BC416A403; Fri, 13 Apr 2007 07:45:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BBAB913C48A; Fri, 13 Apr 2007 07:45:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D7jGOC063177; Fri, 13 Apr 2007 07:45:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D7jGN5063176; Fri, 13 Apr 2007 07:45:16 GMT (envelope-from clsung) Message-Id: <200704130745.l3D7jGN5063176@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 13 Apr 2007 07:45: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/rubygem-parsetree Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 07:45:17 -0000 clsung 2007-04-13 07:45:16 UTC FreeBSD ports repository Modified files: devel/rubygem-parsetree Makefile Log: - incorrect comment PointyHat to: myself Revision Changes Path 1.2 +1 -1 ports/devel/rubygem-parsetree/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 08:06:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE07116A408; Fri, 13 Apr 2007 08:06:06 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE43613C457; Fri, 13 Apr 2007 08:06:06 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D8669T067808; Fri, 13 Apr 2007 08:06:06 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D866H5067807; Fri, 13 Apr 2007 08:06:06 GMT (envelope-from sobomax) Message-Id: <200704130806.l3D866H5067807@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 08:06: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/asterisk Makefile distinfo pkg-plist ports/net/asterisk/files patch-Makefile patch-agi::Makefile patch-apps::Makefile patch-apps::app_rxfax.c patch-apps::app_txfax.c patch-cdr::Makefile patch-channels::Makefile patch-channels::chan_sip.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 08:06:07 -0000 sobomax 2007-04-13 08:06:06 UTC FreeBSD ports repository Modified files: net/asterisk Makefile distinfo pkg-plist net/asterisk/files patch-Makefile patch-agi::Makefile patch-channels::Makefile patch-channels::chan_sip.c Added files: net/asterisk/files patch-configure patch-main::Makefile patch-main::db.c patch-main::frame.c patch-main::utils.c Removed files: net/asterisk/files patch-apps::Makefile patch-apps::app_rxfax.c patch-apps::app_txfax.c patch-cdr::Makefile patch-codecs::Makefile patch-codecs::gsm::Makefile patch-codecs::ilbc::Makefile patch-configs::musiconhold.conf.sample patch-db.c patch-formats::Makefile patch-formats::format_g723_1.c patch-formats::format_g729.c patch-frame.c patch-funcs::Makefile patch-pbx::Makefile patch-res::Makefile patch-rtp.c patch-utils.c patch-utils::Makefile Log: Long awaited upgrade to 1.4.2. Sponsored by: Sippy Software, Inc. Revision Changes Path 1.66 +53 -31 ports/net/asterisk/Makefile 1.22 +3 -6 ports/net/asterisk/distinfo 1.18 +110 -386 ports/net/asterisk/files/patch-Makefile 1.8 +13 -13 ports/net/asterisk/files/patch-agi::Makefile 1.9 +0 -69 ports/net/asterisk/files/patch-apps::Makefile (dead) 1.6 +0 -399 ports/net/asterisk/files/patch-apps::app_rxfax.c (dead) 1.6 +0 -326 ports/net/asterisk/files/patch-apps::app_txfax.c (dead) 1.9 +0 -71 ports/net/asterisk/files/patch-cdr::Makefile (dead) 1.13 +20 -68 ports/net/asterisk/files/patch-channels::Makefile 1.8 +17 -136 ports/net/asterisk/files/patch-channels::chan_sip.c 1.9 +0 -53 ports/net/asterisk/files/patch-codecs::Makefile (dead) 1.8 +0 -11 ports/net/asterisk/files/patch-codecs::gsm::Makefile (dead) 1.5 +0 -12 ports/net/asterisk/files/patch-codecs::ilbc::Makefile (dead) 1.2 +0 -14 ports/net/asterisk/files/patch-configs::musiconhold.conf.sample (dead) 1.1 +32 -0 ports/net/asterisk/files/patch-configure (new) 1.6 +0 -21 ports/net/asterisk/files/patch-db.c (dead) 1.5 +0 -23 ports/net/asterisk/files/patch-formats::Makefile (dead) 1.5 +0 -354 ports/net/asterisk/files/patch-formats::format_g723_1.c (dead) 1.6 +0 -47 ports/net/asterisk/files/patch-formats::format_g729.c (dead) 1.2 +0 -14 ports/net/asterisk/files/patch-frame.c (dead) 1.2 +0 -14 ports/net/asterisk/files/patch-funcs::Makefile (dead) 1.1 +22 -0 ports/net/asterisk/files/patch-main::Makefile (new) 1.1 +21 -0 ports/net/asterisk/files/patch-main::db.c (new) 1.1 +14 -0 ports/net/asterisk/files/patch-main::frame.c (new) 1.1 +14 -0 ports/net/asterisk/files/patch-main::utils.c (new) 1.5 +0 -25 ports/net/asterisk/files/patch-pbx::Makefile (dead) 1.9 +0 -35 ports/net/asterisk/files/patch-res::Makefile (dead) 1.6 +0 -17 ports/net/asterisk/files/patch-rtp.c (dead) 1.2 +0 -14 ports/net/asterisk/files/patch-utils.c (dead) 1.2 +0 -34 ports/net/asterisk/files/patch-utils::Makefile (dead) 1.24 +499 -468 ports/net/asterisk/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 08:19:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 947C716A404; Fri, 13 Apr 2007 08:19:59 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7084713C489; Fri, 13 Apr 2007 08:19:59 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D8JxtU069597; Fri, 13 Apr 2007 08:19:59 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D8JxZR069596; Fri, 13 Apr 2007 08:19:59 GMT (envelope-from stas) Message-Id: <200704130819.l3D8JxZR069596@repoman.freebsd.org> From: Stanislav Sedov Date: Fri, 13 Apr 2007 08:19: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/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, 13 Apr 2007 08:19:59 -0000 stas 2007-04-13 08:19:59 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Document recent remote dos vulnerability in freeradius. Revision Changes Path 1.1311 +34 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 08:38:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BA8E16A401; Fri, 13 Apr 2007 08:38:49 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4742713C46A; Fri, 13 Apr 2007 08:38:49 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D8cnOn073092; Fri, 13 Apr 2007 08:38:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D8cnG8073091; Fri, 13 Apr 2007 08:38:49 GMT (envelope-from pjd) Message-Id: <200704130838.l3D8cnG8073091@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 13 Apr 2007 08:38: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/sys eventhandler.h 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: Fri, 13 Apr 2007 08:38:49 -0000 pjd 2007-04-13 08:38:49 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h sys/kern vfs_subr.c Log: When we are running low on vnodes, there is currently no way to ask other subsystems to release some vnodes. Implement backpressure based on vfs_lowvnodes event (similar to vm_lowmem for memory). Revision Changes Path 1.699 +1 -0 src/sys/kern/vfs_subr.c 1.37 +4 -0 src/sys/sys/eventhandler.h From owner-cvs-all@FreeBSD.ORG Fri Apr 13 08:42:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EF6916A400; Fri, 13 Apr 2007 08:42:02 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EF24713C480; Fri, 13 Apr 2007 08:42:01 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D8g1Vc074047; Fri, 13 Apr 2007 08:42:01 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D8g1c9074046; Fri, 13 Apr 2007 08:42:01 GMT (envelope-from pjd) Message-Id: <200704130842.l3D8g1c9074046@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 13 Apr 2007 08:42:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs dnlc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 08:42:02 -0000 pjd 2007-04-13 08:42:01 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs dnlc.c Log: Fix vnodes starvation caused by DNLC (ZFS name cache): - Tune number of namecache entires better (based on desiredvnodes). - Handle vfs_lowvnodes event by releasing requested number of name cache entries, but no less than 5%. Reported by: simokawa Revision Changes Path 1.2 +20 -1 src/sys/contrib/opensolaris/uts/common/fs/dnlc.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 08:48:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2036016A403; Fri, 13 Apr 2007 08:48:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F011F13C458; Fri, 13 Apr 2007 08:48:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D8mMt8083080; Fri, 13 Apr 2007 08:48:22 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D8mMcX083079; Fri, 13 Apr 2007 08:48:22 GMT (envelope-from edwin) Message-Id: <200704130848.l3D8mMcX083079@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 13 Apr 2007 08:48:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/uppaal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 08:48:23 -0000 edwin 2007-04-13 08:48:22 UTC FreeBSD ports repository Modified files: devel/uppaal Makefile Log: Make sysctl check less noisy if compat.linux.osrelease doesn't exist. Noticed by: INDEX build failure messages PR: ports/111524 Submitted by: Edwin Groothuis Reviewed by: Rong-En Fan Approved by: Timothy Bourke Revision Changes Path 1.6 +1 -1 ports/devel/uppaal/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 08:49:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DB9E16A405; Fri, 13 Apr 2007 08:49:48 +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 3231113C484; Fri, 13 Apr 2007 08:49:48 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id CBE4548805; Fri, 13 Apr 2007 10:49:46 +0200 (CEST) Received: from localhost (154.81.datacomsa.pl [195.34.81.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 5077B487FD; Fri, 13 Apr 2007 10:49:42 +0200 (CEST) Date: Fri, 13 Apr 2007 10:49:30 +0200 From: Pawel Jakub Dawidek To: Mike Makonnen Message-ID: <20070413084930.GB3859@garage.freebsd.pl> References: <200704130642.l3D6gPuM051774@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7ZAtKRhVyVSsbBD2" Content-Disposition: inline In-Reply-To: <200704130642.l3D6gPuM051774@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-r804 (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=-2.6 required=3.0 tests=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/etc/rc.d mountd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 08:49:48 -0000 --7ZAtKRhVyVSsbBD2 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 13, 2007 at 06:42:25AM +0000, Mike Makonnen wrote: > mtm 2007-04-13 06:42:25 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc/rc.d mountd=20 > Log: > o Look for a zfs(1) exports file only if it exists and is readable. If > we don't do this and the file doesn't exist mountd(8) will abort. Hmm, I thought I tested mountd(8) for a case when some of exports files were missing... Anyway, I need to change it somehow by install for example an empty /etc/zfs/exports (not really nice), because I want to handle situation where one boots his system with zfs_enable=3D"YES", but no /etc/zfs/exports and then start to export ZFS file systems over NFS. Currently it won't work without a reboot, because mountd(8) is skipping non-existing /etc/zfs/exports. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --7ZAtKRhVyVSsbBD2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGH0QaForvXbEpPzQRAv+kAKD2FCamHIkMiha/Cfd3s0Ye/cgPHgCgwf+e YTabRAmdDO3HnvZSgMbQN0w= =zKYW -----END PGP SIGNATURE----- --7ZAtKRhVyVSsbBD2-- From owner-cvs-all@FreeBSD.ORG Fri Apr 13 08:55:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C349C16A402; Fri, 13 Apr 2007 08:55:48 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1D813C455; Fri, 13 Apr 2007 08:55:48 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D8tmth084625; Fri, 13 Apr 2007 08:55:48 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D8tmPS084624; Fri, 13 Apr 2007 08:55:48 GMT (envelope-from sobomax) Message-Id: <200704130855.l3D8tmPS084624@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 08:55: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/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 08:55:48 -0000 sobomax 2007-04-13 08:55:48 UTC FreeBSD ports repository Modified files: net/asterisk Makefile Log: o Unbreak on non-i386; o Move H323 option from i386-only section to generic one. It works fine at least on amd64. Revision Changes Path 1.67 +5 -3 ports/net/asterisk/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 08:56:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B189716A402; Fri, 13 Apr 2007 08:56:48 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF8313C455; Fri, 13 Apr 2007 08:56:48 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D8umng084690; Fri, 13 Apr 2007 08:56:48 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D8umb4084689; Fri, 13 Apr 2007 08:56:48 GMT (envelope-from sobomax) Message-Id: <200704130856.l3D8umb4084689@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 08:56: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/net/openpbx.org Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 08:56:48 -0000 sobomax 2007-04-13 08:56:48 UTC FreeBSD ports repository Modified files: net/openpbx.org Makefile Log: Unbreak on !i386. Revision Changes Path 1.3 +2 -0 ports/net/openpbx.org/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 09:34:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06F1616A400; Fri, 13 Apr 2007 09:34:49 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from mx1.ethionet.et (mx1.ethionet.et [213.55.64.53]) by mx1.freebsd.org (Postfix) with ESMTP id 6826B13C459; Fri, 13 Apr 2007 09:34:48 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from mx1.ethionet.et (localhost [127.0.0.1]) by localhost.ethionet.et (Postfix) with ESMTP id 8030A50FC; Fri, 13 Apr 2007 12:31:03 +0300 (EAT) Received: from rogue.navcom.lan (unknown [213.55.64.99])by mx1.ethionet.et ( Postfix) with SMTP id B29F45277;Fri, 13 Apr 2007 12:30:55 +0300 (EAT) Received: by rogue.navcom.lan (Postfix, from userid 1001)id 62259120F; Fri, 13 Apr 2007 12:37:26 +0300 (EAT) Date: Fri, 13 Apr 2007 12:37:26 +0300 From: Mike Makonnen To: Pawel Jakub Dawidek Message-ID: <20070413093726.GA2496@rogue.navcom.lan> References: <200704130642.l3D6gPuM051774@repoman.freebsd.org> <2007041308493 0.GB3859@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070413084930.GB3859@garage.freebsd.pl> User-Agent: Mutt/1.4.2.2i X-Operating-System: FreeBSD/7.0-CURRENT (i386) X-imss-version: 2.46 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:4 C:3 M:3 S:4 R:3 (1.0000 1.0000) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d mountd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 09:34:49 -0000 On Fri, Apr 13, 2007 at 10:49:30AM +0200, Pawel Jakub Dawidek wrote: > Anyway, I need to change it somehow by install for example an empty > /etc/zfs/exports (not really nice), because I want to handle situation > where one boots his system with zfs_enable="YES", but no > /etc/zfs/exports and then start to export ZFS file systems over NFS. > Currently it won't work without a reboot, because mountd(8) is skipping > non-existing /etc/zfs/exports. One option is simply to issue: /etc/rc.d/mountd restart after nfs sharing is enabled. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm @ FreeBSD.Org | FreeBSD - http://www.freebsd.org From owner-cvs-all@FreeBSD.ORG Fri Apr 13 09:44:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B13D16A403; Fri, 13 Apr 2007 09:44:34 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4595613C44C; Fri, 13 Apr 2007 09:44:34 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D9iYfj093773; Fri, 13 Apr 2007 09:44:34 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D9iYmP093772; Fri, 13 Apr 2007 09:44:34 GMT (envelope-from ijliao) Message-Id: <200704130944.l3D9iYmP093772@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 13 Apr 2007 09:44: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 Makefile ports/net/py-twitter 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, 13 Apr 2007 09:44:34 -0000 ijliao 2007-04-13 09:44:34 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-twitter Makefile distinfo pkg-descr pkg-plist Log: add py-twitter 0.3 A python wrapper around the Twitter API Revision Changes Path 1.1850 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/py-twitter/Makefile (new) 1.1 +3 -0 ports/net/py-twitter/distinfo (new) 1.1 +8 -0 ports/net/py-twitter/pkg-descr (new) 1.1 +3 -0 ports/net/py-twitter/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 09:44:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8ED0C16A405; Fri, 13 Apr 2007 09:44:46 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF0C13C48A; Fri, 13 Apr 2007 09:44:46 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3D9ikxs093815; Fri, 13 Apr 2007 09:44:46 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3D9ikCO093814; Fri, 13 Apr 2007 09:44:46 GMT (envelope-from ijliao) Message-Id: <200704130944.l3D9ikCO093814@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 13 Apr 2007 09: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: 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, 13 Apr 2007 09:44:46 -0000 ijliao 2007-04-13 09:44:46 UTC FreeBSD ports repository Modified files: . modules Log: py-twitter --> ports/net/py-twitter Revision Changes Path 1.17847 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:02:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEC3F16A401; Fri, 13 Apr 2007 10:02:58 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8E813C457; Fri, 13 Apr 2007 10:02:58 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DA2wpY096457; Fri, 13 Apr 2007 10:02:58 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DA2wg7096456; Fri, 13 Apr 2007 10:02:58 GMT (envelope-from marck) Message-Id: <200704131002.l3DA2wg7096456@repoman.freebsd.org> From: Dmitry Morozovsky Date: Fri, 13 Apr 2007 10:02:58 +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/developers cvs.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, 13 Apr 2007 10:02:58 -0000 marck 2007-04-13 10:02:58 UTC FreeBSD doc repository Modified files: en/developers cvs.sgml Log: FreeBSD CVS repo has been deleted from the ftp.FreeBSD.org long ago. Remove reference to it. Prodded by: ru Revision Changes Path 1.7 +1 -5 www/en/developers/cvs.sgml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:25:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32D2B16A400; Fri, 13 Apr 2007 10:25:50 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0E7DC13C46A; Fri, 13 Apr 2007 10:25:50 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DAPnKu001251; Fri, 13 Apr 2007 10:25:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DAPnMW001250; Fri, 13 Apr 2007 10:25:49 GMT (envelope-from pjd) Message-Id: <200704131025.l3DAPnMW001250@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 13 Apr 2007 10:25:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mountd mountd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 10:25:50 -0000 pjd 2007-04-13 10:25:49 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Fatal error is only when cannot open any of the given exports files. Revision Changes Path 1.94 +9 -2 src/usr.sbin/mountd/mountd.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:27:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D96916A402; Fri, 13 Apr 2007 10:27:31 +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 C29C613C459; Fri, 13 Apr 2007 10:27:30 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 6FF8648805; Fri, 13 Apr 2007 12:27:29 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 784F148800; Fri, 13 Apr 2007 12:27:24 +0200 (CEST) Date: Fri, 13 Apr 2007 12:27:15 +0200 From: Pawel Jakub Dawidek To: Mike Makonnen Message-ID: <20070413102715.GC5172@garage.freebsd.pl> References: <200704130642.l3D6gPuM051774@repoman.freebsd.org> <20070413084930.GB3859@garage.freebsd.pl> <20070413093726.GA2496@rogue.navcom.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f+W+jCU1fRNres8c" Content-Disposition: inline In-Reply-To: <20070413093726.GA2496@rogue.navcom.lan> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (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/etc/rc.d mountd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 10:27:31 -0000 --f+W+jCU1fRNres8c Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 13, 2007 at 12:37:26PM +0300, Mike Makonnen wrote: > On Fri, Apr 13, 2007 at 10:49:30AM +0200, Pawel Jakub Dawidek wrote: > > Anyway, I need to change it somehow by install for example an empty > > /etc/zfs/exports (not really nice), because I want to handle situation > > where one boots his system with zfs_enable=3D"YES", but no > > /etc/zfs/exports and then start to export ZFS file systems over NFS. > > Currently it won't work without a reboot, because mountd(8) is skipping > > non-existing /etc/zfs/exports. >=20 > One option is simply to issue: /etc/rc.d/mountd restart > after nfs sharing is enabled. I fixed it to log a warning when file cannot be open and about only when none of the given files were open properly. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --f+W+jCU1fRNres8c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGH1sDForvXbEpPzQRAruYAJ97UdnKY72ubWr0/TGItda2vPxkoACfaunx zzdoeobnbcn4yAYutBKRjcw= =+b8W -----END PGP SIGNATURE----- --f+W+jCU1fRNres8c-- From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:29:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C83F516A418; Fri, 13 Apr 2007 10:29:25 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A334913C457; Fri, 13 Apr 2007 10:29:25 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DATPsB001414; Fri, 13 Apr 2007 10:29:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DATPbo001413; Fri, 13 Apr 2007 10:29:25 GMT (envelope-from pjd) Message-Id: <200704131029.l3DATPbo001413@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 13 Apr 2007 10:29: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/etc/rc.d mountd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 10:29:25 -0000 pjd 2007-04-13 10:29:25 UTC FreeBSD src repository Modified files: etc/rc.d mountd Log: mountd(8) was changed to only abort when all given exports files cannot be open, so we not longer has to check if /etc/zfs/exports exists. Revision Changes Path 1.19 +1 -1 src/etc/rc.d/mountd From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:35:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 628A916A402; Fri, 13 Apr 2007 10:35:52 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc3-cdif2-0-0-cust64.cdif.cable.ntl.com [81.106.128.65]) by mx1.freebsd.org (Postfix) with ESMTP id E01D713C468; Fri, 13 Apr 2007 10:35:51 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HcJ8A-000DLC-KW; Fri, 13 Apr 2007 11:35:50 +0100 Date: Fri, 13 Apr 2007 11:35:50 +0100 From: Ceri Davies To: Pawel Jakub Dawidek Message-ID: <20070413103550.GA90410@submonkey.net> References: <200704131029.l3DATPbo001413@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZmeoGP/RI+eIV+cU" Content-Disposition: inline In-Reply-To: <200704131029.l3DATPbo001413@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.14 (2007-02-12) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d mountd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 10:35:52 -0000 --ZmeoGP/RI+eIV+cU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 13, 2007 at 10:29:25AM +0000, Pawel Jakub Dawidek wrote: > pjd 2007-04-13 10:29:25 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc/rc.d mountd=20 > Log: > mountd(8) was changed to only abort when all given exports files cannot= be > open, so we not longer has to check if /etc/zfs/exports exists. True, but it doesn't hurt to leave the check in. That way, if I'm not exporting anything, I don't receive a spurious error every boot (as far as I'm aware, /etc/zfs/exports only gets created the first time you export something).. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --ZmeoGP/RI+eIV+cU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGH10GocfcwTS3JF8RApR1AJ4to8EvMpZTnLL+iYclm500EfccWQCeLh7f lsfsUoPbCSv9nDCPLVyExPs= =B0Ey -----END PGP SIGNATURE----- --ZmeoGP/RI+eIV+cU-- From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:37:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A8A216A404; Fri, 13 Apr 2007 10:37:48 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 25E3F13C45A; Fri, 13 Apr 2007 10:37:48 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DAbmcq002936; Fri, 13 Apr 2007 10:37:48 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DAbl08002935; Fri, 13 Apr 2007 10:37:47 GMT (envelope-from flz) Message-Id: <200704131037.l3DAbl08002935@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 13 Apr 2007 10:37: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-p2p/libtorrent 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, 13 Apr 2007 10:37:48 -0000 flz 2007-04-13 10:37:47 UTC FreeBSD ports repository Modified files: net-p2p/libtorrent Makefile distinfo pkg-plist Log: Update libtorrent to 0.11.4. Revision Changes Path 1.38 +1 -1 ports/net-p2p/libtorrent/Makefile 1.23 +3 -3 ports/net-p2p/libtorrent/distinfo 1.13 +1 -0 ports/net-p2p/libtorrent/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:38:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39F0A16A401; Fri, 13 Apr 2007 10:38:52 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1512F13C46A; Fri, 13 Apr 2007 10:38:52 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DAcpxO003026; Fri, 13 Apr 2007 10:38:51 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DAcpGj003025; Fri, 13 Apr 2007 10:38:51 GMT (envelope-from flz) Message-Id: <200704131038.l3DAcpGj003025@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 13 Apr 2007 10:38: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/rtorrent 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, 13 Apr 2007 10:38:52 -0000 flz 2007-04-13 10:38:51 UTC FreeBSD ports repository Modified files: net-p2p/rtorrent Makefile distinfo Log: Update rtorrent to 0.7.4. Revision Changes Path 1.29 +4 -5 ports/net-p2p/rtorrent/Makefile 1.19 +3 -3 ports/net-p2p/rtorrent/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:40:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10BDA16A401; Fri, 13 Apr 2007 10:40:25 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E012013C487; Fri, 13 Apr 2007 10:40:24 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DAeOqR003180; Fri, 13 Apr 2007 10:40:24 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DAeOBW003179; Fri, 13 Apr 2007 10:40:24 GMT (envelope-from flz) Message-Id: <200704131040.l3DAeOBW003179@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 13 Apr 2007 10:40:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/rtorrent-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, 13 Apr 2007 10:40:25 -0000 flz 2007-04-13 10:40:24 UTC FreeBSD ports repository Modified files: net-p2p/rtorrent-devel Makefile Log: Explicitly depend on libtorrent-devel>=0.11.3, since it's what configure script is checking. Revision Changes Path 1.10 +2 -3 ports/net-p2p/rtorrent-devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:42:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DC1B16A401; Fri, 13 Apr 2007 10:42:30 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 590E513C46E; Fri, 13 Apr 2007 10:42:30 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DAgUCf004079; Fri, 13 Apr 2007 10:42:30 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DAgUUo004078; Fri, 13 Apr 2007 10:42:30 GMT (envelope-from trasz) Message-Id: <200704131042.l3DAgUUo004078@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Fri, 13 Apr 2007 10:42: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: doc/en_US.ISO8859-1/share/sgml authors.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, 13 Apr 2007 10:42:30 -0000 trasz 2007-04-13 10:42:30 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself. Approved by: miwi (mentor) Revision Changes Path 1.419 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:48:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02FDE16A404; Fri, 13 Apr 2007 10:48:31 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D13AF13C465; Fri, 13 Apr 2007 10:48:30 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DAmUGZ004869; Fri, 13 Apr 2007 10:48:30 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DAmUaZ004868; Fri, 13 Apr 2007 10:48:30 GMT (envelope-from trasz) Message-Id: <200704131048.l3DAmUaZ004868@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Fri, 13 Apr 2007 10:48: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: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.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, 13 Apr 2007 10:48:31 -0000 trasz 2007-04-13 10:48:30 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Move myself from additional contributors to commiters. Approved by: miwi (mentor) Revision Changes Path 1.686 +0 -4 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.189 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:54:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 826B316A406; Fri, 13 Apr 2007 10:54:26 +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 2271D13C4AE; Fri, 13 Apr 2007 10:54:25 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 28045487FA; Fri, 13 Apr 2007 12:54:24 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 58465487F0; Fri, 13 Apr 2007 12:54:17 +0200 (CEST) Date: Fri, 13 Apr 2007 12:54:08 +0200 From: Pawel Jakub Dawidek To: Ceri Davies Message-ID: <20070413105408.GD5172@garage.freebsd.pl> References: <200704131029.l3DATPbo001413@repoman.freebsd.org> <20070413103550.GA90410@submonkey.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eheScQNz3K90DVRs" Content-Disposition: inline In-Reply-To: <20070413103550.GA90410@submonkey.net> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (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/etc/rc.d mountd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 10:54:26 -0000 --eheScQNz3K90DVRs Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 13, 2007 at 11:35:50AM +0100, Ceri Davies wrote: > On Fri, Apr 13, 2007 at 10:29:25AM +0000, Pawel Jakub Dawidek wrote: > > pjd 2007-04-13 10:29:25 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > etc/rc.d mountd=20 > > Log: > > mountd(8) was changed to only abort when all given exports files cann= ot be > > open, so we not longer has to check if /etc/zfs/exports exists. >=20 > True, but it doesn't hurt to leave the check in. That way, if I'm not > exporting anything, I don't receive a spurious error every boot (as far > as I'm aware, /etc/zfs/exports only gets created the first time you > export something).. Right, but with that check in-place you won't be able to start playing with ZFS sharing, because although you have zfs_enable=3D"YES" in your /etc/rc.conf, mountd will ignore /etc/zfs/exports. I'll add creating empty /etc/zfs/exports file from rc.d/zfs script when zfs_enable=3D"YES" is defined, so we won't get warnings from mountd. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --eheScQNz3K90DVRs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGH2FQForvXbEpPzQRAsW7AKDKFSkL68ihbY+o9ATNvu+i3Tfl9gCg8iGD XylsuWWYvrpf3sVo65VnO0E= =unCF -----END PGP SIGNATURE----- --eheScQNz3K90DVRs-- From owner-cvs-all@FreeBSD.ORG Fri Apr 13 10:59:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4643A16A401; Fri, 13 Apr 2007 10:59:12 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc3-cdif2-0-0-cust64.cdif.cable.ntl.com [81.106.128.65]) by mx1.freebsd.org (Postfix) with ESMTP id E29E413C448; Fri, 13 Apr 2007 10:59:11 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HcJUk-000AmQ-Sd; Fri, 13 Apr 2007 11:59:10 +0100 Date: Fri, 13 Apr 2007 11:59:10 +0100 From: Ceri Davies To: Pawel Jakub Dawidek Message-ID: <20070413105910.GB90410@submonkey.net> References: <200704131029.l3DATPbo001413@repoman.freebsd.org> <20070413103550.GA90410@submonkey.net> <20070413105408.GD5172@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RlgFhasKO3bfRJ5j" Content-Disposition: inline In-Reply-To: <20070413105408.GD5172@garage.freebsd.pl> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.14 (2007-02-12) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d mountd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 10:59:12 -0000 --RlgFhasKO3bfRJ5j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 13, 2007 at 12:54:08PM +0200, Pawel Jakub Dawidek wrote: > On Fri, Apr 13, 2007 at 11:35:50AM +0100, Ceri Davies wrote: > > On Fri, Apr 13, 2007 at 10:29:25AM +0000, Pawel Jakub Dawidek wrote: > > > pjd 2007-04-13 10:29:25 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > etc/rc.d mountd=20 > > > Log: > > > mountd(8) was changed to only abort when all given exports files ca= nnot be > > > open, so we not longer has to check if /etc/zfs/exports exists. > >=20 > > True, but it doesn't hurt to leave the check in. That way, if I'm not > > exporting anything, I don't receive a spurious error every boot (as far > > as I'm aware, /etc/zfs/exports only gets created the first time you > > export something).. >=20 > Right, but with that check in-place you won't be able to start playing > with ZFS sharing, because although you have zfs_enable=3D"YES" in your > /etc/rc.conf, mountd will ignore /etc/zfs/exports. >=20 > I'll add creating empty /etc/zfs/exports file from rc.d/zfs script when > zfs_enable=3D"YES" is defined, so we won't get warnings from mountd. OK, thanks. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --RlgFhasKO3bfRJ5j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGH2J+ocfcwTS3JF8RAmg0AJ9JAVLj7RPcI2taUrtdqa7zpkfC6ACdHCRm /k9eF/meoiHQsKax+2B4m50= =DvMc -----END PGP SIGNATURE----- --RlgFhasKO3bfRJ5j-- From owner-cvs-all@FreeBSD.ORG Fri Apr 13 11:02:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3068316A401; Fri, 13 Apr 2007 11:02:07 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0B96E13C483; Fri, 13 Apr 2007 11:02:07 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DB26kt007248; Fri, 13 Apr 2007 11:02:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DB269B007247; Fri, 13 Apr 2007 11:02:06 GMT (envelope-from pjd) Message-Id: <200704131102.l3DB269B007247@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 13 Apr 2007 11:02: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/etc/rc.d zfs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 11:02:07 -0000 pjd 2007-04-13 11:02:06 UTC FreeBSD src repository Modified files: etc/rc.d zfs Log: - Create an empty /etc/zfs/exports file when zfs_enable="YES" and we don't NFS-share anything. This way we can safely start mountd with /etc/zfs/exports and mountd won't complain. Pointed out by: ceri - Move 'zfs volinit' before 'zfs mount -a' and 'zfs volfini' after 'zfs unmount -a'. Revision Changes Path 1.2 +5 -2 src/etc/rc.d/zfs From owner-cvs-all@FreeBSD.ORG Fri Apr 13 11:25:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A91C716A401; Fri, 13 Apr 2007 11:25:02 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 830F613C457; Fri, 13 Apr 2007 11:25:02 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DBP2rG011946; Fri, 13 Apr 2007 11:25:02 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DBP2Q8011945; Fri, 13 Apr 2007 11:25:02 GMT (envelope-from trasz) Message-Id: <200704131125.l3DBP2Q8011945@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Fri, 13 Apr 2007 11:25:02 +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 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: Fri, 13 Apr 2007 11:25:02 -0000 trasz 2007-04-13 11:25:02 UTC FreeBSD doc repository (ports committer) Modified files: share/sgml news.xml Log: Add myself. Approved by: miwi (mentor) Revision Changes Path 1.76 +9 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 11:31:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C94B16A401; Fri, 13 Apr 2007 11:31:20 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 262AC13C457; Fri, 13 Apr 2007 11:31:20 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DBVK8A012807; Fri, 13 Apr 2007 11:31:20 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DBVJMS012806; Fri, 13 Apr 2007 11:31:19 GMT (envelope-from blackend) Message-Id: <200704131131.l3DBVJMS012806@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 13 Apr 2007 11:31: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 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, 13 Apr 2007 11:31:20 -0000 blackend 2007-04-13 11:31:19 UTC FreeBSD ports repository (doc committer) Modified files: . UPDATING Log: s/apropriate/appropriate Revision Changes Path 1.499 +2 -2 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Apr 13 11:39:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DD0F16A408; Fri, 13 Apr 2007 11:39:31 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 472E613C43E; Fri, 13 Apr 2007 11:39:31 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DBdVmb014191; Fri, 13 Apr 2007 11:39:31 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DBdVYE014190; Fri, 13 Apr 2007 11:39:31 GMT (envelope-from flz) Message-Id: <200704131139.l3DBdVYE014190@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 13 Apr 2007 11:39: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/astro/google-earth 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, 13 Apr 2007 11:39:31 -0000 flz 2007-04-13 11:39:31 UTC FreeBSD ports repository Modified files: astro/google-earth Makefile distinfo pkg-plist Log: - Update google-earth to 4.0.2735. - Break do-build in smaller and more sensible targets. - Unmark FORBIDDEN. PR: ports/108864 Submitted by: Eric P. Scott Revision Changes Path 1.12 +9 -11 ports/astro/google-earth/Makefile 1.7 +3 -3 ports/astro/google-earth/distinfo 1.7 +33 -0 ports/astro/google-earth/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 11:44:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E04E816A401; Fri, 13 Apr 2007 11:44:29 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B92FE13C46E; Fri, 13 Apr 2007 11:44:29 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DBiT3e015958; Fri, 13 Apr 2007 11:44:29 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DBiTc1015957; Fri, 13 Apr 2007 11:44:29 GMT (envelope-from trasz) Message-Id: <200704131144.l3DBiTc1015957@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Fri, 13 Apr 2007 11:44: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/share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent trasz.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: Fri, 13 Apr 2007 11:44:30 -0000 trasz 2007-04-13 11:44:29 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeys trasz.key Log: Add my PGP keys. Approved by: miwi (mentor) Revision Changes Path 1.46 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.142 +1 -0 doc/share/pgpkeys/pgpkeys.ent 1.1 +41 -0 doc/share/pgpkeys/trasz.key (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 11:50:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55E3616A405; Fri, 13 Apr 2007 11:50:43 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8E213C457; Fri, 13 Apr 2007 11:50:43 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DBogTb016252; Fri, 13 Apr 2007 11:50:43 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DBog3T016249; Fri, 13 Apr 2007 11:50:42 GMT (envelope-from flz) Message-Id: <200704131150.l3DBog3T016249@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 13 Apr 2007 11:50: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/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, 13 Apr 2007 11:50:43 -0000 flz 2007-04-13 11:50:42 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Mark Google Earth >= 4.0.2414 as safe. Revision Changes Path 1.1312 +3 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 11:58:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA30416A402; Fri, 13 Apr 2007 11:58:52 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C3C2313C44B; Fri, 13 Apr 2007 11:58:52 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DBwqYp017655; Fri, 13 Apr 2007 11:58:52 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DBwqXD017652; Fri, 13 Apr 2007 11:58:52 GMT (envelope-from trasz) Message-Id: <200704131158.l3DBwqXD017652@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Fri, 13 Apr 2007 11:58:52 +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 developers.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, 13 Apr 2007 11:58:53 -0000 trasz 2007-04-13 11:58:52 UTC FreeBSD doc repository (ports committer) Modified files: en developers.sgml Log: Add myself. Approved by: miwi (mentor) Revision Changes Path 1.163 +2 -1 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 12:14:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0047716A405; Fri, 13 Apr 2007 12:14:44 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CD7CE13C46E; Fri, 13 Apr 2007 12:14:44 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DCEie8021693; Fri, 13 Apr 2007 12:14:44 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DCEi6Z021692; Fri, 13 Apr 2007 12:14:44 GMT (envelope-from dinoex) Message-Id: <200704131214.l3DCEi6Z021692@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 13 Apr 2007 12:14: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/graphics/netpbm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 12:14:45 -0000 dinoex 2007-04-13 12:14:44 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile Log: - update PORTSCOUT Revision Changes Path 1.144 +1 -1 ports/graphics/netpbm/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 12:16:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BD5816A400; Fri, 13 Apr 2007 12:16:17 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D895613C46C; Fri, 13 Apr 2007 12:16:16 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DCGGqL021794; Fri, 13 Apr 2007 12:16:16 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DCGGNK021793; Fri, 13 Apr 2007 12:16:16 GMT (envelope-from dinoex) Message-Id: <200704131216.l3DCGGNK021793@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 13 Apr 2007 12: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/x11-wm/afterstep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 12:16:17 -0000 dinoex 2007-04-13 12:16:16 UTC FreeBSD ports repository Modified files: x11-wm/afterstep Makefile Log: - update PORTSCOUT Revision Changes Path 1.55 +1 -1 ports/x11-wm/afterstep/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 13:03:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99D0416A400; Fri, 13 Apr 2007 13:03:49 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8691113C484; Fri, 13 Apr 2007 13:03:49 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DD3nZH039690; Fri, 13 Apr 2007 13:03:49 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DD3nNT039688; Fri, 13 Apr 2007 13:03:49 GMT (envelope-from trasz) Message-Id: <200704131303.l3DD3nNT039688@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Fri, 13 Apr 2007 13:03:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/ardour Makefile ports/audio/caps-plugins Makefile ports/audio/dino Makefile ports/audio/dssi Makefile ports/audio/fluidsynth-dssi Makefile ports/audio/ghostess Makefile ports/audio/gmidimonitor Makefile ports/audio/hexter Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 13:03:49 -0000 trasz 2007-04-13 13:03:49 UTC FreeBSD ports repository Modified files: audio/ardour Makefile audio/caps-plugins Makefile audio/dino Makefile audio/dssi Makefile audio/fluidsynth-dssi Makefile audio/ghostess Makefile audio/gmidimonitor Makefile audio/hexter Makefile audio/jack-keyboard Makefile audio/jamin Makefile audio/lash Makefile audio/libconvolve Makefile audio/liblo Makefile audio/nekobee Makefile audio/qjackctl Makefile audio/ripperx Makefile audio/specimen Makefile audio/timemachine Makefile audio/whysynth Makefile audio/xsynth-dssi Makefile audio/zynaddsubfx Makefile benchmarks/fhourstones Makefile benchmarks/imb Makefile devel/acovea Makefile devel/acovea-gtk Makefile devel/cppi Makefile devel/libcoyotl Makefile devel/libevocosm Makefile devel/rlog Makefile emulators/basiliskII Makefile emulators/dtcyber Makefile emulators/dynagen Makefile emulators/nonpareil Makefile emulators/simh Makefile emulators/tme Makefile emulators/xhomer Makefile games/mudmagic Makefile graphics/openjpeg Makefile misc/findutils Makefile net/wire Makefile net/wired Makefile net/wired-tracker Makefile net-im/gloox Makefile science/g3data Makefile security/fl0p Makefile sysutils/fusefs-encfs Makefile sysutils/mpiexec Makefile sysutils/torque Makefile textproc/iksemel Makefile x11-clocks/glclock Makefile x11-toolkits/phat Makefile Log: Change my email address to trasz@FreeBSD.org. Approved by: miwi (mentor) Revision Changes Path 1.7 +1 -1 ports/audio/ardour/Makefile 1.3 +1 -1 ports/audio/caps-plugins/Makefile 1.2 +1 -1 ports/audio/dino/Makefile 1.3 +1 -1 ports/audio/dssi/Makefile 1.3 +1 -1 ports/audio/fluidsynth-dssi/Makefile 1.2 +1 -1 ports/audio/ghostess/Makefile 1.2 +1 -1 ports/audio/gmidimonitor/Makefile 1.3 +1 -1 ports/audio/hexter/Makefile 1.5 +1 -1 ports/audio/jack-keyboard/Makefile 1.2 +1 -1 ports/audio/jamin/Makefile 1.2 +1 -1 ports/audio/lash/Makefile 1.2 +1 -1 ports/audio/libconvolve/Makefile 1.5 +1 -1 ports/audio/liblo/Makefile 1.2 +1 -1 ports/audio/nekobee/Makefile 1.5 +1 -1 ports/audio/qjackctl/Makefile 1.2 +1 -1 ports/audio/ripperx/Makefile 1.2 +1 -1 ports/audio/specimen/Makefile 1.2 +1 -1 ports/audio/timemachine/Makefile 1.2 +1 -1 ports/audio/whysynth/Makefile 1.2 +1 -1 ports/audio/xsynth-dssi/Makefile 1.3 +1 -1 ports/audio/zynaddsubfx/Makefile 1.2 +1 -1 ports/benchmarks/fhourstones/Makefile 1.4 +1 -1 ports/benchmarks/imb/Makefile 1.2 +1 -1 ports/devel/acovea-gtk/Makefile 1.2 +1 -1 ports/devel/acovea/Makefile 1.3 +1 -1 ports/devel/cppi/Makefile 1.3 +1 -1 ports/devel/libcoyotl/Makefile 1.2 +1 -1 ports/devel/libevocosm/Makefile 1.3 +1 -1 ports/devel/rlog/Makefile 1.32 +1 -1 ports/emulators/basiliskII/Makefile 1.3 +1 -1 ports/emulators/dtcyber/Makefile 1.6 +1 -1 ports/emulators/dynagen/Makefile 1.6 +1 -1 ports/emulators/nonpareil/Makefile 1.46 +1 -1 ports/emulators/simh/Makefile 1.5 +1 -1 ports/emulators/tme/Makefile 1.3 +1 -1 ports/emulators/xhomer/Makefile 1.5 +1 -1 ports/games/mudmagic/Makefile 1.4 +1 -1 ports/graphics/openjpeg/Makefile 1.26 +1 -1 ports/misc/findutils/Makefile 1.9 +1 -1 ports/net-im/gloox/Makefile 1.3 +1 -1 ports/net/wire/Makefile 1.2 +1 -1 ports/net/wired-tracker/Makefile 1.3 +1 -1 ports/net/wired/Makefile 1.3 +1 -1 ports/science/g3data/Makefile 1.2 +1 -1 ports/security/fl0p/Makefile 1.5 +1 -1 ports/sysutils/fusefs-encfs/Makefile 1.3 +1 -1 ports/sysutils/mpiexec/Makefile 1.7 +1 -1 ports/sysutils/torque/Makefile 1.5 +1 -1 ports/textproc/iksemel/Makefile 1.15 +1 -1 ports/x11-clocks/glclock/Makefile 1.2 +1 -1 ports/x11-toolkits/phat/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 13:37:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4191F16A405; Fri, 13 Apr 2007 13:37:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 30AD913C45B; Fri, 13 Apr 2007 13:37:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DDb9m4045867; Fri, 13 Apr 2007 13:37:09 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DDb9FL045866; Fri, 13 Apr 2007 13:37:09 GMT (envelope-from lwhsu) Message-Id: <200704131337.l3DDb9FL045866@repoman.freebsd.org> From: Li-Wen Hsu Date: Fri, 13 Apr 2007 13:37:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/puppet Makefile pkg-plist ports/sysutils/puppet/files puppetd.in puppetmasterd.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, 13 Apr 2007 13:37:09 -0000 lwhsu 2007-04-13 13:37:08 UTC FreeBSD ports repository Modified files: sysutils/puppet Makefile pkg-plist Added files: sysutils/puppet/files puppetd.in puppetmasterd.in Log: - Install rc.d scripts [1] - Install default config file [1] - Add PORTDOCS in pkg-plist [2] PR: 110618 [1], 110543 [2] Submitted by: Tomoyuki Sakurai (maintainer) [1] Robert Gogolok [2] Approved by: clsung (mentor) Revision Changes Path 1.2 +14 -1 ports/sysutils/puppet/Makefile 1.1 +27 -0 ports/sysutils/puppet/files/puppetd.in (new) 1.1 +27 -0 ports/sysutils/puppet/files/puppetmasterd.in (new) 1.2 +46 -42 ports/sysutils/puppet/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 14:08:37 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7852E16A401; Fri, 13 Apr 2007 14:08:37 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 1737A13C44B; Fri, 13 Apr 2007 14:08:36 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5C6CC.dip0.t-ipconnect.de [84.165.198.204]) by redbull.bpaserver.net (Postfix) with ESMTP id 160D42E14E; Fri, 13 Apr 2007 16:08:31 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id D75BD5B4882; Fri, 13 Apr 2007 16:08:27 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l3DE8Rnf048157; Fri, 13 Apr 2007 16:08:27 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 13 Apr 2007 16:08:27 +0200 Message-ID: <20070413160827.2r0xks1d34sscosk@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 13 Apr 2007 16:08:27 +0200 From: Alexander Leidinger To: Murray Stokely References: <200704130202.l3D22tS6092754@repoman.freebsd.org> In-Reply-To: <200704130202.l3D22tS6092754@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-15.364, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/projects Makefile summerofcode-2007.sgml summerofcode.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: Fri, 13 Apr 2007 14:08:37 -0000 Quoting Murray Stokely (from Fri, 13 Apr 2007 02:02:54 +0000 (UTC)): > murray 2007-04-13 02:02:54 UTC > > FreeBSD doc repository > > Modified files: > en/projects Makefile summerofcode.xsl > Added files: > en/projects summerofcode-2007.sgml > Log: > Add a Summer of Code 2007 page with our 25 successful student projects ^^^^^^^^^^ What's the price to take a look into your crystall-ball? :) Bye, Alexander. -- Celibacy is not hereditary. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Fri Apr 13 14:09:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F24D16A401; Fri, 13 Apr 2007 14:09:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5680513C44B; Fri, 13 Apr 2007 14:09:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DE9fFg051647; Fri, 13 Apr 2007 14:09:41 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DE9fHC051646; Fri, 13 Apr 2007 14:09:41 GMT (envelope-from lwhsu) Message-Id: <200704131409.l3DE9fHC051646@repoman.freebsd.org> From: Li-Wen Hsu Date: Fri, 13 Apr 2007 14: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/sysutils/stmpclean 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, 13 Apr 2007 14:09:41 -0000 lwhsu 2007-04-13 14:09:41 UTC FreeBSD ports repository Modified files: sysutils/stmpclean Makefile pkg-descr Log: - Current MASTER_SITES gives a 301 redirect, so point to final location add WWW. PR: 111155 Submitted by: Jason Harris Approved by: Stanislav Shalunov (maintainer) clsung (mentor) Revision Changes Path 1.10 +1 -1 ports/sysutils/stmpclean/Makefile 1.3 +2 -0 ports/sysutils/stmpclean/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Apr 13 14:11:38 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABC4916A406; Fri, 13 Apr 2007 14:11:38 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 56F0C13C468; Fri, 13 Apr 2007 14:11:38 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5C6CC.dip0.t-ipconnect.de [84.165.198.204]) by redbull.bpaserver.net (Postfix) with ESMTP id DA2A52E14E; Fri, 13 Apr 2007 16:11:32 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id BC9795B4882; Fri, 13 Apr 2007 16:11:29 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l3DEBT6M048852; Fri, 13 Apr 2007 16:11:29 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 13 Apr 2007 16:11:29 +0200 Message-ID: <20070413161129.o2v8kg8qxww48gs0@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 13 Apr 2007 16:11:29 +0200 From: Alexander Leidinger To: Joe Marcus Clarke References: <200704130400.l3D40Ig8012908@repoman.freebsd.org> In-Reply-To: <200704130400.l3D40Ig8012908@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-13.994, required 8, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, SUBJ_HAS_SPACES 0.87) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/system-tools-backends Makefile ports/sysutils/system-tools-backends/files patch-dispatcher_dispatcher.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 14:11:38 -0000 Quoting Joe Marcus Clarke (from Fri, 13 Apr 2007 04:00:18 +0000 (UTC)): > marcus 2007-04-13 04:00:18 UTC > > FreeBSD ports repository > > Modified files: > sysutils/system-tools-backends Makefile > Added files: > sysutils/system-tools-backends/files > patch-dispatcher_dispatcher.c > Log: > Pass an explicit mode to open() so that the PID file is created with sane > permissions. > > Reported by: netchild Nice catch! Bye, Alexander. -- The Martian Canals were clearly the Martian's last ditch effort! http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Fri Apr 13 14:14:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF18F16A400; Fri, 13 Apr 2007 14:14:05 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 966A513C458; Fri, 13 Apr 2007 14:14:05 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DEE5vl053032; Fri, 13 Apr 2007 14:14:05 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DEE5G5053031; Fri, 13 Apr 2007 14:14:05 GMT (envelope-from osa) Message-Id: <200704131414.l3DEE5G5053031@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 13 Apr 2007 14:14: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/3proxy 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, 13 Apr 2007 14:14:05 -0000 osa 2007-04-13 14:14:05 UTC FreeBSD ports repository Modified files: net/3proxy Makefile distinfo pkg-plist Log: Fix potential remote pre-authentication buffer overflow in HTTP proxy service by update to latest bugfix release 0.5.3h. Also, update port infrastructure. [*] Add backup for MASTER_SITES. Submitted by: portlint -a [*] Revision Changes Path 1.9 +4 -9 ports/net/3proxy/Makefile 1.9 +3 -3 ports/net/3proxy/distinfo 1.3 +0 -1 ports/net/3proxy/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 14:19:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 600A416A400; Fri, 13 Apr 2007 14:19:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 377F913C44C; Fri, 13 Apr 2007 14:19:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DEJl1x053274; Fri, 13 Apr 2007 14:19:47 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DEJlK6053273; Fri, 13 Apr 2007 14:19:47 GMT (envelope-from gabor) Message-Id: <200704131419.l3DEJlK6053273@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 13 Apr 2007 14:19: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: www/en/developers cvs.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, 13 Apr 2007 14:19:47 -0000 gabor 2007-04-13 14:19:46 UTC FreeBSD doc repository Modified files: en/developers cvs.sgml Log: - Remove superfluous li end tag to unbreak the build Approved by: keramida (mentor) Revision Changes Path 1.8 +1 -2 www/en/developers/cvs.sgml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 14:29:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5157B16A400; Fri, 13 Apr 2007 14:29:39 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2871313C489; Fri, 13 Apr 2007 14:29:39 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DETdqV055213; Fri, 13 Apr 2007 14:29:39 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DETdA7055212; Fri, 13 Apr 2007 14:29:39 GMT (envelope-from ahze) Message-Id: <200704131429.l3DETdA7055212@repoman.freebsd.org> From: Michael Johnson Date: Fri, 13 Apr 2007 14:29: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/misc committers-ports.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 14:29:39 -0000 ahze 2007-04-13 14:29:39 UTC FreeBSD src repository (ports committer) Modified files: share/misc committers-ports.dot Log: Pav and marcus co-mentored me for a few weeks while adamw was busy in school Revision Changes Path 1.44 +2 -0 src/share/misc/committers-ports.dot From owner-cvs-all@FreeBSD.ORG Fri Apr 13 14:55:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C81716A405; Fri, 13 Apr 2007 14:55:20 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EDF6B13C4C9; Fri, 13 Apr 2007 14:55:19 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DEtJxK059951; Fri, 13 Apr 2007 14:55:19 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DEtJEW059950; Fri, 13 Apr 2007 14:55:19 GMT (envelope-from csjp) Message-Id: <200704131455.l3DEtJEW059950@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 13 Apr 2007 14:55: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/security/audit audit.c audit.h audit_arg.c audit_bsm.c audit_bsm_token.c audit_private.h audit_syscalls.c src/sys/sys proc.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, 13 Apr 2007 14:55:20 -0000 csjp 2007-04-13 14:55:19 UTC FreeBSD src repository Modified files: sys/security/audit audit.c audit.h audit_arg.c audit_bsm.c audit_bsm_token.c audit_private.h audit_syscalls.c sys/sys proc.h Log: Fix the handling of IPv6 addresses for subject and process BSM audit tokens. Currently, we do not support the set{get}audit_addr(2) system calls which allows processes like sshd to set extended or ip6 information for subject tokens. The approach that was taken was to change the process audit state slightly to use an extended terminal ID in the kernel. This allows us to store both IPv4 IPv6 addresses. In the case that an IPv4 address is in use, we convert the terminal ID from an struct auditinfo_addr to a struct auditinfo. If getaudit(2) is called when the subject is bound to an ip6 address, we return E2BIG. - Change the internal audit record to store an extended terminal ID - Introduce ARG_TERMID_ADDR - Change the kaudit <-> BSM conversion process so that we are using the appropriate subject token. If the address associated with the subject is IPv4, we use the standard subject32 token. If the subject has an IPv6 address associated with them, we use an extended subject32 token. - Fix a couple of endian issues where we do a couple of byte swaps when we shouldn't be. IP addresses are already in the correct byte order, so reading the ip6 address 4 bytes at a time and swapping them results in in-correct address data. It should be noted that the same issue was found in the openbsm library and it has been changed there too on the vendor branch - Change A_GETPINFO to use the appropriate structures - Implement A_GETPINFO_ADDR which basically does what A_GETPINFO does, but can also handle ip6 addresses - Adjust get{set}audit(2) syscalls to convert the data auditinfo <-> auditinfo_addr - Fully implement set{get}audit_addr(2) NOTE: This adds the ability for processes to correctly set extended subject information. The appropriate userspace utilities still need to be updated. MFC after: 1 month Reviewed by: rwatson Obtained from: TrustedBSD Revision Changes Path 1.25 +1 -1 src/sys/security/audit/audit.c 1.10 +1 -1 src/sys/security/audit/audit.h 1.11 +2 -2 src/sys/security/audit/audit_arg.c 1.16 +34 -10 src/sys/security/audit/audit_bsm.c 1.10 +12 -12 src/sys/security/audit/audit_bsm_token.c 1.13 +2 -0 src/sys/security/audit/audit_private.h 1.13 +52 -7 src/sys/security/audit/audit_syscalls.c 1.475 +1 -1 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:01:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D655316A401; Fri, 13 Apr 2007 15:01:09 +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 89E8013C4AE; Fri, 13 Apr 2007 15:01:09 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l3DF10RU002521; Fri, 13 Apr 2007 09:01:00 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <461F9B1F.5080908@samsco.org> Date: Fri, 13 Apr 2007 09:00:47 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: Mike Makonnen References: <200704130642.l3D6gPuM051774@repoman.freebsd.org> In-Reply-To: <200704130642.l3D6gPuM051774@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Fri, 13 Apr 2007 09:01:00 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d mountd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 15:01:09 -0000 Mike Makonnen wrote: > mtm 2007-04-13 06:42:25 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d mountd > Log: > o Look for a zfs(1) exports file only if it exists and is readable. If > we don't do this and the file doesn't exist mountd(8) will abort. > o The mountd(8) daemon creates a pidfile, so use it. > > Revision Changes Path > 1.18 +2 -1 src/etc/rc.d/mountd It's been discussed before that mountd shouldn't abort, it should always be HUP-able. Scott From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:07:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9983B16A479; Fri, 13 Apr 2007 15:07:11 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0996313C4AE; Fri, 13 Apr 2007 15:07:11 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DF7ATv062845; Fri, 13 Apr 2007 15:07:10 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DF7AAX062844; Fri, 13 Apr 2007 15:07:10 GMT (envelope-from emaste) Message-Id: <200704131507.l3DF7AAX062844@repoman.freebsd.org> From: Ed Maste Date: Fri, 13 Apr 2007 15:07: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/sbin/dhclient dhclient-script X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 15:07:11 -0000 emaste 2007-04-13 15:07:10 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient-script Log: The minimum size of an RFC3442 destination descriptor is five bytes, so correct test to -ge 5. Without this change an RFC3442 encoded default route would be ignored. Reported by: Cedric Jonas Revision Changes Path 1.16 +1 -1 src/sbin/dhclient/dhclient-script From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:22:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1BA016A400; Fri, 13 Apr 2007 15:22:29 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 98E5A13C4B0; Fri, 13 Apr 2007 15:22:29 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DFMTFt065463; Fri, 13 Apr 2007 15:22:29 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DFMToc065459; Fri, 13 Apr 2007 15:22:29 GMT (envelope-from gabor) Message-Id: <200704131522.l3DFMToc065459@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 13 Apr 2007 15:22: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/share/sgml 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: Fri, 13 Apr 2007 15:22:29 -0000 gabor 2007-04-13 15:22:29 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: - Announce the Mongolian Documentation Project Approved by: keramida (mentor) Revision Changes Path 1.77 +11 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:25:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B7BA16A405; Fri, 13 Apr 2007 15:25:41 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 32E0E13C4C7; Fri, 13 Apr 2007 15:25:41 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DFPfff066035; Fri, 13 Apr 2007 15:25:41 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DFPfDF066034; Fri, 13 Apr 2007 15:25:41 GMT (envelope-from gabor) Message-Id: <200704131525.l3DFPfDF066034@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 13 Apr 2007 15: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 commercial.consult.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, 13 Apr 2007 15:25:41 -0000 gabor 2007-04-13 15:25:40 UTC FreeBSD doc repository Modified files: share/sgml commercial.consult.xml Log: - Remove HCS as it does not exist any more - Add secion GmbH to out Consultant's list PR: www/111481 Submitted by: Hellmuth Michaelis Approved by: keramida (mentor) Revision Changes Path 1.26 +20 -15 www/share/sgml/commercial.consult.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:26:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82AA516A40A; Fri, 13 Apr 2007 15:26:26 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 597C413C4C2; Fri, 13 Apr 2007 15:26:26 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DFQQGq066095; Fri, 13 Apr 2007 15:26:26 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DFQQJV066094; Fri, 13 Apr 2007 15:26:26 GMT (envelope-from gabor) Message-Id: <200704131526.l3DFQQJV066094@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 13 Apr 2007 15:26:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml commercial.isp.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, 13 Apr 2007 15:26:26 -0000 gabor 2007-04-13 15:26:26 UTC FreeBSD doc repository Modified files: share/sgml commercial.isp.xml Log: - Add Swishmail to our ISP list PR: www/111490 Submitted by: Kris von Mach Approved by: keramida (mentor) Revision Changes Path 1.12 +17 -2 www/share/sgml/commercial.isp.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:27:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3330516A406; Fri, 13 Apr 2007 15:27:17 +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 D3F9113C48A; Fri, 13 Apr 2007 15:27:16 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 181B12091; Fri, 13 Apr 2007 17:27:13 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 003242087; Fri, 13 Apr 2007 17:27:12 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 12B3350C3; Fri, 13 Apr 2007 17:27:12 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Mathieu Arnold References: <200704111851.l3BIpMnJ040158@repoman.freebsd.org> <20070411185702.GA97256@abigail.blackend.org> <20070411202758.GE1027@zaphod.nitro.dk> <67D8C599EEFF49D164C492CC@atuin.in.mat.cc> Date: Fri, 13 Apr 2007 17:27:11 +0200 In-Reply-To: <67D8C599EEFF49D164C492CC@atuin.in.mat.cc> (Mathieu Arnold's message of "Thu, 12 Apr 2007 22:02:08 +0200") Message-ID: <86ejmo1ei8.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, "Simon L. Nielsen" , doc-committers@FreeBSD.org, Marc Fonvieille , Giorgos Keramidas Subject: Re: cvs commit: 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: Fri, 13 Apr 2007 15:27:17 -0000 Mathieu Arnold writes: > As I was pointed a few months back, maxdsiz is not in any way related to > the amount of RAM you have. You can have 256MB of RAM, and it'll also be > 512MB, it's just the upper limit of the memory a process can allocate. To be precise, it is the amount of *address space* each process can allocate for data, which in this context means everything that is not text or stack: static variables, malloc arenas, mmapped files etc. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:46:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19EC316A402; Fri, 13 Apr 2007 15:46:39 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E623913C43E; Fri, 13 Apr 2007 15:46:38 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DFkcBQ073269; Fri, 13 Apr 2007 15:46:38 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DFkckH073268; Fri, 13 Apr 2007 15:46:38 GMT (envelope-from stas) Message-Id: <200704131546.l3DFkckH073268@repoman.freebsd.org> From: Stanislav Sedov Date: Fri, 13 Apr 2007 15:46:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 15:46:39 -0000 stas 2007-04-13 15:46:38 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Add freeradius-mysql to the list of affected packages of the recent freeradius entry. Submitted by: David Wood Revision Changes Path 1.1313 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:51:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4F0E16A400; Fri, 13 Apr 2007 15:51:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D4BF713C458; Fri, 13 Apr 2007 15:51:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DFpjKn074118; Fri, 13 Apr 2007 15:51:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DFpjHr074117; Fri, 13 Apr 2007 15:51:45 GMT (envelope-from miwi) Message-Id: <200704131551.l3DFpjHr074117@repoman.freebsd.org> From: Martin Wilke Date: Fri, 13 Apr 2007 15:51: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/java Makefile ports/java/dbvis 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, 13 Apr 2007 15:51:46 -0000 miwi 2007-04-13 15:51:45 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/dbvis Makefile distinfo pkg-descr Log: DbVisualizer is a feature rich, intuitive and cross platform database tool for developers and DBA's providing a single powerful interface for a variety of databases. DbVisualizer supports simultaneous database connections, it lets you explore and manage database objects, execute SQL queries, visualize information and a lot more. WWW: http://www.dbvis.com/products/dbvis/ PR: ports/111380 Submitted by: Anton Yudin () Revision Changes Path 1.183 +1 -0 ports/java/Makefile 1.1 +39 -0 ports/java/dbvis/Makefile (new) 1.1 +3 -0 ports/java/dbvis/distinfo (new) 1.1 +7 -0 ports/java/dbvis/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:52:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 299FB16A405; Fri, 13 Apr 2007 15:52:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0230513C48A; Fri, 13 Apr 2007 15:52:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DFqCAs074281; Fri, 13 Apr 2007 15:52:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DFqC5a074280; Fri, 13 Apr 2007 15:52:12 GMT (envelope-from miwi) Message-Id: <200704131552.l3DFqC5a074280@repoman.freebsd.org> From: Martin Wilke Date: Fri, 13 Apr 2007 15:52:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 15:52:13 -0000 miwi 2007-04-13 15:52:12 UTC FreeBSD ports repository Modified files: . modules Log: dbvis --> ports/java/dbvis Revision Changes Path 1.17848 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 13 15:52:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3A4216A403; Fri, 13 Apr 2007 15:52:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CC6F013C43E; Fri, 13 Apr 2007 15:52:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DFqtjG074446; Fri, 13 Apr 2007 15:52:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DFqtRT074445; Fri, 13 Apr 2007 15:52:55 GMT (envelope-from miwi) Message-Id: <200704131552.l3DFqtRT074445@repoman.freebsd.org> From: Martin Wilke Date: Fri, 13 Apr 2007 15:52:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports 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: Fri, 13 Apr 2007 15:52:56 -0000 miwi 2007-04-13 15:52:55 UTC FreeBSD ports repository Modified files: . LEGAL Log: - Add entry for java/dbvis Revision Changes Path 1.534 +2 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:07:25 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA13516A400; Fri, 13 Apr 2007 16:07:25 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C226213C48A; Fri, 13 Apr 2007 16:07:25 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DG7PQk077676; Fri, 13 Apr 2007 16:07:25 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DG7PZr077675; Fri, 13 Apr 2007 16:07:25 GMT (envelope-from kientzle) Message-Id: <200704131607.l3DG7PZr077675@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 13 Apr 2007 16:07: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/lib/libarchive archive_read_support_format_cpio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 16:07:26 -0000 kientzle 2007-04-13 16:07:25 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_cpio.c Log: Portability. Revision Changes Path 1.23 +2 -0 src/lib/libarchive/archive_read_support_format_cpio.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:07:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08C9916A476; Fri, 13 Apr 2007 16:07:29 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CAC7813C44B; Fri, 13 Apr 2007 16:07:29 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DG7TMU077736; Fri, 13 Apr 2007 16:07:29 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DG7TjC077735; Fri, 13 Apr 2007 16:07:29 GMT (envelope-from alc) Message-Id: <200704131607.l3DG7TjC077735@repoman.freebsd.org> From: Alan Cox Date: Fri, 13 Apr 2007 16:07:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 16:07:30 -0000 alc 2007-04-13 16:07:29 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Eliminate the misuse of PG_FRAME to truncate a virtual address to a virtual page boundary. Reviewed by: ru@ Revision Changes Path 1.582 +1 -1 src/sys/amd64/amd64/pmap.c 1.587 +3 -3 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:08:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35E4416A402; Fri, 13 Apr 2007 16:08:24 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0E97513C45B; Fri, 13 Apr 2007 16:08:24 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DG8NMw077834; Fri, 13 Apr 2007 16:08:23 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DG8Nci077833; Fri, 13 Apr 2007 16:08:23 GMT (envelope-from kientzle) Message-Id: <200704131608.l3DG8Nci077833@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 13 Apr 2007 16:08: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.bin/tar read.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 16:08:24 -0000 kientzle 2007-04-13 16:08:23 UTC FreeBSD src repository Modified files: usr.bin/tar read.c Log: Portability. Thanks to: Martin Koeppe for testing on Interix Revision Changes Path 1.30 +2 -0 src/usr.bin/tar/read.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:08:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C300B16A401; Fri, 13 Apr 2007 16:08:44 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B2C6A13C4BA; Fri, 13 Apr 2007 16:08:44 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DG8ilt077884; Fri, 13 Apr 2007 16:08:44 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DG8itE077883; Fri, 13 Apr 2007 16:08:44 GMT (envelope-from lwhsu) Message-Id: <200704131608.l3DG8itE077883@repoman.freebsd.org> From: Li-Wen Hsu Date: Fri, 13 Apr 2007 16:08: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/bazaar Makefile ports/devel/bazaar/files patch-pfs-sftp.c patch-pfs.c patch-unit-sftp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 16:08:44 -0000 lwhsu 2007-04-13 16:08:44 UTC FreeBSD ports repository Modified files: devel/bazaar Makefile devel/bazaar/files patch-pfs.c Added files: devel/bazaar/files patch-pfs-sftp.c patch-unit-sftp.c Log: - Unbreak port after neon 0.26 import [1] - Remove 4.x stuff - Change PORTREVISION?= to PORTREVISION=, this is not a master port - Remove gmake in BUILD_DEPENDS, we already have USE_GMAKE PR: 111264 [1] Submitted by: Radim Kolar SF.NET Approved by: Ulf Lilleengen (maintainer), clsung (mentor) Revision Changes Path 1.9 +2 -9 ports/devel/bazaar/Makefile 1.1 +11 -0 ports/devel/bazaar/files/patch-pfs-sftp.c (new) 1.2 +14 -4 ports/devel/bazaar/files/patch-pfs.c 1.1 +20 -0 ports/devel/bazaar/files/patch-unit-sftp.c (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:26:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5CAD16A405; Fri, 13 Apr 2007 16:26:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A5E9913C469; Fri, 13 Apr 2007 16:26:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DGQvC8081521; Fri, 13 Apr 2007 16:26:57 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DGQvIc081520; Fri, 13 Apr 2007 16:26:57 GMT (envelope-from lwhsu) Message-Id: <200704131626.l3DGQvIc081520@repoman.freebsd.org> From: Li-Wen Hsu Date: Fri, 13 Apr 2007 16:26:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/mod_authnz_external 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, 13 Apr 2007 16:26:57 -0000 lwhsu 2007-04-13 16:26:57 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_authnz_external Makefile distinfo pkg-descr Log: Add mod_authnz_external 3.1.0, allows users authentication based on external mechanisms on apache 2.2. PR: ports/110877 Submitted by: José García Juanino Approved by: clsung (mentor) Revision Changes Path 1.1784 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/mod_authnz_external/Makefile (new) 1.1 +3 -0 ports/www/mod_authnz_external/distinfo (new) 1.1 +11 -0 ports/www/mod_authnz_external/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:27:07 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0400816A400; Fri, 13 Apr 2007 16:27:07 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D12E713C45D; Fri, 13 Apr 2007 16:27:06 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DGR6oM081563; Fri, 13 Apr 2007 16:27:06 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DGR6fC081562; Fri, 13 Apr 2007 16:27:06 GMT (envelope-from lwhsu) Message-Id: <200704131627.l3DGR6fC081562@repoman.freebsd.org> From: Li-Wen Hsu Date: Fri, 13 Apr 2007 16:27:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 16:27:07 -0000 lwhsu 2007-04-13 16:27:06 UTC FreeBSD ports repository Modified files: . modules Log: mod_authnz_external --> ports/www/mod_authnz_external Revision Changes Path 1.17849 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:39:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07DF316A401; Fri, 13 Apr 2007 16:39:09 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D509C13C480; Fri, 13 Apr 2007 16:39:08 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DGd8BJ083236; Fri, 13 Apr 2007 16:39:08 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DGd8KP083235; Fri, 13 Apr 2007 16:39:08 GMT (envelope-from mezz) Message-Id: <200704131639.l3DGd8KP083235@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 13 Apr 2007 16:39: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/news/pan 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, 13 Apr 2007 16:39:09 -0000 mezz 2007-04-13 16:39:08 UTC FreeBSD ports repository Modified files: news/pan Makefile distinfo Log: Update to 0.127. Revision Changes Path 1.84 +1 -1 ports/news/pan/Makefile 1.56 +3 -3 ports/news/pan/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:42:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B1D016A400; Fri, 13 Apr 2007 16:42:46 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1BB2513C4C2; Fri, 13 Apr 2007 16:42:46 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DGgj6W084418; Fri, 13 Apr 2007 16:42:45 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DGgjE1084417; Fri, 13 Apr 2007 16:42:45 GMT (envelope-from nivit) Message-Id: <200704131642.l3DGgjE1084417@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 13 Apr 2007 16: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/devel Makefile ports/devel/py-cog 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, 13 Apr 2007 16:42:46 -0000 nivit 2007-04-13 16:42:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-cog Makefile distinfo pkg-descr pkg-plist Log: Cog transforms files in a very simple way: it finds chunks of Python code embedded in them, executes the Python code, and inserts its output back into the original file. The file can contain whatever text you like around the Python code. It will usually be source code. Author: Ned Batchelder WWW: http://www.nedbatchelder.com/code/cog/index.html PR: ports/111046 Submitted by: Alex Pesternikov Revision Changes Path 1.2730 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/py-cog/Makefile (new) 1.1 +3 -0 ports/devel/py-cog/distinfo (new) 1.1 +7 -0 ports/devel/py-cog/pkg-descr (new) 1.1 +34 -0 ports/devel/py-cog/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:42:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B91E16A408; Fri, 13 Apr 2007 16:42:53 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4F47F13C4E8; Fri, 13 Apr 2007 16:42:53 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DGgrp4084507; Fri, 13 Apr 2007 16:42:53 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DGgrMv084506; Fri, 13 Apr 2007 16:42:53 GMT (envelope-from nivit) Message-Id: <200704131642.l3DGgrMv084506@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 13 Apr 2007 16:42:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 16:42:53 -0000 nivit 2007-04-13 16:42:53 UTC FreeBSD ports repository Modified files: . modules Log: py-cog --> ports/devel/py-cog Revision Changes Path 1.17850 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 13 16:48:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 032B016A400; Fri, 13 Apr 2007 16:48:55 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CFCEE13C457; Fri, 13 Apr 2007 16:48:54 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DGmsNm093306; Fri, 13 Apr 2007 16:48:54 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DGmsev093305; Fri, 13 Apr 2007 16:48:54 GMT (envelope-from lwhsu) Message-Id: <200704131648.l3DGmsev093305@repoman.freebsd.org> From: Li-Wen Hsu Date: Fri, 13 Apr 2007 16:48: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: 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: Fri, 13 Apr 2007 16:48:55 -0000 lwhsu 2007-04-13 16:48:54 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Juanino for ports/110877 Approved by: clsung (mentor) Revision Changes Path 1.687 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 17:27:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0496616A405; Fri, 13 Apr 2007 17:27:30 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from mx1.ethionet.et (mx1.ethionet.et [213.55.64.53]) by mx1.freebsd.org (Postfix) with ESMTP id 516A113C48C; Fri, 13 Apr 2007 17:27:29 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from mx1.ethionet.et (localhost [127.0.0.1]) by localhost.ethionet.et (Postfix) with ESMTP id 67F6B4791; Fri, 13 Apr 2007 20:23:45 +0300 (EAT) Received: from rogue.navcom.lan (unknown [213.55.64.99])by mx1.ethionet.et ( Postfix) with SMTP id 20F195099;Fri, 13 Apr 2007 20:23:44 +0300 (EAT) Received: by rogue.navcom.lan (Postfix, from userid 1001)id 76AED115B; Fri, 13 Apr 2007 20:30:16 +0300 (EAT) Date: Fri, 13 Apr 2007 20:30:16 +0300 From: Mike Makonnen To: Pawel Jakub Dawidek Message-ID: <20070413173016.GA2248@rogue.navcom.lan> References: <200704131102.l3DB269B007247@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704131102.l3DB269B007247@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i X-Operating-System: FreeBSD/7.0-CURRENT (i386) X-imss-version: 2.46 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:4 C:3 M:3 S:4 R:3 (1.0000 1.0000) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d zfs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 17:27:30 -0000 On Fri, Apr 13, 2007 at 11:02:06AM +0000, Pawel Jakub Dawidek wrote: > pjd 2007-04-13 11:02:06 UTC > > - Move 'zfs volinit' before 'zfs mount -a' and 'zfs volfini' after > 'zfs unmount -a'. > Hi Pawel, Is it necessary to run this script on shutdown? The reason I ask is because I usually get "device busy" errors on shutdown when this script is run. Also, I often shutdown to single-user to install packages or do an installworld from my portable usb hard drive and I end up having to remount it. It's no big deal but it's an inconvenience. Given that data integrity is one of the big pluses of ZFS can we NOT have this script run at shutdown? Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm @ FreeBSD.Org | FreeBSD - http://www.freebsd.org From owner-cvs-all@FreeBSD.ORG Fri Apr 13 17:42:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05CE116A401; Fri, 13 Apr 2007 17:42:36 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D2E8213C487; Fri, 13 Apr 2007 17:42:35 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DHgZBP003806; Fri, 13 Apr 2007 17:42:35 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DHgZEe003803; Fri, 13 Apr 2007 17:42:35 GMT (envelope-from sobomax) Message-Id: <200704131742.l3DHgZEe003803@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 17:42:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/asterisk12 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 17:42:36 -0000 sobomax 2007-04-13 17:42:35 UTC FreeBSD ports repository Modified files: net/asterisk12 Makefile Log: h.323 module compiles file on amd64 so that don't limit it to i386. Revision Changes Path 1.67 +0 -1 ports/net/asterisk12/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 17:45:45 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A5B116A400; Fri, 13 Apr 2007 17:45:45 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 531B013C487; Fri, 13 Apr 2007 17:45:45 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DHjjf3004352; Fri, 13 Apr 2007 17:45:45 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DHjjDc004351; Fri, 13 Apr 2007 17:45:45 GMT (envelope-from sobomax) Message-Id: <200704131745.l3DHjjDc004351@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 13 Apr 2007 17:45: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/net/asterisk12 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 17:45:45 -0000 sobomax 2007-04-13 17:45:45 UTC FreeBSD ports repository Modified files: net/asterisk12 Makefile Log: Remove d3adc0d3. Revision Changes Path 1.68 +0 -6 ports/net/asterisk12/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 17:49:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 802E116A400; Fri, 13 Apr 2007 17:49:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7010513C480; Fri, 13 Apr 2007 17:49:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DHn9Ha004530; Fri, 13 Apr 2007 17:49:09 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DHn9Bf004529; Fri, 13 Apr 2007 17:49:09 GMT (envelope-from garga) Message-Id: <200704131749.l3DHn9Bf004529@repoman.freebsd.org> From: Renato Botelho Date: Fri, 13 Apr 2007 17:49: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/clamav Makefile distinfo pkg-plist ports/security/clamav/files clamav-milter.in patch-libclamav__matcher-ac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 17:49:09 -0000 garga 2007-04-13 17:49:09 UTC FreeBSD ports repository Modified files: security/clamav Makefile distinfo pkg-plist security/clamav/files clamav-milter.in Added files: security/clamav/files patch-libclamav__matcher-ac.c Log: - Update to 0.90.2 - Add a patch to increase performance of clamd in threaded systems [1] - Change clamav-milter rc.d script to use a var to determine seconds of timeout to wait clamd socket be started [2] - Add support to gethostbyname_r() on FreeBSD 6 and above [3] - Install clamav-config.h [3] - Fix all dependencies for klamav work fine [3] PR: ports/111130 [2], ports/111478 [3] Submitted by: Anton Yuzhaninov [1] Denis Eremenko [2] Anderson S. Ferreira [3] Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=434 [1] Revision Changes Path 1.96 +8 -3 ports/security/clamav/Makefile 1.38 +3 -3 ports/security/clamav/distinfo 1.3 +15 -2 ports/security/clamav/files/clamav-milter.in 1.1 +65 -0 ports/security/clamav/files/patch-libclamav__matcher-ac.c (new) 1.32 +2 -1 ports/security/clamav/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 18:09:08 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3F5516A401; Fri, 13 Apr 2007 18:09:08 +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 8726E13C458; Fri, 13 Apr 2007 18:09:08 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 90C822090; Fri, 13 Apr 2007 20:08:48 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 11C492087; Fri, 13 Apr 2007 20:08:48 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id EC2B150DD; Fri, 13 Apr 2007 20:08:47 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Mike Makonnen References: <200704131102.l3DB269B007247@repoman.freebsd.org> <20070413173016.GA2248@rogue.navcom.lan> Date: Fri, 13 Apr 2007 20:08:47 +0200 In-Reply-To: <20070413173016.GA2248@rogue.navcom.lan> (Mike Makonnen's message of "Fri, 13 Apr 2007 20:30:16 +0300") Message-ID: <86zm5ckuz4.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) 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, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d zfs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 18:09:09 -0000 Mike Makonnen writes: > On Fri, Apr 13, 2007 at 11:02:06AM +0000, Pawel Jakub Dawidek wrote: > > pjd 2007-04-13 11:02:06 UTC > > - Move 'zfs volinit' before 'zfs mount -a' and 'zfs volfini' after > > 'zfs unmount -a'. > Is it necessary to run this script on shutdown? Probably not... that was my decision, and I apparently didn't think it through. Still nice to have a 'stop' command, but we should remove the shutdown keyword. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Apr 13 18:15:08 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABF7516A403; Fri, 13 Apr 2007 18:15:08 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8501A13C448; Fri, 13 Apr 2007 18:15:08 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DIF8jI011844; Fri, 13 Apr 2007 18:15:08 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DIF8kG011842; Fri, 13 Apr 2007 18:15:08 GMT (envelope-from maxim) Message-Id: <200704131815.l3DIF8kG011842@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 13 Apr 2007 18:15: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/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 18:15:08 -0000 maxim 2007-04-13 18:15:07 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: o Extend the list of supported CDMA-2000 terminals. Submitted by: R.Mahmatkhanov MFC after: 10 days Revision Changes Path 1.291 +2 -2 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Fri Apr 13 18:25:04 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F3D216A502; Fri, 13 Apr 2007 18:25:04 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 77EF413C45A; Fri, 13 Apr 2007 18:25:04 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DIP4x8013541; Fri, 13 Apr 2007 18:25:04 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DIP43J013540; Fri, 13 Apr 2007 18:25:04 GMT (envelope-from jkim) Message-Id: <200704131825.l3DIP43J013540@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 13 Apr 2007 18:25: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/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, 13 Apr 2007 18:25:04 -0000 jkim 2007-04-13 18:25:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC: 1.187 Enable MSI support on RELENG_6. Revision Changes Path 1.91.2.22 +3 -3 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 18:25:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5263B16A403; Fri, 13 Apr 2007 18:25:20 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2ADB113C43E; Fri, 13 Apr 2007 18:25:20 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DIPKFH013583; Fri, 13 Apr 2007 18:25:20 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DIPKlZ013582; Fri, 13 Apr 2007 18:25:20 GMT (envelope-from garga) Message-Id: <200704131825.l3DIPKlZ013582@repoman.freebsd.org> From: Renato Botelho Date: Fri, 13 Apr 2007 18: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/security/clamav 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, 13 Apr 2007 18:25:20 -0000 garga 2007-04-13 18:25:19 UTC FreeBSD ports repository Modified files: security/clamav Makefile distinfo pkg-descr pkg-plist Log: Forced commit to note last commit fix a security problem. Security: CVE-2007-2029 Revision Changes Path 1.97 +0 -0 ports/security/clamav/Makefile 1.39 +0 -0 ports/security/clamav/distinfo 1.10 +0 -0 ports/security/clamav/pkg-descr 1.33 +1 -1 ports/security/clamav/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 18:46:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 791E116A400; Fri, 13 Apr 2007 18:46:36 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5231113C489; Fri, 13 Apr 2007 18:46:36 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DIka4B016848; Fri, 13 Apr 2007 18:46:36 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DIkaNt016847; Fri, 13 Apr 2007 18:46:36 GMT (envelope-from des) Message-Id: <200704131846.l3DIkaNt016847@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 13 Apr 2007 18:46: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/rc.d zfs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 18:46:36 -0000 des 2007-04-13 18:46:35 UTC FreeBSD src repository Modified files: etc/rc.d zfs Log: Remove the shutdown keyword. It just adds noise to the shutdown process. Revision Changes Path 1.3 +1 -1 src/etc/rc.d/zfs From owner-cvs-all@FreeBSD.ORG Fri Apr 13 18:50:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 312F816A404; Fri, 13 Apr 2007 18:50:05 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 08BE113C46E; Fri, 13 Apr 2007 18:50:05 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DIo471016956; Fri, 13 Apr 2007 18:50:04 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DIo47w016954; Fri, 13 Apr 2007 18:50:04 GMT (envelope-from pjd) Message-Id: <200704131850.l3DIo47w016954@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 13 Apr 2007 18:50: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/contrib/opensolaris/uts/common/fs/zfs arc.c dbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 18:50:05 -0000 pjd 2007-04-13 18:50:03 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs arc.c dbuf.c Log: Fix overflow, which was causing endless loops when 32bit machine had more than 2GB of RAM. This was because our physmem is long and 'physmem*PAGESIZE' can be negative for more than 2GB of memory. Reported by: Andrey V. Elsukov It is not yet tested by Andrey, so there can be other problems, but this was definiately a bug, so I'm committing a fix now. Revision Changes Path 1.8 +2 -2 src/sys/contrib/opensolaris/uts/common/fs/zfs/arc.c 1.2 +1 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/dbuf.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 18:55:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30A1716A40A; Fri, 13 Apr 2007 18:55:52 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 07EA113C45B; Fri, 13 Apr 2007 18:55:52 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DItpCJ017985; Fri, 13 Apr 2007 18:55:51 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DItpjC017984; Fri, 13 Apr 2007 18:55:51 GMT (envelope-from anray) Message-Id: <200704131855.l3DItpjC017984@repoman.freebsd.org> From: Andrey Slusar Date: Fri, 13 Apr 2007 18:55:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/pecl-imagick 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, 13 Apr 2007 18:55:52 -0000 anray 2007-04-13 18:55:51 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/pecl-imagick Makefile distinfo pkg-descr Log: Provides a wrapper to the ImageMagick/GraphicsMagick library. WWW: http://pecl.php.net/package/imagick/ Revision Changes Path 1.1061 +1 -0 ports/graphics/Makefile 1.10 +26 -0 ports/graphics/pecl-imagick/Makefile (new) 1.4 +3 -0 ports/graphics/pecl-imagick/distinfo (new) 1.3 +3 -0 ports/graphics/pecl-imagick/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 18:57:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5737916A403; Fri, 13 Apr 2007 18:57:05 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2FB6C13C4B8; Fri, 13 Apr 2007 18:57:05 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DIv5m1018226; Fri, 13 Apr 2007 18:57:05 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DIv5jW018224; Fri, 13 Apr 2007 18:57:05 GMT (envelope-from anray) Message-Id: <200704131857.l3DIv5jW018224@repoman.freebsd.org> From: Andrey Slusar Date: Fri, 13 Apr 2007 18:57: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: 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, 13 Apr 2007 18:57:05 -0000 anray 2007-04-13 18:57:04 UTC FreeBSD ports repository Modified files: . modules Log: pecl-imagick --> ports/graphics/pecl-imagick Revision Changes Path 1.17851 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:04:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D3C016A403; Fri, 13 Apr 2007 19:04:13 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from mx1.ethionet.et (mx1.ethionet.et [213.55.64.53]) by mx1.freebsd.org (Postfix) with ESMTP id 9DBBA13C448; Fri, 13 Apr 2007 19:04:12 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from mx1.ethionet.et (localhost [127.0.0.1]) by localhost.ethionet.et (Postfix) with ESMTP id 171A35052; Fri, 13 Apr 2007 22:00:29 +0300 (EAT) Received: from rogue.navcom.lan (unknown [213.55.64.99])by mx1.ethionet.et ( Postfix) with SMTP id DA66B5020;Fri, 13 Apr 2007 22:00:28 +0300 (EAT) Received: by rogue.navcom.lan (Postfix, from userid 1001)id 80C211182; Fri, 13 Apr 2007 22:07:02 +0300 (EAT) Date: Fri, 13 Apr 2007 22:07:01 +0300 From: Mike Makonnen To: Dag-Erling Smorgrav Message-ID: <20070413190701.GA26941@rogue.navcom.lan> References: <200704131846.l3DIkaNt016847@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704131846.l3DIkaNt016847@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i X-Operating-System: FreeBSD/7.0-CURRENT (i386) X-imss-version: 2.46 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:4 C:3 M:3 S:4 R:3 (1.0000 1.0000) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d zfs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 19:04:13 -0000 On Fri, Apr 13, 2007 at 06:46:35PM +0000, Dag-Erling Smorgrav wrote: > des 2007-04-13 18:46:35 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d zfs > Log: > Remove the shutdown keyword. It just adds noise to the shutdown process. > > Revision Changes Path > 1.3 +1 -1 src/etc/rc.d/zfs Thanks! -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm @ FreeBSD.Org | FreeBSD - http://www.freebsd.org From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:07:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30DA916A404; Fri, 13 Apr 2007 19:07:54 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 07F8313C4AE; Fri, 13 Apr 2007 19:07:54 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DJ7rv9021356; Fri, 13 Apr 2007 19:07:53 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DJ7ruf021355; Fri, 13 Apr 2007 19:07:53 GMT (envelope-from stefan) Message-Id: <200704131907.l3DJ7ruf021355@repoman.freebsd.org> From: Stefan Walter Date: Fri, 13 Apr 2007 19:07:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/itext 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, 13 Apr 2007 19:07:54 -0000 stefan 2007-04-13 19:07:53 UTC FreeBSD ports repository Modified files: devel/itext Makefile distinfo Log: Update to 2.0.2. Revision Changes Path 1.25 +1 -1 ports/devel/itext/Makefile 1.20 +3 -3 ports/devel/itext/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:09:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F35416A409; Fri, 13 Apr 2007 19:09:40 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5713513C480; Fri, 13 Apr 2007 19:09:40 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DJ9eAt021453; Fri, 13 Apr 2007 19:09:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DJ9eDf021452; Fri, 13 Apr 2007 19:09:40 GMT (envelope-from ahze) Message-Id: <200704131909.l3DJ9eDf021452@repoman.freebsd.org> From: Michael Johnson Date: Fri, 13 Apr 2007 19:09: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/print/gutenprint-cups 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, 13 Apr 2007 19:09:40 -0000 ahze 2007-04-13 19:09:40 UTC FreeBSD ports repository Modified files: print/gutenprint-cups pkg-plist Log: Dont try to remove libexec/cups/driver Reported by: kris via pointyhat Revision Changes Path 1.3 +0 -1 ports/print/gutenprint-cups/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:12:32 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4ED5816A406; Fri, 13 Apr 2007 19:12:32 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 25AF513C4B7; Fri, 13 Apr 2007 19:12:32 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DJCWIi022390; Fri, 13 Apr 2007 19:12:32 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DJCVv7022389; Fri, 13 Apr 2007 19:12:31 GMT (envelope-from murray) Message-Id: <200704131912.l3DJCVv7022389@repoman.freebsd.org> From: Murray Stokely Date: Fri, 13 Apr 2007 19:12:31 +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 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: Fri, 13 Apr 2007 19:12:32 -0000 murray 2007-04-13 19:12:31 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Add a for an overly long newsflash entry so that the full paragraph isn't displayed in a spot on the homepage meant for 5 words. Revision Changes Path 1.78 +3 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:15:19 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C64B16A401; Fri, 13 Apr 2007 19:15:19 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 64FB813C458; Fri, 13 Apr 2007 19:15:19 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DJFJsQ022956; Fri, 13 Apr 2007 19:15:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DJFJXI022955; Fri, 13 Apr 2007 19:15:19 GMT (envelope-from pav) Message-Id: <200704131915.l3DJFJXI022955@repoman.freebsd.org> From: Pav Lucistnik <pav@FreeBSD.org> Date: Fri, 13 Apr 2007 19:15: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/games/glob2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 19:15:19 -0000 pav 2007-04-13 19:15:18 UTC FreeBSD ports repository Modified files: games/glob2 Makefile Log: - Fix fetching Revision Changes Path 1.17 +1 -1 ports/games/glob2/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:28:14 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C375616A401; Fri, 13 Apr 2007 19:28:14 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9B0C013C459; Fri, 13 Apr 2007 19:28:14 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DJSE87024750; Fri, 13 Apr 2007 19:28:14 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DJSESH024749; Fri, 13 Apr 2007 19:28:14 GMT (envelope-from murray) Message-Id: <200704131928.l3DJSESH024749@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Fri, 13 Apr 2007 19:28: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 summerofcode-2007.sgml summerofcode.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 19:28:14 -0000 murray 2007-04-13 19:28:14 UTC FreeBSD doc repository Modified files: en/projects summerofcode-2007.sgml summerofcode.xsl Log: Fix a few cosmetic nits. Revision Changes Path 1.2 +26 -26 www/en/projects/summerofcode-2007.sgml 1.7 +4 -4 www/en/projects/summerofcode.xsl From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:34:14 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFD1A16A400; Fri, 13 Apr 2007 19:34:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B73CA13C480; Fri, 13 Apr 2007 19:34:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DJYEZE026249; Fri, 13 Apr 2007 19:34:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DJYEZY026248; Fri, 13 Apr 2007 19:34:14 GMT (envelope-from miwi) Message-Id: <200704131934.l3DJYEZY026248@repoman.freebsd.org> From: Martin Wilke <miwi@FreeBSD.org> Date: Fri, 13 Apr 2007 19:34:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mutt-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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 19:34:15 -0000 miwi 2007-04-13 19:34:14 UTC FreeBSD ports repository Modified files: mail/mutt-devel Makefile Log: - Fix extract nntp patch Reported by: krion@ Approved by: maintainer Revision Changes Path 1.282 +1 -1 ports/mail/mutt-devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:34:17 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64E2E16A550; Fri, 13 Apr 2007 19:34:17 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3C61713C459; Fri, 13 Apr 2007 19:34:17 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DJYHNw026272; Fri, 13 Apr 2007 19:34:17 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DJYHMp026271; Fri, 13 Apr 2007 19:34:17 GMT (envelope-from murray) Message-Id: <200704131934.l3DJYHMp026271@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Fri, 13 Apr 2007 19:34: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: www/share/sgml 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 19:34:17 -0000 murray 2007-04-13 19:34:17 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Add newsflash entry about the 25 accepted FreeBSD Summer of Code applications. Revision Changes Path 1.79 +26 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:41:20 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3ADD16A417; Fri, 13 Apr 2007 19:41:20 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BADC913C455; Fri, 13 Apr 2007 19:41:20 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DJfKej027221; Fri, 13 Apr 2007 19:41:20 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DJfK8w027219; Fri, 13 Apr 2007 19:41:20 GMT (envelope-from flz) Message-Id: <200704131941.l3DJfK8w027219@repoman.freebsd.org> From: Florent Thoumie <flz@FreeBSD.org> Date: Fri, 13 Apr 2007 19:41:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/libtorrent/files stable-src_torrent_chunk__manager.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 19:41:21 -0000 flz 2007-04-13 19:41:20 UTC FreeBSD ports repository Removed files: net-p2p/libtorrent/files stable-src_torrent_chunk__manager.cc Log: Forgot to remove that patch. Reported by: Jason Lowdermilk <jlowdermilk@gmail.com> Revision Changes Path 1.2 +0 -10 ports/net-p2p/libtorrent/files/stable-src_torrent_chunk__manager.cc (dead) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 19:43:10 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D2E916A400; Fri, 13 Apr 2007 19:43:10 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 64F1A13C483; Fri, 13 Apr 2007 19:43:10 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DJhAB4027855; Fri, 13 Apr 2007 19:43:10 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DJhASq027854; Fri, 13 Apr 2007 19:43:10 GMT (envelope-from murray) Message-Id: <200704131943.l3DJhASq027854@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Fri, 13 Apr 2007 19:43: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: www/share/sgml 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 19:43:10 -0000 murray 2007-04-13 19:43:10 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Amusing typo. Revision Changes Path 1.80 +2 -2 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 20:49:26 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 039AC16A401; Fri, 13 Apr 2007 20:49:26 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E694813C43E; Fri, 13 Apr 2007 20:49:25 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DKnPdQ047907; Fri, 13 Apr 2007 20:49:25 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DKnPcK047906; Fri, 13 Apr 2007 20:49:25 GMT (envelope-from nivit) Message-Id: <200704132049.l3DKnPcK047906@repoman.freebsd.org> From: Nicola Vitale <nivit@FreeBSD.org> Date: Fri, 13 Apr 2007 20:49: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 Makefile ports/www/trac-bzr 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 20:49:26 -0000 nivit 2007-04-13 20:49:25 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/trac-bzr Makefile distinfo pkg-descr pkg-message pkg-plist Log: Trac-bzr is an extension for Trac, so its revision browser can show Bazaar branches WWW: http://bazaar-vcs.org/TracBzr PR: ports/111230 Submitted by: Radim Kolar <hsn at sanatana.dharma> Revision Changes Path 1.1785 +1 -0 ports/www/Makefile 1.1 +36 -0 ports/www/trac-bzr/Makefile (new) 1.1 +3 -0 ports/www/trac-bzr/distinfo (new) 1.1 +4 -0 ports/www/trac-bzr/pkg-descr (new) 1.1 +9 -0 ports/www/trac-bzr/pkg-message (new) 1.1 +4 -0 ports/www/trac-bzr/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 13 20:49:35 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7D1416A401; Fri, 13 Apr 2007 20:49:35 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AF4AE13C4B0; Fri, 13 Apr 2007 20:49:35 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DKnZnE047955; Fri, 13 Apr 2007 20:49:35 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DKnZmi047954; Fri, 13 Apr 2007 20:49:35 GMT (envelope-from nivit) Message-Id: <200704132049.l3DKnZmi047954@repoman.freebsd.org> From: Nicola Vitale <nivit@FreeBSD.org> Date: Fri, 13 Apr 2007 20:49: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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 20:49:35 -0000 nivit 2007-04-13 20:49:35 UTC FreeBSD ports repository Modified files: . modules Log: trac-bzr --> ports/www/trac-bzr Revision Changes Path 1.17852 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 13 20:53:44 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4BF116A403 for <cvs-all@FreeBSD.org>; Fri, 13 Apr 2007 20:53:44 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 2289213C48C for <cvs-all@FreeBSD.org>; Fri, 13 Apr 2007 20:53:43 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.8/8.13.8) with ESMTP id l3DKrgoG022903; Sat, 14 Apr 2007 00:53:42 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sat, 14 Apr 2007 00:53:42 +0400 (MSD) From: Dmitry Morozovsky <marck@rinet.ru> To: Gabor Kovesdan <gabor@FreeBSD.org> In-Reply-To: <200704131419.l3DEJlK6053273@repoman.freebsd.org> Message-ID: <20070414005307.Y20071@woozle.rinet.ru> References: <200704131419.l3DEJlK6053273@repoman.freebsd.org> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (woozle.rinet.ru [0.0.0.0]); Sat, 14 Apr 2007 00:53:43 +0400 (MSD) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/developers cvs.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 20:53:44 -0000 On Fri, 13 Apr 2007, Gabor Kovesdan wrote: GK> gabor 2007-04-13 14:19:46 UTC GK> GK> FreeBSD doc repository GK> GK> Modified files: GK> en/developers cvs.sgml GK> Log: GK> - Remove superfluous li end tag to unbreak the build GK> GK> Approved by: keramida (mentor) Oops, thanks. <reminder> Never commit without test build. </reminder> Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-all@FreeBSD.ORG Fri Apr 13 21:03:43 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2209416A402; Fri, 13 Apr 2007 21:03:43 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ED91E13C480; Fri, 13 Apr 2007 21:03:42 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DL3g0S051955; Fri, 13 Apr 2007 21:03:42 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DL3gKa051953; Fri, 13 Apr 2007 21:03:42 GMT (envelope-from ru) Message-Id: <200704132103.l3DL3gKa051953@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Fri, 13 Apr 2007 21:03: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/usr.sbin/pkg_install/sign main.c stand.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 21:03:43 -0000 ru 2007-04-13 21:03:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/sign main.c stand.c Log: MFC: Fix the logic bug and static linkage. Revision Changes Path 1.2.14.1 +2 -2 src/usr.sbin/pkg_install/sign/main.c 1.2.14.1 +1 -1 src/usr.sbin/pkg_install/sign/stand.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 21:12:10 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A260216A400; Fri, 13 Apr 2007 21:12:10 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 79B4313C45E; Fri, 13 Apr 2007 21:12:10 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DLCAje053812; Fri, 13 Apr 2007 21:12:10 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DLCA7F053807; Fri, 13 Apr 2007 21:12:10 GMT (envelope-from sat) Message-Id: <200704132112.l3DLCA7F053807@repoman.freebsd.org> From: Andrew Pantyukhin <sat@FreeBSD.org> Date: Fri, 13 Apr 2007 21:12:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ts 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 21:12:10 -0000 sat 2007-04-13 21:12:08 UTC FreeBSD ports repository Modified files: sysutils/ts Makefile distinfo Log: - Update to 0.4 Revision Changes Path 1.4 +2 -2 ports/sysutils/ts/Makefile 1.4 +3 -3 ports/sysutils/ts/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 13 21:30:48 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B25E116A400; Fri, 13 Apr 2007 21:30:48 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 891D613C46E; Fri, 13 Apr 2007 21:30:48 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DLUmao057039; Fri, 13 Apr 2007 21:30:48 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DLUmsE057038; Fri, 13 Apr 2007 21:30:48 GMT (envelope-from phk) Message-Id: <200704132130.l3DLUmsE057038@repoman.freebsd.org> From: Poul-Henning Kamp <phk@FreeBSD.org> Date: Fri, 13 Apr 2007 21:30:48 +0000 (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/mount 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 21:30:48 -0000 phk 2007-04-13 21:30:48 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Align -p output in TAB built columns suitable for /etc/fstab. Revision Changes Path 1.95 +19 -2 src/sbin/mount/mount.c From owner-cvs-all@FreeBSD.ORG Fri Apr 13 22:20:06 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60E6116A400; Fri, 13 Apr 2007 22:20:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3839113C4B9; Fri, 13 Apr 2007 22:20:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DMK6gR066193; Fri, 13 Apr 2007 22:20:06 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DMK6Jb066192; Fri, 13 Apr 2007 22:20:06 GMT (envelope-from gerald) Message-Id: <200704132220.l3DMK6Jb066192@repoman.freebsd.org> From: Gerald Pfeifer <gerald@FreeBSD.org> Date: Fri, 13 Apr 2007 22:20: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/gcc41 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 22:20:06 -0000 gerald 2007-04-13 22:20:05 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile Log: Add WANT_GNOME=yes per our GNOME porting documentation. Revision Changes Path 1.319 +1 -0 ports/lang/gcc41/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 22:20:59 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE1BC16A400; Fri, 13 Apr 2007 22:20:59 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 951E213C457; Fri, 13 Apr 2007 22:20:59 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DMKxfQ066538; Fri, 13 Apr 2007 22:20:59 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DMKxY0066535; Fri, 13 Apr 2007 22:20:59 GMT (envelope-from gerald) Message-Id: <200704132220.l3DMKxY0066535@repoman.freebsd.org> From: Gerald Pfeifer <gerald@FreeBSD.org> Date: Fri, 13 Apr 2007 22:20:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc42 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 22:20:59 -0000 gerald 2007-04-13 22:20:59 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile Log: Add WANT_GNOME=yes per our GNOME porting documentation. Revision Changes Path 1.309 +1 -0 ports/lang/gcc42/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 13 22:41:05 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A165F16A403; Fri, 13 Apr 2007 22:41:05 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8F9AE13C459; Fri, 13 Apr 2007 22:41:05 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DMf5DS069727; Fri, 13 Apr 2007 22:41:05 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DMf5TB069723; Fri, 13 Apr 2007 22:41:05 GMT (envelope-from itetcu) Message-Id: <200704132241.l3DMf5TB069723@repoman.freebsd.org> From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> Date: Fri, 13 Apr 2007 22:41:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 22:41:05 -0000 itetcu 2007-04-13 22:41:05 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile distinfo pkg-plist mail/dspam-devel/files UPDATING Log: Update to 3.8.0 - Official "stable" release - fixed message corruption problems with direct delivery (when using direct delivery (e.g. DeliveryHost), certain servers require a linefeed after carriage return otherwise the message will become malformatted). - added a patch to fix CRLF pairs that are not correctly stripped out when saving the message to the quarantine mbox file; useful if using LMTP or SMTP (as opposed to running the client directly from a delivery script), *AND* you are using the quarantine feature [1] I'm interested if anything breaks in the WebUI if you're not using either SMTP or LMTP. [1] patch from John Peacock <jpeacock@rowman.com> http://mailing-list.nuclearelephant.com/6023.html Revision Changes Path 1.62 +3 -3 ports/mail/dspam-devel/Makefile 1.36 +3 -3 ports/mail/dspam-devel/distinfo 1.33 +19 -1 ports/mail/dspam-devel/files/UPDATING 1.36 +0 -1 ports/mail/dspam-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 13 22:44:47 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2894316A407; Fri, 13 Apr 2007 22:44:47 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F37CF13C44B; Fri, 13 Apr 2007 22:44:46 +0000 (UTC) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DMikYP070640; Fri, 13 Apr 2007 22:44:46 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DMikTY070639; Fri, 13 Apr 2007 22:44:46 GMT (envelope-from murray) Message-Id: <200704132244.l3DMikTY070639@repoman.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Fri, 13 Apr 2007 22:44:45 +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 summerofcode-2007.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 22:44:47 -0000 murray 2007-04-13 22:44:45 UTC FreeBSD doc repository Modified files: en/projects summerofcode-2007.sgml Log: Fix closing </li> html. Revision Changes Path 1.3 +5 -5 www/en/projects/summerofcode-2007.sgml From owner-cvs-all@FreeBSD.ORG Fri Apr 13 23:54:23 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0531316A401; Fri, 13 Apr 2007 23:54:23 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D0A1A13C468; Fri, 13 Apr 2007 23:54:22 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DNsMxO082258; Fri, 13 Apr 2007 23:54:22 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DNsMVp082257; Fri, 13 Apr 2007 23:54:22 GMT (envelope-from pjd) Message-Id: <200704132354.l3DNsMVp082257@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Fri, 13 Apr 2007 23:54: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_jail.c vfs_mount.c 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 13 Apr 2007 23:54:23 -0000 pjd 2007-04-13 23:54:22 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c vfs_mount.c vfs_subr.c Log: Fix jails and jail-friendly file systems handling: - We need to allow for PRIV_VFS_MOUNT_OWNER inside a jail. - Move security checks to vfs_suser() and deny unmounting and updating for jailed root from different jails, etc. OK'ed by: rwatson Revision Changes Path 1.70 +1 -0 src/sys/kern/kern_jail.c 1.257 +0 -5 src/sys/kern/vfs_mount.c 1.700 +24 -0 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 01:01:47 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B47616A401; Sat, 14 Apr 2007 01:01:47 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E744E13C46C; Sat, 14 Apr 2007 01:01:46 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E11kqx000737; Sat, 14 Apr 2007 01:01:46 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E11kum000736; Sat, 14 Apr 2007 01:01:46 GMT (envelope-from bms) Message-Id: <200704140101.l3E11kum000736@repoman.freebsd.org> From: Bruce M Simpson <bms@FreeBSD.org> Date: Sat, 14 Apr 2007 01:01: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/contrib/pf/net if_pfsync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 01:01:47 -0000 bms 2007-04-14 01:01:46 UTC FreeBSD src repository Modified files: sys/contrib/pf/net if_pfsync.c Log: In member interface detach event handler, do not attempt to free state which has already been freed by in_ifdetach(). With this cumulative change, the removal of a member interface will not cause a panic in pfsync(4). Requested by: yar PR: 86848 Revision Changes Path 1.34 +9 -1 src/sys/contrib/pf/net/if_pfsync.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 01:30:35 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E86EC16A400; Sat, 14 Apr 2007 01:30:35 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D998713C480; Sat, 14 Apr 2007 01:30:35 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E1UZL6010491; Sat, 14 Apr 2007 01:30:35 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E1UZjB010490; Sat, 14 Apr 2007 01:30:35 GMT (envelope-from mezz) Message-Id: <200704140130.l3E1UZjB010490@repoman.freebsd.org> From: Jeremy Messenger <mezz@FreeBSD.org> Date: Sat, 14 Apr 2007 01: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/www/linux-opera Makefile ports/www/linux-opera/files patch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 01:30:36 -0000 mezz 2007-04-14 01:30:35 UTC FreeBSD ports repository Modified files: www/linux-opera Makefile www/linux-opera/files patch-install.sh Log: Add a patch in ${PREFIX}/bin/linux-opera for required to check on kern.ipc.shm_allow_removed if it is disable then set OPERA_NUM_XSHM to 0 to disable the shared memory support or it will causing Opera to halt or/and give strange behavior. Bump the PORTREVISION. Enable the shm_allow_removed is supposed to be make Opera runs faster with the shared memory enable. I personal couldn't tell any difference on the my fast machine by on my own eyes. Reported by: a few of www/linux-opera users Revision Changes Path 1.81 +1 -1 ports/www/linux-opera/Makefile 1.21 +48 -36 ports/www/linux-opera/files/patch-install.sh From owner-cvs-all@FreeBSD.ORG Sat Apr 14 01:44:29 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A513A16A401; Sat, 14 Apr 2007 01:44:29 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao107.cox.net (eastrmmtao107.cox.net [68.230.240.59]) by mx1.freebsd.org (Postfix) with ESMTP id E173113C465; Sat, 14 Apr 2007 01:44:28 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao107.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070414014427.QRLV1271.eastrmmtao107.cox.net@eastrmimpo02.cox.net>; Fri, 13 Apr 2007 21:44:27 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id mpkT1W0044iy4EG0000000; Fri, 13 Apr 2007 21:44:27 -0400 Date: Fri, 13 Apr 2007 20:47:01 -0500 To: "Jeremy Messenger" <mezz@freebsd.org> From: "Jeremy Messenger" <mezz7@cox.net> Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200704140130.l3E1UZjB010490@repoman.freebsd.org> Content-Transfer-Encoding: 7bit Message-ID: <op.tqq28nb49aq2h7@mezz.mezzweb.com> In-Reply-To: <200704140130.l3E1UZjB010490@repoman.freebsd.org> User-Agent: Opera Mail/9.20 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/linux-opera Makefile ports/www/linux-opera/files patch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 01:44:29 -0000 On Fri, 13 Apr 2007 20:30:35 -0500, Jeremy Messenger <mezz@FreeBSD.org> wrote: > mezz 2007-04-14 01:30:35 UTC > > FreeBSD ports repository > > Modified files: > www/linux-opera Makefile > www/linux-opera/files patch-install.sh > Log: > Add a patch in ${PREFIX}/bin/linux-opera for required to check on > kern.ipc.shm_allow_removed if it is disable then set OPERA_NUM_XSHM to > 0 to disable the shared memory support or it will causing Opera to halt > or/and give strange behavior. Bump the PORTREVISION. > Enable the shm_allow_removed is supposed to be make Opera runs faster > with > the shared memory enable. I personal couldn't tell any difference on > the > my fast machine by on my own eyes. The shared memory feature was added in 9.20 (that was released a few days ago). Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Apr 14 01:46:52 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78E3F16A408; Sat, 14 Apr 2007 01:46:52 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 468B713C44C; Sat, 14 Apr 2007 01:46:52 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E1kqL1013500; Sat, 14 Apr 2007 01:46:52 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E1kqPb013499; Sat, 14 Apr 2007 01:46:52 GMT (envelope-from delphij) Message-Id: <200704140146.l3E1kqPb013499@repoman.freebsd.org> From: Xin LI <delphij@FreeBSD.org> Date: Sat, 14 Apr 2007 01:46: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/mail/dovecot 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 01:46:52 -0000 delphij 2007-04-14 01:46:51 UTC FreeBSD ports repository Modified files: mail/dovecot Makefile distinfo Log: Update to 1.0.0. PR: 111535 Approved by: maintainer Revision Changes Path 1.70 +1 -1 ports/mail/dovecot/Makefile 1.44 +3 -3 ports/mail/dovecot/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 14 01:58:09 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D12816A400; Sat, 14 Apr 2007 01:58:09 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EB0C813C46C; Sat, 14 Apr 2007 01:58:08 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E1w8v2015111; Sat, 14 Apr 2007 01:58:08 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E1w84X015110; Sat, 14 Apr 2007 01:58:08 GMT (envelope-from leeym) Message-Id: <200704140158.l3E1w84X015110@repoman.freebsd.org> From: Yen-Ming Lee <leeym@FreeBSD.org> Date: Sat, 14 Apr 2007 01:58: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/p5-Net-Whois-Raw Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 01:58:09 -0000 leeym 2007-04-14 01:58:08 UTC FreeBSD ports repository Modified files: net/p5-Net-Whois-Raw Makefile distinfo Log: - update to 1.21 Revision Changes Path 1.20 +2 -8 ports/net/p5-Net-Whois-Raw/Makefile 1.21 +3 -3 ports/net/p5-Net-Whois-Raw/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 14 02:27:53 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68F7B16A408; Sat, 14 Apr 2007 02:27:53 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0EA13C4BD; Sat, 14 Apr 2007 02:27:53 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 03E70215376; Fri, 13 Apr 2007 22:27:54 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 13 Apr 2007 22:27:53 -0400 X-Sasl-enc: DhM76VjhM9S2Ea7uWUo57Gs9R7871kQPH4n3WcydhNLD 1176517673 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id B1133B656; Fri, 13 Apr 2007 22:27:52 -0400 (EDT) Message-ID: <46203C27.3060606@FreeBSD.org> Date: Sat, 14 Apr 2007 03:27:51 +0100 From: "Bruce M. Simpson" <bms@FreeBSD.org> User-Agent: Thunderbird 1.5.0.10 (X11/20070407) MIME-Version: 1.0 To: Bruce M Simpson <bms@FreeBSD.org> References: <200704100026.l3A0QDau007183@repoman.freebsd.org> In-Reply-To: <200704100026.l3A0QDau007183@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ifmcstat Makefile ifmcstat.8 ifmcstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 02:27:53 -0000 Bruce M Simpson wrote: > bms 2007-04-10 00:26:13 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/ifmcstat Makefile ifmcstat.8 ifmcstat.c > Log: > Considerably rework the ifmcstat utility. > * Build with or without INET, INET6, or KVM features. > This is a wee bit broken for INET6 and sysctl (getifmaddrs()). It would be good to get it fixed, but I'm fairly well in need of a short break, so if anyone would like to wade in they are more than welcome... BMS From owner-cvs-all@FreeBSD.ORG Sat Apr 14 02:37:23 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C83E16A404; Sat, 14 Apr 2007 02:37:23 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DA61C13C4BA; Sat, 14 Apr 2007 02:37:22 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E2bMMX022274; Sat, 14 Apr 2007 02:37:22 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E2bMtt022273; Sat, 14 Apr 2007 02:37:22 GMT (envelope-from kientzle) Message-Id: <200704140237.l3E2bMtt022273@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 14 Apr 2007 02:37: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/lib/libarchive archive_entry.c archive_write_disk.c config_freebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 02:37:23 -0000 kientzle 2007-04-14 02:37:22 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c archive_write_disk.c config_freebsd.h Log: More portability improvements from Martin Koeppe: conditionally use utime() when utimes() is not available; allow the most common wide-char functions to be replaced when local alternatives are lacking. Revision Changes Path 1.42 +17 -11 src/lib/libarchive/archive_entry.c 1.8 +51 -0 src/lib/libarchive/archive_write_disk.c 1.3 +7 -0 src/lib/libarchive/config_freebsd.h From owner-cvs-all@FreeBSD.ORG Sat Apr 14 02:39:34 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 351F216A402; Sat, 14 Apr 2007 02:39:34 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 235F113C45B; Sat, 14 Apr 2007 02:39:34 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E2dYcV022370; Sat, 14 Apr 2007 02:39:34 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E2dXKS022369; Sat, 14 Apr 2007 02:39:33 GMT (envelope-from yongari) Message-Id: <200704140239.l3E2dXKS022369@repoman.freebsd.org> From: Pyun YongHyeon <yongari@FreeBSD.org> Date: Sat, 14 Apr 2007 02:39: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/dev/msk if_msk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 02:39:34 -0000 yongari 2007-04-14 02:39:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/msk if_msk.c Log: MFC if_msk.c, rev. 1.13 to RELENG_6 Add work around for hardware Tx checksum offload bug in Yukon II. Yukon II generated corrupted TCP checksum for short TCP packets that's less than 60 bytes in size(e.g. window probe packet, pure ACK packet etc). Padding the frame with zeros to make the frame minimum ethernet frame size didn't work at all. Instead of dropping Tx checksum offload support we calculate TCP checksum with S/W method when we encounter short TCP frames. Fortunately it seems that short UDP datagrams appear to be handled correctly by Yukon II. While I'm here simplify ethernet/VLAN header size calculation logic. PR: 111384 Revision Changes Path 1.11.2.4 +25 -5 src/sys/dev/msk/if_msk.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 02:48:55 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 460D716A403; Sat, 14 Apr 2007 02:48:55 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 37BB413C480; Sat, 14 Apr 2007 02:48:55 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E2mt1v023900; Sat, 14 Apr 2007 02:48:55 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E2mtW0023899; Sat, 14 Apr 2007 02:48:55 GMT (envelope-from glewis) Message-Id: <200704140248.l3E2mtW0023899@repoman.freebsd.org> From: Greg Lewis <glewis@FreeBSD.org> Date: Sat, 14 Apr 2007 02:48: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/math/gnuplot Makefile distinfo pkg-plist ports/math/gnuplot/files patch-docs-Makefile.in patch-term-pdf.trm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 02:48:55 -0000 glewis 2007-04-14 02:48:54 UTC FreeBSD ports repository Modified files: math/gnuplot Makefile distinfo pkg-plist Removed files: math/gnuplot/files patch-docs-Makefile.in patch-term-pdf.trm Log: . Update to 4.2.0. This is an initial update I've been working on which is a little more stripped down than the port has previously been. The extras from PR/111548 will be merged in shortly. PR: 110368 Revision Changes Path 1.67 +11 -55 ports/math/gnuplot/Makefile 1.13 +3 -9 ports/math/gnuplot/distinfo 1.2 +0 -16 ports/math/gnuplot/files/patch-docs-Makefile.in (dead) 1.3 +0 -27 ports/math/gnuplot/files/patch-term-pdf.trm (dead) 1.15 +81 -25 ports/math/gnuplot/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 05:04:10 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBE5E16A401; Sat, 14 Apr 2007 05:04:10 +0000 (UTC) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B933613C455; Sat, 14 Apr 2007 05:04:10 +0000 (UTC) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E54A8j059036; Sat, 14 Apr 2007 05:04:10 GMT (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E54AOH059035; Sat, 14 Apr 2007 05:04:10 GMT (envelope-from will) Message-Id: <200704140504.l3E54AOH059035@repoman.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Sat, 14 Apr 2007 05:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/make job.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 05:04:11 -0000 will 2007-04-14 05:04:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/make job.c Log: MFC: r1.125: Fix -j with Makefiles specified via stdin. Requested by: Ulrich Spoerlein <uspoerlein@gmail.com> Revision Changes Path 1.122.2.2 +1 -1 src/usr.bin/make/job.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 05:17:07 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3C4A16A401; Sat, 14 Apr 2007 05:17:07 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C07D913C484; Sat, 14 Apr 2007 05:17:07 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E5H7tA060711; Sat, 14 Apr 2007 05:17:07 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E5H7DL060710; Sat, 14 Apr 2007 05:17:07 GMT (envelope-from kientzle) Message-Id: <200704140517.l3E5H7DL060710@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 14 Apr 2007 05:17: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/lib/libarchive/test 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 05:17:08 -0000 kientzle 2007-04-14 05:17:07 UTC FreeBSD src repository Modified files: lib/libarchive/test main.c Log: Portability: Don't use mkdtemp() when mkdir() will suffice. If we can't create the dir, just give up. Revision Changes Path 1.2 +2 -2 src/lib/libarchive/test/main.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 05:22:23 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AE5416A402; Sat, 14 Apr 2007 05:22:23 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 4019813C45D; Sat, 14 Apr 2007 05:22:22 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id l3E4qFWR061011; Fri, 13 Apr 2007 21:52:15 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id l3E4qF0T061010; Fri, 13 Apr 2007 21:52:15 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 13 Apr 2007 21:52:14 -0700 From: Greg Lewis <glewis@eyesbeyond.com> To: Martin Wilke <miwi@FreeBSD.org> Message-ID: <20070414045214.GA60916@misty.eyesbeyond.com> References: <200704131551.l3DFpjHr074117@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704131551.l3DFpjHr074117@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/java Makefile ports/java/dbvis 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 05:22:23 -0000 On Fri, Apr 13, 2007 at 03:51:45PM +0000, Martin Wilke wrote: > miwi 2007-04-13 15:51:45 UTC > > FreeBSD ports repository > > Modified files: > java Makefile > Added files: > java/dbvis Makefile distinfo pkg-descr > Log: > DbVisualizer is a feature rich, intuitive and cross platform database tool > for developers and DBA's providing a single powerful interface for a variety > of databases. DbVisualizer supports simultaneous database connections, it > lets you explore and manage database objects, execute SQL queries, > visualize information and a lot more. > > WWW: http://www.dbvis.com/products/dbvis/ Not to pick on Martin, but I've seen a few of these lately. I'm picking this one at random to remind people of this: "The java category shall not be the only one for a port. Save for ports directly related to the Java language, porters are also encouraged not to use java as the main category of a port." (from the Porter's handbook). This really looks like it should have gone in databases. Thanks! -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Apr 14 06:20:00 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C51B16A400; Sat, 14 Apr 2007 06:20:00 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EE30913C465; Sat, 14 Apr 2007 06:19:59 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E6JxPh071406; Sat, 14 Apr 2007 06:19:59 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E6JxQ2071405; Sat, 14 Apr 2007 06:19:59 GMT (envelope-from glewis) Message-Id: <200704140619.l3E6JxQ2071405@repoman.freebsd.org> From: Greg Lewis <glewis@FreeBSD.org> Date: Sat, 14 Apr 2007 06:19:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/gnuplot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 06:20:00 -0000 glewis 2007-04-14 06:19:59 UTC FreeBSD ports repository Modified files: math/gnuplot Makefile Log: . Since we're depending on teTeX-base anyway, add --with-kpsexpand to CONFIGURE_ARGS. . Add support for plotutils. This is based on the diffs in the referenced PR, but is done somewhat differently and the merge isn't complete (yet). PR: 111548 Submitted by: bf<bf2006a@yahoo.com> Revision Changes Path 1.68 +14 -4 ports/math/gnuplot/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 06:30:32 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13AE216A400; Sat, 14 Apr 2007 06:30:32 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E5E8D13C480; Sat, 14 Apr 2007 06:30:31 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E6UVWw073142; Sat, 14 Apr 2007 06:30:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E6UVfK073141; Sat, 14 Apr 2007 06:30:31 GMT (envelope-from ru) Message-Id: <200704140630.l3E6UVfK073141@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 14 Apr 2007 06:30: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/release Makefile.inc.docports X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 06:30:32 -0000 ru 2007-04-14 06:30:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release Makefile.inc.docports Log: MFC: 1.27: Fix "doc without ports" build. Revision Changes Path 1.26.2.1 +6 -4 src/release/Makefile.inc.docports From owner-cvs-all@FreeBSD.ORG Sat Apr 14 06:34:23 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED46616A400; Sat, 14 Apr 2007 06:34:23 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA99D13C484; Sat, 14 Apr 2007 06:34:23 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E6YN4Y074406; Sat, 14 Apr 2007 06:34:23 GMT (envelope-from dryice@repoman.freebsd.org) Received: (from dryice@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E6YNUZ074405; Sat, 14 Apr 2007 06:34:23 GMT (envelope-from dryice) Message-Id: <200704140634.l3E6YNUZ074405@repoman.freebsd.org> From: Dryice Dong Liu <dryice@FreeBSD.org> Date: Sat, 14 Apr 2007 06:34:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/py-pastedeploy 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 06:34:24 -0000 dryice 2007-04-14 06:34:23 UTC FreeBSD ports repository Modified files: www/py-pastedeploy Makefile distinfo pkg-plist Log: update to 1.3 Approved by: itetcu (mentor, implicit) Revision Changes Path 1.3 +1 -1 ports/www/py-pastedeploy/Makefile 1.3 +3 -3 ports/www/py-pastedeploy/distinfo 1.2 +4 -1 ports/www/py-pastedeploy/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 06:38:16 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D0FB16A401; Sat, 14 Apr 2007 06:38:16 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE30913C448; Sat, 14 Apr 2007 06:38:15 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E6cFei074617; Sat, 14 Apr 2007 06:38:15 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E6cFOj074616; Sat, 14 Apr 2007 06:38:15 GMT (envelope-from marcus) Message-Id: <200704140638.l3E6cFOj074616@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Sat, 14 Apr 2007 06:38:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/xchat Makefile distinfo pkg-plist ports/irc/xchat/files patch-src_common_cfgfiles.c patch-xc280-fix-ja X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 06:38:16 -0000 marcus 2007-04-14 06:38:15 UTC FreeBSD ports repository Modified files: irc/xchat Makefile distinfo pkg-plist Removed files: irc/xchat/files patch-src_common_cfgfiles.c patch-xc280-fix-ja Log: Update tp 2.8.2. Revision Changes Path 1.128 +1 -2 ports/irc/xchat/Makefile 1.66 +3 -3 ports/irc/xchat/distinfo 1.2 +0 -11 ports/irc/xchat/files/patch-src_common_cfgfiles.c (dead) 1.2 +0 -14 ports/irc/xchat/files/patch-xc280-fix-ja (dead) 1.29 +9 -0 ports/irc/xchat/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 06:42:35 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B54C16A400; Sat, 14 Apr 2007 06:42:35 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ED25B13C4AE; Sat, 14 Apr 2007 06:42:34 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E6gYU0075759; Sat, 14 Apr 2007 06:42:34 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E6gYYH075757; Sat, 14 Apr 2007 06:42:34 GMT (envelope-from glewis) Message-Id: <200704140642.l3E6gYYH075757@repoman.freebsd.org> From: Greg Lewis <glewis@FreeBSD.org> Date: Sat, 14 Apr 2007 06:42: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/gnuplot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 06:42:35 -0000 glewis 2007-04-14 06:42:34 UTC FreeBSD ports repository Modified files: math/gnuplot Makefile Log: . Restore correct OPTIONS handling broken in 4.2.0 update. Pointy hat to: glewis Revision Changes Path 1.69 +3 -1 ports/math/gnuplot/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 06:52:05 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9945A16A402; Sat, 14 Apr 2007 06:52:05 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7700413C489; Sat, 14 Apr 2007 06:52:05 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E6q5lg077037; Sat, 14 Apr 2007 06:52:05 GMT (envelope-from dryice@repoman.freebsd.org) Received: (from dryice@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E6q58d077036; Sat, 14 Apr 2007 06:52:05 GMT (envelope-from dryice) Message-Id: <200704140652.l3E6q58d077036@repoman.freebsd.org> From: Dryice Dong Liu <dryice@FreeBSD.org> Date: Sat, 14 Apr 2007 06:52: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/py-pastescript 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 06:52:05 -0000 dryice 2007-04-14 06:52:04 UTC FreeBSD ports repository Modified files: www/py-pastescript Makefile distinfo Log: update to 1.3.3 Approved by: itetcu (mentor, implicit) Revision Changes Path 1.6 +1 -1 ports/www/py-pastescript/Makefile 1.6 +3 -3 ports/www/py-pastescript/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 14 06:58:39 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA5A416A400; Sat, 14 Apr 2007 06:58:39 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 88B8913C4AE; Sat, 14 Apr 2007 06:58:39 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E6wdvO077757; Sat, 14 Apr 2007 06:58:39 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E6wdai077756; Sat, 14 Apr 2007 06:58:39 GMT (envelope-from glewis) Message-Id: <200704140658.l3E6wdai077756@repoman.freebsd.org> From: Greg Lewis <glewis@FreeBSD.org> Date: Sat, 14 Apr 2007 06:58:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/gnuplot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 06:58:39 -0000 glewis 2007-04-14 06:58:39 UTC FreeBSD ports repository Modified files: math/gnuplot Makefile Log: . Optional WX support. I don't have it installed, so this is untested. Reports welcome. Based on the changes in the PR, but tweaked based on the WX section in the Porter's handbook. PR: 111548 Submitted by: bf<bf2006a@yahoo.com> Revision Changes Path 1.70 +12 -2 ports/math/gnuplot/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 07:25:14 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAEE916A400; Sat, 14 Apr 2007 07:25:14 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C8BE713C46E; Sat, 14 Apr 2007 07:25:14 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E7PEJs083291; Sat, 14 Apr 2007 07:25:14 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E7PE4Z083290; Sat, 14 Apr 2007 07:25:14 GMT (envelope-from marcus) Message-Id: <200704140725.l3E7PE4Z083290@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Sat, 14 Apr 2007 07:25: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-fonts/fontconfig Makefile ports/x11-fonts/fontconfig/files patch-fc-git X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 07:25:15 -0000 marcus 2007-04-14 07:25:14 UTC FreeBSD ports repository Modified files: x11-fonts/fontconfig Makefile Added files: x11-fonts/fontconfig/files patch-fc-git Log: Sync fontconfig with the fd.o git repository to fix a bug rendering DejaVu fonts in Qt-based applications. PR: 110873 Obtained from: Freedesktop git (fontconfig module) Revision Changes Path 1.66 +1 -1 ports/x11-fonts/fontconfig/Makefile 1.1 +80 -0 ports/x11-fonts/fontconfig/files/patch-fc-git (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 14 07:35:18 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 667FA16A517; Sat, 14 Apr 2007 07:35:18 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E99813C458; Sat, 14 Apr 2007 07:35:17 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E7ZGxk084905; Sat, 14 Apr 2007 07:35:16 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E7ZG85084904; Sat, 14 Apr 2007 07:35:16 GMT (envelope-from blackend) Message-Id: <200704140735.l3E7ZG85084904@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 14 Apr 2007 07:35:16 +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/share/sgml catalog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 07:35:18 -0000 blackend 2007-04-14 07:35:16 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/share/sgml catalog Log: Remove duplicate entries. Revision Changes Path 1.11 +0 -8 doc/fr_FR.ISO8859-1/share/sgml/catalog From owner-cvs-all@FreeBSD.ORG Sat Apr 14 07:38:43 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 872F816A401; Sat, 14 Apr 2007 07:38:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 65A0B13C4AE; Sat, 14 Apr 2007 07:38:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E7cho7085027; Sat, 14 Apr 2007 07:38:43 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E7ch5k085026; Sat, 14 Apr 2007 07:38:43 GMT (envelope-from rafan) Message-Id: <200704140738.l3E7ch5k085026@repoman.freebsd.org> From: Rong-En Fan <rafan@FreeBSD.org> Date: Sat, 14 Apr 2007 07:38: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/chinese/fortunetw 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 07:38:43 -0000 rafan 2007-04-14 07:38:43 UTC FreeBSD ports repository Modified files: chinese/fortunetw Makefile distinfo pkg-plist Log: - Update to 1.3 PR: ports/111531 Submitted by: chinsan (maintainer) Revision Changes Path 1.11 +6 -2 ports/chinese/fortunetw/Makefile 1.6 +3 -3 ports/chinese/fortunetw/distinfo 1.4 +2 -0 ports/chinese/fortunetw/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 07:39:18 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F25916A400; Sat, 14 Apr 2007 07:39:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8E813C465; Sat, 14 Apr 2007 07:39:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E7dHll085070; Sat, 14 Apr 2007 07:39:17 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E7dHH9085069; Sat, 14 Apr 2007 07:39:17 GMT (envelope-from rafan) Message-Id: <200704140739.l3E7dHH9085069@repoman.freebsd.org> From: Rong-En Fan <rafan@FreeBSD.org> Date: Sat, 14 Apr 2007 07:39: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/converters/p5-JSON-DWIW 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 07:39:18 -0000 rafan 2007-04-14 07:39:17 UTC FreeBSD ports repository Modified files: converters/p5-JSON-DWIW Makefile distinfo Log: - Update to 0.07 PR: ports/111527 Submitted by: chinsan (maintainer) Revision Changes Path 1.5 +2 -2 ports/converters/p5-JSON-DWIW/Makefile 1.5 +3 -3 ports/converters/p5-JSON-DWIW/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 14 07:39:42 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F8F916A400; Sat, 14 Apr 2007 07:39:42 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D18313C458; Sat, 14 Apr 2007 07:39:42 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E7dgF8085110; Sat, 14 Apr 2007 07:39:42 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E7dglI085109; Sat, 14 Apr 2007 07:39:42 GMT (envelope-from rafan) Message-Id: <200704140739.l3E7dglI085109@repoman.freebsd.org> From: Rong-En Fan <rafan@FreeBSD.org> Date: Sat, 14 Apr 2007 07:39: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/security/phpsecinfo 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 07:39:42 -0000 rafan 2007-04-14 07:39:42 UTC FreeBSD ports repository Modified files: security/phpsecinfo Makefile distinfo pkg-plist Log: - Update to 0.2.1 PR: ports/111526 Submitted by: chinsan (maintainer) Revision Changes Path 1.2 +3 -3 ports/security/phpsecinfo/Makefile 1.2 +3 -3 ports/security/phpsecinfo/distinfo 1.2 +26 -1 ports/security/phpsecinfo/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 08:12:04 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F231B16A402; Sat, 14 Apr 2007 08:12:04 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D0E6113C457; Sat, 14 Apr 2007 08:12:04 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E8C4Oe091630; Sat, 14 Apr 2007 08:12:04 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E8C4NC091628; Sat, 14 Apr 2007 08:12:04 GMT (envelope-from lwhsu) Message-Id: <200704140812.l3E8C4NC091628@repoman.freebsd.org> From: Li-Wen Hsu <lwhsu@FreeBSD.org> Date: Sat, 14 Apr 2007 08: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/databases/slony1 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 08:12:05 -0000 lwhsu 2007-04-14 08:12:04 UTC FreeBSD ports repository Modified files: databases/slony1 Makefile distinfo pkg-plist Log: - Update to 1.2.9 PR: 111514 Submitted by: Vivek Khera <vivek AT khera.org> (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.30 +11 -5 ports/databases/slony1/Makefile 1.19 +6 -6 ports/databases/slony1/distinfo 1.12 +5 -1 ports/databases/slony1/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 08:20:32 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0368716A401; Sat, 14 Apr 2007 08:20:32 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ECD8B13C457; Sat, 14 Apr 2007 08:20:31 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E8KVGn092405; Sat, 14 Apr 2007 08:20:31 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E8KVqP092404; Sat, 14 Apr 2007 08:20:31 GMT (envelope-from kientzle) Message-Id: <200704140820.l3E8KVqP092404@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 14 Apr 2007 08:20: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/lib/libarchive Makefile archive_write_set_format_pax.c archive_write_set_format_ustar.c src/lib/libarchive/test Makefile test_tar_filenames.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 08:20:32 -0000 kientzle 2007-04-14 08:20:31 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_write_set_format_pax.c archive_write_set_format_ustar.c lib/libarchive/test Makefile Added files: lib/libarchive/test test_tar_filenames.c Log: Conventionally, tar archives have always included a trailing '/' for directories. bsdtar used to add this, but that recently got lost somehow. So now I'm adding it back in libarchive. The only odd part of doing this in libarchive: Adding a directory to a tar archive and then reading it back again can yield a different name. Add a test case to exercise some boundary conditions with tar filenames and ensure that trailing slashes are added to dir names only as necessary. Thanks to: Oliver Lehmann for bringing this regression to my attention. Revision Changes Path 1.66 +1 -1 src/lib/libarchive/Makefile 1.40 +87 -65 src/lib/libarchive/archive_write_set_format_pax.c 1.22 +16 -8 src/lib/libarchive/archive_write_set_format_ustar.c 1.4 +1 -0 src/lib/libarchive/test/Makefile 1.1 +156 -0 src/lib/libarchive/test/test_tar_filenames.c (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 14 08:30:23 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FF5816A400; Sat, 14 Apr 2007 08:30:23 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4EB3213C487; Sat, 14 Apr 2007 08:30:23 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E8UNs2094210; Sat, 14 Apr 2007 08:30:23 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E8UNru094209; Sat, 14 Apr 2007 08:30:23 GMT (envelope-from kientzle) Message-Id: <200704140830.l3E8UNru094209@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 14 Apr 2007 08:30: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/lib/libarchive archive_read_support_format_ar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 08:30:23 -0000 kientzle 2007-04-14 08:30:21 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_ar.c Log: Fixes from Joerg Sonnenberger, reviewed by Kai Wang. Revision Changes Path 1.2 +81 -49 src/lib/libarchive/archive_read_support_format_ar.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 08:42:51 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AB6A16A400; Sat, 14 Apr 2007 08:42:51 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 490C613C455; Sat, 14 Apr 2007 08:42:51 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E8gplE096737; Sat, 14 Apr 2007 08:42:51 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E8gpYr096736; Sat, 14 Apr 2007 08:42:51 GMT (envelope-from kientzle) Message-Id: <200704140842.l3E8gpYr096736@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 14 Apr 2007 08:42: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/lib/libarchive Makefile archive_read_support_format_ar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 08:42:51 -0000 kientzle 2007-04-14 08:42:51 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_read_support_format_ar.c Log: Fix the build. N.B. 'ar' format support is broken right now, it's not passing tests. If I can't find the problem soon, I'll back out the last commit. Revision Changes Path 1.67 +1 -1 src/lib/libarchive/Makefile 1.3 +1 -1 src/lib/libarchive/archive_read_support_format_ar.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 08:55:56 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A0C716A407 for <cvs-all@freebsd.org>; Sat, 14 Apr 2007 08:55:56 +0000 (UTC) (envelope-from kaiw27@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.238]) by mx1.freebsd.org (Postfix) with ESMTP id 0BB0713C44C for <cvs-all@freebsd.org>; Sat, 14 Apr 2007 08:55:55 +0000 (UTC) (envelope-from kaiw27@gmail.com) Received: by hu-out-0506.google.com with SMTP id 38so1537270huc for <cvs-all@freebsd.org>; Sat, 14 Apr 2007 01:55:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=KjxgehwdFUBi9htgPhaulqcDRTMnnzL+/NOX/+3rAqCHeedGHP4ZyHuPInGwHdEp+xCu6MS38J88udjrjwMhokOiPLrLikzOLduFckzMpSFnjxPdHetC3S5UfG1jZJtrwzsw+7khYt/GwZfucU+Lpy3Rlj+5gz8rnxSCAzlo3V8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=gBJ8Od5rDTo2i1UZeA4xIx5zOBAT8z0VVQM2Y6Lsilbd3767SlOlrrdRMkDrI9ANXDpQ6F4MNNxgbz2DWFgfcWj9PDxWUfH0VGMiQPXfVdSth6NHBaqeyKZ6SvMbURPbXmFsFoi7m3x2btPJtkAdz8aEREWu8cReOnypeYOAe5o= Received: by 10.67.30.3 with SMTP id h3mr2632889ugj.1176540010600; Sat, 14 Apr 2007 01:40:10 -0700 (PDT) Received: from plan0.kaiwan.csbnet.se ( [193.11.244.12]) by mx.google.com with ESMTP id c25sm6884445ika.2007.04.14.01.40.09; Sat, 14 Apr 2007 01:40:10 -0700 (PDT) Received: by plan0.kaiwan.csbnet.se (Postfix, from userid 1001) id 4DBF3B8E5; Sat, 14 Apr 2007 10:40:09 +0200 (CEST) Date: Sat, 14 Apr 2007 10:40:09 +0200 From: Kai Wang <kaiw27@gmail.com> To: Tim Kientzle <kientzle@FreeBSD.org> Message-ID: <20070414084009.GA17176@plan0.kaiwan.csbnet.se> Mail-Followup-To: Tim Kientzle <kientzle@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200704140830.l3E8UNru094209@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Disposition: inline In-Reply-To: <200704140830.l3E8UNru094209@repoman.freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive archive_read_support_format_ar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 08:55:56 -0000 On Sat, Apr 14, 2007 at 08:30:22AM +0000, Tim Kientzle wrote: > kientzle 2007-04-14 08:30:21 UTC > > FreeBSD src repository > > Modified files: > lib/libarchive archive_read_support_format_ar.c > Log: > Fixes from Joerg Sonnenberger, reviewed by Kai Wang. > > Revision Changes Path > 1.2 +81 -49 src/lib/libarchive/archive_read_support_format_ar.c Thank you! From owner-cvs-all@FreeBSD.ORG Sat Apr 14 09:40:03 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E54A016A404; Sat, 14 Apr 2007 09:40:03 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C469413C46C; Sat, 14 Apr 2007 09:40:03 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E9e3MM014772; Sat, 14 Apr 2007 09:40:03 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E9e3fq014770; Sat, 14 Apr 2007 09:40:03 GMT (envelope-from gabor) Message-Id: <200704140940.l3E9e3fq014770@repoman.freebsd.org> From: Gabor Kovesdan <gabor@FreeBSD.org> Date: Sat, 14 Apr 2007 09:40:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 09:40:04 -0000 gabor 2007-04-14 09:40:03 UTC FreeBSD ports repository Modified files: databases Makefile Log: - Remove mysql-administrator from the category Makefile as it was removed Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (via freebsd-ports@) Revision Changes Path 1.603 +0 -1 ports/databases/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 09:44:10 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6AB116A401; Sat, 14 Apr 2007 09:44:10 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BAF1E13C4BC; Sat, 14 Apr 2007 09:44:10 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E9iACT016159; Sat, 14 Apr 2007 09:44:10 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E9iApu016158; Sat, 14 Apr 2007 09:44:10 GMT (envelope-from rrs) Message-Id: <200704140944.l3E9iApu016158@repoman.freebsd.org> From: Randall Stewart <rrs@FreeBSD.org> Date: Sat, 14 Apr 2007 09:44: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/netinet6 sctp6_usrreq.c src/sys/netinet sctp_constants.h sctp_crc32.c sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_peeloff.c sctp_timer.c sctp_uio.h sctp_usrreq.c sctp_var.h sctputil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 09:44:10 -0000 rrs 2007-04-14 09:44:10 UTC FreeBSD src repository Modified files: sys/netinet6 sctp6_usrreq.c sys/netinet sctp_constants.h sctp_crc32.c sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_peeloff.c sctp_timer.c sctp_uio.h sctp_usrreq.c sctp_var.h sctputil.c Log: - fix source address selection when picking an acceptable address - name change of prefered -> preferred - CMT fast recover code added. - Comment fixes in CMT. - We were not giving a reason of cant_start_asoc per socket api if we failed to get init/or/cookie to bring up an assoc. Change so we don't just give a generic "comm lost" but look at actual states of dying assoc. - change "crc32" arguments to "crc32c" to silence strict/noisy compiler warnings when crc32() is also declared - A few minor tweaks to get the portable stuff truely portable for sctp6_usrreq.c :-D - one-2-one style vrf match problem. - window recovery would leave chks marked for retran during window probes on the sent queue. This would then cause an out-of-order problem and assure that the flight size "problem" would occur. - Solves a flight size logging issue that caused rwnd overruns, flight size off as well as false retransmissions.g - Macroize the up and down of flight size. - Fix a ECNE bug in its counting. - The strict_sacks options was causing aborts when window probing was active, fix to make strict sacks a bit smarter about what the next unsent TSN is. - Fixes a one-2-one wakeup bug found by Martin Kulas. - If-defed out form, Andre's copy routines pending his commit of at least m_last().. need to adjust for 6.2 as well.. since m_last won't exist. Reviewed by: gnn Revision Changes Path 1.11 +10 -2 src/sys/netinet/sctp_constants.h 1.7 +11 -11 src/sys/netinet/sctp_crc32.c 1.15 +197 -220 src/sys/netinet/sctp_indata.c 1.18 +3 -17 src/sys/netinet/sctp_input.c 1.17 +118 -92 src/sys/netinet/sctp_output.c 1.19 +20 -4 src/sys/netinet/sctp_pcb.c 1.6 +2 -0 src/sys/netinet/sctp_peeloff.c 1.11 +54 -42 src/sys/netinet/sctp_timer.c 1.11 +3 -2 src/sys/netinet/sctp_uio.h 1.17 +9 -11 src/sys/netinet/sctp_usrreq.c 1.8 +51 -0 src/sys/netinet/sctp_var.h 1.19 +11 -3 src/sys/netinet/sctputil.c 1.15 +21 -27 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 09:45:49 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B41B116A402; Sat, 14 Apr 2007 09:45:49 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A80CD13C45A; Sat, 14 Apr 2007 09:45:49 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3E9jnJk016289; Sat, 14 Apr 2007 09:45:49 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3E9jnIp016288; Sat, 14 Apr 2007 09:45:49 GMT (envelope-from sat) Message-Id: <200704140945.l3E9jnIp016288@repoman.freebsd.org> From: Andrew Pantyukhin <sat@FreeBSD.org> Date: Sat, 14 Apr 2007 09:45:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/cherokee-devel Makefile distinfo pkg-descr pkg-plist ports/www/cherokee-devel/files cherokee.sh.in patch-Makefile.in patch-cherokee-connection.c patch-cherokee-handler_cgi_base.c patch-cherokee-socket.c patch-cherokee-util.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 09:45:49 -0000 sat 2007-04-14 09:45:49 UTC FreeBSD ports repository Modified files: www/cherokee-devel Makefile distinfo pkg-descr pkg-plist www/cherokee-devel/files cherokee.sh.in patch-Makefile.in patch-cherokee-connection.c patch-cherokee-handler_cgi_base.c patch-cherokee-socket.c patch-cherokee-util.h Log: - Forced commit to thank marcus for a repocopy from www/cherokee to www/cherokee-devel Revision Changes Path 1.36 +0 -0 ports/www/cherokee-devel/Makefile 1.20 +0 -0 ports/www/cherokee-devel/distinfo 1.3 +1 -1 ports/www/cherokee-devel/files/cherokee.sh.in 1.4 +0 -0 ports/www/cherokee-devel/files/patch-Makefile.in 1.4 +0 -0 ports/www/cherokee-devel/files/patch-cherokee-connection.c 1.4 +0 -0 ports/www/cherokee-devel/files/patch-cherokee-handler_cgi_base.c 1.4 +0 -0 ports/www/cherokee-devel/files/patch-cherokee-socket.c 1.5 +0 -0 ports/www/cherokee-devel/files/patch-cherokee-util.h 1.6 +0 -0 ports/www/cherokee-devel/pkg-descr 1.17 +0 -0 ports/www/cherokee-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 10:01:30 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B86D416A404; Sat, 14 Apr 2007 10:01:30 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AD02913C4C1; Sat, 14 Apr 2007 10:01:30 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EA1U9T018794; Sat, 14 Apr 2007 10:01:30 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EA1Um1018791; Sat, 14 Apr 2007 10:01:30 GMT (envelope-from stas) Message-Id: <200704141001.l3EA1Um1018791@repoman.freebsd.org> From: Stanislav Sedov <stas@FreeBSD.org> Date: Sat, 14 Apr 2007 10:01:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/freeradius Makefile distinfo pkg-plist ports/net/freeradius/files patch-doc::Makefile patch-raddb-Makefile-1.1.4_bug patch-src-main-Makefile.in patch-src::modules::rlm_sql::rules.mak patch-src::modules::rules.mak X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 10:01:30 -0000 stas 2007-04-14 10:01:29 UTC FreeBSD ports repository Modified files: net/freeradius Makefile distinfo pkg-plist Removed files: net/freeradius/files patch-doc::Makefile patch-raddb-Makefile-1.1.4_bug patch-src-main-Makefile.in patch-src::modules::rlm_sql::rules.mak patch-src::modules::rules.mak Log: - Update to 1.1.6 - Set correct permissions to ${PREFIX}/etc/raddb on install - Modify CONFLICTS to take account of the likelihood that FreeRADIUS 2 will be released reasonably soon - Move to handling NOPORTDOCS using the new --without-docdir option to configure - Fix handling of (NO)PORTDOCS in pkg-plist - Remove unnecessary patches and simplify makefile PR: ports/111521 Submitted by: David Wood<david@wood2.org.uk> (maintainer) Revision Changes Path 1.56 +32 -60 ports/net/freeradius/Makefile 1.20 +3 -3 ports/net/freeradius/distinfo 1.6 +0 -18 ports/net/freeradius/files/patch-doc::Makefile (dead) 1.2 +0 -11 ports/net/freeradius/files/patch-raddb-Makefile-1.1.4_bug (dead) 1.6 +0 -14 ports/net/freeradius/files/patch-src-main-Makefile.in (dead) 1.3 +0 -13 ports/net/freeradius/files/patch-src::modules::rlm_sql::rules.mak (dead) 1.4 +0 -11 ports/net/freeradius/files/patch-src::modules::rules.mak (dead) 1.29 +4 -0 ports/net/freeradius/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 10:16:53 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B63316A401; Sat, 14 Apr 2007 10:16:53 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 028D413C457; Sat, 14 Apr 2007 10:16:53 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EAGq3W023799; Sat, 14 Apr 2007 10:16:52 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EAGqIs023798; Sat, 14 Apr 2007 10:16:52 GMT (envelope-from stas) Message-Id: <200704141016.l3EAGqIs023798@repoman.freebsd.org> From: Stanislav Sedov <stas@FreeBSD.org> Date: Sat, 14 Apr 2007 10:16: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/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 10:16:53 -0000 stas 2007-04-14 10:16:52 UTC FreeBSD src repository (ports committer) Modified files: contrib/top top.X top.c top.h usr.bin/top machine.c Log: - Add new 'a' switch and runtime option that allows 'top' to display process titles extracted from argv vector instead of the real executable names. This is useful when you want to watch applications that set their status information via setproctitle(3). Approved by: alfred MFC after: 2 weeks Revision Changes Path 1.17 +7 -1 src/contrib/top/top.X 1.20 +16 -5 src/contrib/top/top.c 1.4 +5 -0 src/contrib/top/top.h 1.79 +70 -3 src/usr.bin/top/machine.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 10:22:50 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD8A416A402 for <cvs-all@FreeBSD.org>; Sat, 14 Apr 2007 10:22:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 27EBC13C4E7 for <cvs-all@FreeBSD.org>; Sat, 14 Apr 2007 10:22:49 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (r3b159.net.upc.cz [213.220.193.159]) (authenticated bits=0) by raven.customer.vol.cz (8.13.6/8.13.6) with ESMTP id l3EAMfie081984 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 14 Apr 2007 12:22:43 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik <pav@FreeBSD.org> To: Jeremy Messenger <mezz7@cox.net> In-Reply-To: <op.tqq28nb49aq2h7@mezz.mezzweb.com> References: <200704140130.l3E1UZjB010490@repoman.freebsd.org> <op.tqq28nb49aq2h7@mezz.mezzweb.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-260pdqIWXP+fgFryqmOz" Date: Sat, 14 Apr 2007 12:22:41 +0200 Message-Id: <1176546161.54822.9.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port X-Spam-Score: -2.329 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 213.220.193.159; Sender-helo: [192.168.0.23]; ) Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jeremy Messenger <mezz@FreeBSD.org> Subject: Re: cvs commit: ports/www/linux-opera Makefile ports/www/linux-opera/files patch-install.sh 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 10:22:50 -0000 --=-260pdqIWXP+fgFryqmOz Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Jeremy Messenger p=ED=B9e v p=E1 13. 04. 2007 v 20:47 -0500: > On Fri, 13 Apr 2007 20:30:35 -0500, Jeremy Messenger <mezz@FreeBSD.org> =20 > wrote: >=20 > > mezz 2007-04-14 01:30:35 UTC > > > > FreeBSD ports repository > > > > Modified files: > > www/linux-opera Makefile > > www/linux-opera/files patch-install.sh > > Log: > > Add a patch in ${PREFIX}/bin/linux-opera for required to check on > > kern.ipc.shm_allow_removed if it is disable then set OPERA_NUM_XSHM t= o > > 0 to disable the shared memory support or it will causing Opera to ha= lt > > or/and give strange behavior. Bump the PORTREVISION. > > Enable the shm_allow_removed is supposed to be make Opera runs faster = =20 > > with > > the shared memory enable. I personal couldn't tell any difference on = =20 > > the > > my fast machine by on my own eyes. >=20 > The shared memory feature was added in 9.20 (that was released a few days= =20 > ago). There's also a patch by rdivacky floating around that fixes our Linuxulator to behave as Linux' shmem subsystem. http://www.vlakno.cz/~rdivacky/pav.patch If you could give it a try over weekend it would be great, I'll not be able to test it before Monday. --=20 Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Cry Havoc! And let slip the Dogs of Waw. --=-260pdqIWXP+fgFryqmOz Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGIKtpntdYP8FOsoIRAi8JAJ9bNjwVGJI45u0Qr3AZ8Pln6/hDPACfcU+t S+s24sGgs8r4mYR2AIm2kLk= =sbeL -----END PGP SIGNATURE----- --=-260pdqIWXP+fgFryqmOz-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 10:26:36 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0A0016A401 for <cvs-all@FreeBSD.org>; Sat, 14 Apr 2007 10:26:36 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 7B8CC13C4BA for <cvs-all@FreeBSD.org>; Sat, 14 Apr 2007 10:26:36 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (r3b159.net.upc.cz [213.220.193.159]) (authenticated bits=0) by raven.customer.vol.cz (8.13.6/8.13.6) with ESMTP id l3EAQSkQ082279 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 14 Apr 2007 12:26:30 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik <pav@FreeBSD.org> To: Stanislav Sedov <stas@FreeBSD.org> In-Reply-To: <200704141016.l3EAGqIs023798@repoman.freebsd.org> References: <200704141016.l3EAGqIs023798@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-slW11WMIPcGRf/1lMKEQ" Date: Sat, 14 Apr 2007 12:26:28 +0200 Message-Id: <1176546388.54822.11.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port X-Spam-Score: -2.332 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 213.220.193.159; Sender-helo: [192.168.0.23]; ) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 10:26:37 -0000 --=-slW11WMIPcGRf/1lMKEQ Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Stanislav Sedov p=ED=B9e v so 14. 04. 2007 v 10:16 +0000: > stas 2007-04-14 10:16:52 UTC >=20 > FreeBSD src repository (ports committer) >=20 > Modified files: > contrib/top top.X top.c top.h=20 > usr.bin/top machine.c=20 > Log: > - Add new 'a' switch and runtime option that allows 'top' to display pr= ocess > titles extracted from argv vector instead of the real executable name= s. > This is useful when you want to watch applications that set their sta= tus > information via setproctitle(3). > =20 > Approved by: alfred > MFC after: 2 weeks Shiny! --=20 Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> God is real unless declared integer. --=-slW11WMIPcGRf/1lMKEQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGIKxQntdYP8FOsoIRArxJAKCT/5vnkgcB2xE/xWJTPrfFtuvipwCfVO4p ocTdw0TpRk/6v+3ucIRYL9E= =/27h -----END PGP SIGNATURE----- --=-slW11WMIPcGRf/1lMKEQ-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 10:35:10 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3691816A400; Sat, 14 Apr 2007 10:35:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 156E513C45A; Sat, 14 Apr 2007 10:35:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EAZ9KX028352; Sat, 14 Apr 2007 10:35:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EAZ96H028351; Sat, 14 Apr 2007 10:35:09 GMT (envelope-from rwatson) Message-Id: <200704141035.l3EAZ96H028351@repoman.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Sat, 14 Apr 2007 10:35: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/sys/compat/linux 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 10:35:10 -0000 rwatson 2007-04-14 10:35:09 UTC FreeBSD src repository Modified files: sys/compat/linux linux_socket.c Log: Some Linux applications (ping) pass a non-NULL msg_control argument to sendmsg() while using a 0-length msg_controllen. This isn't allowed in the FreeBSD system call ABI, so detect this case and set msg_control to NULL. This allows Linux ping to work. Submitted by: rdivacky Revision Changes Path 1.73 +10 -0 src/sys/compat/linux/linux_socket.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 10:36:07 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2E3216A414 for <cvs-all@FreeBSD.org>; Sat, 14 Apr 2007 10:36:07 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 3A29C13C4BC for <cvs-all@FreeBSD.org>; Sat, 14 Apr 2007 10:36:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (r3b159.net.upc.cz [213.220.193.159]) (authenticated bits=0) by raven.customer.vol.cz (8.13.6/8.13.6) with ESMTP id l3EAZxGO083035 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 14 Apr 2007 12:36:01 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik <pav@FreeBSD.org> To: Stanislav Sedov <stas@FreeBSD.org> In-Reply-To: <1176546388.54822.11.camel@ikaros.oook.cz> References: <200704141016.l3EAGqIs023798@repoman.freebsd.org> <1176546388.54822.11.camel@ikaros.oook.cz> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-D85e5iWsqzIaKfEEbj7K" Date: Sat, 14 Apr 2007 12:35:59 +0200 Message-Id: <1176546959.54822.14.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port X-Spam-Score: -2.333 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 213.220.193.159; Sender-helo: [192.168.0.23]; ) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 10:36:07 -0000 --=-D85e5iWsqzIaKfEEbj7K Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Pav Lucistnik p=ED=B9e v so 14. 04. 2007 v 12:26 +0200: > Stanislav Sedov p=ED=B9e v so 14. 04. 2007 v 10:16 +0000: > > stas 2007-04-14 10:16:52 UTC > >=20 > > FreeBSD src repository (ports committer) > >=20 > > Modified files: > > contrib/top top.X top.c top.h=20 > > usr.bin/top machine.c=20 > > Log: > > - Add new 'a' switch and runtime option that allows 'top' to display = process > > titles extracted from argv vector instead of the real executable na= mes. > > This is useful when you want to watch applications that set their s= tatus > > information via setproctitle(3). > > =20 > > Approved by: alfred > > MFC after: 2 weeks >=20 > Shiny! Also, is the width cut-off technical problem, or is it fixable? See http://people.freebsd.org/~pav/top.png for what I mean. --=20 Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> arch> I went grocery shopping, made a pot of chilli, played ey, then ate some chilli --=-D85e5iWsqzIaKfEEbj7K Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGIK6LntdYP8FOsoIRAnpKAJwO2FuydEtM4zXwAa7IM9fTeUMGjwCeJoLl 5WtEwRCo805zug/wczWIb2Y= =I67p -----END PGP SIGNATURE----- --=-D85e5iWsqzIaKfEEbj7K-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 10:46:54 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 059EB16A501; Sat, 14 Apr 2007 10:46:54 +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 B537613C4AE; Sat, 14 Apr 2007 10:46:53 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id F22312094; Sat, 14 Apr 2007 12:46:49 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 690872087; Sat, 14 Apr 2007 12:46:49 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 38A5B508D; Sat, 14 Apr 2007 12:46:49 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Tim Kientzle <kientzle@FreeBSD.org> References: <200704140820.l3E8KVqP092404@repoman.freebsd.org> Date: Sat, 14 Apr 2007 12:46:48 +0200 In-Reply-To: <200704140820.l3E8KVqP092404@repoman.freebsd.org> (Tim Kientzle's message of "Sat, 14 Apr 2007 08:20:31 +0000 (UTC)") Message-ID: <86ejmnz10n.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) 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/lib/libarchive Makefile archive_write_set_format_pax.c archive_write_set_format_ustar.c src/lib/libarchive/test Makefile test_tar_filenames.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 10:46:54 -0000 Tim Kientzle <kientzle@FreeBSD.org> writes: > Log: > Conventionally, tar archives have always included a trailing '/' > for directories. bsdtar used to add this, but that recently got > lost somehow. So now I'm adding it back in libarchive. Is that really a good idea? Shouldn't this just be fixed in bsdtar's display code? > The only odd part of doing this in libarchive: Adding a directory to > a tar archive and then reading it back again can yield a different name. I can imagine how this might trip up other (hypothetical) libarchive consumers... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sat Apr 14 11:43:27 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFE3C16A401; Sat, 14 Apr 2007 11:43:27 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.freebsd.org (Postfix) with ESMTP id 8357A13C46C; Sat, 14 Apr 2007 11:43:27 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from [83.97.105.114] (helo=phonon.SpringDaemons.com ident=postfix) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from <stas@FreeBSD.org>) id 1Hcgf7-0003Hp-04; Sat, 14 Apr 2007 15:43:25 +0400 Received: from localhost (localhost [127.0.0.1]) by phonon.SpringDaemons.com (Postfix) with SMTP id 66A2211497; Sat, 14 Apr 2007 15:42:47 +0400 (MSD) Date: Sat, 14 Apr 2007 15:42:46 +0400 From: Stanislav Sedov <stas@FreeBSD.org> To: pav@FreeBSD.org Message-Id: <20070414154246.89ad2946.stas@FreeBSD.org> In-Reply-To: <1176546959.54822.14.camel@ikaros.oook.cz> References: <200704141016.l3EAGqIs023798@repoman.freebsd.org> <1176546388.54822.11.camel@ikaros.oook.cz> <1176546959.54822.14.camel@ikaros.oook.cz> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__14_Apr_2007_15_42_46_+0400_X4.=ndj+OLjS1zXT" X-Spam-Flag: SKIP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 11:43:27 -0000 --Signature=_Sat__14_Apr_2007_15_42_46_+0400_X4.=ndj+OLjS1zXT Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sat, 14 Apr 2007 12:35:59 +0200 Pav Lucistnik <pav@FreeBSD.org> mentioned: > > Also, is the width cut-off technical problem, or is it fixable? > See http://people.freebsd.org/~pav/top.png for what I mean. > Well, they allocate a static buffer of 128 byte lenght, so the result doesn't fit into it. Also, there's buffer overrun, since sprintf is used, not snprintf. Probably we should allocate the buffer dynamically depending on the screen width, but that requires some interface redesign between machine-dependent and independent parts. Already working on it. Thanks for info! -- Stanislav Sedov ST4096-RIPE --Signature=_Sat__14_Apr_2007_15_42_46_+0400_X4.=ndj+OLjS1zXT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGIL42K/VZk+smlYERAq+cAJ44lsGc8jg2jRln4sZYzeuZvO5L7ACePJTD eqoIkGvsHvwdZRtVPmoK5GA= =8MYB -----END PGP SIGNATURE----- --Signature=_Sat__14_Apr_2007_15_42_46_+0400_X4.=ndj+OLjS1zXT-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:03:16 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6285716A400; Sat, 14 Apr 2007 12:03:16 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D96613C480; Sat, 14 Apr 2007 12:03:16 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EC3GLf047438; Sat, 14 Apr 2007 12:03:16 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EC3GCf047437; Sat, 14 Apr 2007 12:03:16 GMT (envelope-from blackend) Message-Id: <200704141203.l3EC3GCf047437@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 14 Apr 2007 12:03: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/fr_FR.ISO8859-1/books/handbook/virtualization Makefile 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:03:16 -0000 blackend 2007-04-14 12:03:15 UTC FreeBSD doc repository Added files: fr_FR.ISO8859-1/books/handbook/virtualization Makefile chapter.sgml Log: Add translated version of this chapter. Revision Changes Path 1.1 +15 -0 doc/fr_FR.ISO8859-1/books/handbook/virtualization/Makefile (new) 1.1 +555 -0 doc/fr_FR.ISO8859-1/books/handbook/virtualization/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:04:08 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A95B416A404; Sat, 14 Apr 2007 12:04:08 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8336C13C457; Sat, 14 Apr 2007 12:04:08 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EC48fr047621; Sat, 14 Apr 2007 12:04:08 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EC486S047620; Sat, 14 Apr 2007 12:04:08 GMT (envelope-from blackend) Message-Id: <200704141204.l3EC486S047620@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 14 Apr 2007 12:04:08 +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 Makefile book.sgml chapters.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:04:08 -0000 blackend 2007-04-14 12:04:08 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook Makefile book.sgml chapters.ent Log: Hook virtualization chapter. Revision Changes Path 1.26 +1 -0 doc/fr_FR.ISO8859-1/books/handbook/Makefile 1.27 +1 -0 doc/fr_FR.ISO8859-1/books/handbook/book.sgml 1.8 +1 -0 doc/fr_FR.ISO8859-1/books/handbook/chapters.ent From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:11:24 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B46B16A400; Sat, 14 Apr 2007 12:11:24 +0000 (UTC) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 55F9513C48C; Sat, 14 Apr 2007 12:11:24 +0000 (UTC) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECBOlv048819; Sat, 14 Apr 2007 12:11:24 GMT (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECBOTq048818; Sat, 14 Apr 2007 12:11:24 GMT (envelope-from jmz) Message-Id: <200704141211.l3ECBOTq048818@repoman.freebsd.org> From: Jean-Marc Zucconi <jmz@FreeBSD.org> Date: Sat, 14 Apr 2007 12:11: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 ports/textproc/ispell/files patch-term.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:11:24 -0000 jmz 2007-04-14 12:11:24 UTC FreeBSD ports repository Modified files: textproc/ispell Makefile Added files: textproc/ispell/files patch-term.c Log: Use <termios.h> instead of <sgtty.h> PR: ports/110384 Submitted by: Ed Schouten <ed@fxq.nl> Revision Changes Path 1.106 +1 -1 ports/textproc/ispell/Makefile 1.1 +106 -0 ports/textproc/ispell/files/patch-term.c (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:17:55 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D173916A401; Sat, 14 Apr 2007 12:17:55 +0000 (UTC) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ABAF413C45E; Sat, 14 Apr 2007 12:17:55 +0000 (UTC) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECHtWt049729; Sat, 14 Apr 2007 12:17:55 GMT (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECHtUe049728; Sat, 14 Apr 2007 12:17:55 GMT (envelope-from jmz) Message-Id: <200704141217.l3ECHtUe049728@repoman.freebsd.org> From: Jean-Marc Zucconi <jmz@FreeBSD.org> Date: Sat, 14 Apr 2007 12:17:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/mshell Makefile ports/misc/mshell/files patch-ab patch-ag X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:17:55 -0000 jmz 2007-04-14 12:17:55 UTC FreeBSD ports repository Modified files: misc/mshell Makefile misc/mshell/files patch-ab patch-ag Log: Use <termios.h> instead of <sgtty.h> PR: ports/110384 Submitted by: Ed Schouten <ed@fxq.nl> Revision Changes Path 1.23 +1 -1 ports/misc/mshell/Makefile 1.2 +37 -46 ports/misc/mshell/files/patch-ab 1.2 +4 -2 ports/misc/mshell/files/patch-ag From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:20:07 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D61E16A404; Sat, 14 Apr 2007 12:20:07 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3762513C44B; Sat, 14 Apr 2007 12:20:07 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECK79B049834; Sat, 14 Apr 2007 12:20:07 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECK7B7049833; Sat, 14 Apr 2007 12:20:07 GMT (envelope-from pjd) Message-Id: <200704141220.l3ECK7B7049833@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 14 Apr 2007 12:20: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/contrib/opensolaris/uts/common/fs/zfs spa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:20:07 -0000 pjd 2007-04-14 12:20:06 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs spa.c Log: MFp4: - Allow to tune number of spa_zio_* threads. - Reduce default number of spa_zio_* threads to N*spa_zio_issue plus N*spa_zio_intr threads per ZIO type, where N is the number of CPUs. - Put ZIO type number in thread's name. Revision Changes Path 1.3 +17 -7 src/sys/contrib/opensolaris/uts/common/fs/zfs/spa.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:21:07 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E38216A578; Sat, 14 Apr 2007 12:21:07 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D3AB913C4B7; Sat, 14 Apr 2007 12:21:06 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECL6a8050244; Sat, 14 Apr 2007 12:21:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECL62T050243; Sat, 14 Apr 2007 12:21:06 GMT (envelope-from pjd) Message-Id: <200704141221.l3ECL62T050243@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 14 Apr 2007 12:21: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/contrib/opensolaris/uts/common/fs/zfs zfs_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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:21:07 -0000 pjd 2007-04-14 12:21:06 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_vfsops.c Log: MFp4: Allow to tune vfs.zfs.debug from loader.conf. Revision Changes Path 1.3 +1 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:23:04 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9786C16A404; Sat, 14 Apr 2007 12:23:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 71E3613C44B; Sat, 14 Apr 2007 12:23:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECN4x7050772; Sat, 14 Apr 2007 12:23:04 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECN4tM050771; Sat, 14 Apr 2007 12:23:04 GMT (envelope-from pjd) Message-Id: <200704141223.l3ECN4tM050771@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 14 Apr 2007 12:23: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/contrib/opensolaris/uts/common/fs/zfs spa_config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:23:04 -0000 pjd 2007-04-14 12:23:04 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs spa_config.c Log: MFp4: Add more debug, so we can see if zpool.cache was loaded or why it wasn't loaded. Revision Changes Path 1.4 +11 -3 src/sys/contrib/opensolaris/uts/common/fs/zfs/spa_config.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:33:47 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF36716A400; Sat, 14 Apr 2007 12:33:47 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8566413C487; Sat, 14 Apr 2007 12:33:47 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECXlOA052825; Sat, 14 Apr 2007 12:33:47 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECXlle052824; Sat, 14 Apr 2007 12:33:47 GMT (envelope-from pjd) Message-Id: <200704141233.l3ECXlle052824@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 14 Apr 2007 12:33:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs spa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:33:47 -0000 pjd 2007-04-14 12:33:47 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs spa.c Log: MFp4: Use max_ncpus, which is used in other places in the code. Revision Changes Path 1.4 +1 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/spa.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:37:52 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6498316A403; Sat, 14 Apr 2007 12:37:52 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6BD13C43E; Sat, 14 Apr 2007 12:37:52 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECbq50053066; Sat, 14 Apr 2007 12:37:52 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECbqWY053065; Sat, 14 Apr 2007 12:37:52 GMT (envelope-from ru) Message-Id: <200704141237.l3ECbqWY053065@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 14 Apr 2007 12:37: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: distrib/cvsup/sup README distrib/cvsup/sup/src-cddl list.cvs releases X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:37:52 -0000 ru 2007-04-14 12:37:52 UTC FreeBSD src repository Modified files: cvsup/sup README Added files: cvsup/sup/src-cddl list.cvs releases Log: Add the new collection, src-cddl. Revision Changes Path 1.39 +2 -1 distrib/cvsup/sup/README 1.1 +6 -0 distrib/cvsup/sup/src-cddl/list.cvs (new) 1.1 +1 -0 distrib/cvsup/sup/src-cddl/releases (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:38:35 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DA9A16A402; Sat, 14 Apr 2007 12:38:35 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2868A13C44B; Sat, 14 Apr 2007 12:38:35 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECcZWW053107; Sat, 14 Apr 2007 12:38:35 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECcZBQ053106; Sat, 14 Apr 2007 12:38:35 GMT (envelope-from ru) Message-Id: <200704141238.l3ECcZBQ053106@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 14 Apr 2007 12:38: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: distrib/cvsup/sup README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:38:35 -0000 ru 2007-04-14 12:38:34 UTC FreeBSD src repository Modified files: cvsup/sup README Log: Add the forgotten src-rescue collection. Revision Changes Path 1.40 +2 -1 distrib/cvsup/sup/README From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:46:57 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFA4616A402; Sat, 14 Apr 2007 12:46:57 +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 A082513C4B0; Sat, 14 Apr 2007 12:46:57 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 1C03D2D4B98; Sat, 14 Apr 2007 12:46:56 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id DDCE71142C; Sat, 14 Apr 2007 14:46:55 +0200 (CEST) Date: Sat, 14 Apr 2007 14:46:55 +0200 From: "Simon L. Nielsen" <simon@FreeBSD.org> To: Stanislav Sedov <stas@FreeBSD.org> Message-ID: <20070414124654.GB1687@zaphod.nitro.dk> References: <200704141016.l3EAGqIs023798@repoman.freebsd.org> <1176546388.54822.11.camel@ikaros.oook.cz> <1176546959.54822.14.camel@ikaros.oook.cz> <20070414154246.89ad2946.stas@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070414154246.89ad2946.stas@FreeBSD.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, pav@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:46:58 -0000 On 2007.04.14 15:42:46 +0400, Stanislav Sedov wrote: > On Sat, 14 Apr 2007 12:35:59 +0200 > Pav Lucistnik <pav@FreeBSD.org> mentioned: > > > > Also, is the width cut-off technical problem, or is it fixable? > > See http://people.freebsd.org/~pav/top.png for what I mean. > > > > Well, they allocate a static buffer of 128 byte lenght, so the result > doesn't fit into it. Also, there's buffer overrun, since sprintf is > used, not snprintf. So, if a user sets a very long proctitle now and some other user runs top with the new feature the buffer will overflow? -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:53:38 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7530C16A400; Sat, 14 Apr 2007 12:53:38 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4F12313C4AE; Sat, 14 Apr 2007 12:53:38 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECrc2c064214; Sat, 14 Apr 2007 12:53:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECrcVH064212; Sat, 14 Apr 2007 12:53:38 GMT (envelope-from ru) Message-Id: <200704141253.l3ECrcVH064212@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 14 Apr 2007 12:53: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/examples/cvsup cvs-supfile stable-supfile standard-supfile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:53:38 -0000 ru 2007-04-14 12:53:37 UTC FreeBSD src repository Modified files: share/examples/cvsup cvs-supfile stable-supfile standard-supfile Log: Add src-cddl and src-rescue. Revision Changes Path 1.44 +2 -0 src/share/examples/cvsup/cvs-supfile 1.31 +2 -0 src/share/examples/cvsup/stable-supfile 1.24 +2 -0 src/share/examples/cvsup/standard-supfile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 12:54:38 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2F8116A401; Sat, 14 Apr 2007 12:54:38 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7D84613C457; Sat, 14 Apr 2007 12:54:38 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ECscBj064461; Sat, 14 Apr 2007 12:54:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ECscUr064460; Sat, 14 Apr 2007 12:54:38 GMT (envelope-from ru) Message-Id: <200704141254.l3ECscUr064460@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 14 Apr 2007 12:54: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/examples/cvsup cvs-supfile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 12:54:38 -0000 ru 2007-04-14 12:54:38 UTC FreeBSD src repository Modified files: share/examples/cvsup cvs-supfile Log: Add ports-net-im, ports-net-p2p and ports-ports-mgmt collections. Revision Changes Path 1.45 +3 -0 src/share/examples/cvsup/cvs-supfile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 13:06:57 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A53A816A400; Sat, 14 Apr 2007 13:06:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7FD7A13C44C; Sat, 14 Apr 2007 13:06:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3ED6vtY067229; Sat, 14 Apr 2007 13:06:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3ED6vtD067228; Sat, 14 Apr 2007 13:06:57 GMT (envelope-from pjd) Message-Id: <200704141306.l3ED6vtD067228@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 14 Apr 2007 13:06: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/lib/libc/gen sysconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 13:06:57 -0000 pjd 2007-04-14 13:06:57 UTC FreeBSD src repository Modified files: lib/libc/gen sysconf.c Log: Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operates on int, but in fact it should operate on long. - Introduce 'lvalue' variable, which is long. - Fix _SC_XOPEN_SHM for 64bit archs. - Fix _SC_PHYS_PAGES for 64bit archs. Reported by: simokawa - Use lvalue for pathconf(3), as it returns long. - Cast value explicitly to long on return. Revision Changes Path 1.25 +18 -21 src/lib/libc/gen/sysconf.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 13:10:21 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA7CE16A476; Sat, 14 Apr 2007 13:10:21 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B4F8B13C468; Sat, 14 Apr 2007 13:10:21 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EDALFp067419; Sat, 14 Apr 2007 13:10:21 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EDALn2067418; Sat, 14 Apr 2007 13:10:21 GMT (envelope-from ru) Message-Id: <200704141310.l3EDALn2067418@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 14 Apr 2007 13:10:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 13:10:22 -0000 ru 2007-04-14 13:10:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Document src-cddl and src-rescue CVSup collections. Revision Changes Path 1.432 +22 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Apr 14 13:18:38 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C17616A402; Sat, 14 Apr 2007 13:18:38 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 25B0713C487; Sat, 14 Apr 2007 13:18:37 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EDIb4c068848; Sat, 14 Apr 2007 13:18:37 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EDIbwt068847; Sat, 14 Apr 2007 13:18:37 GMT (envelope-from blackend) Message-Id: <200704141318.l3EDIbwt068847@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 14 Apr 2007 13:18:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/pr-guidelines 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 13:18:38 -0000 blackend 2007-04-14 13:18:37 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/pr-guidelines article.sgml Log: Add missing closing tag. Revision Changes Path 1.28 +1 -1 doc/en_US.ISO8859-1/articles/pr-guidelines/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Apr 14 13:33:44 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E67CF16A403; Sat, 14 Apr 2007 13:33:44 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C030B13C48C; Sat, 14 Apr 2007 13:33:44 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EDXiRe073656; Sat, 14 Apr 2007 13:33:44 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EDXiDu073655; Sat, 14 Apr 2007 13:33:44 GMT (envelope-from blackend) Message-Id: <200704141333.l3EDXiDu073655@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 14 Apr 2007 13:33:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/problem-reports 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 13:33:45 -0000 blackend 2007-04-14 13:33:44 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/problem-reports article.sgml Log: SGML fixes: don't use block elements as inline ones, this leads to a "weird" rendering. Revision Changes Path 1.51 +7 -2 doc/en_US.ISO8859-1/articles/problem-reports/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Apr 14 13:51:52 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2621016A404; Sat, 14 Apr 2007 13:51:52 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0090113C44C; Sat, 14 Apr 2007 13:51:52 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EDppFU076465; Sat, 14 Apr 2007 13:51:51 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EDppcj076464; Sat, 14 Apr 2007 13:51:51 GMT (envelope-from blackend) Message-Id: <200704141351.l3EDppcj076464@repoman.freebsd.org> From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sat, 14 Apr 2007 13:51:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 uftdi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 13:51:52 -0000 blackend 2007-04-14 13:51:51 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 uftdi.4 Log: Elexol USB MOD1 is supported by the uftdi driver. Revision Changes Path 1.9 +2 -0 src/share/man/man4/uftdi.4 From owner-cvs-all@FreeBSD.ORG Sat Apr 14 14:03:21 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 111C416A406; Sat, 14 Apr 2007 14:03:21 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 02FEA13C468; Sat, 14 Apr 2007 14:03:21 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EE3KFb079439; Sat, 14 Apr 2007 14:03:20 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EE3K13079438; Sat, 14 Apr 2007 14:03:20 GMT (envelope-from stefan) Message-Id: <200704141403.l3EE3K13079438@repoman.freebsd.org> From: Stefan Walter <stefan@FreeBSD.org> Date: Sat, 14 Apr 2007 14:03:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ifstated Makefile distinfo pkg-descr ports/net/ifstated/files patch-ifstated.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 14:03:21 -0000 stefan 2007-04-14 14:03:19 UTC FreeBSD ports repository Modified files: net/ifstated Makefile distinfo pkg-descr net/ifstated/files patch-ifstated.c Log: - Update to 3.7. [1] - Integrate patch that fixes behaviour with multiple check criteria. [2] PR: 111129 [1], [2] Submitted by: maintainer [1] Artemiev Igor <ai@bmc.brk.ru> [2] Approved by: maintainer Revision Changes Path 1.6 +5 -2 ports/net/ifstated/Makefile 1.4 +3 -3 ports/net/ifstated/distinfo 1.3 +62 -50 ports/net/ifstated/files/patch-ifstated.c 1.2 +3 -3 ports/net/ifstated/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Apr 14 14:08:31 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0241F16A400; Sat, 14 Apr 2007 14:08:31 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E780613C459; Sat, 14 Apr 2007 14:08:30 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EE8Uoe081102; Sat, 14 Apr 2007 14:08:30 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EE8UHP081101; Sat, 14 Apr 2007 14:08:30 GMT (envelope-from des) Message-Id: <200704141408.l3EE8UHP081101@repoman.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Sat, 14 Apr 2007 14:08:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.h pseudofs_vncache.c pseudofs_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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 14:08:31 -0000 des 2007-04-14 14:08:30 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.h pseudofs_vncache.c pseudofs_vnops.c Log: Further pseudofs improvements: The pfs_info mutex is only needed to lock pi_unrhdr. Everything else in struct pfs_info is modified only while Giant is held (during vfs_init() / vfs_uninit()); add assertions to that effect. Simplify pfs_destroy somewhat. Remove superfluous arguments from pfs_fileno_{alloc,free}(), and the assertions which were added in the previous commit to ensure they were consistent. Assert that Giant is held while the vnode cache is initialized and destroyed. Also assert that the cache is empty when it is destroyed. Rename the vnode cache mutex for consistency. Fix a long-standing bug in pfs_getattr(): it would uncritically return the node's pn_fileno as st_ino. This would result in st_ino being 0 if the node had not previously been visited by readdir(), and also in an incorrect st_ino for process directories and any files contained therein. Correct this by abstracting the fileno manipulations previously done in pfs_readdir() into a new function, pfs_fileno(), which is used by both pfs_getattr() and pfs_readdir(). Revision Changes Path 1.31 +13 -21 src/sys/fs/pseudofs/pseudofs.c 1.35 +6 -2 src/sys/fs/pseudofs/pseudofs.h 1.14 +14 -24 src/sys/fs/pseudofs/pseudofs_fileno.c 1.6 +2 -2 src/sys/fs/pseudofs/pseudofs_internal.h 1.36 +7 -4 src/sys/fs/pseudofs/pseudofs_vncache.c 1.61 +17 -9 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 14:18:11 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A19C716A402; Sat, 14 Apr 2007 14:18:11 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.freebsd.org (Postfix) with ESMTP id 1F14113C46C; Sat, 14 Apr 2007 14:18:11 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from [83.97.105.114] (helo=phonon.SpringDaemons.com ident=postfix) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from <stas@FreeBSD.org>) id 1Hcj4q-0008Vj-Vx; Sat, 14 Apr 2007 18:18:09 +0400 Received: from localhost (localhost [127.0.0.1]) by phonon.SpringDaemons.com (Postfix) with SMTP id E6DBC11497; Sat, 14 Apr 2007 18:17:30 +0400 (MSD) Date: Sat, 14 Apr 2007 18:17:30 +0400 From: Stanislav Sedov <stas@FreeBSD.org> To: "Simon L. Nielsen" <simon@FreeBSD.org> Message-Id: <20070414181730.eca262c0.stas@FreeBSD.org> In-Reply-To: <20070414124654.GB1687@zaphod.nitro.dk> References: <200704141016.l3EAGqIs023798@repoman.freebsd.org> <1176546388.54822.11.camel@ikaros.oook.cz> <1176546959.54822.14.camel@ikaros.oook.cz> <20070414154246.89ad2946.stas@FreeBSD.org> <20070414124654.GB1687@zaphod.nitro.dk> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__14_Apr_2007_18_17_30_+0400_JQ6psQbLV46yZVHJ" X-Spam-Flag: SKIP Cc: cvs-src@FreeBSD.org, pav@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 14:18:11 -0000 --Signature=_Sat__14_Apr_2007_18_17_30_+0400_JQ6psQbLV46yZVHJ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sat, 14 Apr 2007 14:46:55 +0200 "Simon L. Nielsen" <simon@FreeBSD.org> mentioned: > On 2007.04.14 15:42:46 +0400, Stanislav Sedov wrote: > > On Sat, 14 Apr 2007 12:35:59 +0200 > > Pav Lucistnik <pav@FreeBSD.org> mentioned: > > > > > > Also, is the width cut-off technical problem, or is it fixable? > > > See http://people.freebsd.org/~pav/top.png for what I mean. > > > > > > > Well, they allocate a static buffer of 128 byte lenght, so the result > > doesn't fit into it. Also, there's buffer overrun, since sprintf is > > used, not snprintf. > > So, if a user sets a very long proctitle now and some other user runs > top with the new feature the buffer will overflow? > Well, not quite right. If you screen is wider then 128 symbols, there could be an overflow, since the row buffer is 128 bytes length. I have not touched any limits, just replaced the string it displays. So there can be overflow with patch or without it, if both the command name and screen width is wider then 128. Well, anyway i'm going to fix that right now. -- Stanislav Sedov ST4096-RIPE --Signature=_Sat__14_Apr_2007_18_17_30_+0400_JQ6psQbLV46yZVHJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGIOJ6K/VZk+smlYERAg9EAJ4+T4qRlGvcUVv8352AzyzSKXdwXACfcUUY baXyjthbdINms/fgeIuCjD4= =+3/J -----END PGP SIGNATURE----- --Signature=_Sat__14_Apr_2007_18_17_30_+0400_JQ6psQbLV46yZVHJ-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 14:32:54 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9916C16A401; Sat, 14 Apr 2007 14:32:54 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 73E3713C48A; Sat, 14 Apr 2007 14:32:54 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EEWnjh085239; Sat, 14 Apr 2007 14:32:49 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EEWn0d085238; Sat, 14 Apr 2007 14:32:49 GMT (envelope-from ache) Message-Id: <200704141432.l3EEWn0d085238@repoman.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Sat, 14 Apr 2007 14:32:48 +0000 (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/whois whois.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 14:32:54 -0000 ache 2007-04-14 14:32:48 UTC FreeBSD src repository Modified files: usr.bin/whois whois.c Log: Use proper type cast for ctype macro Revision Changes Path 1.46 +1 -1 src/usr.bin/whois/whois.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 14:37:06 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 285D816A404; Sat, 14 Apr 2007 14:37:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0314D13C45D; Sat, 14 Apr 2007 14:37:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EEb5mm085871; Sat, 14 Apr 2007 14:37:05 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EEb5Ba085870; Sat, 14 Apr 2007 14:37:05 GMT (envelope-from gerald) Message-Id: <200704141437.l3EEb5Ba085870@repoman.freebsd.org> From: Gerald Pfeifer <gerald@FreeBSD.org> Date: Sat, 14 Apr 2007 14:37: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/gcc43 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 14:37:06 -0000 gerald 2007-04-14 14:37:05 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile distinfo Log: Update to the 20070413 snapshot of GCC 4.3.0. Add WANT_GNOME=yes per our GNOME porting documentation. Revision Changes Path 1.308 +2 -1 ports/lang/gcc43/Makefile 1.196 +18 -18 ports/lang/gcc43/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 14 14:39:38 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EFBC16A400; Sat, 14 Apr 2007 14:39:38 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 44EB513C44C; Sat, 14 Apr 2007 14:39:38 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EEdcI3086005; Sat, 14 Apr 2007 14:39:38 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EEdcPZ086004; Sat, 14 Apr 2007 14:39:38 GMT (envelope-from simokawa) Message-Id: <200704141439.l3EEdcPZ086004@repoman.freebsd.org> From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> Date: Sat, 14 Apr 2007 14:39: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/contrib/opensolaris/lib/libzpool/common kernel.c src/contrib/opensolaris/lib/libzpool/common/sys zfs_context.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 14:39:38 -0000 simokawa 2007-04-14 14:39:38 UTC FreeBSD src repository Modified files: contrib/opensolaris/lib/libzpool/common kernel.c contrib/opensolaris/lib/libzpool/common/sys zfs_context.h Log: In FreeBSD, - cv_timedwait() takes delta instead of absolute time, - we need ioctl() for mediasize. Reviewed by: pjd Revision Changes Path 1.3 +5 -2 src/contrib/opensolaris/lib/libzpool/common/kernel.c 1.5 +1 -0 src/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h From owner-cvs-all@FreeBSD.ORG Sat Apr 14 14:41:54 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CBD916A406; Sat, 14 Apr 2007 14:41:54 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4CCDE13C457; Sat, 14 Apr 2007 14:41:54 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EEfsmN086813; Sat, 14 Apr 2007 14:41:54 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EEfslt086812; Sat, 14 Apr 2007 14:41:54 GMT (envelope-from mnag) Message-Id: <200704141441.l3EEfslt086812@repoman.freebsd.org> From: Marcus Alves Grando <mnag@FreeBSD.org> Date: Sat, 14 Apr 2007 14:41: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/www/lighttpd Makefile distinfo pkg-plist ports/www/lighttpd/files patch-src__connections.c patch-src__mod_cgi.c patch-src__mod_webdav.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 14:41:54 -0000 mnag 2007-04-14 14:41:53 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile distinfo pkg-plist Removed files: www/lighttpd/files patch-src__connections.c patch-src__mod_cgi.c patch-src__mod_webdav.c Log: - Update to 1.4.15 PR: 111552 Submitted by: Gea-Suan Lin <gslin___gslin.org> Revision Changes Path 1.50 +3 -4 ports/www/lighttpd/Makefile 1.30 +3 -3 ports/www/lighttpd/distinfo 1.2 +0 -11 ports/www/lighttpd/files/patch-src__connections.c (dead) 1.2 +0 -18 ports/www/lighttpd/files/patch-src__mod_cgi.c (dead) 1.2 +0 -18 ports/www/lighttpd/files/patch-src__mod_webdav.c (dead) 1.15 +4 -1 ports/www/lighttpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 14:43:11 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8EE816A406; Sat, 14 Apr 2007 14:43:11 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8379B13C46A; Sat, 14 Apr 2007 14:43:11 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EEhBlJ087203; Sat, 14 Apr 2007 14:43:11 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EEhBSR087202; Sat, 14 Apr 2007 14:43:11 GMT (envelope-from simon) Message-Id: <200704141443.l3EEhBSR087202@repoman.freebsd.org> From: "Simon L. Nielsen" <simon@FreeBSD.org> Date: Sat, 14 Apr 2007 14:43: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/usr.sbin/sysinstall config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 14:43:11 -0000 simon 2007-04-14 14:43:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall config.c Log: MFC 1.242: Update postfix MTA selection code to point at postfix 2.4 which is the current version. Revision Changes Path 1.233.2.5 +1 -1 src/usr.sbin/sysinstall/config.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 14:47:08 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C9EC16A404; Sat, 14 Apr 2007 14:47:08 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.freebsd.org (Postfix) with ESMTP id 119B813C458; Sat, 14 Apr 2007 14:47:08 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from [83.97.105.114] (helo=phonon.SpringDaemons.com ident=postfix) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from <stas@FreeBSD.org>) id 1HcjWs-00073h-CC; Sat, 14 Apr 2007 18:47:06 +0400 Received: from localhost (localhost [127.0.0.1]) by phonon.SpringDaemons.com (Postfix) with SMTP id 5ACE311497; Sat, 14 Apr 2007 18:46:27 +0400 (MSD) Date: Sat, 14 Apr 2007 18:46:27 +0400 From: Stanislav Sedov <stas@FreeBSD.org> To: Stanislav Sedov <stas@FreeBSD.org> Message-Id: <20070414184627.746fa559.stas@FreeBSD.org> In-Reply-To: <20070414181730.eca262c0.stas@FreeBSD.org> References: <200704141016.l3EAGqIs023798@repoman.freebsd.org> <1176546388.54822.11.camel@ikaros.oook.cz> <1176546959.54822.14.camel@ikaros.oook.cz> <20070414154246.89ad2946.stas@FreeBSD.org> <20070414124654.GB1687@zaphod.nitro.dk> <20070414181730.eca262c0.stas@FreeBSD.org> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__14_Apr_2007_18_46_27_+0400_UJ4gfRinSpSVmy9e" X-Spam-Flag: SKIP Cc: cvs-src@FreeBSD.org, pav@FreeBSD.org, cvs-all@FreeBSD.org, "Simon L. Nielsen" <simon@FreeBSD.org>, src-committers@FreeBSD.org Subject: Re: cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 14:47:08 -0000 --Signature=_Sat__14_Apr_2007_18_46_27_+0400_UJ4gfRinSpSVmy9e Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sat, 14 Apr 2007 18:17:30 +0400 Stanislav Sedov <stas@FreeBSD.org> mentioned: > Well, not quite right. If you screen is wider then 128 symbols, there > could be an overflow, since the row buffer is 128 bytes length. > > I have not touched any limits, just replaced the string it displays. So > there can be overflow with patch or without it, if both the command > name and screen width is wider then 128. > That's even better. In contrib src display.c it always NULL-terminate string at the screen_width point, so it's always write '\0' to the unknown area if screen_width is larger than 128. Hopefully, the storage is allocated last in .data section, so it doesn't overwrite any important data and code. -- Stanislav Sedov ST4096-RIPE --Signature=_Sat__14_Apr_2007_18_46_27_+0400_UJ4gfRinSpSVmy9e Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGIOlDK/VZk+smlYERAhzhAJ94yecJV3nbgsIhmCDMo/hmQDWJ3ACeNXhr m+xJX8Vfwz5W7zD2pnXT4eQ= =DMO0 -----END PGP SIGNATURE----- --Signature=_Sat__14_Apr_2007_18_46_27_+0400_UJ4gfRinSpSVmy9e-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 15:01:52 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A3D116A404; Sat, 14 Apr 2007 15:01:52 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 242FE13C4BE; Sat, 14 Apr 2007 15:01:52 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EF1qwP089935; Sat, 14 Apr 2007 15:01:52 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EF1pVG089934; Sat, 14 Apr 2007 15:01:51 GMT (envelope-from pjd) Message-Id: <200704141501.l3EF1pVG089934@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 14 Apr 2007 15:01:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 15:01:52 -0000 pjd 2007-04-14 15:01:51 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_vfsops.c Log: MFp4: Hmm, it seems to work now. Revision Changes Path 1.4 +1 -8 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 15:11:48 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D30316A400; Sat, 14 Apr 2007 15:11:48 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DC62D13C455; Sat, 14 Apr 2007 15:11:47 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EFBls9092669; Sat, 14 Apr 2007 15:11:47 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EFBl7P092668; Sat, 14 Apr 2007 15:11:47 GMT (envelope-from mnag) Message-Id: <200704141511.l3EFBl7P092668@repoman.freebsd.org> From: Marcus Alves Grando <mnag@FreeBSD.org> Date: Sat, 14 Apr 2007 15: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/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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 15:11:48 -0000 mnag 2007-04-14 15:11:47 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: lighttpd -- DOS when access files with mtime 0 lighttpd -- Remote DOS in CRLF parsing Revision Changes Path 1.1314 +64 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Apr 14 15:53:38 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF40E16A408; Sat, 14 Apr 2007 15:53:38 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BA5B913C448; Sat, 14 Apr 2007 15:53:38 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EFrcUv099085; Sat, 14 Apr 2007 15:53:38 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EFrcuM099084; Sat, 14 Apr 2007 15:53:38 GMT (envelope-from bmah) Message-Id: <200704141553.l3EFrcuM099084@repoman.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Sat, 14 Apr 2007 15:53: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/release/doc/en_US.ISO8859-1/relnotes 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 15:53:39 -0000 bmah 2007-04-14 15:53:38 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New (but slightly overdue) release notes: snd_envy24ht(4), snd_spicds(4). Revision Changes Path 1.1015 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:09:24 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B09516A403; Sat, 14 Apr 2007 16:09:24 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DA35913C480; Sat, 14 Apr 2007 16:09:23 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EG9N4Z002605; Sat, 14 Apr 2007 16:09:23 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EG9Naj002604; Sat, 14 Apr 2007 16:09:23 GMT (envelope-from maxim) Message-Id: <200704141609.l3EG9Naj002604@repoman.freebsd.org> From: Maxim Konovalov <maxim@FreeBSD.org> Date: Sat, 14 Apr 2007 16:09: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/sbin/atm/atmconfig diag.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:09:24 -0000 maxim 2007-04-14 16:09:23 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig diag.c Log: o IFNAMSIZ includes a terminating null byte. Submitted by: rdivacky MFC after: 1 week Revision Changes Path 1.8 +1 -1 src/sbin/atm/atmconfig/diag.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:20:45 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBE6716A401; Sat, 14 Apr 2007 16:20:45 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B913813C455; Sat, 14 Apr 2007 16:20:45 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EGKjAn007275; Sat, 14 Apr 2007 16:20:45 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EGKjFU007265; Sat, 14 Apr 2007 16:20:45 GMT (envelope-from gabor) Message-Id: <200704141620.l3EGKjFU007265@repoman.freebsd.org> From: Gabor Kovesdan <gabor@FreeBSD.org> Date: Sat, 14 Apr 2007 16:20:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/xdms Makefile ports/audio/beast Makefile ports/audio/cantus_3 Makefile ports/audio/darkice Makefile ports/audio/ecasound Makefile ports/audio/mpdscribble Makefile ports/audio/py-flac Makefile ports/audio/quelcom Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:20:45 -0000 gabor 2007-04-14 16:20:45 UTC FreeBSD ports repository Modified files: archivers/xdms Makefile audio/beast Makefile audio/cantus_3 Makefile audio/darkice Makefile audio/ecasound Makefile audio/mpdscribble Makefile audio/py-flac Makefile audio/quelcom Makefile audio/tta Makefile audio/xmms-imms Makefile comms/kermit Makefile Log: - Remove 4.X support from unmaintained ports in categories starting with letter a-c Revision Changes Path 1.14 +1 -6 ports/archivers/xdms/Makefile 1.20 +1 -7 ports/audio/beast/Makefile 1.11 +1 -7 ports/audio/cantus_3/Makefile 1.24 +0 -4 ports/audio/darkice/Makefile 1.31 +1 -5 ports/audio/ecasound/Makefile 1.6 +1 -7 ports/audio/mpdscribble/Makefile 1.5 +1 -7 ports/audio/py-flac/Makefile 1.17 +1 -7 ports/audio/quelcom/Makefile 1.5 +1 -7 ports/audio/tta/Makefile 1.25 +0 -9 ports/audio/xmms-imms/Makefile 1.38 +2 -10 ports/comms/kermit/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:24:08 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE4C316A41A; Sat, 14 Apr 2007 16:24:08 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C8A7013C483; Sat, 14 Apr 2007 16:24:08 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EGO82C010178; Sat, 14 Apr 2007 16:24:08 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EGO8TW010177; Sat, 14 Apr 2007 16:24:08 GMT (envelope-from mezz) Message-Id: <200704141624.l3EGO8TW010177@repoman.freebsd.org> From: Jeremy Messenger <mezz@FreeBSD.org> Date: Sat, 14 Apr 2007 16:24: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/deskutils/gnome-utils 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:24:09 -0000 mezz 2007-04-14 16:24:08 UTC FreeBSD ports repository Modified files: deskutils/gnome-utils Makefile distinfo pkg-plist Log: Update to 2.18.1. Revision Changes Path 1.91 +1 -1 ports/deskutils/gnome-utils/Makefile 1.51 +3 -3 ports/deskutils/gnome-utils/distinfo 1.42 +9 -0 ports/deskutils/gnome-utils/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:26:06 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1FCA16A401; Sat, 14 Apr 2007 16:26:06 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AD48D13C468; Sat, 14 Apr 2007 16:26:06 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EGQ1bB010366; Sat, 14 Apr 2007 16:26:01 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EGQ17F010365; Sat, 14 Apr 2007 16:26:01 GMT (envelope-from gshapiro) Message-Id: <200704141626.l3EGQ17F010365@repoman.freebsd.org> From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> Date: Sat, 14 Apr 2007 16:26: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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:26:06 -0000 gshapiro 2007-04-14 16:26:01 UTC FreeBSD src repository Modified files: . UPDATING Log: Include a note about recompiling ports which use the base libmilter. Submitted by: Matthew Seaman Revision Changes Path 1.485 +5 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:26:41 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD34D16A408; Sat, 14 Apr 2007 16:26:41 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9839013C4C5; Sat, 14 Apr 2007 16:26:41 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EGQfCW010436; Sat, 14 Apr 2007 16:26:41 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EGQfKX010435; Sat, 14 Apr 2007 16:26:41 GMT (envelope-from gshapiro) Message-Id: <200704141626.l3EGQfKX010435@repoman.freebsd.org> From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> Date: Sat, 14 Apr 2007 16:26:41 +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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:26:41 -0000 gshapiro 2007-04-14 16:26:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING Log: MFC: Include a note about recompiling ports which use the base libmilter. Submitted by: Matthew Seaman Revision Changes Path 1.416.2.31 +5 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:26:59 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C85016A401; Sat, 14 Apr 2007 16:26:59 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4722B13C48C; Sat, 14 Apr 2007 16:26:59 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EGQxqg010507; Sat, 14 Apr 2007 16:26:59 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EGQxHJ010506; Sat, 14 Apr 2007 16:26:59 GMT (envelope-from gshapiro) Message-Id: <200704141626.l3EGQxHJ010506@repoman.freebsd.org> From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> Date: Sat, 14 Apr 2007 16:26:59 +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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:26:59 -0000 gshapiro 2007-04-14 16:26:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . UPDATING Log: MFC: Include a note about recompiling ports which use the base libmilter. Submitted by: Matthew Seaman Revision Changes Path 1.342.2.37 +5 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:27:16 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D627F16A480; Sat, 14 Apr 2007 16:27:16 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B142C13C448; Sat, 14 Apr 2007 16:27:16 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EGRGAm010551; Sat, 14 Apr 2007 16:27:16 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EGRGAX010550; Sat, 14 Apr 2007 16:27:16 GMT (envelope-from gshapiro) Message-Id: <200704141627.l3EGRGAX010550@repoman.freebsd.org> From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> Date: Sat, 14 Apr 2007 16:27:16 +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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:27:17 -0000 gshapiro 2007-04-14 16:27:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) . UPDATING Log: MFC: Include a note about recompiling ports which use the base libmilter. Submitted by: Matthew Seaman Revision Changes Path 1.73.2.95 +5 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:28:40 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CD9316A403; Sat, 14 Apr 2007 16:28:40 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB6A713C4B9; Sat, 14 Apr 2007 16:28:39 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EGSdQ5010692; Sat, 14 Apr 2007 16:28:39 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EGSdho010691; Sat, 14 Apr 2007 16:28:39 GMT (envelope-from novel) Message-Id: <200704141628.l3EGSdho010691@repoman.freebsd.org> From: Roman Bogorodskiy <novel@FreeBSD.org> Date: Sat, 14 Apr 2007 16:28:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/conky/files patch-src-freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:28:40 -0000 novel 2007-04-14 16:28:37 UTC FreeBSD ports repository Added files: sysutils/conky/files patch-src-freebsd.c Log: An attempt to fix build on sparc64. Reported by: pointyhat via kris Revision Changes Path 1.10 +11 -0 ports/sysutils/conky/files/patch-src-freebsd.c (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:29:15 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA32416A407; Sat, 14 Apr 2007 16:29:15 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C5ACC13C489; Sat, 14 Apr 2007 16:29:15 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EGTFok010773; Sat, 14 Apr 2007 16:29:15 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EGTFja010772; Sat, 14 Apr 2007 16:29:15 GMT (envelope-from maxim) Message-Id: <200704141629.l3EGTFja010772@repoman.freebsd.org> From: Maxim Konovalov <maxim@FreeBSD.org> Date: Sat, 14 Apr 2007 16:29:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:29:16 -0000 maxim 2007-04-14 16:29:15 UTC FreeBSD src repository Modified files: sys Makefile Log: o Add bsm and security to a list of cscope dirs. Revision Changes Path 1.42 +3 -3 src/sys/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:38:25 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E446416A406; Sat, 14 Apr 2007 16:38:25 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao104.cox.net (eastrmmtao104.cox.net [68.230.240.46]) by mx1.freebsd.org (Postfix) with ESMTP id 2B88713C458; Sat, 14 Apr 2007 16:38:24 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao104.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070414163824.HOFF1232.eastrmmtao104.cox.net@eastrmimpo01.cox.net>; Sat, 14 Apr 2007 12:38:24 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id n4eP1W00M4iy4EG0000000; Sat, 14 Apr 2007 12:38:23 -0400 Date: Sat, 14 Apr 2007 11:41:00 -0500 To: pav@freebsd.org From: "Jeremy Messenger" <mezz7@cox.net> Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <200704140130.l3E1UZjB010490@repoman.freebsd.org> <op.tqq28nb49aq2h7@mezz.mezzweb.com> <1176546161.54822.9.camel@ikaros.oook.cz> Content-Transfer-Encoding: 8bit Message-ID: <op.tqr8mmce9aq2h7@mezz.mezzweb.com> In-Reply-To: <1176546161.54822.9.camel@ikaros.oook.cz> User-Agent: Opera Mail/9.20 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/linux-opera Makefile ports/www/linux-opera/files patch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:38:26 -0000 On Sat, 14 Apr 2007 05:22:41 -0500, Pav Lucistnik <pav@FreeBSD.org> wrote: > Jeremy Messenger píše v pá 13. 04. 2007 v 20:47 -0500: >> On Fri, 13 Apr 2007 20:30:35 -0500, Jeremy Messenger <mezz@FreeBSD.org> >> wrote: >> >> > mezz 2007-04-14 01:30:35 UTC >> > >> > FreeBSD ports repository >> > >> > Modified files: >> > www/linux-opera Makefile >> > www/linux-opera/files patch-install.sh >> > Log: >> > Add a patch in ${PREFIX}/bin/linux-opera for required to check on >> > kern.ipc.shm_allow_removed if it is disable then set OPERA_NUM_XSHM >> to >> > 0 to disable the shared memory support or it will causing Opera to >> halt >> > or/and give strange behavior. Bump the PORTREVISION. >> > Enable the shm_allow_removed is supposed to be make Opera runs faster >> > with >> > the shared memory enable. I personal couldn't tell any difference on >> > the >> > my fast machine by on my own eyes. >> >> The shared memory feature was added in 9.20 (that was released a few >> days >> ago). > > There's also a patch by rdivacky floating around that fixes our > Linuxulator to behave as Linux' shmem subsystem. > > http://www.vlakno.cz/~rdivacky/pav.patch > > If you could give it a try over weekend it would be great, I'll not be > able to test it before Monday. It doesn't apply on RELENG_6. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:45:08 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E312016A406; Sat, 14 Apr 2007 16:45:08 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D3B1E13C4AE; Sat, 14 Apr 2007 16:45:08 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EGj8RY014200; Sat, 14 Apr 2007 16:45:08 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EGj82q014199; Sat, 14 Apr 2007 16:45:08 GMT (envelope-from mnag) Message-Id: <200704141645.l3EGj82q014199@repoman.freebsd.org> From: Marcus Alves Grando <mnag@FreeBSD.org> Date: Sat, 14 Apr 2007 16:45:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix Makefile ports/mail/postfix-current Makefile ports/mail/postfix1 Makefile ports/mail/postfix21/scripts configure.postfix ports/mail/postfix22/scripts configure.postfix ports/mail/postfix23 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:45:09 -0000 mnag 2007-04-14 16:45:08 UTC FreeBSD ports repository Modified files: mail/postfix Makefile mail/postfix-current Makefile mail/postfix1 Makefile mail/postfix21/scripts configure.postfix mail/postfix22/scripts configure.postfix mail/postfix23 Makefile Log: - Remove SASL1 support. security/cyrus-sasl will be removed soon. PR: 111564, 111565, 111566 Submitted by: gabor (partially) Notified by: gabor Revision Changes Path 1.206 +2 -23 ports/mail/postfix-current/Makefile 1.129 +3 -24 ports/mail/postfix/Makefile 1.92 +0 -7 ports/mail/postfix1/Makefile 1.65 +1 -16 ports/mail/postfix21/scripts/configure.postfix 1.76 +1 -13 ports/mail/postfix22/scripts/configure.postfix 1.128 +3 -24 ports/mail/postfix23/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 16:47:30 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3A6C16A407; Sat, 14 Apr 2007 16:47:30 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 8BCAD13C45A; Sat, 14 Apr 2007 16:47:30 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 73B639C44A6; Sat, 14 Apr 2007 18:47:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id SODkimONmaIE; Sat, 14 Apr 2007 18:47:07 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id C14B599D191; Sat, 14 Apr 2007 18:47:07 +0200 (CEST) Message-ID: <4621057E.5020705@FreeBSD.org> Date: Sat, 14 Apr 2007 18:46:54 +0200 From: Gabor Kovesdan <gabor@FreeBSD.org> User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Marcus Alves Grando <mnag@FreeBSD.org> References: <200704141645.l3EGj82q014199@repoman.freebsd.org> In-Reply-To: <200704141645.l3EGj82q014199@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/postfix Makefile ports/mail/postfix-current Makefile ports/mail/postfix1 Makefile ports/mail/postfix21/scripts configure.postfix ports/mail/postfix22/scripts configure.postfix ports/mail/postfix23 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 16:47:31 -0000 Marcus Alves Grando schrieb: > mnag 2007-04-14 16:45:08 UTC > > FreeBSD ports repository > > Modified files: > mail/postfix Makefile > mail/postfix-current Makefile > mail/postfix1 Makefile > mail/postfix21/scripts configure.postfix > mail/postfix22/scripts configure.postfix > mail/postfix23 Makefile > Log: > - Remove SASL1 support. security/cyrus-sasl will be removed soon. > > PR: 111564, 111565, 111566 > Submitted by: gabor (partially) > Notified by: gabor > > Thanks! Gabor From owner-cvs-all@FreeBSD.ORG Sat Apr 14 17:11:18 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 258D116A406; Sat, 14 Apr 2007 17:11:18 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.freebsd.org (Postfix) with ESMTP id CB31A13C45D; Sat, 14 Apr 2007 17:11:17 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 7C87E6D8B; Sat, 14 Apr 2007 21:11:16 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 566446D8A; Sat, 14 Apr 2007 21:11:16 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id l3EHAv2w035466; Sat, 14 Apr 2007 21:10:57 +0400 (MSD) (envelope-from ru) Date: Sat, 14 Apr 2007 21:10:57 +0400 From: Ruslan Ermilov <ru@FreeBSD.org> To: Tim Kientzle <kientzle@FreeBSD.org> Message-ID: <20070414171057.GC35266@rambler-co.ru> References: <200704140842.l3E8gpYr096736@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline In-Reply-To: <200704140842.l3E8gpYr096736@repoman.freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive_read_support_format_ar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 17:11:18 -0000 --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 14, 2007 at 08:42:51AM +0000, Tim Kientzle wrote: > kientzle 2007-04-14 08:42:51 UTC >=20 > FreeBSD src repository >=20 > Modified files: > lib/libarchive Makefile archive_read_support_format_ar.c=20 > Log: > Fix the build. > N.B. 'ar' format support is broken right now, it's not > passing tests. If I can't find the problem soon, I'll > back out the last commit. > =20 > Revision Changes Path > 1.67 +1 -1 src/lib/libarchive/Makefile > 1.3 +1 -1 src/lib/libarchive/archive_read_support_format_ar.c >=20 It's still broken, please see the tindebox reports. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGIQshqRfpzJluFF4RAvqEAJ9mbC0k+WBUZI7RzY3XrfNp7I1WkgCdGOux WTvRn0zAaXqUkPu/z5VioqA= =UZyS -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 17:28:53 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E14F016A402; Sat, 14 Apr 2007 17:28:53 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D228713C483; Sat, 14 Apr 2007 17:28:53 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EHSrYP036439; Sat, 14 Apr 2007 17:28:53 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EHSrX4036438; Sat, 14 Apr 2007 17:28:53 GMT (envelope-from trasz) Message-Id: <200704141728.l3EHSrX4036438@repoman.freebsd.org> From: Edward Tomasz Napierala <trasz@FreeBSD.org> Date: Sat, 14 Apr 2007 17:28:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/ardour Makefile distinfo pkg-plist ports/audio/ardour/files patch-SConstruct patch-libs-fst-SConscript patch-libs-fst-jackvst.h patch-libs-fst-vsti.c patch-libs-pbd-stacktrace.cc patch-vst-SConscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 17:28:54 -0000 trasz 2007-04-14 17:28:52 UTC FreeBSD ports repository Modified files: audio/ardour Makefile distinfo pkg-plist audio/ardour/files patch-SConstruct Added files: audio/ardour/files patch-libs-fst-SConscript patch-libs-fst-jackvst.h patch-libs-fst-vsti.c patch-libs-pbd-stacktrace.cc patch-vst-SConscript Log: Update to 2.0.r1, add VST support (disabled by default due to legal reasons) and clean things a bit. PR: ports/111506 Submitted by: trasz Approved by: miwi (mentor) Revision Changes Path 1.8 +33 -2 ports/audio/ardour/Makefile 1.5 +6 -3 ports/audio/ardour/distinfo 1.5 +25 -74 ports/audio/ardour/files/patch-SConstruct 1.1 +11 -0 ports/audio/ardour/files/patch-libs-fst-SConscript (new) 1.1 +22 -0 ports/audio/ardour/files/patch-libs-fst-jackvst.h (new) 1.1 +18 -0 ports/audio/ardour/files/patch-libs-fst-vsti.c (new) 1.1 +13 -0 ports/audio/ardour/files/patch-libs-pbd-stacktrace.cc (new) 1.1 +11 -0 ports/audio/ardour/files/patch-vst-SConscript (new) 1.5 +5 -2 ports/audio/ardour/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 17:36:11 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3182A16A406; Sat, 14 Apr 2007 17:36:11 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0B49813C480; Sat, 14 Apr 2007 17:36:11 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EHaAEr037904; Sat, 14 Apr 2007 17:36:10 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EHaAei037903; Sat, 14 Apr 2007 17:36:10 GMT (envelope-from novel) Message-Id: <200704141736.l3EHaAei037903@repoman.freebsd.org> From: Roman Bogorodskiy <novel@FreeBSD.org> Date: Sat, 14 Apr 2007 17:36: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/multimedia/bmpx 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 17:36:11 -0000 novel 2007-04-14 17:36:10 UTC FreeBSD ports repository Modified files: multimedia/bmpx Makefile pkg-plist Log: Add support for mp4/aac media-tags. PR: 109919 Submitted by: ahze Revision Changes Path 1.30 +10 -1 ports/multimedia/bmpx/Makefile 1.12 +3 -0 ports/multimedia/bmpx/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 17:54:56 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A634A16A402; Sat, 14 Apr 2007 17:54:56 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 818B613C469; Sat, 14 Apr 2007 17:54:56 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EHsuDj040871; Sat, 14 Apr 2007 17:54:56 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EHsu9a040870; Sat, 14 Apr 2007 17:54:56 GMT (envelope-from trasz) Message-Id: <200704141754.l3EHsu9a040870@repoman.freebsd.org> From: Edward Tomasz Napierala <trasz@FreeBSD.org> Date: Sat, 14 Apr 2007 17:54: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 LEGAL ports/audio/ardour Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 17:54:56 -0000 trasz 2007-04-14 17:54:55 UTC FreeBSD ports repository Modified files: . LEGAL audio/ardour Makefile Log: Redistribution of the VST PlugIns SDK is not allowed. Approved by: miwi (mentor) Revision Changes Path 1.535 +2 -1 ports/LEGAL 1.9 +2 -1 ports/audio/ardour/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 18:09:23 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A04A516A401; Sat, 14 Apr 2007 18:09:23 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9052013C46C; Sat, 14 Apr 2007 18:09:23 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EI9NH2043968; Sat, 14 Apr 2007 18:09:23 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EI9NUv043967; Sat, 14 Apr 2007 18:09:23 GMT (envelope-from lwhsu) Message-Id: <200704141809.l3EI9NUv043967@repoman.freebsd.org> From: Li-Wen Hsu <lwhsu@FreeBSD.org> Date: Sat, 14 Apr 2007 18:09: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: CVSROOT modules ports MOVED ports/devel Makefile ports/devel/crossgo32 Makefile distinfo pkg-descr pkg-plist ports/devel/crossgo32/files Makefile README.FreeBSD patch-aa patch-ab patch-ba patch-cccp.c patch-functions.def patch-g++.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 18:09:23 -0000 lwhsu 2007-04-14 18:09:22 UTC FreeBSD ports repository Modified files: . modules . MOVED devel Makefile Removed files: devel/crossgo32 Makefile distinfo pkg-descr pkg-plist devel/crossgo32/files Makefile README.FreeBSD patch-aa patch-ab patch-ba patch-cccp.c patch-functions.def patch-g++.c patch-gcc.c patch-protoize.c patch-strerror.c patch-strsignal.c devel/crossgo32-djgpp2 Makefile distinfo pkg-descr pkg-plist devel/crossgo32-djgpp2/files Makefile patch-aa patch-ab patch-ac devel/crossgo32-djgpp2-pdcurses Makefile distinfo pkg-descr pkg-plist Log: - Remove archaic ports 2007-03-28 devel/crossgo32: Has expired, archaic port devel/crossgo32-djgpp2: Archaic port devel/crossgo32-djgpp2-pdcurses: Archaic port Approved by: clsung (mentor) Revision Changes Path 1.17853 +0 -3 CVSROOT/modules 1.1349 +4 -1 ports/MOVED 1.2731 +0 -3 ports/devel/Makefile 1.16 +0 -59 ports/devel/crossgo32-djgpp2-pdcurses/Makefile (dead) 1.5 +0 -3 ports/devel/crossgo32-djgpp2-pdcurses/distinfo (dead) 1.4 +0 -10 ports/devel/crossgo32-djgpp2-pdcurses/pkg-descr (dead) 1.4 +0 -13 ports/devel/crossgo32-djgpp2-pdcurses/pkg-plist (dead) 1.17 +0 -84 ports/devel/crossgo32-djgpp2/Makefile (dead) 1.5 +0 -3 ports/devel/crossgo32-djgpp2/distinfo (dead) 1.2 +0 -7 ports/devel/crossgo32-djgpp2/files/Makefile (dead) 1.2 +0 -13 ports/devel/crossgo32-djgpp2/files/patch-aa (dead) 1.2 +0 -11 ports/devel/crossgo32-djgpp2/files/patch-ab (dead) 1.2 +0 -29 ports/devel/crossgo32-djgpp2/files/patch-ac (dead) 1.3 +0 -23 ports/devel/crossgo32-djgpp2/pkg-descr (dead) 1.5 +0 -154 ports/devel/crossgo32-djgpp2/pkg-plist (dead) 1.26 +0 -65 ports/devel/crossgo32/Makefile (dead) 1.5 +0 -6 ports/devel/crossgo32/distinfo (dead) 1.2 +0 -2 ports/devel/crossgo32/files/Makefile (dead) 1.2 +0 -57 ports/devel/crossgo32/files/README.FreeBSD (dead) 1.2 +0 -7 ports/devel/crossgo32/files/patch-aa (dead) 1.3 +0 -143 ports/devel/crossgo32/files/patch-ab (dead) 1.2 +0 -29 ports/devel/crossgo32/files/patch-ba (dead) 1.2 +0 -56 ports/devel/crossgo32/files/patch-cccp.c (dead) 1.3 +0 -18 ports/devel/crossgo32/files/patch-functions.def (dead) 1.2 +0 -10 ports/devel/crossgo32/files/patch-g++.c (dead) 1.2 +0 -10 ports/devel/crossgo32/files/patch-gcc.c (dead) 1.2 +0 -30 ports/devel/crossgo32/files/patch-protoize.c (dead) 1.2 +0 -10 ports/devel/crossgo32/files/patch-strerror.c (dead) 1.2 +0 -10 ports/devel/crossgo32/files/patch-strsignal.c (dead) 1.7 +0 -18 ports/devel/crossgo32/pkg-descr (dead) 1.8 +0 -158 ports/devel/crossgo32/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Apr 14 18:24:43 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B734216A409; Sat, 14 Apr 2007 18:24:43 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 91FE213C4B7; Sat, 14 Apr 2007 18:24:43 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EIOhv3049494; Sat, 14 Apr 2007 18:24:43 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EIOhck049492; Sat, 14 Apr 2007 18:24:43 GMT (envelope-from kientzle) Message-Id: <200704141824.l3EIOhck049492@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 14 Apr 2007 18:24:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 18:24:43 -0000 kientzle 2007-04-14 18:24:42 UTC FreeBSD src repository Modified files: lib/libarchive Makefile Log: Fix the build by temporarily disabling 'ar' support until I can clean it up. Revision Changes Path 1.68 +0 -1 src/lib/libarchive/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 18:27:35 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F8EC16A4CA; Sat, 14 Apr 2007 18:27:35 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3B20E13C465; Sat, 14 Apr 2007 18:27:35 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EIRZc3049805; Sat, 14 Apr 2007 18:27:35 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EIRYJM049804; Sat, 14 Apr 2007 18:27:34 GMT (envelope-from mlaier) Message-Id: <200704141827.l3EIRYJM049804@repoman.freebsd.org> From: Max Laier <mlaier@FreeBSD.org> Date: Sat, 14 Apr 2007 18:27: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/netinet sctp_indata.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 18:27:35 -0000 mlaier 2007-04-14 18:27:34 UTC FreeBSD src repository Modified files: sys/netinet sctp_indata.c Log: Fix a typeo - unbreak the build. Revision Changes Path 1.16 +1 -1 src/sys/netinet/sctp_indata.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 18:31:05 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDB6916A401; Sat, 14 Apr 2007 18:31:05 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.freebsd.org (Postfix) with ESMTP id 5213F13C43E; Sat, 14 Apr 2007 18:31:05 +0000 (UTC) (envelope-from max@love2party.net) Received: from [88.64.191.0] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1Hcn1b3wh0-0004jN; Sat, 14 Apr 2007 20:31:04 +0200 From: Max Laier <max@love2party.net> Organization: FreeBSD To: rrs@freebsd.org Date: Sat, 14 Apr 2007 20:30:54 +0200 User-Agent: KMail/1.9.5 References: <200704141827.l3EIRYJM049804@repoman.freebsd.org> In-Reply-To: <200704141827.l3EIRYJM049804@repoman.freebsd.org> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGd<hB5S>u+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5685518.s82r0KPGXG"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200704142031.02804.max@love2party.net> X-Provags-ID: V01U2FsdGVkX1+R4/gF2sWVr4b8xuKIpv3XPe4Qki10XvS/r2w Vmj4VGF1u1qoUHxeSsbO2vd93TgqEH6hh7sk8s0WxbJjw14hGj wMUBGydBuZJkcNc3KaGAQ== Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet sctp_indata.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 18:31:05 -0000 --nextPart5685518.s82r0KPGXG Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 14 April 2007 20:27, Max Laier wrote: > mlaier 2007-04-14 18:27:34 UTC > > FreeBSD src repository > > Modified files: > sys/netinet sctp_indata.c > Log: > Fix a typeo - unbreak the build. While checking this, I came across the fact that SCTP_SACK_LOGGING depends= =20 on SCTP_STATS_LOGGING. Not sure if that's intended, but it's fixable=20 with a bit of shuffling in sctputil.c/h > Revision Changes Path > 1.16 +1 -1 src/sys/netinet/sctp_indata.c =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart5685518.s82r0KPGXG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBGIR3mXyyEoT62BG0RAvh9AJ4kj+65Kw1pQy8FF+dedudKieeHSwCfdnyf jDURFrrp12D/VohvDMwENhU= =QlK5 -----END PGP SIGNATURE----- --nextPart5685518.s82r0KPGXG-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 18:51:26 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1258416A403; Sat, 14 Apr 2007 18:51:26 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id DD17A13C44C; Sat, 14 Apr 2007 18:51:25 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.222] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id l3EIpJH7021566; Sat, 14 Apr 2007 11:51:20 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <462122A7.7080102@freebsd.org> Date: Sat, 14 Apr 2007 11:51:19 -0700 From: Tim Kientzle <kientzle@freebsd.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no> References: <200704140820.l3E8KVqP092404@repoman.freebsd.org> <86ejmnz10n.fsf@dwp.des.no> In-Reply-To: <86ejmnz10n.fsf@dwp.des.no> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive_write_set_format_pax.c archive_write_set_format_ustar.c src/lib/libarchive/test Makefile test_tar_filenames.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 18:51:26 -0000 >> Conventionally, tar archives have always included a trailing '/' >> for directories. bsdtar used to add this, but that recently got >> lost somehow. So now I'm adding it back in libarchive. > > Is that really a good idea? Shouldn't this just be fixed in bsdtar's > display code? It's not a display problem, it's an archive creation problem. Very old tar implementations didn't recognize dirs stored in archives, but could actually extract them correctly as long as the name ended in '/'. >> The only odd part of doing this in libarchive: Adding a directory to >> a tar archive and then reading it back again can yield a different name. > > I can imagine how this might trip up other (hypothetical) libarchive > consumers... You may be right. But not all archive formats necessarily require trailing '/' on directories and I've (so far) done pretty well at keeping format-specific knowledge out of bsdtar. I could force trailing '/' when creating archives from bsdtar or ensure the trailing '/' in libarchive for those formats that require it. Neither solution is ideal. I think I'll stick with it in libarchive, though I'll change it so that libarchive actually edits the name in the entry; that way, the client will see the changed name immediately after writing the header. (There's precedent for this; some libarchive formats edit the file size field to indicate how much data they expect; this allows clients to function efficiently with formats that do or don't store duplicate bodies for hard links.) Thanks for the comments. Tim From owner-cvs-all@FreeBSD.ORG Sat Apr 14 18:52:25 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB23D16A400; Sat, 14 Apr 2007 18:52:25 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE26F13C45B; Sat, 14 Apr 2007 18:52:25 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EIqPNH054113; Sat, 14 Apr 2007 18:52:25 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EIqPHO054112; Sat, 14 Apr 2007 18:52:25 GMT (envelope-from marcus) Message-Id: <200704141852.l3EIqPHO054112@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Sat, 14 Apr 2007 18: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/sysutils/gnome-mount Makefile ports/sysutils/gnome-mount/files patch-gnome-mount.schemas.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 18:52:25 -0000 marcus 2007-04-14 18:52:25 UTC FreeBSD ports repository Modified files: sysutils/gnome-mount Makefile sysutils/gnome-mount/files patch-gnome-mount.schemas.in Log: Do not override ntfs file systems with ntfs-3g. While FreeBSD does support fusefs and ntfs-3g, FreeBSD HAL currently does not have support for mounting fusefs file systems like there exists on Linux. Fuse ntfs-3g users interested in this support should contact freebsd-gnome to help with testing. Reported by: Volker <volker@vwsoft.com> Revision Changes Path 1.8 +1 -1 ports/sysutils/gnome-mount/Makefile 1.4 +10 -1 ports/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in From owner-cvs-all@FreeBSD.ORG Sat Apr 14 19:01:44 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 847CC16A40B; Sat, 14 Apr 2007 19:01:44 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6A34413C4BD; Sat, 14 Apr 2007 19:01:44 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EJ1iKX056167; Sat, 14 Apr 2007 19:01:44 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EJ1ikg056165; Sat, 14 Apr 2007 19:01:44 GMT (envelope-from tmclaugh) Message-Id: <200704141901.l3EJ1ikg056165@repoman.freebsd.org> From: Tom McLaughlin <tmclaugh@FreeBSD.org> Date: Sat, 14 Apr 2007 19:01: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/multimedia Makefile ports/multimedia/gnome-subtitles Makefile distinfo pkg-descr pkg-plist ports/multimedia/gnome-subtitles/files patch-src_GnomeSubtitles_Execution_gnome-subtitles.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 19:01:44 -0000 tmclaugh 2007-04-14 19:01:44 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/gnome-subtitles Makefile distinfo pkg-descr pkg-plist multimedia/gnome-subtitles/files patch-src_GnomeSubtitles_Execution_gnome-subtitles.in Log: Add gnome-subtitles: Gnome Subtitles is a subtitle editor for the GNOME desktop. It supports the most common text-based subtitle formats and allows for subtitle editing, conversion and synchronization. WWW: http://gnome-subtitles.sourceforge.net PR: 110982 Submitted by: Marcin Simonides Revision Changes Path 1.219 +1 -0 ports/multimedia/Makefile 1.1 +30 -0 ports/multimedia/gnome-subtitles/Makefile (new) 1.1 +3 -0 ports/multimedia/gnome-subtitles/distinfo (new) 1.1 +8 -0 ports/multimedia/gnome-subtitles/files/patch-src_GnomeSubtitles_Execution_gnome-subtitles.in (new) 1.1 +5 -0 ports/multimedia/gnome-subtitles/pkg-descr (new) 1.1 +6 -0 ports/multimedia/gnome-subtitles/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 14 19:06:59 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 696AC16A400; Sat, 14 Apr 2007 19:06:59 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 454E513C458; Sat, 14 Apr 2007 19:06:59 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EJ6xSu058125; Sat, 14 Apr 2007 19:06:59 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EJ6x90058124; Sat, 14 Apr 2007 19:06:59 GMT (envelope-from kris) Message-Id: <200704141906.l3EJ6x90058124@repoman.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Sat, 14 Apr 2007 19:06:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-YAML-Valid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 19:06:59 -0000 kris 2007-04-14 19:06:59 UTC FreeBSD ports repository Modified files: devel/p5-Test-YAML-Valid Makefile Log: IGNORE: Is missing a dependency (causing infinite loop) Revision Changes Path 1.2 +2 -0 ports/devel/p5-Test-YAML-Valid/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 19:08:52 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52DAD16A409; Sat, 14 Apr 2007 19:08:52 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2ED0713C4BF; Sat, 14 Apr 2007 19:08:52 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EJ8qok058236; Sat, 14 Apr 2007 19:08:52 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EJ8qpV058235; Sat, 14 Apr 2007 19:08:52 GMT (envelope-from tmclaugh) Message-Id: <200704141908.l3EJ8qpV058235@repoman.freebsd.org> From: Tom McLaughlin <tmclaugh@FreeBSD.org> Date: Sat, 14 Apr 2007 19:08: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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 19:08:52 -0000 tmclaugh 2007-04-14 19:08:52 UTC FreeBSD ports repository Modified files: . modules Log: gnome-subtitles --> ports/multimedia/gnome-subtitles Revision Changes Path 1.17854 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Apr 14 19:23:35 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95C1316A402; Sat, 14 Apr 2007 19:23:35 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7156C13C45A; Sat, 14 Apr 2007 19:23:35 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EJNZFc060923; Sat, 14 Apr 2007 19:23:35 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EJNZZT060921; Sat, 14 Apr 2007 19:23:35 GMT (envelope-from kris) Message-Id: <200704141923.l3EJNZZT060921@repoman.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Sat, 14 Apr 2007 19: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/devel/i386-rtems-gcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 19:23:35 -0000 kris 2007-04-14 19:23:34 UTC FreeBSD ports repository Modified files: devel/i386-rtems-gcc Makefile Log: BROKEN: Incorrect handling of charset.alias Revision Changes Path 1.50 +2 -0 ports/devel/i386-rtems-gcc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 19:25:49 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 397E416A401; Sat, 14 Apr 2007 19:25:49 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1506D13C448; Sat, 14 Apr 2007 19:25:49 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EJPm9h061242; Sat, 14 Apr 2007 19:25:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EJPmMf061241; Sat, 14 Apr 2007 19:25:48 GMT (envelope-from kris) Message-Id: <200704141925.l3EJPmMf061241@repoman.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Sat, 14 Apr 2007 19:25: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/asm-xml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 19:25:49 -0000 kris 2007-04-14 19:25:48 UTC FreeBSD ports repository Modified files: textproc/asm-xml Makefile Log: BROKEN on amd64: Does not build (sig11) Revision Changes Path 1.2 +7 -1 ports/textproc/asm-xml/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 14 19:42:20 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA03616A406; Sat, 14 Apr 2007 19:42:20 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C52BA13C48C; Sat, 14 Apr 2007 19:42:20 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EJgKOb063714; Sat, 14 Apr 2007 19:42:20 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EJgKBM063712; Sat, 14 Apr 2007 19:42:20 GMT (envelope-from kmacy) Message-Id: <200704141942.l3EJgKBM063712@repoman.freebsd.org> From: Kip Macy <kmacy@FreeBSD.org> Date: Sat, 14 Apr 2007 19:42: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/sys/sys mbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 19:42:21 -0000 kmacy 2007-04-14 19:42:20 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: pad out m_hdr to make pkthdr word-aligned shuffle pkthdr.len so that pkthdr.header is aligned without compiler added padding Reviewed by: rwatson, andre, sam Revision Changes Path 1.208 +8 -1 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:08:23 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39C8316A46D; Sat, 14 Apr 2007 20:08:23 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 146BB13C448; Sat, 14 Apr 2007 20:08:23 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EK8M0T068506; Sat, 14 Apr 2007 20:08:22 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EK8MCM068505; Sat, 14 Apr 2007 20:08:22 GMT (envelope-from oliver) Message-Id: <200704142008.l3EK8MCM068505@repoman.freebsd.org> From: Oliver Lehmann <oliver@FreeBSD.org> Date: Sat, 14 Apr 2007 20:08:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/audacious-plugins 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:08:23 -0000 oliver 2007-04-14 20:08:22 UTC FreeBSD ports repository Modified files: multimedia/audacious-plugins Makefile distinfo Log: update to 1.3.3 Revision Changes Path 1.37 +1 -1 ports/multimedia/audacious-plugins/Makefile 1.12 +3 -3 ports/multimedia/audacious-plugins/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:10:20 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D4C216A400; Sat, 14 Apr 2007 20:10:20 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2775E13C45A; Sat, 14 Apr 2007 20:10:20 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKAKal068644; Sat, 14 Apr 2007 20:10:20 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKAKnS068643; Sat, 14 Apr 2007 20:10:20 GMT (envelope-from joerg) Message-Id: <200704142010.l3EKAKnS068643@repoman.freebsd.org> From: Joerg Wunsch <joerg@FreeBSD.org> Date: Sat, 14 Apr 2007 20:10: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/devel/avr-gcc 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:10:20 -0000 joerg 2007-04-14 20:10:19 UTC FreeBSD ports repository Modified files: devel/avr-gcc Makefile pkg-plist Log: Add the Russian message catalog file to pkg-plist. Revision Changes Path 1.61 +1 -1 ports/devel/avr-gcc/Makefile 1.28 +1 -0 ports/devel/avr-gcc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:16:04 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE9AB16A401; Sat, 14 Apr 2007 20:16:04 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8A01313C4C2; Sat, 14 Apr 2007 20:16:04 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKG49H070023; Sat, 14 Apr 2007 20:16:04 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKG4nK070022; Sat, 14 Apr 2007 20:16:04 GMT (envelope-from kmacy) Message-Id: <200704142016.l3EKG4nK070022@repoman.freebsd.org> From: Kip Macy <kmacy@FreeBSD.org> Date: Sat, 14 Apr 2007 20:16:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options src/sys/sys mbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:16:04 -0000 kmacy 2007-04-14 20:16:03 UTC FreeBSD src repository Modified files: sys/conf options sys/sys mbuf.h Log: Add option for disabling allocation from the packet zone Revision Changes Path 1.586 +1 -0 src/sys/conf/options 1.209 +4 -0 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:19:17 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6635E16A408; Sat, 14 Apr 2007 20:19:17 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 40F9F13C4B9; Sat, 14 Apr 2007 20:19:17 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKJHPT070179; Sat, 14 Apr 2007 20:19:17 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKJHCc070178; Sat, 14 Apr 2007 20:19:17 GMT (envelope-from kmacy) Message-Id: <200704142019.l3EKJHCc070178@repoman.freebsd.org> From: Kip Macy <kmacy@FreeBSD.org> Date: Sat, 14 Apr 2007 20:19: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/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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:19:17 -0000 kmacy 2007-04-14 20:19:16 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: remove now invalid check from m_sanity panic on m_sanity check failure with INVARIANTS Revision Changes Path 1.172 +5 -10 src/sys/kern/uipc_mbuf.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:21:58 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACC1616A407; Sat, 14 Apr 2007 20:21:58 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9F68313C458; Sat, 14 Apr 2007 20:21:58 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKLwZN071008; Sat, 14 Apr 2007 20:21:58 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKLwT6071007; Sat, 14 Apr 2007 20:21:58 GMT (envelope-from stas) Message-Id: <200704142021.l3EKLwT6071007@repoman.freebsd.org> From: Stanislav Sedov <stas@FreeBSD.org> Date: Sat, 14 Apr 2007 20:21: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 Makefile ports/www/xpi-vimperator 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:21:58 -0000 stas 2007-04-14 20:21:58 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-vimperator Makefile distinfo pkg-descr Log: Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor. It has similar key bindings, and you could call it a modal webbrowser, as key bindings differ according to which mode you are in. Author: Martin Stubenschrott WWW: http://vimperator.mozdev.net/ Revision Changes Path 1.1786 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/xpi-vimperator/Makefile (new) 1.1 +3 -0 ports/www/xpi-vimperator/distinfo (new) 1.1 +6 -0 ports/www/xpi-vimperator/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:22:10 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A02D16A408; Sat, 14 Apr 2007 20:22:10 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 44F8513C4AD; Sat, 14 Apr 2007 20:22:10 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKMAl6071122; Sat, 14 Apr 2007 20:22:10 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKMAXq071121; Sat, 14 Apr 2007 20:22:10 GMT (envelope-from stas) Message-Id: <200704142022.l3EKMAXq071121@repoman.freebsd.org> From: Stanislav Sedov <stas@FreeBSD.org> Date: Sat, 14 Apr 2007 20:22: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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:22:10 -0000 stas 2007-04-14 20:22:10 UTC FreeBSD ports repository Modified files: . modules Log: xpi-vimperator --> ports/www/xpi-vimperator Revision Changes Path 1.17855 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:31:05 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7CC416A482; Sat, 14 Apr 2007 20:31:05 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B072C13C455; Sat, 14 Apr 2007 20:31:05 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKV50p072701; Sat, 14 Apr 2007 20:31:05 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKV5wA072698; Sat, 14 Apr 2007 20:31:05 GMT (envelope-from kmacy) Message-Id: <200704142031.l3EKV5wA072698@repoman.freebsd.org> From: Kip Macy <kmacy@FreeBSD.org> Date: Sat, 14 Apr 2007 20:31: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/sys/sys mbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:31:06 -0000 kmacy 2007-04-14 20:31:05 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: hide static declaration remove extra white space Revision Changes Path 1.210 +4 -2 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:31:24 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B037716A411; Sat, 14 Apr 2007 20:31:24 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 958E413C489; Sat, 14 Apr 2007 20:31:24 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKVOsR072953; Sat, 14 Apr 2007 20:31:24 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKVO8x072952; Sat, 14 Apr 2007 20:31:24 GMT (envelope-from alepulver) Message-Id: <200704142031.l3EKVO8x072952@repoman.freebsd.org> From: Alejandro Pulver <alepulver@FreeBSD.org> Date: Sat, 14 Apr 2007 20:31: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/lang/chicken Makefile distinfo pkg-plist ports/lang/chicken/files patch-boot__cfiles__csc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:31:24 -0000 alepulver 2007-04-14 20:31:24 UTC FreeBSD ports repository Modified files: lang/chicken Makefile distinfo pkg-plist Removed files: lang/chicken/files patch-boot__cfiles__csc.c Log: - Update to version 2.6. - Remove PORTDOCS and list the files in pkg-plist. - Remove BROKEN on ia64 to see if the problem has been fixed and to allow further investigation. - Remove patch which was integrated. Revision Changes Path 1.34 +7 -12 ports/lang/chicken/Makefile 1.17 +3 -3 ports/lang/chicken/distinfo 1.2 +0 -40 ports/lang/chicken/files/patch-boot__cfiles__csc.c (dead) 1.17 +9 -5 ports/lang/chicken/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:38:38 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C327416A403; Sat, 14 Apr 2007 20:38:38 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9E88C13C4B8; Sat, 14 Apr 2007 20:38:38 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKcc3j074048; Sat, 14 Apr 2007 20:38:38 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKcc3P074047; Sat, 14 Apr 2007 20:38:38 GMT (envelope-from kmacy) Message-Id: <200704142038.l3EKcc3P074047@repoman.freebsd.org> From: Kip Macy <kmacy@FreeBSD.org> Date: Sat, 14 Apr 2007 20:38: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/cxgb/sys mvec.h uipc_mvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:38:38 -0000 kmacy 2007-04-14 20:38:38 UTC FreeBSD src repository Modified files: sys/dev/cxgb/sys mvec.h uipc_mvec.c Log: add reference count pointer to mbuf iovec implement robust version of m_collapse add support for sf_buf add fix for m_iovappend add calls to m_sanity under INVARIANTS fix m_freem_vec to correctly travese the mbuf iovec chain Revision Changes Path 1.4 +81 -38 src/sys/dev/cxgb/sys/mvec.h 1.5 +300 -123 src/sys/dev/cxgb/sys/uipc_mvec.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:40:22 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5A9216A402; Sat, 14 Apr 2007 20:40:22 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9108513C4B9; Sat, 14 Apr 2007 20:40:22 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKeM1W074198; Sat, 14 Apr 2007 20:40:22 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKeMHD074197; Sat, 14 Apr 2007 20:40:22 GMT (envelope-from kmacy) Message-Id: <200704142040.l3EKeMHD074197@repoman.freebsd.org> From: Kip Macy <kmacy@FreeBSD.org> Date: Sat, 14 Apr 2007 20:40: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/cxgb cxgb_main.c cxgb_sge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:40:22 -0000 kmacy 2007-04-14 20:40:22 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_main.c cxgb_sge.c Log: Add support for mbuf iovec in the TX path Revision Changes Path 1.13 +38 -4 src/sys/dev/cxgb/cxgb_main.c 1.11 +49 -36 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:50:15 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5522116A40E; Sat, 14 Apr 2007 20:50:15 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2FB8F13C4DE; Sat, 14 Apr 2007 20:50:15 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EKoFI4084282; Sat, 14 Apr 2007 20:50:15 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EKoFT7084281; Sat, 14 Apr 2007 20:50:15 GMT (envelope-from pjd) Message-Id: <200704142050.l3EKoFT7084281@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 14 Apr 2007 20:50: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/contrib/opensolaris/uts/common/fs/zfs vdev_raidz.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:50:15 -0000 pjd 2007-04-14 20:50:14 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs vdev_raidz.c Log: Fix RAID-Z resilvering. Obtained from: OpenSolaris Revision Changes Path 1.2 +16 -2 src/sys/contrib/opensolaris/uts/common/fs/zfs/vdev_raidz.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 20:59:18 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 940E616A40B for <cvs-all@freebsd.org>; Sat, 14 Apr 2007 20:59:18 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by mx1.freebsd.org (Postfix) with ESMTP id 452B913C4CA for <cvs-all@freebsd.org>; Sat, 14 Apr 2007 20:59:18 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1157361wra for <cvs-all@freebsd.org>; Sat, 14 Apr 2007 13:59:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=PsLYjGnziwyxD1Wa6cp9hgtIuXX8UuRdxATAf+1P+dAwrHsKi09qc6F0PgU7aRjkfdZnAV9BPw0iYYjVUbw4Vc0vQM/nffEmRyMh12Ml9OhBASHfW6J49kpwX6M35AN6xPJNO6AE9FBNNL916/igHE3RWFkzBnGUcaDvXbOp7nc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TG7bzp2W6LrXBTh9D0pVK6GNMDt8C0UOfNM4ylub/gXW1WGEuSU0dBVZI3jSuZOUFJG+anTBuqZY0RMmu5jLs5cqiHsuVifZw/SOpog9oihVRq48yMPqRHWXfgs5HWcDIaVhrnVJexikU/YDh1nQin5vLV4nWYLSk7jp2HzuEmo= Received: by 10.114.152.17 with SMTP id z17mr1472214wad.1176584357137; Sat, 14 Apr 2007 13:59:17 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Sat, 14 Apr 2007 13:59:17 -0700 (PDT) Message-ID: <cb5206420704141359g3f7f44f2m4cfb54010369ec34@mail.gmail.com> Date: Sun, 15 Apr 2007 00:59:17 +0400 From: "Andrew Pantyukhin" <infofarmer@FreeBSD.org> Sender: infofarmer@gmail.com To: "Stanislav Sedov" <stas@freebsd.org> In-Reply-To: <200704142021.l3EKLwT6071007@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704142021.l3EKLwT6071007@repoman.freebsd.org> X-Google-Sender-Auth: 4c4540830acbb5eb Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www Makefile ports/www/xpi-vimperator 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 20:59:18 -0000 On 4/15/07, Stanislav Sedov <stas@freebsd.org> wrote: > stas 2007-04-14 20:21:58 UTC > > FreeBSD ports repository > > Modified files: > www Makefile > Added files: > www/xpi-vimperator Makefile distinfo pkg-descr > Log: > Vimperator is a free browser add-on for Firefox, which makes it look and behave > like the Vim text editor. It has similar key bindings, and you could call it > a modal webbrowser, as key bindings differ according to which mode you are in. > > Author: Martin Stubenschrott > WWW: http://vimperator.mozdev.net/ > > Revision Changes Path > 1.1786 +1 -0 ports/www/Makefile > 1.1 +23 -0 ports/www/xpi-vimperator/Makefile (new) > 1.1 +3 -0 ports/www/xpi-vimperator/distinfo (new) > 1.1 +6 -0 ports/www/xpi-vimperator/pkg-descr (new) This extension is seriously cool. Sent the author EUR5 :) Please consider this little patch: http://people.freebsd.org/~sat/diffs/vimp.diff From owner-cvs-all@FreeBSD.ORG Sat Apr 14 21:04:12 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2119B16A409; Sat, 14 Apr 2007 21:04:12 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EF06F13C487; Sat, 14 Apr 2007 21:04:11 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EL4B5R088231; Sat, 14 Apr 2007 21:04:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EL4BrG088230; Sat, 14 Apr 2007 21:04:11 GMT (envelope-from marcus) Message-Id: <200704142104.l3EL4BrG088230@repoman.freebsd.org> From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Sat, 14 Apr 2007 21:04: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/cairo 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 21:04:12 -0000 marcus 2007-04-14 21:04:11 UTC FreeBSD ports repository Modified files: graphics/cairo Makefile distinfo Log: Update to 1.4.4. Revision Changes Path 1.24 +1 -1 ports/graphics/cairo/Makefile 1.12 +3 -3 ports/graphics/cairo/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 14 21:28:38 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5487A16A40A for <cvs-all@freebsd.org>; Sat, 14 Apr 2007 21:28:38 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id F2AFA13C469 for <cvs-all@freebsd.org>; Sat, 14 Apr 2007 21:28:37 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so1025495nza for <cvs-all@freebsd.org>; Sat, 14 Apr 2007 14:28:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=dhjauKdkaSdJq3yU1yQc4mqpJY5W9J50vNZkBGGulTzAEZnTx1ExHZZdCruJO0PgzXGDsXqdf+CFgFj1mfdpzvWx9j6aZTrv5LMGdkA/wcZuJ7QQ5YoTFTX/p9Vg0VALD3Cl7TkYTs5Tt6F223uKFkvGHw8EFImacbA9Vr3KhJc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Y6+ObW2UlpmAL26uSARuQlGEbSyFXvzrrXUOp4TLFP4k0Ku7zJRujy3vxhEIrK2LdAHj1BaxoOyal7DE3u4q/dKBzt7LpanH2wyf29RUYeG0ibATGRW1uDDww+0v3KzKanoXBPCvA9XpaRARBFx398v3HjWSO9I93tUbZFxr80Y= Received: by 10.114.60.19 with SMTP id i19mr1479198waa.1176586116413; Sat, 14 Apr 2007 14:28:36 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Sat, 14 Apr 2007 14:28:36 -0700 (PDT) Message-ID: <cb5206420704141428n551a5228i186c931714c9ba@mail.gmail.com> Date: Sun, 15 Apr 2007 01:28:36 +0400 From: "Andrew Pantyukhin" <infofarmer@FreeBSD.org> Sender: infofarmer@gmail.com To: "Stanislav Sedov" <stas@freebsd.org> In-Reply-To: <20070415011545.d25b8107.stas@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704142021.l3EKLwT6071007@repoman.freebsd.org> <cb5206420704141359g3f7f44f2m4cfb54010369ec34@mail.gmail.com> <20070415011545.d25b8107.stas@FreeBSD.org> X-Google-Sender-Auth: bb2e51b264da26b8 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www Makefile ports/www/xpi-vimperator 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 21:28:38 -0000 On 4/15/07, Stanislav Sedov <stas@freebsd.org> wrote: > On Sun, 15 Apr 2007 00:59:17 +0400 > "Andrew Pantyukhin" <infofarmer@FreeBSD.org> mentioned: > > > On 4/15/07, Stanislav Sedov <stas@freebsd.org> wrote: > > > stas 2007-04-14 20:21:58 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > www Makefile > > > Added files: > > > www/xpi-vimperator Makefile distinfo pkg-descr > > > Log: > > > Vimperator is a free browser add-on for Firefox, which makes it look and behave > > > like the Vim text editor. It has similar key bindings, and you could call it > > > a modal webbrowser, as key bindings differ according to which mode you are in. > > > > > > Author: Martin Stubenschrott > > > WWW: http://vimperator.mozdev.net/ > > > > > > Revision Changes Path > > > 1.1786 +1 -0 ports/www/Makefile > > > 1.1 +23 -0 ports/www/xpi-vimperator/Makefile (new) > > > 1.1 +3 -0 ports/www/xpi-vimperator/distinfo (new) > > > 1.1 +6 -0 ports/www/xpi-vimperator/pkg-descr (new) > > > > This extension is seriously cool. Sent the author > > EUR5 :) Please consider this little patch: > > > > http://people.freebsd.org/~sat/diffs/vimp.diff > > > > > > Yeah, i was amazingly glad to discover it:-) > > > -MASTER_SITES= ${MASTER_SITE_MOZDEV} > > -MASTER_SITE_SUBDIR= ${PORTNAME} > > -DISTNAME= ${PORTNAME}_${PORTVERSION} > > +MASTER_SITES= MOZDEV > > +DISTNAME= ${PORTNAME}_${DISTVERSION} > > Hmm. Why use ${DISTVERSION} instead of PORTVERSION? grep '^DISTNAME' /usr/ports/Mk/bsd.port.mk > Also I prefer to use full names for master sites. Are you sure? Then use this one: MASTER_SITES=\ http://ftp.scarlet.be/pub/mozdev/vimperator/ \ http://ftp.rz.tu-bs.de/pub/mirror/downloads.mozdev.org/vimperator/ \ http://mozdev.dns4.com/vimperator/ http://ftp.ntua.gr/pub/www/mozdev/vimperator/ \ http://ftp.heanet.ie/pub/mozdev/vimperator/ http://mozdev.oregonstate.edu/vimperator/ \ http://mozdev.xmundo.net/vimperator/ http://mirror.meisterwerk.net/rmozdev/vimperator/ \ http://ftp.ntua.gr/pub/www/mozdev/vimperator/ http://www.devlib.org/mozdev/vimperator/ \ http://mozdev.archive.hk/vimperator/ \ http://ftp.iasi.roedu.net/mirrors/mozdev.org/vimperator/ \ ftp://mozdev.secsup.org/pub/software/mozdev/vimperator/ \ ftp://ftp.heanet.ie/pub/mozdev/vimperator/ \ ftp://ftp.iasi.roedu.net/pub/mirrors/mozdev.org/vimperator/ \ http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/vimperator/ \ http://ftp.osuosl.org/pub/mozdev/vimperator/ Anyway, feel free to ignore my point of view :-) Thanks for the port! From owner-cvs-all@FreeBSD.ORG Sat Apr 14 22:12:23 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 02A1016A404; Sat, 14 Apr 2007 22:12:23 +0000 (UTC) Date: Sat, 14 Apr 2007 22:12:22 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Stanislav Sedov <stas@FreeBSD.org> Message-ID: <20070414221222.GA83055@FreeBSD.org> References: <200704142021.l3EKLwT6071007@repoman.freebsd.org> <cb5206420704141359g3f7f44f2m4cfb54010369ec34@mail.gmail.com> <20070415011545.d25b8107.stas@FreeBSD.org> <cb5206420704141428n551a5228i186c931714c9ba@mail.gmail.com> <20070415020616.df924d69.stas@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20070415020616.df924d69.stas@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@freebsd.org, Andrew Pantyukhin <infofarmer@FreeBSD.org>, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www Makefile ports/www/xpi-vimperator 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 22:12:23 -0000 On Sun, Apr 15, 2007 at 02:06:16AM +0400, Stanislav Sedov wrote: > On Sun, 15 Apr 2007 01:28:36 +0400 > "Andrew Pantyukhin" <infofarmer@FreeBSD.org> mentioned: > > > > > > Yeah, i was amazingly glad to discover it:-) > > > > > > > -MASTER_SITES= ${MASTER_SITE_MOZDEV} > > > > -MASTER_SITE_SUBDIR= ${PORTNAME} > > > > -DISTNAME= ${PORTNAME}_${PORTVERSION} > > > > +MASTER_SITES= MOZDEV > > > > +DISTNAME= ${PORTNAME}_${DISTVERSION} > > > > > > Hmm. Why use ${DISTVERSION} instead of PORTVERSION? > > > > grep '^DISTNAME' /usr/ports/Mk/bsd.port.mk > > > > Thanks for explanation, I obviously was not informed about this file;-) > Seriously, I see no reason to use ${DISTVERSION} instead of > PORTVERSION, and you didn't give one. In most cases, it's a noop. However, DISTVERSION is more generic, since it takes care of beta/rc/pre affixes for you (i.e. yields correct PORTVERSION which should pass pkg_version -t test when updating to final release). ./danfe From owner-cvs-all@FreeBSD.ORG Sat Apr 14 22:20:32 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 854B616A407; Sat, 14 Apr 2007 22:20:32 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2685113C4B8; Sat, 14 Apr 2007 22:20:32 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EMKW42000499; Sat, 14 Apr 2007 22:20:32 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EMKWIx000498; Sat, 14 Apr 2007 22:20:32 GMT (envelope-from kientzle) Message-Id: <200704142220.l3EMKWIx000498@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 14 Apr 2007 22:20: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/lib/libarchive archive_write_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 22:20:32 -0000 kientzle 2007-04-14 22:20:31 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c Log: Invoke utime(2) properly. (It's only used on platforms that lack utimes(2).) Revision Changes Path 1.9 +2 -2 src/lib/libarchive/archive_write_disk.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 22:32:59 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26F2516A40D; Sat, 14 Apr 2007 22:32:59 +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 C933A13C4C8; Sat, 14 Apr 2007 22:32:57 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l3EMWsGd012245; Sat, 14 Apr 2007 16:32:55 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46215688.4040005@samsco.org> Date: Sat, 14 Apr 2007 16:32:40 -0600 From: Scott Long <scottl@samsco.org> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: Pawel Jakub Dawidek <pjd@FreeBSD.org> References: <200704141501.l3EF1pVG089934@repoman.freebsd.org> In-Reply-To: <200704141501.l3EF1pVG089934@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Sat, 14 Apr 2007 16:32:55 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 22:32:59 -0000 Pawel Jakub Dawidek wrote: > pjd 2007-04-14 15:01:51 UTC > > FreeBSD src repository > > Modified files: > sys/contrib/opensolaris/uts/common/fs/zfs zfs_vfsops.c > Log: > MFp4: Hmm, it seems to work now. > > Revision Changes Path > 1.4 +1 -8 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c And what exactly does this commit mean? Scott From owner-cvs-all@FreeBSD.ORG Sat Apr 14 22:34:11 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 626B616A406; Sat, 14 Apr 2007 22:34:11 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 52F1D13C458; Sat, 14 Apr 2007 22:34:11 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EMYBX2003429; Sat, 14 Apr 2007 22:34:11 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EMYAcb003428; Sat, 14 Apr 2007 22:34:10 GMT (envelope-from kientzle) Message-Id: <200704142234.l3EMYAcb003428@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 14 Apr 2007 22:34: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/lib/libarchive Makefile archive.h.in archive_read_support_format_ar.c archive_write_set_format_ar.c archive_write_set_format_by_name.c src/lib/libarchive/test test_read_format_ar.c test_write_format_ar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 22:34:11 -0000 kientzle 2007-04-14 22:34:10 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive.h.in archive_read_support_format_ar.c archive_write_set_format_ar.c archive_write_set_format_by_name.c lib/libarchive/test test_read_format_ar.c test_write_format_ar.c Log: Overhaul of 'ar' support: * use "AR_GNU" as the format name instead of AR_SVR4 (it's what everyone is going to call it anyway) * Simplify numeric parsing to unsigned (none of the numeric values should ever be negative); don't run off end of numeric fields. * Finish parsing the common header fields before the next I/O request (which might dump the contents) * Be smarter about format guessing and trimming filenames. * Most of the magic values are only used in one place, so just inline them. * Many more comments. * Be smarter about handling damaged entries; return something reasonable. * Call it a "filename table" instead of a "string table" * Update tests. Enable selection of 'ar', 'arbsd', and 'argnu' formats by name (this allows bsdtar to create ar format archives). The 'ar' writer still needs some work; it should reject entries that aren't regular files and should probably also strip leading paths from filenames. Revision Changes Path 1.69 +1 -0 src/lib/libarchive/Makefile 1.42 +1 -1 src/lib/libarchive/archive.h.in 1.4 +206 -216 src/lib/libarchive/archive_read_support_format_ar.c 1.2 +2 -2 src/lib/libarchive/archive_write_set_format_ar.c 1.6 +4 -0 src/lib/libarchive/archive_write_set_format_by_name.c 1.2 +16 -5 src/lib/libarchive/test/test_read_format_ar.c 1.2 +5 -4 src/lib/libarchive/test/test_write_format_ar.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 22:49:40 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D66AD16A481; Sat, 14 Apr 2007 22:49:40 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0DD6A13C4BC; Sat, 14 Apr 2007 22:49:40 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EMnccK005121; Sat, 14 Apr 2007 22:49:38 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EMncvq005120; Sat, 14 Apr 2007 22:49:38 GMT (envelope-from kientzle) Message-Id: <200704142249.l3EMncvq005120@repoman.freebsd.org> From: Tim Kientzle <kientzle@FreeBSD.org> Date: Sat, 14 Apr 2007 22: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/lib/libarchive archive_read_extract.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 22:49:41 -0000 kientzle 2007-04-14 22:49:38 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Pass through error message if any operation fails, not just the last one. Revision Changes Path 1.56 +1 -1 src/lib/libarchive/archive_read_extract.c From owner-cvs-all@FreeBSD.ORG Sat Apr 14 21:16:34 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 602C116A400; Sat, 14 Apr 2007 21:16:34 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.freebsd.org (Postfix) with ESMTP id CF7AB13C44C; Sat, 14 Apr 2007 21:16:33 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from [85.21.245.235] (helo=phonon.SpringDaemons.com) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from <stas@FreeBSD.org>) id 1Hcpbg-0002Ec-2w; Sun, 15 Apr 2007 01:16:32 +0400 Received: from localhost (localhost [127.0.0.1]) by phonon.SpringDaemons.com (Postfix) with SMTP id CC37B114A9; Sun, 15 Apr 2007 01:15:45 +0400 (MSD) Date: Sun, 15 Apr 2007 01:15:45 +0400 From: Stanislav Sedov <stas@FreeBSD.org> To: "Andrew Pantyukhin" <infofarmer@FreeBSD.org> Message-Id: <20070415011545.d25b8107.stas@FreeBSD.org> In-Reply-To: <cb5206420704141359g3f7f44f2m4cfb54010369ec34@mail.gmail.com> References: <200704142021.l3EKLwT6071007@repoman.freebsd.org> <cb5206420704141359g3f7f44f2m4cfb54010369ec34@mail.gmail.com> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sun__15_Apr_2007_01_15_45_+0400_YhfNHMo39_BMTI1Y" X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 X-Mailman-Approved-At: Sat, 14 Apr 2007 23:02:16 +0000 Cc: Stanislav Sedov <stas@freebsd.org>, cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www Makefile ports/www/xpi-vimperator 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 21:16:34 -0000 --Signature=_Sun__15_Apr_2007_01_15_45_+0400_YhfNHMo39_BMTI1Y Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sun, 15 Apr 2007 00:59:17 +0400 "Andrew Pantyukhin" <infofarmer@FreeBSD.org> mentioned: > On 4/15/07, Stanislav Sedov <stas@freebsd.org> wrote: > > stas 2007-04-14 20:21:58 UTC > > > > FreeBSD ports repository > > > > Modified files: > > www Makefile > > Added files: > > www/xpi-vimperator Makefile distinfo pkg-descr > > Log: > > Vimperator is a free browser add-on for Firefox, which makes it look and behave > > like the Vim text editor. It has similar key bindings, and you could call it > > a modal webbrowser, as key bindings differ according to which mode you are in. > > > > Author: Martin Stubenschrott > > WWW: http://vimperator.mozdev.net/ > > > > Revision Changes Path > > 1.1786 +1 -0 ports/www/Makefile > > 1.1 +23 -0 ports/www/xpi-vimperator/Makefile (new) > > 1.1 +3 -0 ports/www/xpi-vimperator/distinfo (new) > > 1.1 +6 -0 ports/www/xpi-vimperator/pkg-descr (new) > > This extension is seriously cool. Sent the author > EUR5 :) Please consider this little patch: > > http://people.freebsd.org/~sat/diffs/vimp.diff > > Yeah, i was amazingly glad to discover it:-) > -MASTER_SITES= ${MASTER_SITE_MOZDEV} > -MASTER_SITE_SUBDIR= ${PORTNAME} > -DISTNAME= ${PORTNAME}_${PORTVERSION} > +MASTER_SITES= MOZDEV > +DISTNAME= ${PORTNAME}_${DISTVERSION} Hmm. Why use ${DISTVERSION} instead of PORTVERSION? Also I prefer to use full names for master sites. Thanks for review. -- Stanislav Sedov ST4096-RIPE --Signature=_Sun__15_Apr_2007_01_15_45_+0400_YhfNHMo39_BMTI1Y Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGIUSBK/VZk+smlYERAhC7AJ4wFIIKXXSdTzYyMfplSmLgBKYLWgCbB8uA yDaUYyplMbuAP1e0mawiWas= =82KV -----END PGP SIGNATURE----- --Signature=_Sun__15_Apr_2007_01_15_45_+0400_YhfNHMo39_BMTI1Y-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 22:07:00 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F7F816A401; Sat, 14 Apr 2007 22:07:00 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.freebsd.org (Postfix) with ESMTP id 0D13F13C45A; Sat, 14 Apr 2007 22:06:59 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from [85.21.245.235] (helo=phonon.SpringDaemons.com) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from <stas@FreeBSD.org>) id 1HcqOX-00045T-NN; Sun, 15 Apr 2007 02:06:58 +0400 Received: from localhost (localhost [127.0.0.1]) by phonon.SpringDaemons.com (Postfix) with SMTP id C8A56114A9; Sun, 15 Apr 2007 02:06:16 +0400 (MSD) Date: Sun, 15 Apr 2007 02:06:16 +0400 From: Stanislav Sedov <stas@FreeBSD.org> To: "Andrew Pantyukhin" <infofarmer@FreeBSD.org> Message-Id: <20070415020616.df924d69.stas@FreeBSD.org> In-Reply-To: <cb5206420704141428n551a5228i186c931714c9ba@mail.gmail.com> References: <200704142021.l3EKLwT6071007@repoman.freebsd.org> <cb5206420704141359g3f7f44f2m4cfb54010369ec34@mail.gmail.com> <20070415011545.d25b8107.stas@FreeBSD.org> <cb5206420704141428n551a5228i186c931714c9ba@mail.gmail.com> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sun__15_Apr_2007_02_06_16_+0400_U0kUrGVjA/PIkp4Z" X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 X-Mailman-Approved-At: Sat, 14 Apr 2007 23:02:36 +0000 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www Makefile ports/www/xpi-vimperator 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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 22:07:00 -0000 --Signature=_Sun__15_Apr_2007_02_06_16_+0400_U0kUrGVjA/PIkp4Z Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sun, 15 Apr 2007 01:28:36 +0400 "Andrew Pantyukhin" <infofarmer@FreeBSD.org> mentioned: > > > > Yeah, i was amazingly glad to discover it:-) > > > > > -MASTER_SITES= ${MASTER_SITE_MOZDEV} > > > -MASTER_SITE_SUBDIR= ${PORTNAME} > > > -DISTNAME= ${PORTNAME}_${PORTVERSION} > > > +MASTER_SITES= MOZDEV > > > +DISTNAME= ${PORTNAME}_${DISTVERSION} > > > > Hmm. Why use ${DISTVERSION} instead of PORTVERSION? > > grep '^DISTNAME' /usr/ports/Mk/bsd.port.mk > Thanks for explanation, I obviously was not informed about this file;-) Seriously, I see no reason to use ${DISTVERSION} instead of PORTVERSION, and you didn't give one. -- Stanislav Sedov ST4096-RIPE --Signature=_Sun__15_Apr_2007_02_06_16_+0400_U0kUrGVjA/PIkp4Z Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGIVBYK/VZk+smlYERAo6dAJ9VTzGl3H0QpsgzL/3mBWo+XnuRgwCbB3HR LonOrmv8uxJldD1hQuZOC1o= =Y43S -----END PGP SIGNATURE----- --Signature=_Sun__15_Apr_2007_02_06_16_+0400_U0kUrGVjA/PIkp4Z-- From owner-cvs-all@FreeBSD.ORG Sat Apr 14 23:06:22 2007 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CC2816A402; Sat, 14 Apr 2007 23:06:22 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 76DBE13C46E; Sat, 14 Apr 2007 23:06:22 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3EN6M15009257; Sat, 14 Apr 2007 23:06:22 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EN6Mnb009256; Sat, 14 Apr 2007 23:06:22 GMT (envelope-from pjd) Message-Id: <200704142306.l3EN6Mnb009256@repoman.freebsd.org> From: Pawel Jakub Dawidek <pjd@FreeBSD.org> Date: Sat, 14 Apr 2007 23:06: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/contrib/opensolaris/uts/common/fs/zfs zfs_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 <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Apr 2007 23:06:22 -0000 pjd 2007-04-14 23:06:22 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_vfsops.c Log: Force commit to actually document what was changed: At some point in ZFS porting cycle I wasn't able to open snapshot datasets in DS_MODE_PRIMARY mode and I changed it to DS_MODE_STANDARD. It seems that it works just fine with DS_MODE_PRIMARY mode now, but I don't really know what have changed. Requested by: scottl Revision Changes Path 1.5 +0 -0 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c