From owner-cvs-all@FreeBSD.ORG Sun Oct 10 00:46:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83FFE16A4CE; Sun, 10 Oct 2004 00:46:39 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BCE543D1D; Sun, 10 Oct 2004 00:46:39 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.51] (adsl-64-171-187-209.dsl.snfc21.pacbell.net [64.171.187.209]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i9A0kV1d027340 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 9 Oct 2004 17:46:32 -0700 Message-ID: <41688662.80000@root.org> Date: Sat, 09 Oct 2004 17:46:26 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Takanori Watanabe References: <200410070510.i975AsrS029949@sana.init-main.com> In-Reply-To: <200410070510.i975AsrS029949@sana.init-main.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: src-committers@freebsd.org cc: robert.moore@intel.com cc: jhb@freebsd.org Subject: Re: cvs commit: src/usr.sbin/acpi/acpidump acpi.c acpidump.c acpidump.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 00:46:39 -0000 Takanori Watanabe wrote: > In message <41644415.3030402@root.org>, Nate Lawson wrote: > >>>I think ACPI-CA itself can override any SSDT by checking existing >>>SSDT header passed to AcpiOsTableOverride. >> >>I'm not sure what you mean here but I agree that AcpiOsTableOverride() >>should be able to decide whether to override an SSDT or not. All I'm >>asking for is a special return code from AcpiOsTableOverride() that >>means "ignore this table completely" so I don't have to provide a fake >>empty table to get this effect. > > The thing I want to say is like this. > In this code, I intended to be able to override arbitaly table > on a system, though I have never run it. And if iASL can accept > ASL file with multiple DefinitionBlock, you don't need to compound > all SSDT's into DSDT: all you have to do is concatinate SSDT > with DefinitionBlock to the tail of DSDT dump. > I think this approach is far more extensive, though I don't > deny current approach as a workaround. Ah, I understand. I think this approach is fine since acpidump would maintain the ordering from the XSDT, and the order in the ASL file of the DefinitionBlocks would determine which tables are overridden. This is definitely cleaner than our current approach and similar in that if you want to override one DSDT/SSDT table, you have to override them all (even if it's with the original contents for unmodified tables.) The only tough modification for this is for iasl(8) to be able to handle multiple DefinitionBlock entries in a single file. On the acpidump side, we can just run iasl -d multiple times and concatenate the results. -- Nate From owner-cvs-all@FreeBSD.ORG Sun Oct 10 00:57:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C656516A4CE; Sun, 10 Oct 2004 00:57:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A328E43D2F; Sun, 10 Oct 2004 00:57:23 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A0vNPM038154; Sun, 10 Oct 2004 00:57:23 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A0vNxY038153; Sun, 10 Oct 2004 00:57:23 GMT (envelope-from csjp) Message-Id: <200410100057.i9A0vNxY038153@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sun, 10 Oct 2004 00:57:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/ipfw ipfw.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 00:57:23 -0000 csjp 2004-10-10 00:57:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/ipfw ipfw.8 Log: Log: Add a note to the man page warning users about possible lock order reversals+system lock ups if they are using ucred based rules while running with debug.mpsafenet=1. I am working on merging a shared locking mechanism into ipfw which should take care of this problem, but it still requires a bit more testing and review. Approved by: re@ (hrs) Revision Changes Path 1.150.2.3 +10 -0 src/sbin/ipfw/ipfw.8 From owner-cvs-all@FreeBSD.ORG Sun Oct 10 02:35:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0730216A4CE; Sun, 10 Oct 2004 02:35:04 +0000 (GMT) Received: from drop.bsdchat.com (drop.bsdchat.com [209.237.225.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB1F43D4C; Sun, 10 Oct 2004 02:35:03 +0000 (GMT) (envelope-from clive@tongi.org) Received: from CARTIER (drag.bsdchat.com [209.237.225.37]) by drop.bsdchat.com (8.13.1/8.13.1) with SMTP id i9A2Ybwb066199; Sun, 10 Oct 2004 02:34:40 GMT (envelope-from clive@tongi.org) Received: (nullmailer pid 22995 invoked by uid 1000); Sun, 10 Oct 2004 02:34:34 -0000 Date: Sun, 10 Oct 2004 10:34:33 +0800 From: Clive Lin To: Clement Laforet Message-ID: <20041010023433.GA22907@CARTIER.mind.com> References: <200410071759.i97HxIup039053@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410071759.i97HxIup039053@repoman.freebsd.org> X-Operating-System: FreeBSD i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Unable to build apache2 with threads (Re: cvs commit: ports/Mk bsd.port.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 02:35:04 -0000 On Thu, Oct 07, 2004 at 05:59:18PM +0000, Kris Kennaway wrote: > kris 2004-10-07 17:59:18 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.port.mk > Log: > Change the default value of PTHREAD_LIBS to -pthread for 5.x and > beyond. This avoids linking shared libraries with the thread library, > which causes problems when trying to change from one thread library to > another. Instead all binaries that link to a library that uses > threads must themselves respect PTHREAD_LIBS. > > Submitted by: deischen, marcus > Approved by: portmgr > > Revision Changes Path > 1.499 +2 -2 ports/Mk/bsd.port.mk http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?r1=1.498&r2=1.499 this seems to stop apache2 build with threads. (WITH_MPM=worker) Clement: dirty hack as below, although I dont think it is a correct fix... --- Makefile~ Sun Oct 10 09:45:07 2004 +++ Makefile Sun Oct 10 09:45:33 2004 @@ -148,7 +148,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/apache2 .endif -WITH_PTHREAD_LIBS?= ${PTHREAD_LIBS:S/-l//} +WITH_PTHREAD_LIBS?= ${PTHREAD_LIBS} WITH_PTHREAD_CFLAGS?= ${PTHREAD_CFLAGS} .include "${APACHEDIR}/Makefile.doc" --- Makefile.modules~ Sun Oct 10 09:45:12 2004 +++ Makefile.modules Sun Oct 10 09:46:06 2004 @@ -93,8 +93,8 @@ .if defined(WITH_THREADS) CONFIGURE_ARGS+= --enable-threads -. if ${WITH_PTHREAD_LIBS} != "c_r" && ${OSVERSION} > 500023 -CONFIGURE_ENV+= apr_cv_pthreads_lib=-l${WITH_PTHREAD_LIBS} \ +. if ${WITH_PTHREAD_LIBS} != "-lc_r" && ${OSVERSION} > 500023 +CONFIGURE_ENV+= apr_cv_pthreads_lib=${WITH_PTHREAD_LIBS} \ apr_cv_pthreads_cflags=${WITH_PTHREAD_CFLAGS} . else CFLAGS+= -DFREEBSD_THREAD_HACK -- Clive Tong-I Lin | http://tongi.org | PGP KeyID: A008C03E From owner-cvs-all@FreeBSD.ORG Sun Oct 10 02:54:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2488D16A4CE; Sun, 10 Oct 2004 02:54:11 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6DBE43D45; Sun, 10 Oct 2004 02:54:10 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9A2pSXE075545; Sat, 9 Oct 2004 20:51:31 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 09 Oct 2004 20:53:01 -0600 (MDT) Message-Id: <20041009.205301.93208213.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <4167178E.3050303@root.org> References: <20041008212100.2BB2F5D04@ptavv.es.net> <4167178E.3050303@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: jhb@freebsd.org cc: oberman@es.net Subject: Re: cvs commit: src/sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 02:54:11 -0000 In message: <4167178E.3050303@root.org> Nate Lawson writes: : Some slots force irq sharing but if you have devices that can't handle : that irq, they fail. This is especially on older systems that have an : ISA and PCI slot that share an irq line. Are there such systems like this that actually work? We've been telling people that they can't share PCI and ISA interrupts because ISA is edge triggered and PCI is level triggered. Warner From owner-cvs-all@FreeBSD.ORG Sun Oct 10 02:57:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8091516A4CE; Sun, 10 Oct 2004 02:57:22 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3DF43D2D; Sun, 10 Oct 2004 02:57:21 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9A2tpMU075615; Sat, 9 Oct 2004 20:55:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 09 Oct 2004 20:57:36 -0600 (MDT) Message-Id: <20041009.205736.102124101.imp@bsdimp.com> To: brooks@one-eyed-alien.net From: "M. Warner Losh" In-Reply-To: <20041009002051.GA20265@odin.ac.hmc.edu> References: <200410071355.i97DtSJq024575@repoman.freebsd.org> <20041009011553.01708de1@dev.lan.Awfulhak.org> <20041009002051.GA20265@odin.ac.hmc.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: brian@Awfulhak.org cc: mtm@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: What we keep under /etc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 02:57:22 -0000 In message: <20041009002051.GA20265@odin.ac.hmc.edu> Brooks Davis writes: : As long as you don't actually modify the scripts you can just do an "rm : /etc/rc.d/*" and run mergemaster with -i. It's a whole lot less painful : that way. rm -rf /etc/rc.d/* /etc/isdn/* /etc/periodic/* /etc/defaults/* mergemaster -i Is what I usually do. However, I'd rather have a regexp of filenames that I can tell mergemaster NOT to merge and to merge everything else. Warner From owner-cvs-all@FreeBSD.ORG Sun Oct 10 03:00:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 027FE16A55F; Sun, 10 Oct 2004 03:00:19 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897F243D1D; Sun, 10 Oct 2004 03:00:15 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9A2xEQ8075628; Sat, 9 Oct 2004 20:59:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 09 Oct 2004 21:01:03 -0600 (MDT) Message-Id: <20041009.210103.115654872.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200410090831.i998VLD6076466@repoman.freebsd.org> References: <200410090831.i998VLD6076466@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa pbio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 03:00:19 -0000 In message: <200410090831.i998VLD6076466@repoman.freebsd.org> "David E. O'Brien" writes: : obrien 2004-10-09 08:31:21 UTC : : FreeBSD src repository : : Modified files: : sys/i386/isa pbio.c : Log: : style(9) Thanks for obsoleting the busspace changes that I was working on. Warner From owner-cvs-all@FreeBSD.ORG Sun Oct 10 03:03:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5AF416A4CE; Sun, 10 Oct 2004 03:03:42 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0BC43D2F; Sun, 10 Oct 2004 03:03:42 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.51] (adsl-64-171-187-209.dsl.snfc21.pacbell.net [64.171.187.209]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i9A33Q1d030017 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 9 Oct 2004 20:03:27 -0700 Message-ID: <4168A67A.2090805@root.org> Date: Sat, 09 Oct 2004 20:03:22 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <20041008212100.2BB2F5D04@ptavv.es.net> <4167178E.3050303@root.org> <20041009.205301.93208213.imp@bsdimp.com> In-Reply-To: <20041009.205301.93208213.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: jhb@freebsd.org cc: oberman@es.net Subject: Re: cvs commit: src/sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 03:03:43 -0000 M. Warner Losh wrote: > In message: <4167178E.3050303@root.org> > Nate Lawson writes: > : Some slots force irq sharing but if you have devices that can't handle > : that irq, they fail. This is especially on older systems that have an > : ISA and PCI slot that share an irq line. > > Are there such systems like this that actually work? We've been > telling people that they can't share PCI and ISA interrupts because > ISA is edge triggered and PCI is level triggered. My Abit BP6 has such a configuration for the last slot. You can only put a PCI card OR ISA card in, not both. -- Nate From owner-cvs-all@FreeBSD.ORG Sun Oct 10 03:15:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D705716A4CE; Sun, 10 Oct 2004 03:15:29 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7797F43D31; Sun, 10 Oct 2004 03:15:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9A3EXhR075854; Sat, 9 Oct 2004 21:14:37 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 09 Oct 2004 21:16:15 -0600 (MDT) Message-Id: <20041009.211615.109981313.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <4168A67A.2090805@root.org> References: <4167178E.3050303@root.org> <20041009.205301.93208213.imp@bsdimp.com> <4168A67A.2090805@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: jhb@freebsd.org cc: oberman@es.net Subject: Re: cvs commit: src/sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 03:15:30 -0000 In message: <4168A67A.2090805@root.org> Nate Lawson writes: : M. Warner Losh wrote: : : > In message: <4167178E.3050303@root.org> : > Nate Lawson writes: : > : Some slots force irq sharing but if you have devices that can't handle : > : that irq, they fail. This is especially on older systems that have an : > : ISA and PCI slot that share an irq line. : > : > Are there such systems like this that actually work? We've been : > telling people that they can't share PCI and ISA interrupts because : > ISA is edge triggered and PCI is level triggered. : : My Abit BP6 has such a configuration for the last slot. You can only : put a PCI card OR ISA card in, not both. And you MUST use an IRQ that is used by PCI for that ISA slot? The ISA slots don't share an IRQ with PCI at all. They might share the slot, but they don't share interrupts because the ISA card dispatches the interrupts directly through the IRQ lines on the ISA bus, and the PCI dispatches it through #INT[A-D] through the bridges between the device and CPU. Warner From owner-cvs-all@FreeBSD.ORG Sun Oct 10 03:15:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F9E616A4CE; Sun, 10 Oct 2004 03:15:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C4743D54; Sun, 10 Oct 2004 03:15:45 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A3FjG7042291; Sun, 10 Oct 2004 03:15:45 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A3FjSr042290; Sun, 10 Oct 2004 03:15:45 GMT (envelope-from njl) Message-Id: <200410100315.i9A3FjSr042290@repoman.freebsd.org> From: Nate Lawson Date: Sun, 10 Oct 2004 03:15:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 03:15:46 -0000 njl 2004-10-10 03:15:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h Log: MFC: Only disable the timer for the ASUS P5A and -B. Approved by: re (scottl) Revision Changes Path 1.3.2.1 +5 -8 src/sys/dev/acpica/acpi_quirks 1.35.2.1 +2 -1 src/sys/dev/acpica/acpi_timer.c 1.79.2.3 +6 -0 src/sys/dev/acpica/acpivar.h From owner-cvs-all@FreeBSD.ORG Sun Oct 10 03:18:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CF8016A4CE; Sun, 10 Oct 2004 03:18:56 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1563943D46; Sun, 10 Oct 2004 03:18:56 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.52] (adsl-64-171-187-209.dsl.snfc21.pacbell.net [64.171.187.209])i9A3J29p011179; Sat, 9 Oct 2004 23:19:03 -0400 Message-ID: <4168AA1E.10605@root.org> Date: Sat, 09 Oct 2004 20:18:54 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org References: <20041010031556.A230116A4EF@hub.freebsd.org> In-Reply-To: <20041010031556.A230116A4EF@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 03:18:56 -0000 Nate Lawson wrote: > njl 2004-10-10 03:15:45 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h > Log: > MFC: Only disable the timer for the ASUS P5A and -B. > > Approved by: re (scottl) > > Revision Changes Path > 1.3.2.1 +5 -8 src/sys/dev/acpica/acpi_quirks > 1.35.2.1 +2 -1 src/sys/dev/acpica/acpi_timer.c > 1.79.2.3 +6 -0 src/sys/dev/acpica/acpivar.h > > --- src/sys/dev/acpica/acpivar.h:1.79.2.2 Tue Aug 31 05:26:37 2004 > +++ src/sys/dev/acpica/acpivar.h Sun Oct 10 03:15:45 2004 > @@ -98,6 +98,10 @@ > /* Flags for each device defined in the AML namespace. */ > #define ACPI_FLAG_WAKE_ENABLED 0x1 > > +/* Macros for extracting parts of a PCI address from an _ADR value. */ > +#define ACPI_ADR_PCI_SLOT(adr) (((adr) & 0xffff0000) >> 16) > +#define ACPI_ADR_PCI_FUNC(adr) ((adr) & 0xffff) > + > /* > * Entry points to ACPI from above are global functions defined in this > * file, sysctls, and I/O on the control device. Entry points from below Apologies, jhb@'s compatibility macros crept into the MFC. They should not affect anything since I didn't MFC any use of them. I rebuilt just to be sure and they are not used. -Nate From owner-cvs-all@FreeBSD.ORG Sun Oct 10 03:26:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37BBB16A4CF; Sun, 10 Oct 2004 03:26:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 163EC43D31; Sun, 10 Oct 2004 03:26:21 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A3QKrc042547; Sun, 10 Oct 2004 03:26:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A3QKKZ042546; Sun, 10 Oct 2004 03:26:20 GMT (envelope-from imp) Message-Id: <200410100326.i9A3QKKZ042546@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Oct 2004 03:26:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa pbio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 03:26:21 -0000 imp 2004-10-10 03:26:20 UTC FreeBSD src repository Modified files: sys/i386/isa pbio.c Log: Convert to newbus. (chances are we could now move this to dev/pbio since I believe it is now MI, but that hasn't been done yet). Reviewed by: dds Revision Changes Path 1.4 +61 -46 src/sys/i386/isa/pbio.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 03:33:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1140116A4CE; Sun, 10 Oct 2004 03:33:08 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF8A43D31; Sun, 10 Oct 2004 03:33:07 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.52] (adsl-64-171-187-209.dsl.snfc21.pacbell.net [64.171.187.209])i9A3XA9p018493; Sat, 9 Oct 2004 23:33:10 -0400 Message-ID: <4168AD6D.1000105@root.org> Date: Sat, 09 Oct 2004 20:33:01 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <4167178E.3050303@root.org> <20041009.205301.93208213.imp@bsdimp.com> <4168A67A.2090805@root.org> <20041009.211615.109981313.imp@bsdimp.com> In-Reply-To: <20041009.211615.109981313.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: jhb@freebsd.org cc: oberman@es.net Subject: Re: cvs commit: src/sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 03:33:08 -0000 M. Warner Losh wrote: > In message: <4168A67A.2090805@root.org> > Nate Lawson writes: > : M. Warner Losh wrote: > : > : > In message: <4167178E.3050303@root.org> > : > Nate Lawson writes: > : > : Some slots force irq sharing but if you have devices that can't handle > : > : that irq, they fail. This is especially on older systems that have an > : > : ISA and PCI slot that share an irq line. > : > > : > Are there such systems like this that actually work? We've been > : > telling people that they can't share PCI and ISA interrupts because > : > ISA is edge triggered and PCI is level triggered. > : > : My Abit BP6 has such a configuration for the last slot. You can only > : put a PCI card OR ISA card in, not both. > > And you MUST use an IRQ that is used by PCI for that ISA slot? The > ISA slots don't share an IRQ with PCI at all. They might share the > slot, but they don't share interrupts because the ISA card dispatches > the interrupts directly through the IRQ lines on the ISA bus, and the > PCI dispatches it through #INT[A-D] through the bridges between the > device and CPU. I think I'm confusing two different things. For the shared slot, you can't put more than one card in at a time. The IRQ conflict was between AGP and PCI slot 1 and had nothing to do with ISA. -Nate From owner-cvs-all@FreeBSD.ORG Sun Oct 10 03:34:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6BE116A4CE; Sun, 10 Oct 2004 03:34:31 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C6643D45; Sun, 10 Oct 2004 03:34:31 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.52] (adsl-64-171-187-209.dsl.snfc21.pacbell.net [64.171.187.209])i9A3Yc9p019322; Sat, 9 Oct 2004 23:34:38 -0400 Message-ID: <4168ADC6.2090206@root.org> Date: Sat, 09 Oct 2004 20:34:30 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <20041010032624.AD8CF16A4F8@hub.freebsd.org> In-Reply-To: <20041010032624.AD8CF16A4F8@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa pbio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 03:34:31 -0000 Warner Losh wrote: > imp 2004-10-10 03:26:20 UTC > > FreeBSD src repository > > Modified files: > sys/i386/isa pbio.c > Log: > Convert to newbus. (chances are we could now move this to dev/pbio > since I believe it is now MI, but that hasn't been done yet). > > Reviewed by: dds > > Revision Changes Path > 1.4 +61 -46 src/sys/i386/isa/pbio.c > Thanks! From owner-cvs-all@FreeBSD.ORG Sun Oct 10 04:38:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05F8916A4CF; Sun, 10 Oct 2004 04:38:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D896443D2F; Sun, 10 Oct 2004 04:38:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A4cq84044628; Sun, 10 Oct 2004 04:38:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A4cqJl044627; Sun, 10 Oct 2004 04:38:52 GMT (envelope-from imp) Message-Id: <200410100438.i9A4cqJl044627@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Oct 2004 04:38:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 04:38:55 -0000 imp 2004-10-10 04:38:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/pci pci_bus.c Log: MFC 1.113, 1.114 Restrict unrestricted memory resources by default. Approved by: re@ Revision Changes Path 1.112.2.1 +23 -4 src/sys/i386/pci/pci_bus.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 04:47:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 932F916A4CE; Sun, 10 Oct 2004 04:47:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7387B43D2D; Sun, 10 Oct 2004 04:47:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A4l5UF048542; Sun, 10 Oct 2004 04:47:05 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A4l5ab048525; Sun, 10 Oct 2004 04:47:05 GMT (envelope-from imp) Message-Id: <200410100447.i9A4l5ab048525@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Oct 2004 04:47:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 04:47:05 -0000 imp 2004-10-10 04:47:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/acpica acpi_pcib_acpi.c Log: MFC: 1.41 Top 32MB rather than top 2G to better match old hardware. Approved by: re@ Revision Changes Path 1.39.2.1 +3 -3 src/sys/dev/acpica/acpi_pcib_acpi.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 05:07:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5895916A4CE; Sun, 10 Oct 2004 05:07:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3996443D54; Sun, 10 Oct 2004 05:07:44 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A57iAS051855; Sun, 10 Oct 2004 05:07:44 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A57idK051854; Sun, 10 Oct 2004 05:07:44 GMT (envelope-from julian) Message-Id: <200410100507.i9A57idK051854@repoman.freebsd.org> From: Julian Elischer Date: Sun, 10 Oct 2004 05:07:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 05:07:44 -0000 julian 2004-10-10 05:07:44 UTC FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Remove duplicate line. Revision Changes Path 1.219 +0 -1 src/sys/kern/kern_proc.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 05:19:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0E5516A4CE; Sun, 10 Oct 2004 05:19:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C113943D2F; Sun, 10 Oct 2004 05:19:22 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A5JMJB052253; Sun, 10 Oct 2004 05:19:22 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A5JMDR052252; Sun, 10 Oct 2004 05:19:22 GMT (envelope-from julian) Message-Id: <200410100519.i9A5JMDR052252@repoman.freebsd.org> From: Julian Elischer Date: Sun, 10 Oct 2004 05:19:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 05:19:23 -0000 julian 2004-10-10 05:19:22 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Don't release the slot twice.. sched_rem() has already done it. Submitted by: stephan uphoff (ups at tree dot com) MFC after: 3 days Revision Changes Path 1.98 +0 -1 src/sys/kern/kern_switch.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 06:37:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A3A16A4CE; Sun, 10 Oct 2004 06:37:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 848FB43D62; Sun, 10 Oct 2004 06:37:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A6bu6T054460; Sun, 10 Oct 2004 06:37:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A6buQl054459; Sun, 10 Oct 2004 06:37:56 GMT (envelope-from imp) Message-Id: <200410100637.i9A6buQl054459@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Oct 2004 06:37:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_ffs pass1b.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 06:37:56 -0000 imp 2004-10-10 06:37:56 UTC FreeBSD src repository Modified files: sbin/fsck_ffs pass1b.c Log: The got_siginfo = 0 should have been got_sigalarm=0 to match the other passes. Submitted by: Dworkin Muller Revision Changes Path 1.15 +1 -1 src/sbin/fsck_ffs/pass1b.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 07:23:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A50616A4CE; Sun, 10 Oct 2004 07:23:29 +0000 (GMT) Received: from mallaury.noc.nerim.net (smtp-100-sunday.noc.nerim.net [62.4.17.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FC043D46; Sun, 10 Oct 2004 07:23:29 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from satan.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mallaury.noc.nerim.net (Postfix) with SMTP id 764CA62D58; Sun, 10 Oct 2004 09:23:26 +0200 (CEST) Date: Sun, 10 Oct 2004 09:23:21 +0200 From: Clement Laforet To: Clive Lin Message-Id: <20041010092321.10b6395c.clement@FreeBSD.org> In-Reply-To: <20041010023433.GA22907@CARTIER.mind.com> References: <200410071759.i97HxIup039053@repoman.freebsd.org> <20041010023433.GA22907@CARTIER.mind.com> Organization: FreeBSD Project X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Sun__10_Oct_2004_09_23_21_+0200_LMdWyRAzI_EKrDyP" cc: cvs-ports@FreeBSD.org cc: kris@FreeBSD.org cc: portmgr@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: Unable to build apache2 with threads (Re: cvs commit: ports/Mk bsd.port.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 07:23:29 -0000 --Signature=_Sun__10_Oct_2004_09_23_21_+0200_LMdWyRAzI_EKrDyP Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sun, 10 Oct 2004 10:34:33 +0800 Clive Lin wrote: Hi Clive, > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?r1=1.498&r2=1.499 > > this seems to stop apache2 build with threads. (WITH_MPM=worker) I know ;-) Actually, this change make apache2 port "violate" PTHREAD_LIBS. I'll try to find a nice fix. > dirty hack as below, although I dont think it is a correct fix... Thanks. The patch below minimizes impacts (if there's any), IMHO. portmgr is Cc'd for approval. clem --- Makefile.orig Sun Oct 10 09:16:35 2004 +++ Makefile Sun Oct 10 09:16:52 2004 @@ -138,7 +138,7 @@ PLIST_SUB+= PORTS_APR="" .endif -WITH_PTHREAD_LIBS?= ${PTHREAD_LIBS:S/-l//} +WITH_PTHREAD_LIBS?= ${PTHREAD_LIBS:S/-l//:S/-//} WITH_PTHREAD_CFLAGS?= ${PTHREAD_CFLAGS} .include "${APACHEDIR}/Makefile.doc" --Signature=_Sun__10_Oct_2004_09_23_21_+0200_LMdWyRAzI_EKrDyP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBaONtsRhfjwcjuh0RAj0vAJ407k0vmbgh4iWhtOGNFsBzlwPKRwCgxCap 4guBXI5CSof1OtOvnIuENj8= =IaIW -----END PGP SIGNATURE----- --Signature=_Sun__10_Oct_2004_09_23_21_+0200_LMdWyRAzI_EKrDyP-- From owner-cvs-all@FreeBSD.ORG Sun Oct 10 07:28:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D0916A4CE; Sun, 10 Oct 2004 07:28:45 +0000 (GMT) Received: from brianlap.inet.it (brianlap.inet.it [213.92.1.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6EB943D48; Sun, 10 Oct 2004 07:28:44 +0000 (GMT) (envelope-from andrea@brianlap.inet.it) Received: by brianlap.inet.it (Postfix, from userid 501) id 01087144A20; Sun, 10 Oct 2004 09:22:06 +0200 (CEST) Date: Sun, 10 Oct 2004 09:22:06 +0200 From: Andrea Campi To: Brian Fundakowski Feldman , Gleb Smirnoff Message-ID: <20041010072205.GA1617@webcom.it> References: <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009212952.GA8922@cell.sick.ru> <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009190714.GB1093@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041009212952.GA8922@cell.sick.ru> <20041009190714.GB1093@green.homeunix.org> User-Agent: Mutt/1.4.1i cc: Andrea Campi cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 07:28:45 -0000 On Sat, Oct 09, 2004 at 03:07:14PM -0400, Brian Fundakowski Feldman wrote: > On Sat, Oct 09, 2004 at 05:39:17PM +0200, Andrea Campi wrote: > > Unless I'm missing something, this would make the calling application > > loop for an unbounded time (potentially forever), thus making the DoS > > even more effective. Personally, I've never thought of syslog as a > > I think that this is something very application-dependant, and it's probably > best to implement as a timeout that it specifies. But why would a DoSed > syslogd lose messages on its end if we're getting ENOBUFS locally? The > protocol doesn't provide a way to acknowledge reception, does it? On Sun, Oct 10, 2004 at 01:29:52AM +0400, Gleb Smirnoff wrote: > Not forever. Actually this change can make applications work slower, > when syslogd is DoSed. Anyway when an attacker is flooding syslog with > messages your machine is _already_ slower, since syslogd consumes > all CPU and IO resources. I'll answer both at the same times as you bring up related points. I'm sorry this became a very long email. I agree the desired degree of reliability of logging is application-dependent, and that is sort of my point; I don't think however that using a timeout is a good solution. Our syslog implementation is thread-safe; forcing all applications to use timeouts (inherently a nightmare in multithreaded apps) is IMHO silly. In addition, this change accomplishes nothing. We try very hard to send out a UDP packet that might well be lost in transit, since syslog is as unreliable as UDP. As to why the UDP packet might be lost in transit or why the remove syslog may lose packet I have no answer, but IMHO it's not relevant: what IS relevant is whether syslog() can make any guarantee of delivery. Note Brian that you ask "why would syslogd lose messages if we're getting ENOBUFS". What I ask is: why loop try so hard locally when we don't even know if anybody is listening? That is, the two failure cases need not be simultaneous or related; but unless we close both, we can't guarantee syslog() is reliable. The scenario I'm thinking of that would be mostly affected by this is admittedly complicated: - attacker needs a way to cause ENOBUFS condition on the target machine. - target machine runs an unrelated service; let's say for discussion sake that it's not network-bound (i.e. an application server or a service gateway). To make things worse, let's say the app uses a multiprocess and multithread model. In this scenarion, as soon as the application needs to log anything, threads start to get stuck in syslog() calls--maybe for milliseconds, maybe for seconds, maybe forever. Those threads could be holding application-level resources (say mutex), thus slowing down or potentially blocking forever other threads. Gleb, you mentioned that a DoS syslogd would mean an overloaded machine, but the ENOBUFS machine is the client. Are you sure that an ENOBUFS case must imply the client is so swamped with CPU and IO time that the above scenario doesn't actually make things worse? Above all however, how can you say "not forever"? What kind of guarantee do you see that the application will never succeed its send() call? Sure, statistically it will succeed, but that is not good enough. Note that I'm not advocating that "since it can fail, don't bother retrying". The concept of trying again is fine--my only gripe is with retrying an unbounded number of times. What this all boils down to is: - syslog is an unreliable protocol by definition (see RFC3164 6.4); - syslog() and family are unreliable functions (to the extent that they even return void; - if the change stays, I think it should be documented in the syslog(3) man page; - I strongly object to MFC'ing it; - look into a better way to accomplish the goal. Bye, Andrea -- Speak softly and carry a cellular phone. From owner-cvs-all@FreeBSD.ORG Sun Oct 10 07:40:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E411616A4CE; Sun, 10 Oct 2004 07:40:09 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB2F43D1F; Sun, 10 Oct 2004 07:40:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 9B6871FF92F; Sun, 10 Oct 2004 09:40:07 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id AEBBC1FF91D; Sun, 10 Oct 2004 09:40:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id BC05715695; Sun, 10 Oct 2004 07:38:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id B0FF11561A; Sun, 10 Oct 2004 07:38:21 +0000 (UTC) Date: Sun, 10 Oct 2004 07:38:21 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: "M. Warner Losh" In-Reply-To: <20041009.205736.102124101.imp@bsdimp.com> Message-ID: References: <200410071355.i97DtSJq024575@repoman.freebsd.org> <20041009002051.GA20265@odin.ac.hmc.edu> <20041009.205736.102124101.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: What we keep under /etc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 07:40:10 -0000 On Sat, 9 Oct 2004, M. Warner Losh wrote: > In message: <20041009002051.GA20265@odin.ac.hmc.edu> > Brooks Davis writes: > : As long as you don't actually modify the scripts you can just do an "rm > : /etc/rc.d/*" and run mergemaster with -i. It's a whole lot less painful > : that way. > > rm -rf /etc/rc.d/* /etc/isdn/* /etc/periodic/* /etc/defaults/* > mergemaster -i > > Is what I usually do. However, I'd rather have a regexp of filenames > that I can tell mergemaster NOT to merge and to merge everything else. /etc/isdn/ includes quite some user customizable files. That's not too got for automated update from make installworld for all those people using ISDN though some selective files in that directory can for sure be automatically updated (holiday, rates files I think). -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Sun Oct 10 08:02:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1281916A4CE; Sun, 10 Oct 2004 08:02:55 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id C150743D5A; Sun, 10 Oct 2004 08:02:54 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.42 (FreeBSD)) id 1CGYfP-000O1v-F7; Sun, 10 Oct 2004 10:02:55 +0200 Date: Sun, 10 Oct 2004 10:02:55 +0200 From: Kirill Ponomarew To: Clement Laforet Message-ID: <20041010080255.GD4455@voodoo.oberon.net> Mail-Followup-To: Kirill Ponomarew , Clement Laforet , Clive Lin , kris@FreeBSD.org, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, portmgr@FreeBSD.org References: <200410071759.i97HxIup039053@repoman.freebsd.org> <20041010023433.GA22907@CARTIER.mind.com> <20041010092321.10b6395c.clement@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RYJh/3oyKhIjGcML" Content-Disposition: inline In-Reply-To: <20041010092321.10b6395c.clement@FreeBSD.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: kris@FreeBSD.org cc: portmgr@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: Clive Lin Subject: Re: Unable to build apache2 with threads (Re: cvs commit: ports/Mk bsd.port.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 08:02:55 -0000 --RYJh/3oyKhIjGcML Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sun, Oct 10, 2004 at 09:23:21AM +0200, Clement Laforet wrote: > On Sun, 10 Oct 2004 10:34:33 +0800 > Clive Lin wrote: >=20 > Hi Clive, >=20 > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?r1=3D1.= 498&r2=3D1.499 > >=20 > > this seems to stop apache2 build with threads. (WITH_MPM=3Dworker) >=20 > I know ;-) > Actually, this change make apache2 port "violate" PTHREAD_LIBS. > I'll try to find a nice fix. > =20 > > dirty hack as below, although I dont think it is a correct fix... > Thanks. The patch below minimizes impacts (if there's any), IMHO. > portmgr is Cc'd for approval. Approved. -Kirill --RYJh/3oyKhIjGcML Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBaOyvQC1G6a60JuURAiGRAJ0SvMpc4TkaZJX3Km6h43ChxBz0GACguQdP 4eLP7tH9LiAjqTAwPzPMFyU= =zzJd -----END PGP SIGNATURE----- --RYJh/3oyKhIjGcML-- From owner-cvs-all@FreeBSD.ORG Sun Oct 10 08:17:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D8216A4CE; Sun, 10 Oct 2004 08:17:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DC043D49; Sun, 10 Oct 2004 08:17:59 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A8HxqH057492; Sun, 10 Oct 2004 08:17:59 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A8HxTD057491; Sun, 10 Oct 2004 08:17:59 GMT (envelope-from clement) Message-Id: <200410100817.i9A8HxTD057491@repoman.freebsd.org> From: Clement Laforet Date: Sun, 10 Oct 2004 08:17:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 08:17:59 -0000 clement 2004-10-10 08:17:59 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Log: - Fix compilation with threads enabled on 5.x (due to PTHREAD_LIBS changes) Approved by: portmgr (krion) Revision Changes Path 1.200 +1 -1 ports/www/apache2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Oct 10 08:19:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6167C16A4CE; Sun, 10 Oct 2004 08:19:57 +0000 (GMT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F0543D54; Sun, 10 Oct 2004 08:19:53 +0000 (GMT) (envelope-from jhay@icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [127.0.0.1]) i9A8JmZV062490; Sun, 10 Oct 2004 10:19:48 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost)i9A8JlMt062489; Sun, 10 Oct 2004 10:19:47 +0200 (SAST) (envelope-from jhay) Date: Sun, 10 Oct 2004 10:19:47 +0200 From: John Hay To: Ryan Sommers Message-ID: <20041010081947.GA61957@zibbi.icomtek.csir.co.za> References: <200410071355.i97DtSJq024575@repoman.freebsd.org> <20041009011553.01708de1@dev.lan.Awfulhak.org> <20041009083519.GA84548@dragon.nuxi.com> <20041009183217.GJ84228@lucky.net> <41683D43.4020403@gamersimpact.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41683D43.4020403@gamersimpact.com> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: What we keep under /etc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 08:19:57 -0000 On Sat, Oct 09, 2004 at 02:34:27PM -0500, Ryan Sommers wrote: > Valentin Nechayev wrote: > > >Are you serious? Well, let's make local modifications in > > > >/usr/src/etc/master.passwd, or what's the *real* difference between its > >and /etc/rc.d/*? > > > > > Umm... Read the discussion again. The topic isn't /ALL/ of /etc just > those directories that are considered part of the OS like /etc/rc.d and > /etc/defaults. The difference is rc.d contains only the startup scripts > for the operating system. All others /should/ be in /usr/local/etc/rc.d. While /usr/local/etc/rc.d works ok for a lot of things, it doesn't work well for everything that one might want to add because it is only run very late in the boot order. To be able to have something run somewhere in the beginning, say before the NETWORKING phase, you have to add it to /etc/rc.d, except if we add something like /etc/local.rc.d and also add it to /etc/rc so that rcorder use both simultaneously, something like 'rcorder ... /etc/rc.d/* /etc/local.rc.d/*'. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Oct 10 08:30:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C4716A4CE; Sun, 10 Oct 2004 08:30:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A46143D48; Sun, 10 Oct 2004 08:30:49 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A8UnWd057946; Sun, 10 Oct 2004 08:30:49 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A8Unjd057945; Sun, 10 Oct 2004 08:30:49 GMT (envelope-from metal) Message-Id: <200410100830.i9A8Unjd057945@repoman.freebsd.org> From: SUZUKI Koichi Date: Sun, 10 Oct 2004 08:30:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man8 apm.8 apmd.8 inetd.8 ip6fw.8 ipfw.8 jail.8 kldunload.8 mail.local.8 mailstats.8 makemap.8 ppp.8 pstat.8 pw.8 pwd_mkdb.8 sa.8 sendmail.8 setfsmac.8 smrsh.8 sysinstall.8 tftpd.8 traceroute6.8 ugidfw.8 vinum.8 wlconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 08:30:49 -0000 metal 2004-10-10 08:30:49 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man8 apm.8 apmd.8 inetd.8 ip6fw.8 ipfw.8 jail.8 kldunload.8 mail.local.8 mailstats.8 makemap.8 ppp.8 pstat.8 pw.8 pwd_mkdb.8 sa.8 sendmail.8 setfsmac.8 smrsh.8 sysinstall.8 tftpd.8 traceroute6.8 ugidfw.8 vinum.8 wlconfig.8 Log: Catch up with 5.3-BETA5. Submitted by: koizumistr@minos.ocn.ne.jp Reviewed by: kano@na.rim.or.jp Revision Changes Path 1.18 +5 -5 doc/ja_JP.eucJP/man/man8/apm.8 1.17 +21 -13 doc/ja_JP.eucJP/man/man8/apmd.8 1.34 +8 -11 doc/ja_JP.eucJP/man/man8/inetd.8 1.18 +7 -8 doc/ja_JP.eucJP/man/man8/ip6fw.8 1.62 +53 -22 doc/ja_JP.eucJP/man/man8/ipfw.8 1.25 +25 -4 doc/ja_JP.eucJP/man/man8/jail.8 1.11 +8 -1 doc/ja_JP.eucJP/man/man8/kldunload.8 1.15 +27 -4 doc/ja_JP.eucJP/man/man8/mail.local.8 1.16 +6 -3 doc/ja_JP.eucJP/man/man8/mailstats.8 1.11 +13 -7 doc/ja_JP.eucJP/man/man8/makemap.8 1.76 +29 -4 doc/ja_JP.eucJP/man/man8/ppp.8 1.19 +5 -15 doc/ja_JP.eucJP/man/man8/pstat.8 1.27 +9 -8 doc/ja_JP.eucJP/man/man8/pw.8 1.17 +15 -9 doc/ja_JP.eucJP/man/man8/pwd_mkdb.8 1.14 +35 -34 doc/ja_JP.eucJP/man/man8/sa.8 1.22 +26 -10 doc/ja_JP.eucJP/man/man8/sendmail.8 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/setfsmac.8 1.16 +10 -8 doc/ja_JP.eucJP/man/man8/smrsh.8 1.21 +49 -126 doc/ja_JP.eucJP/man/man8/sysinstall.8 1.14 +7 -3 doc/ja_JP.eucJP/man/man8/tftpd.8 1.11 +11 -13 doc/ja_JP.eucJP/man/man8/traceroute6.8 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/ugidfw.8 1.38 +145 -88 doc/ja_JP.eucJP/man/man8/vinum.8 1.16 +6 -5 doc/ja_JP.eucJP/man/man8/wlconfig.8 From owner-cvs-all@FreeBSD.ORG Sun Oct 10 08:44:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACDA716A4CE; Sun, 10 Oct 2004 08:44:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D9CF43D2D; Sun, 10 Oct 2004 08:44:48 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A8imZc058301; Sun, 10 Oct 2004 08:44:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A8imwH058300; Sun, 10 Oct 2004 08:44:48 GMT (envelope-from krion) Message-Id: <200410100844.i9A8imwH058300@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 10 Oct 2004 08:44:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/hping/files patch-bytesex.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 08:44:48 -0000 krion 2004-10-10 08:44:48 UTC FreeBSD ports repository Modified files: security/hping/files patch-bytesex.h Log: Fix build on ia64 PR: ports/71741 Submitted by: maintainer Approved by: portmgr (implicit) Revision Changes Path 1.2 +9 -4 ports/security/hping/files/patch-bytesex.h From owner-cvs-all@FreeBSD.ORG Sun Oct 10 09:16:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DBB716A4CE; Sun, 10 Oct 2004 09:16:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D9B343D2D; Sun, 10 Oct 2004 09:16:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A9GnJH065808; Sun, 10 Oct 2004 09:16:49 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A9GmmK065807; Sun, 10 Oct 2004 09:16:48 GMT (envelope-from glebius) Message-Id: <200410100916.i9A9GmmK065807@repoman.freebsd.org> From: Gleb Smirnoff Date: Sun, 10 Oct 2004 09:16:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf2.c src/share/man/man9 mbuf_tags.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 09:16:49 -0000 glebius 2004-10-10 09:16:48 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/kern uipc_mbuf2.c share/man/man9 mbuf_tags.9 Log: Revert last commit since it breaks API. Requested by: sam Revision Changes Path 1.3 +7 -11 src/share/man/man9/mbuf_tags.9 1.28 +5 -10 src/sys/kern/uipc_mbuf2.c 1.161 +9 -1 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Sun Oct 10 09:32:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEFA616A4CE; Sun, 10 Oct 2004 09:32:12 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D7E43D69; Sun, 10 Oct 2004 09:32:12 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i9A9VwHQ011639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Oct 2004 13:31:59 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i9A9VwOt011638; Sun, 10 Oct 2004 13:31:58 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Sun, 10 Oct 2004 13:31:57 +0400 From: Gleb Smirnoff To: Sam Leffler Message-ID: <20041010093157.GA11523@cell.sick.ru> References: <200410091325.i99DPK00097724@repoman.freebsd.org> <4168009A.303@errno.com> <20041009213710.GB8922@cell.sick.ru> <41686584.6070606@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <41686584.6070606@errno.com> User-Agent: Mutt/1.5.6i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf2.c src/share/man/man9 mbuf_tags.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 09:32:13 -0000 Sam, The change is reverted. On Sat, Oct 09, 2004 at 03:26:12PM -0700, Sam Leffler wrote: S> 1. You changed this without discussion. S> 2. It breaks the intentional purpose of subclassing the m_tag_free method. S> 3. Openbsd compatibility is not broken by calling through the method S> pointer; in fact calling through the method pointer is required to S> maintain compatbility (think about it). It is broken since in OpenBSD and FreeBSD function with same name do different things. S> You did not find existing uses of subclassing because I backed out the S> vlan changes to use a private pool for unrelated reasons. I very very S> strongly disagree with this change and want it reverted. This was not broken. Look in my changes to uipc_mbuf2.c, you'll see that m_tag_delete() was changed so that it calls free thru method pointer. As I said, I've checked all m_tag_free() consumers, and nothing is affected. My main purpose for this change was to create a possibility to create a custom free method, which inherits default method. How it is possible to do it now, without API change? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Sun Oct 10 09:50:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147E316A4CE; Sun, 10 Oct 2004 09:50:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D732443D4C; Sun, 10 Oct 2004 09:50:56 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9A9ou1X067258; Sun, 10 Oct 2004 09:50:56 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9A9oukg067257; Sun, 10 Oct 2004 09:50:56 GMT (envelope-from mtm) Message-Id: <200410100950.i9A9oukg067257@repoman.freebsd.org> From: Mike Makonnen Date: Sun, 10 Oct 2004 09:50:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man8 rc.8 src/etc rc rc.shutdown src/etc/rc.d DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd apm apmd archdep atm1 atm2 atm3 bgfsck... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 09:50:57 -0000 mtm 2004-10-10 09:50:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man8 rc.8 etc rc rc.shutdown etc/rc.d DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd apm apmd archdep atm1 atm2 atm3 bgfsck bootparams ccd cleanvar cleartmp cron devd devfs dhclient dmesg dumpon early.sh fsck gbde gbde_swap hostname ike inetd initdiskless initrandom ip6addrctl ip6fw ipfilter ipfs ipfw ipmon ipnat ipsec ipxrouted isdnd jail kadmind kerberos keyserv kldxref kpasswdd ldconfig local localpkg lomac lpd mixer motd mountcritlocal mountcritremote mountd moused mroute6d mrouted msgs named natd netif netoptions network_ipv6 nfsclient nfsd nfslocking nfsserver nisdomain nsswitch ntpd ntpdate othermta pccard pcvt pf pflog power_profile ppp-user pppoed preseedrandom pwcheck quota ramdisk ramdisk-own random rarpd rcconf.sh resolv root route6d routed routing rpcbind rtadvd rwho savecore securelevel sendmail serial sppp sshd swap1 syscons sysctl syslogd timed tmp usbd var vinum virecover watchdogd ypbind yppasswdd ypserv ypset ypupdated ypxfrd Log: RCS file: /home/ncvs/src/etc/rc,v ---------------------------- revision 1.335 date: 2004/10/08 14:23:49; author: mtm; state: Exp; lines: +0 -1 Remove an unused variable. Submitted by: Pawel Worach ---------------------------- revision 1.334 date: 2004/10/07 13:55:25; author: mtm; state: Exp; lines: +1 -1 Remove the requirement for the FreeBSD keyword as it no longer makes any sense. Discussed with: dougb, brooks MFC after: 3 days ============================================================================= RCS file: /home/ncvs/src/etc/rc.d/nsswitch,v ---------------------------- revision 1.4 date: 2004/09/16 17:03:12; author: keramida; state: Exp; lines: +1 -1 Fix requirement of `network' to `NETWORK' because the former isn't provided by any rc.d script. Approved by: mtm ============================================================================= RCS file: /home/ncvs/src/etc/rc.d/pflog,v ---------------------------- revision 1.3 date: 2004/09/16 17:04:20; author: keramida; state: Exp; lines: +1 -1 We don't have any providers of `beforenetlkm' in FreeBSD. Remove the dependency to it from our rc.d scripts. Approved by: mtm ============================================================================= Approved by: re/scottl Revision Changes Path 1.333.2.1 +1 -2 src/etc/rc 1.4.2.1 +0 -1 src/etc/rc.d/DAEMON 1.4.2.1 +0 -1 src/etc/rc.d/LOGIN 1.8.2.1 +0 -1 src/etc/rc.d/NETWORKING 1.4.2.1 +0 -1 src/etc/rc.d/SERVERS 1.3.2.1 +1 -1 src/etc/rc.d/abi 1.8.2.1 +1 -1 src/etc/rc.d/accounting 1.3.2.1 +1 -1 src/etc/rc.d/addswap 1.4.2.1 +1 -1 src/etc/rc.d/adjkerntz 1.13.2.1 +1 -1 src/etc/rc.d/amd 1.5.2.1 +1 -1 src/etc/rc.d/apm 1.11.2.1 +1 -1 src/etc/rc.d/apmd 1.6.2.1 +1 -1 src/etc/rc.d/archdep 1.14.2.1 +1 -1 src/etc/rc.d/atm1 1.15.2.1 +1 -1 src/etc/rc.d/atm2 1.13.2.1 +1 -1 src/etc/rc.d/atm3 1.5.2.1 +1 -1 src/etc/rc.d/bgfsck 1.6.2.1 +1 -1 src/etc/rc.d/bootparams 1.4.2.1 +1 -1 src/etc/rc.d/ccd 1.6.2.1 +0 -1 src/etc/rc.d/cleanvar 1.10.2.1 +0 -1 src/etc/rc.d/cleartmp 1.5.2.1 +1 -1 src/etc/rc.d/cron 1.6.2.1 +1 -1 src/etc/rc.d/devd 1.8.2.1 +2 -2 src/etc/rc.d/devfs 1.16.2.1 +1 -1 src/etc/rc.d/dhclient 1.3.2.1 +1 -1 src/etc/rc.d/dmesg 1.3.2.1 +1 -1 src/etc/rc.d/dumpon 1.1.6.1 +0 -1 src/etc/rc.d/early.sh 1.9.2.1 +1 -1 src/etc/rc.d/fsck 1.5.2.1 +1 -1 src/etc/rc.d/gbde 1.4.2.2 +1 -1 src/etc/rc.d/gbde_swap 1.7.2.1 +0 -1 src/etc/rc.d/hostname 1.2.2.1 +1 -1 src/etc/rc.d/ike 1.3.2.1 +1 -1 src/etc/rc.d/inetd 1.38.2.1 +1 -1 src/etc/rc.d/initdiskless 1.3.2.1 +1 -1 src/etc/rc.d/initrandom 1.3.2.1 +1 -1 src/etc/rc.d/ip6addrctl 1.5.2.1 +1 -1 src/etc/rc.d/ip6fw 1.21.2.1 +1 -1 src/etc/rc.d/ipfilter 1.5.2.1 +1 -1 src/etc/rc.d/ipfs 1.8.2.1 +1 -1 src/etc/rc.d/ipfw 1.11.2.1 +1 -1 src/etc/rc.d/ipmon 1.13.2.1 +1 -1 src/etc/rc.d/ipnat 1.10.2.1 +1 -1 src/etc/rc.d/ipsec 1.2.2.1 +1 -1 src/etc/rc.d/ipxrouted 1.18.2.1 +1 -1 src/etc/rc.d/isdnd 1.15.2.2 +1 -1 src/etc/rc.d/jail 1.3.6.1 +0 -1 src/etc/rc.d/kadmind 1.3.6.1 +0 -1 src/etc/rc.d/kerberos 1.2.8.1 +0 -1 src/etc/rc.d/keyserv 1.3.2.1 +1 -1 src/etc/rc.d/kldxref 1.2.6.1 +0 -1 src/etc/rc.d/kpasswdd 1.11.2.1 +0 -1 src/etc/rc.d/ldconfig 1.5.2.1 +1 -1 src/etc/rc.d/local 1.4.2.1 +1 -1 src/etc/rc.d/localpkg 1.3.2.1 +1 -1 src/etc/rc.d/lomac 1.5.2.1 +0 -1 src/etc/rc.d/lpd 1.3.2.1 +1 -1 src/etc/rc.d/mixer 1.8.2.1 +0 -1 src/etc/rc.d/motd 1.11.2.1 +1 -1 src/etc/rc.d/mountcritlocal 1.9.2.1 +1 -1 src/etc/rc.d/mountcritremote 1.14.2.1 +1 -1 src/etc/rc.d/mountd 1.6.2.1 +1 -1 src/etc/rc.d/moused 1.3.2.1 +1 -1 src/etc/rc.d/mroute6d 1.7.2.1 +1 -1 src/etc/rc.d/mrouted 1.1.8.1 +0 -1 src/etc/rc.d/msgs 1.9.2.4 +0 -1 src/etc/rc.d/named 1.1.2.1 +1 -1 src/etc/rc.d/natd 1.10.2.1 +1 -1 src/etc/rc.d/netif 1.140.2.1 +1 -1 src/etc/rc.d/netoptions 1.36.2.1 +1 -1 src/etc/rc.d/network_ipv6 1.4.2.1 +1 -1 src/etc/rc.d/nfsclient 1.12.2.1 +1 -1 src/etc/rc.d/nfsd 1.10.2.1 +1 -1 src/etc/rc.d/nfslocking 1.3.2.1 +1 -1 src/etc/rc.d/nfsserver 1.2.2.1 +0 -1 src/etc/rc.d/nisdomain 1.3.2.1 +1 -2 src/etc/rc.d/nsswitch 1.8.2.1 +1 -1 src/etc/rc.d/ntpd 1.9.2.1 +1 -1 src/etc/rc.d/ntpdate 1.2.8.1 +0 -1 src/etc/rc.d/othermta 1.29.2.1 +1 -1 src/etc/rc.d/pccard 1.4.2.1 +1 -1 src/etc/rc.d/pcvt 1.3.2.1 +1 -1 src/etc/rc.d/pf 1.1.2.2 +1 -1 src/etc/rc.d/pflog 1.3.2.1 +1 -1 src/etc/rc.d/power_profile 1.5.2.1 +1 -1 src/etc/rc.d/ppp-user 1.2.2.1 +1 -1 src/etc/rc.d/pppoed 1.4.2.1 +1 -1 src/etc/rc.d/preseedrandom 1.3.2.1 +0 -1 src/etc/rc.d/pwcheck 1.4.2.1 +1 -1 src/etc/rc.d/quota 1.3.2.1 +0 -1 src/etc/rc.d/ramdisk 1.2.2.1 +0 -1 src/etc/rc.d/ramdisk-own 1.6.2.1 +1 -1 src/etc/rc.d/random 1.4.2.1 +1 -1 src/etc/rc.d/rarpd 1.2.6.1 +0 -1 src/etc/rc.d/rcconf.sh 1.33.2.1 +1 -1 src/etc/rc.d/resolv 1.9.2.1 +1 -1 src/etc/rc.d/root 1.8.2.1 +1 -1 src/etc/rc.d/route6d 1.10.2.2 +1 -1 src/etc/rc.d/routed 1.140.2.1 +1 -1 src/etc/rc.d/routing 1.9.2.1 +0 -1 src/etc/rc.d/rpcbind 1.9.2.1 +1 -1 src/etc/rc.d/rtadvd 1.3.2.1 +0 -1 src/etc/rc.d/rwho 1.7.2.1 +1 -1 src/etc/rc.d/savecore 1.9.2.1 +0 -1 src/etc/rc.d/securelevel 1.12.2.1 +0 -1 src/etc/rc.d/sendmail 1.21.2.1 +1 -1 src/etc/rc.d/serial 1.3.2.1 +1 -1 src/etc/rc.d/sppp 1.6.2.1 +0 -1 src/etc/rc.d/sshd 1.6.2.2 +1 -1 src/etc/rc.d/swap1 1.12.2.1 +1 -1 src/etc/rc.d/syscons 1.15.2.1 +0 -1 src/etc/rc.d/sysctl 1.9.2.1 +0 -1 src/etc/rc.d/syslogd 1.4.2.1 +1 -1 src/etc/rc.d/timed 1.32.2.1 +0 -1 src/etc/rc.d/tmp 1.2.2.1 +1 -1 src/etc/rc.d/usbd 1.32.2.1 +0 -1 src/etc/rc.d/var 1.2.2.1 +1 -1 src/etc/rc.d/vinum 1.8.2.1 +0 -1 src/etc/rc.d/virecover 1.3.2.1 +1 -1 src/etc/rc.d/watchdogd 1.8.2.1 +0 -1 src/etc/rc.d/ypbind 1.9.2.1 +0 -1 src/etc/rc.d/yppasswdd 1.10.2.1 +0 -1 src/etc/rc.d/ypserv 1.5.4.1 +0 -1 src/etc/rc.d/ypset 1.4.4.1 +0 -1 src/etc/rc.d/ypupdated 1.5.4.1 +0 -1 src/etc/rc.d/ypxfrd 1.27.2.1 +1 -3 src/etc/rc.shutdown 1.25.2.1 +0 -5 src/share/man/man8/rc.8 From owner-cvs-all@FreeBSD.ORG Sun Oct 10 10:16:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC06716A4CE; Sun, 10 Oct 2004 10:16:15 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B9CF43D53; Sun, 10 Oct 2004 10:16:15 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i9AAGDAL011786 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Oct 2004 14:16:13 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i9AAGCRQ011785; Sun, 10 Oct 2004 14:16:13 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Sun, 10 Oct 2004 14:16:12 +0400 From: Gleb Smirnoff To: Andrea Campi Message-ID: <20041010101612.GB11523@cell.sick.ru> References: <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009212952.GA8922@cell.sick.ru> <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009190714.GB1093@green.homeunix.org> <20041010072205.GA1617@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20041010072205.GA1617@webcom.it> User-Agent: Mutt/1.5.6i cc: Brian Fundakowski Feldman cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 10:16:16 -0000 On Sun, Oct 10, 2004 at 09:22:06AM +0200, Andrea Campi wrote: A> I agree the desired degree of reliability of logging is A> application-dependent, and that is sort of my point; I don't think A> however that using a timeout is a good solution. Our syslog A> implementation is thread-safe; forcing all applications to use timeouts A> (inherently a nightmare in multithreaded apps) is IMHO silly. A> A> In addition, this change accomplishes nothing. We try very hard to send A> out a UDP packet that might well be lost in transit, since syslog is as A> unreliable as UDP. As to why the UDP packet might be lost in transit or A> why the remove syslog may lose packet I have no answer, but IMHO it's A> not relevant: what IS relevant is whether syslog() can make any A> guarantee of delivery. Forget about UDP. syslog(3) logs to local syslogd. The latter may forward message to other machine via UDP, but this is out of scope of our discussion. A> Note Brian that you ask "why would syslogd lose messages if we're A> getting ENOBUFS". What I ask is: why loop try so hard locally when we A> don't even know if anybody is listening? That is, the two failure cases A> need not be simultaneous or related; but unless we close both, we can't A> guarantee syslog() is reliable. If no one listens on local socket, we would get ENOTCONN. Note that syslog(3) has nothing to do with UDP. A> The scenario I'm thinking of that would be mostly affected by this is A> admittedly complicated: A> A> - attacker needs a way to cause ENOBUFS condition on the target A> machine. A> - target machine runs an unrelated service; let's say for discussion A> sake that it's not network-bound (i.e. an application server or a A> service gateway). To make things worse, let's say the app uses a A> multiprocess and multithread model. A> A> In this scenarion, as soon as the application needs to log anything, A> threads start to get stuck in syslog() calls--maybe for milliseconds, A> maybe for seconds, maybe forever. Those threads could be holding A> application-level resources (say mutex), thus slowing down or A> potentially blocking forever other threads. 1. Not forever. 2. This is design error if logging thread holds a mutex, that stops the application at all. 3. If /var/run/log is overflowed that means that your machine is already slowed down by syslogd process and its IO. Your application is already not doing its best. Better have consistent logs later to investigate that DoS. An attacker may trigger that DoS intentionally to hide some messages, which will be logged if syslogd is not overflowed. A> Gleb, you mentioned that a DoS syslogd would mean an overloaded machine, A> but the ENOBUFS machine is the client. Are you sure that an ENOBUFS case A> must imply the client is so swamped with CPU and IO time that the above A> scenario doesn't actually make things worse? Again, client and server are same. syslog(3) uses only local socket. A> Above all however, how can you say "not forever"? What kind of guarantee A> do you see that the application will never succeed its send() call? A> Sure, statistically it will succeed, but that is not good enough. It will wait until syslogd processes other messages on the queue. A> Note that I'm not advocating that "since it can fail, don't bother A> retrying". The concept of trying again is fine--my only gripe is with A> retrying an unbounded number of times. That means: "I'd suggest that we leave a possibility to lose messages. Let it be harder to DoS logging, but possible." A> What this all boils down to is: A> A> - syslog is an unreliable protocol by definition (see RFC3164 6.4); Yes, the protocol of remote syslog. But not syslog(3) API. A> - syslog() and family are unreliable functions (to the extent that they A> even return void; POSIX specification http://www.opengroup.org/onlinepubs/000095399/functions/syslog.html does not say anything about reliability. However, one can understand words "The syslog() function shall send a message to an implementation-defined logging facility" as "message should be delivered to local logging facility". A> - if the change stays, I think it should be documented in the syslog(3) A> man page; Agreed. A> - I strongly object to MFC'ing it; A> - look into a better way to accomplish the goal. To continue argument, you need a test case, which shows that some test application works slower by an order of magnitude or even stops, when an attacker floods syslogd. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Sun Oct 10 10:34:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EFF16A4CE; Sun, 10 Oct 2004 10:34:22 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B06F43D31; Sun, 10 Oct 2004 10:34:21 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a056.otenet.gr [212.205.215.56]) i9AAYH98025301; Sun, 10 Oct 2004 13:34:18 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9AAYCSj072410; Sun, 10 Oct 2004 13:34:12 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9AAVqGm069970; Sun, 10 Oct 2004 13:31:52 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Sun, 10 Oct 2004 13:31:52 +0300 From: Giorgos Keramidas To: Makoto Matsushita Message-ID: <20041010103151.GA47927@gothmog.gr> References: <20041009114544.080344bd@dev.lan.Awfulhak.org> <20041009222726U.matusita@jp.FreeBSD.org> <20041009184627.26e9a57f@dev.lan.Awfulhak.org> <20041010031208L.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041010031208L.matusita@jp.FreeBSD.org> cc: brian@Awfulhak.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: What we keep under /etc (was: cvs commit: src/etc rc rc.shutdown src/etc/rc.d ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 10:34:22 -0000 On 2004-10-10 03:12, Makoto Matsushita wrote: > brian> Ok, so etc/mtree can be left out. What about etc/periodic and etc/rc.d? > [...] > If there's a chance that users may modify /etc files, "overriding /etc > files silently" should be avoided as we can, IMHO. The overwriting of some directories in /etc can be made optional and default to off (keeping the current behavior, but allowing faster updates of a part of /etc for those who want it), if that's what's worrying you. We could add an option to mergemaster like -f which would take a list of /etc subdirectories to blindly overwrite, i.e.: # mergemaster -f "rc.d periodic defaults isdn" To avoid having to type manually the list of directories, this could also be made optional based on an environment variable like MM_OVERWRITE_SUBDIRS, in which case the order of precedence would be: a. If MM_OVERWRITE_SUBDIRS is set, set a list of subdirs that will be overwritten by mergemaster to its value. b. If -f option was used replace the subdirs list with its value. c. Before comparing files, do a blind copy of all the files in the list of subdirs that should be overwritten. This would make it relatively easy for people who keep their rc.d, periodic, defaults, isdn and other /etc subdirectories untouched to quickly skip parts of /etc when running mergemaster, but also allow local customizations to be kept safe from the blind copying of files. From owner-cvs-all@FreeBSD.ORG Sun Oct 10 10:37:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E90316A4CE; Sun, 10 Oct 2004 10:37:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FBDD43D1F; Sun, 10 Oct 2004 10:37:24 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AAbOY2068912; Sun, 10 Oct 2004 10:37:24 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AAbOqg068911; Sun, 10 Oct 2004 10:37:24 GMT (envelope-from erwin) Message-Id: <200410101037.i9AAbOqg068911@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 10 Oct 2004 10:37:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 10:37:24 -0000 erwin 2004-10-10 10:37:24 UTC FreeBSD doc repository (ports committer) Modified files: en/donations wantlist.sgml Log: Add the need for more diskspace in beastie aka ftp.freebsd.org, danish half. Approved by: simon Revision Changes Path 1.263 +9 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Sun Oct 10 11:08:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B5416A4CE; Sun, 10 Oct 2004 11:08:45 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id C8B6543D2D; Sun, 10 Oct 2004 11:08:43 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 10 Oct 2004 12:08:42 +0100 (BST) Date: Sun, 10 Oct 2004 12:08:42 +0100 From: David Malone To: Gleb Smirnoff Message-ID: <20041010110842.GA16446@walton.maths.tcd.ie> References: <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009212952.GA8922@cell.sick.ru> <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009190714.GB1093@green.homeunix.org> <20041010072205.GA1617@webcom.it> <20041010101612.GB11523@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041010101612.GB11523@cell.sick.ru> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie cc: Andrea Campi cc: Brian Fundakowski Feldman cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 11:08:45 -0000 On Sun, Oct 10, 2004 at 02:16:12PM +0400, Gleb Smirnoff wrote: [Sorry - I sent Gleb feedback on this earlier this week but I've been busy and so didn't have a chance to follow up on it properly.] > 1. Not forever. If syslogd has hung (as opposed to being busy), it will wait forever. Try "killall -STOP syslogd" and then logging a bundle of messages. With the old situation other services continue to run, with the new situation every program that calls syslog(3) end up stuck. > 3. If /var/run/log is overflowed that means that your machine is already > slowed down by syslogd process and its IO. Your application is already > not doing its best. > Better have consistent logs later to investigate that DoS. An attacker > may trigger that DoS intentionally to hide some messages, which will > be logged if syslogd is not overflowed. This can happen in situations other than DoSs. Previously there have been situations where syslogd hangs if a serial console becomes confused or because of a coding error. This change makes it impossible to su and fix the problem. IMHO, this is worse than loosing syslog messages. (I guess if someone can log enough messages to the syslog socket to cause ENOBUFS, they can also log enough messages to fill up /var and have syslogd stop logging because the disk is full.) David. From owner-cvs-all@FreeBSD.ORG Sun Oct 10 11:14:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FEC16A4CE; Sun, 10 Oct 2004 11:14:45 +0000 (GMT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 425C243D31; Sun, 10 Oct 2004 11:14:45 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) ESMTP/inet6 id i9ABEf810282; Sun, 10 Oct 2004 20:14:41 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20041010103151.GA47927@gothmog.gr> References: <20041009184627.26e9a57f@dev.lan.Awfulhak.org> <20041010031208L.matusita@jp.FreeBSD.org> <20041010103151.GA47927@gothmog.gr> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20040704(IM147) Lines: 12 From: Makoto Matsushita To: keramida@freebsd.org Date: Sun, 10 Oct 2004 20:14:39 +0900 Message-Id: <20041010201439Z.matusita@jp.FreeBSD.org> cc: brian@Awfulhak.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: What we keep under /etc (was: cvs commit: src/etc rc rc.shutdown src/etc/rc.d ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 11:14:46 -0000 keramida> We could add an option to mergemaster like -f which would keramida> take a list of /etc subdirectories to blindly overwrite, keramida> i.e.: keramida> # mergemaster -f "rc.d periodic defaults isdn" Seconded. It would be a good one, and similar idea was proposed before by some of us. Even better to write a (shell-)regex pattern for that :-) -- - Makoto `MAR' Matsushita From owner-cvs-all@FreeBSD.ORG Sun Oct 10 11:23:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0281C16A4CE for ; Sun, 10 Oct 2004 11:23:13 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsmail.ro [193.231.236.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D9543D45 for ; Sun, 10 Oct 2004 11:23:11 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 18287 invoked by uid 89); 10 Oct 2004 11:23:10 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 10 Oct 2004 11:23:10 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 6E9FF1CFD9; Sun, 10 Oct 2004 14:22:54 +0300 (EEST) Date: Sun, 10 Oct 2004 14:22:53 +0300 From: Ion-Mihai Tetcu To: Mike Makonnen Message-ID: <20041010142253.2cecd24c@it.buh.tecnik93.com> In-Reply-To: <200410100950.i9A9oukg067257@repoman.freebsd.org> References: <200410100950.i9A9oukg067257@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man8 rc.8 src/etc rc rc.shutdown src/etc/rc.d DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd apm apmd archdep atm1 atm2 atm3 bgfsck... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 11:23:13 -0000 On Sun, 10 Oct 2004 09:50:56 +0000 (UTC) Mike Makonnen wrote: > mtm 2004-10-10 09:50:56 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > share/man/man8 rc.8 > etc rc rc.shutdown > etc/rc.d DAEMON LOGIN NETWORKING SERVERS abi [ .... ] Since so many files have been changed, an entry in UPDATING saying to rm /etc/rc.d/* and run mergemaster -i would be nice, I think, like the one on 20030829. -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-all@FreeBSD.ORG Sun Oct 10 12:06:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A6A16A4CE; Sun, 10 Oct 2004 12:06:41 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9883C43D2D; Sun, 10 Oct 2004 12:06:40 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i9AC6bO5012477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Oct 2004 16:06:38 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i9AC6brn012476; Sun, 10 Oct 2004 16:06:37 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Sun, 10 Oct 2004 16:06:37 +0400 From: Gleb Smirnoff To: David Malone Message-ID: <20041010120637.GB12258@cell.sick.ru> References: <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009212952.GA8922@cell.sick.ru> <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009190714.GB1093@green.homeunix.org> <20041010072205.GA1617@webcom.it> <20041010101612.GB11523@cell.sick.ru> <20041010110842.GA16446@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20041010110842.GA16446@walton.maths.tcd.ie> User-Agent: Mutt/1.5.6i cc: Andrea Campi cc: Brian Fundakowski Feldman cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 12:06:41 -0000 On Sun, Oct 10, 2004 at 12:08:42PM +0100, David Malone wrote: D> > 1. Not forever. D> D> If syslogd has hung (as opposed to being busy), it will wait forever. D> Try "killall -STOP syslogd" and then logging a bundle of messages. D> With the old situation other services continue to run, with the new D> situation every program that calls syslog(3) end up stuck. Yes, after this change interface is less antifootshooting. But you shouldn't do "killall -STOP syslogd", as well as you shouldn't do "killall -STOP sshd". D> > 3. If /var/run/log is overflowed that means that your machine is already D> > slowed down by syslogd process and its IO. Your application is already D> > not doing its best. D> D> > Better have consistent logs later to investigate that DoS. An attacker D> > may trigger that DoS intentionally to hide some messages, which will D> > be logged if syslogd is not overflowed. D> D> This can happen in situations other than DoSs. Previously there D> have been situations where syslogd hangs if a serial console becomes D> confused or because of a coding error. This change makes it impossible D> to su and fix the problem. IMHO, this is worse than loosing syslog D> messages. Then we should correct these coding errors if they exist. D> (I guess if someone can log enough messages to the syslog socket D> to cause ENOBUFS, they can also log enough messages to fill up /var D> and have syslogd stop logging because the disk is full.) It is much easier to trigger ENOBUFS condition. And syslogd may write logs to multiple destinations, not only /var. If /var has enough free space to survive for 5 minutes, than newsyslog will save space on next run. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Sun Oct 10 13:24:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3361116A4CE; Sun, 10 Oct 2004 13:24:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13ABE43D2F; Sun, 10 Oct 2004 13:24:40 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ADOdQt079750; Sun, 10 Oct 2004 13:24:39 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ADOdQe079749; Sun, 10 Oct 2004 13:24:39 GMT (envelope-from sos) Message-Id: <200410101324.i9ADOdQe079749@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 10 Oct 2004 13:24:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 13:24:40 -0000 sos 2004-10-10 13:24:39 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Dont sleep with lock held. Revision Changes Path 1.231 +1 -1 src/sys/dev/ata/ata-all.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 13:38:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2187316A4CE; Sun, 10 Oct 2004 13:38:23 +0000 (GMT) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79EF943D46; Sun, 10 Oct 2004 13:38:22 +0000 (GMT) (envelope-from eivind@FreeBSD.org) Received: from ws.nada ([193.69.114.88]) by srv01.sparkit.no (8.12.11/8.12.11) with ESMTP id i9ADc5wt083922; Sun, 10 Oct 2004 15:38:05 +0200 (CEST) (envelope-from eivind@FreeBSD.org) Received: from ws.nada (localhost [127.0.0.1]) by ws.nada (8.12.9/8.12.10) with ESMTP id i9ADXkDo001399; Sun, 10 Oct 2004 13:33:46 GMT (envelope-from eivind@ws.nada) Received: (from eivind@localhost) by ws.nada (8.12.9/8.12.10/Submit) id i9ADXkHx001398; Sun, 10 Oct 2004 13:33:46 GMT (envelope-from eivind) Date: Sun, 10 Oct 2004 13:33:45 +0000 From: Eivind Eklund To: Giorgos Keramidas Message-ID: <20041010133345.GA1039@FreeBSD.org> References: <20041009114544.080344bd@dev.lan.Awfulhak.org> <20041009222726U.matusita@jp.FreeBSD.org> <20041009184627.26e9a57f@dev.lan.Awfulhak.org> <20041010031208L.matusita@jp.FreeBSD.org> <20041010103151.GA47927@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041010103151.GA47927@gothmog.gr> User-Agent: Mutt/1.5.4i cc: Makoto Matsushita cc: brian@Awfulhak.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: What we keep under /etc (was: cvs commit: src/etc rc rc.shutdown src/etc/rc.d ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 13:38:23 -0000 On Sun, Oct 10, 2004 at 01:31:52PM +0300, Giorgos Keramidas wrote: > On 2004-10-10 03:12, Makoto Matsushita wrote: > > brian> Ok, so etc/mtree can be left out. What about etc/periodic and etc/rc.d? > > [...] > > If there's a chance that users may modify /etc files, "overriding /etc > > files silently" should be avoided as we can, IMHO. > > The overwriting of some directories in /etc can be made optional and default > to off (keeping the current behavior, but allowing faster updates of a part of > /etc for those who want it), if that's what's worrying you. > > We could add an option to mergemaster like -f which would take a list of /etc > subdirectories to blindly overwrite If you are going to fix mergemaster, I suggest you do it right. Upgrade it to do a 3-way merge, and create the base by logging what mergemaster created the last time. This is relatively simple; the code to do everything around /etc updates based on 3-way merge is fairly precisely half the size of mergemaster's code (because there is less fiddling with weird cases when doing things right.) Adding more kludges to mergemaster is a bad idea. If the way it presently works annoy you (and it does me), either fix it to do things right (which is a 3-way merge), or replace it with something that does the right thing. Eivind. From owner-cvs-all@FreeBSD.ORG Sun Oct 10 13:59:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBEF216A4CE; Sun, 10 Oct 2004 13:59:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C98C43D48; Sun, 10 Oct 2004 13:59:39 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ADxdPr080798; Sun, 10 Oct 2004 13:59:39 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ADxdUQ080797; Sun, 10 Oct 2004 13:59:39 GMT (envelope-from scottl) Message-Id: <200410101359.i9ADxdUQ080797@repoman.freebsd.org> From: Scott Long Date: Sun, 10 Oct 2004 13:59:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet6 ip6_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 13:59:39 -0000 scottl 2004-10-10 13:59:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet6 ip6_output.c Log: MFC: Disable MTU feedback on fragmented IPv6 packets. Submitted by: dwhite Approved by: re Revision Changes Path 1.82.2.3 +14 -0 src/sys/netinet6/ip6_output.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 14:01:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55BCB16A4CE; Sun, 10 Oct 2004 14:01:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3545443D39; Sun, 10 Oct 2004 14:01:58 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AE1wTH080908; Sun, 10 Oct 2004 14:01:58 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AE1wl5080907; Sun, 10 Oct 2004 14:01:58 GMT (envelope-from rushani) Message-Id: <200410101401.i9AE1wl5080907@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sun, 10 Oct 2004 14:01:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 14:01:58 -0000 rushani 2004-10-10 14:01:58 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Add a new article: o Building Diskless Clients with FreeBSD 5.2 Submitted by: Peter Lageotakes Revision Changes Path 1.153 +11 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Sun Oct 10 14:02:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ABE616A4CE; Sun, 10 Oct 2004 14:02:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F0C43D3F; Sun, 10 Oct 2004 14:02:20 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AE2K9l080945; Sun, 10 Oct 2004 14:02:20 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AE2K5j080944; Sun, 10 Oct 2004 14:02:20 GMT (envelope-from scottl) Message-Id: <200410101402.i9AE2K5j080944@repoman.freebsd.org> From: Scott Long Date: Sun, 10 Oct 2004 14:02:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 14:02:20 -0000 scottl 2004-10-10 14:02:20 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Move the NFS-over-IPv6 problem to the test list. Revision Changes Path 1.95 +13 -13 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Oct 10 14:51:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D152016A4CE; Sun, 10 Oct 2004 14:51:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF3E543D1D; Sun, 10 Oct 2004 14:51:36 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AEpaoK082308; Sun, 10 Oct 2004 14:51:36 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AEpabW082307; Sun, 10 Oct 2004 14:51:36 GMT (envelope-from rushani) Message-Id: <200410101451.i9AEpabW082307@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sun, 10 Oct 2004 14:51:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 14:51:37 -0000 rushani 2004-10-10 14:51:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add BSD-Systems as an online CD retailer upon their request. PR: www/72351 Submitted by: Liam Foy Revision Changes Path 1.357 +8 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Oct 10 15:01:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE1BB16A4CE; Sun, 10 Oct 2004 15:01:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00E443D4C; Sun, 10 Oct 2004 15:01:47 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AF1lle082642; Sun, 10 Oct 2004 15:01:47 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AF1lQj082641; Sun, 10 Oct 2004 15:01:47 GMT (envelope-from sos) Message-Id: <200410101501.i9AF1lQj082641@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 10 Oct 2004 15:01:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-isa.c ata-pci.c ata-pci.h ata-queue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 15:01:47 -0000 sos 2004-10-10 15:01:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-isa.c ata-pci.c ata-pci.h ata-queue.c Log: MFC: Pull ATA up to -current levels minus PC98 geometry changes: Fix the serverworks modesetting code, of mask offset was wrong. Always set half'n'half mode on ICH* chips. Fix the PC98 lockups on boot. Add SHARP to the pool of drives that doesn not need byteswapping. Add support for the ICH6 in legacy mode. Dont sleep with lock held. Approved by: re@ (scottl) Revision Changes Path 1.222.2.3 +17 -11 src/sys/dev/ata/ata-all.c 1.81.2.3 +3 -2 src/sys/dev/ata/ata-all.h 1.25.2.1 +2 -1 src/sys/dev/ata/ata-card.c 1.13.2.1 +41 -16 src/sys/dev/ata/ata-cbus.c 1.81.2.3 +68 -28 src/sys/dev/ata/ata-chipset.c 1.22.2.1 +2 -1 src/sys/dev/ata/ata-isa.c 1.87.2.3 +3 -2 src/sys/dev/ata/ata-pci.c 1.32.2.2 +21 -19 src/sys/dev/ata/ata-pci.h 1.32.2.3 +8 -9 src/sys/dev/ata/ata-queue.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 15:36:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A18016A4CE; Sun, 10 Oct 2004 15:36:55 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6060C43D46; Sun, 10 Oct 2004 15:36:54 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i9AFaqSl089783; Sun, 10 Oct 2004 17:36:53 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Takahashi Yoshihiro From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 09 Oct 2004 02:39:58 +0900." <20041009.023958.41719880.nyan@jp.FreeBSD.org> Date: Sun, 10 Oct 2004 17:36:52 +0200 Message-ID: <89782.1097422612@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: sos@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_pc98.c src/sys/dev/ata ata-all.h ata-cbus.c ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 15:36:55 -0000 In message <20041009.023958.41719880.nyan@jp.FreeBSD.org>, Takahashi Yoshihiro writes: >In article <200410071737.i97Hb9TU038301@repoman.freebsd.org> >Søren Schmidt writes: > >> sos 2004-10-07 17:37:09 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/geom geom_pc98.c >> sys/dev/ata ata-all.h ata-cbus.c ata-disk.c >> Log: >> Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs. >> This also adds support for bigger disks on the controller I have access to, >> and maybe others if I understood the adhoc methods used on those. >> >> Those with more PC98 bigdrive controllers it is hereby invited to add/fix >> support for those in geom_pc98.c and not using #ifdef PC98 all over the place. > >This broke non-ATA disk supports. We need to use different way for >geometry translation between ATA and non-ATA disks. And, your >'BigDrive' support has some problems, it cannot use 'BigDrive' as root >filesystem and it is incompatibility with the other OSs. Then conditionalize the code in geom_pc98 on the provider name starting with "ad". All PC98 disk layout relevant code should be in geom_pc98 and not in diskdrivers. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Sun Oct 10 15:41:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B518216A4CE; Sun, 10 Oct 2004 15:41:56 +0000 (GMT) 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 0D7EA43D31; Sun, 10 Oct 2004 15:41:56 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i9AFfqvo068338; Sun, 10 Oct 2004 17:41:54 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <41695833.3050500@DeepCore.dk> Date: Sun, 10 Oct 2004 17:41:39 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <89782.1097422612@critter.freebsd.dk> In-Reply-To: <89782.1097422612@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Takahashi Yoshihiro cc: cvs-all@FreeBSD.ORG cc: sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/geom geom_pc98.c src/sys/dev/ata ata-all.h ata-cbus.c ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 15:41:56 -0000 Poul-Henning Kamp wrote: > In message <20041009.023958.41719880.nyan@jp.FreeBSD.org>, Takahashi Yo= shihiro=20 > writes: >=20 >>In article <200410071737.i97Hb9TU038301@repoman.freebsd.org> >>S=F8ren Schmidt writes: >> >> >>>sos 2004-10-07 17:37:09 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/geom geom_pc98.c=20 >>> sys/dev/ata ata-all.h ata-cbus.c ata-disk.c=20 >>> Log: >>> Move the PC98 specific geometry "gunk" to geom_pc98.c where it belon= gs. >>> This also adds support for bigger disks on the controller I have acc= ess to, >>> and maybe others if I understood the adhoc methods used on those. >>> =20 >>> Those with more PC98 bigdrive controllers it is hereby invited to ad= d/fix >>> support for those in geom_pc98.c and not using #ifdef PC98 all over = the place. >> >>This broke non-ATA disk supports. We need to use different way for >>geometry translation between ATA and non-ATA disks. And, your >>'BigDrive' support has some problems, it cannot use 'BigDrive' as root >>filesystem and it is incompatibility with the other OSs. >=20 >=20 > Then conditionalize the code in geom_pc98 on the provider name starting= > with "ad". I allready did so :) > All PC98 disk layout relevant code should be in geom_pc98 and not > in diskdrivers. Exactly! However there is fripe with fdisk_pc98 and sysinstall it seems, dunno=20 about those as they are way out of my territory... --=20 -S=F8ren From owner-cvs-all@FreeBSD.ORG Sun Oct 10 16:12:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D73216A4CE; Sun, 10 Oct 2004 16:12:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E260143D39; Sun, 10 Oct 2004 16:12:09 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AGC9FA084622; Sun, 10 Oct 2004 16:12:09 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AGC9Lw084621; Sun, 10 Oct 2004 16:12:09 GMT (envelope-from mtm) Message-Id: <200410101612.i9AGC9Lw084621@repoman.freebsd.org> From: Mike Makonnen Date: Sun, 10 Oct 2004 16:12:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 16:12:10 -0000 mtm 2004-10-10 16:12:09 UTC FreeBSD src repository Modified files: . UPDATING Log: Add additional information on how to cope with the change. Revision Changes Path 1.373 +4 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Oct 10 16:13:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B501E16A4CE; Sun, 10 Oct 2004 16:13:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6B143D3F; Sun, 10 Oct 2004 16:13:11 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AGDBMc084692; Sun, 10 Oct 2004 16:13:11 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AGDBYR084691; Sun, 10 Oct 2004 16:13:11 GMT (envelope-from le) Message-Id: <200410101613.i9AGDBYR084691@repoman.freebsd.org> From: Lukas Ertl Date: Sun, 10 Oct 2004 16:13:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/gstat gstat.8 gstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 16:13:12 -0000 le 2004-10-10 16:13:11 UTC FreeBSD src repository Modified files: usr.sbin/gstat gstat.8 gstat.c Log: Add an '-a' switch to only display providers that are at least 0.1% busy. OK'ed by: phk Revision Changes Path 1.5 +3 -1 src/usr.sbin/gstat/gstat.8 1.11 +10 -2 src/usr.sbin/gstat/gstat.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 16:16:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213BE16A4CE; Sun, 10 Oct 2004 16:16:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177B643D1F; Sun, 10 Oct 2004 16:16:32 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AGGVuD084841; Sun, 10 Oct 2004 16:16:31 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AGGVAO084840; Sun, 10 Oct 2004 16:16:31 GMT (envelope-from mtm) Message-Id: <200410101616.i9AGGVAO084840@repoman.freebsd.org> From: Mike Makonnen Date: Sun, 10 Oct 2004 16:16:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 16:16:32 -0000 mtm 2004-10-10 16:16:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . UPDATING Log: RCS file: /home/ncvs/src/UPDATING,v ---------------------------- revision 1.372 date: 2004/10/07 14:51:23; author: mtm; state: Exp; lines: +0 -0 Make a note in UPDATING about the recent change regarding the FreeBSD keyword. ============================================================================= o Add additional information on how to cope with this change. o Fix the date for the previous libthr change to correctly reflect the date it was MFCed on. Approved by: re/assumed because of approval for the actual src change Revision Changes Path 1.342.2.13 +14 -5 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Oct 10 16:19:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E38EB16A4CE; Sun, 10 Oct 2004 16:19:16 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3CF43D54; Sun, 10 Oct 2004 16:19:16 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 62A981FF91D; Sun, 10 Oct 2004 18:19:14 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 93B091FF90C; Sun, 10 Oct 2004 18:19:12 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id C5F08156A7; Sun, 10 Oct 2004 16:18:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id BAFB01561A; Sun, 10 Oct 2004 16:19:00 +0000 (UTC) Date: Sun, 10 Oct 2004 16:19:00 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Mike Makonnen In-Reply-To: <200410101612.i9AGC9Lw084621@repoman.freebsd.org> Message-ID: References: <200410101612.i9AGC9Lw084621@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 16:19:17 -0000 On Sun, 10 Oct 2004, Mike Makonnen wrote: > mtm 2004-10-10 16:12:09 UTC > > FreeBSD src repository > > Modified files: > . UPDATING > Log: > Add additional information on how to cope with the change. which one are you referring to ? > Revision Changes Path > 1.373 +4 -0 src/UPDATING > -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Sun Oct 10 17:22:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2302E16A4CE; Sun, 10 Oct 2004 17:22:41 +0000 (GMT) Received: from telecom.net.et (sparrow.telecom.net.et [213.55.64.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D45B43D1D; Sun, 10 Oct 2004 17:22:36 +0000 (GMT) (envelope-from mtm@identd.net) Received: from [213.55.68.37] (HELO rogue.acs.lan) by telecom.net.et (CommuniGate Pro SMTP 3.4.8) with ESMTP id 59581054; Sun, 10 Oct 2004 19:15:22 +0300 Received: by rogue.acs.lan (Postfix, from userid 1000) id 3E576B87C; Sun, 10 Oct 2004 19:22:41 +0300 (EAT) Date: Sun, 10 Oct 2004 19:22:41 +0300 From: Mike Makonnen To: "Bjoern A. Zeeb" Message-ID: <20041010162241.GA38658@rogue.acs.lan> References: <200410101612.i9AGC9Lw084621@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD/6.0-CURRENT (i386) cc: cvs-src@FreeBSD.org cc: Mike Makonnen cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 17:22:41 -0000 On Sun, Oct 10, 2004 at 04:19:00PM +0000, Bjoern A. Zeeb wrote: > On Sun, 10 Oct 2004, Mike Makonnen wrote: > > > mtm 2004-10-10 16:12:09 UTC > > > > FreeBSD src repository > > > > Modified files: > > . UPDATING > > Log: > > Add additional information on how to cope with the change. > > which one are you referring to ? Hehe sorry, in my mind I knew perfectly well what I was refering to :-) I was referring to the FreeBSD keyword change in rc.d Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon ! From owner-cvs-all@FreeBSD.ORG Sun Oct 10 17:23:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DFD516A4CE; Sun, 10 Oct 2004 17:23:08 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE2243D49; Sun, 10 Oct 2004 17:23:08 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.52] (adsl-64-171-187-209.dsl.snfc21.pacbell.net [64.171.187.209])i9AHNIWo023957; Sun, 10 Oct 2004 13:23:19 -0400 Message-ID: <41696FF8.7060209@root.org> Date: Sun, 10 Oct 2004 10:23:04 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Murray References: <200410090828.i998SP5B070053@grimreaper.grondar.org> In-Reply-To: <200410090828.i998SP5B070053@grimreaper.grondar.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi_quirks acpi_timer.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 17:23:08 -0000 Mark Murray wrote: > Nate Lawson writes: > >>I've been analyzing how Windows and Linux handle IRQ routing. There are >>some interesting parts that I've mentioned before but thought I'd >>summarize publically: >> >>* Some systems, notably laptops, require all PCI irqs to be routed to >>the SCI (irq 9 almost always). Sony VAIOs are one example. >> >>* Both $PIR and _PRT are used for ACPI irq routing. It merges them via >>some unknown algorithm (prefer $PIR?) > > > My Toshiba Libretto 110CT panics at boot because the NPX hasn't got an > irq assigned. If I turn off ACPI, it get a hard hang in isa_probe_devices(). > > Any ideas? Not off-hand. A sysresource problem? Boot acpi with debug.acpi.disabled="sysresource" -Nate From owner-cvs-all@FreeBSD.ORG Sun Oct 10 17:27:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5CFD16A4CE; Sun, 10 Oct 2004 17:27:19 +0000 (GMT) Received: from web.portaone.com (mail.russia.cz [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D4F243D54; Sun, 10 Oct 2004 17:27:19 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.73] (portacare.portaone.com [195.140.247.242]) (authenticated bits=0) by web.portaone.com (8.12.11/8.12.11) with ESMTP id i9AHR5ae028527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Oct 2004 19:27:06 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <416970DE.7070903@portaone.com> Date: Sun, 10 Oct 2004 20:26:54 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Somers References: <200410071355.i97DtSJq024575@repoman.freebsd.org> <20041009011553.01708de1@dev.lan.Awfulhak.org> In-Reply-To: <20041009011553.01708de1@dev.lan.Awfulhak.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: Mike Makonnen cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: What we keep under /etc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 17:27:20 -0000 Actually it is easy enough to extend mergemaster to handle this almost automagically. For example it can create some directory, say ~/.mergemaster, and store pairs version:hash for all virgin files that it installs, so that on the next run it will be able to distinguish modified files from pristine ones. -Maxim Brian Somers wrote: > On Thu, 7 Oct 2004 13:55:28 +0000 (UTC), Mike Makonnen wrote: > >>mtm 2004-10-07 13:55:28 UTC >> >> FreeBSD src repository >> >> Modified files: >> etc rc rc.shutdown >> etc/rc.d DAEMON LOGIN NETWORKING SERVERS abi >> accounting addswap adjkerntz amd apm apmd >> archdep atm1 atm2 atm3 bgfsck bootparams >> ccd cleanvar cleartmp cron devd devfs >> dhclient dmesg dumpon early.sh fsck gbde >> gbde_swap hostname ike inetd initdiskless >> initrandom ip6addrctl ip6fw ipfilter ipfs >> ipfw ipmon ipnat ipsec ipxrouted isdnd >> jail kadmind kerberos keyserv kldxref >> kpasswdd ldconfig local localpkg lomac >> lpd mixer motd mountcritlocal >> mountcritremote mountd moused mroute6d >> mrouted msgs named natd netif netoptions >> network_ipv6 nfsclient nfsd nfslocking >> nfsserver nisdomain nsswitch ntpd ntpdate >> othermta pccard pcvt pf pflog >> power_profile ppp-user pppoed >> preseedrandom pwcheck quota ramdisk >> ramdisk-own random rarpd rcconf.sh resolv >> root route6d routed routing rpcbind >> rtadvd rwho savecore securelevel sendmail >> serial sppp sshd swap1 syscons sysctl >> syslogd timed tmp usbd var vinum >> virecover watchdogd ypbind yppasswdd >> ypserv ypset ypupdated ypxfrd >> Log: >> Remove the requirement for the FreeBSD keyword as it no longer >> makes any sense. >> >> Discussed with: dougb, brooks >> MFC after: 3 days > > > This makes life painful enough to ask.... > > Is there any good reason that mergemaster deals with this stuff rather than > make installworld? Or maybe I should ask, why doesn't make installworld > handle *some* stuff in /etc, such as /etc/rc.d/ and /etc/defaults/? > > > I guess the good reason is that POLA says that stuff under /etc/ doesn't > change with an installworld. But does this mean that we should keep this > stuff (along with /etc/defaults/) somewhere else (/system/rc.d/, > /system/defaults/)? After all, the BSD world has always been against the > sysV idea of storing binaries under /etc/, and /etc/rc.d/ is now full > of binaries.... well, programs then. > > > Or maybe I'm just completely off track and the real world (!) adds its > own /etc/rc.d/ stuff and modifies /etc/defaults/? > From owner-cvs-all@FreeBSD.ORG Sun Oct 10 18:34:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BB6D16A4CE; Sun, 10 Oct 2004 18:34:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ABBB43D1D; Sun, 10 Oct 2004 18:34:30 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AIYU1G095177; Sun, 10 Oct 2004 18:34:30 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AIYUNU095176; Sun, 10 Oct 2004 18:34:30 GMT (envelope-from dwmalone) Message-Id: <200410101834.i9AIYUNU095176@repoman.freebsd.org> From: David Malone Date: Sun, 10 Oct 2004 18:34:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_util.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 18:34:30 -0000 dwmalone 2004-10-10 18:34:30 UTC FreeBSD src repository Modified files: sys/compat/linux linux_util.h Log: Rename thread args to be called "td" rather than "p" to be consistent with other bits of this file. There should be no functional change. Submitted by: Andrea Campi (many moons ago) MFC after: 2 month Revision Changes Path 1.23 +6 -6 src/sys/compat/linux/linux_util.h From owner-cvs-all@FreeBSD.ORG Sun Oct 10 18:54:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3420316A4CE; Sun, 10 Oct 2004 18:54:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBFE43D41; Sun, 10 Oct 2004 18:54:31 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AIsUek095894; Sun, 10 Oct 2004 18:54:30 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AIsUNn095893; Sun, 10 Oct 2004 18:54:30 GMT (envelope-from peter) Message-Id: <200410101854.i9AIsUNn095893@repoman.freebsd.org> From: Peter Wemm Date: Sun, 10 Oct 2004 18:54:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/amd64/include db_machdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 18:54:31 -0000 peter 2004-10-10 18:54:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/include db_machdep.h Log: MFi386: Fix breakpoint handling. Approved by: re Revision Changes Path 1.20.2.1 +10 -2 src/sys/amd64/include/db_machdep.h From owner-cvs-all@FreeBSD.ORG Sun Oct 10 19:08:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3B1716A4CE; Sun, 10 Oct 2004 19:08:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C4B43D1F; Sun, 10 Oct 2004 19:08:00 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AJ80GO096437; Sun, 10 Oct 2004 19:08:00 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AJ80pj096434; Sun, 10 Oct 2004 19:08:00 GMT (envelope-from alc) Message-Id: <200410101908.i9AJ80pj096434@repoman.freebsd.org> From: Alan Cox Date: Sun, 10 Oct 2004 19:08:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 19:08:00 -0000 alc 2004-10-10 19:08:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 pmap.c sys/amd64/include pmap.h sys/i386/i386 pmap.c sys/i386/include pmap.h Log: MFC multiple pmap changes amd64 and i386 - Remove unnecessary checks for curthread == NULL and pmap == NULL. - Release the page queues lock earlier in pmap_protect() and pmap_remove() in order to reduce contention. - Remove an outdated assertion from _pmap_allocpte(). - Simplify the reference counting of page table pages. Specifically, use the page table page's wired count rather than its hold count to contain the reference count. - Prevent the unexpected deallocation of a page table page while performing pmap_copy(). - Eliminate the unnecessary masking of the page offset bits from the physical address that is stored in the vm_page. - Undo revision 1.251. This change was a performance pessimizing work- around that is no longer required. Now, if the preexisting PTE is invalid, pmap_enter() does not call pmap_invalidate_page() to update the TLB(s). - Make pte_load_store() an atomic operation in all cases, not just i386 PAE. - Restructure pmap_enter() to prevent the loss of a page modified (PG_M) bit in a race between processors. (This restructuring assumes the newly atomic pte_load_store() for correct operation.) amd64 only - It is now an error to call pmap_unuse_pt without the paddr of the pde that contained the pte. - Remove an unused declaration. i386 only - Modify pmap_pte() to support its use on non-current, non-kernel pmaps without holding Giant. Approved by: re (scottl) Revision Changes Path 1.491.2.4 +88 -90 src/sys/amd64/amd64/pmap.c 1.122.2.2 +15 -5 src/sys/amd64/include/pmap.h 1.494.2.6 +99 -81 src/sys/i386/i386/pmap.c 1.112.2.2 +17 -5 src/sys/i386/include/pmap.h From owner-cvs-all@FreeBSD.ORG Sun Oct 10 19:53:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6693B16A4CE; Sun, 10 Oct 2004 19:53:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 464FB43D46; Sun, 10 Oct 2004 19:53:17 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AJrHqT098077; Sun, 10 Oct 2004 19:53:17 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AJrHCZ098076; Sun, 10 Oct 2004 19:53:17 GMT (envelope-from alc) Message-Id: <200410101953.i9AJrHCZ098076@repoman.freebsd.org> From: Alan Cox Date: Sun, 10 Oct 2004 19:53:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man9 vm_map.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 19:53:17 -0000 alc 2004-10-10 19:53:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man9 vm_map.9 Log: MFC revisions 1.5 and 1.6: - Update to reflect recent changes such as the fields for O(log n) address space allocation. - Document the flags field. Approved by: re (scottl) Revision Changes Path 1.4.2.1 +40 -11 src/share/man/man9/vm_map.9 From owner-cvs-all@FreeBSD.ORG Sun Oct 10 21:34:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539D016A4CE; Sun, 10 Oct 2004 21:34:40 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id E32F443D46; Sun, 10 Oct 2004 21:34:39 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.93] ([66.127.85.93]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i9ALYdWi088486 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Oct 2004 14:34:39 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4169AB03.7060105@errno.com> Date: Sun, 10 Oct 2004 14:34:59 -0700 From: Sam Leffler Organization: Errrno Consulting User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <200410091325.i99DPK00097724@repoman.freebsd.org> <4168009A.303@errno.com> <20041009213710.GB8922@cell.sick.ru> <41686584.6070606@errno.com> <20041010093157.GA11523@cell.sick.ru> In-Reply-To: <20041010093157.GA11523@cell.sick.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf2.c src/share/man/man9 mbuf_tags.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 21:34:40 -0000 Gleb Smirnoff wrote: > Sam, > > The change is reverted. Thank you. > > On Sat, Oct 09, 2004 at 03:26:12PM -0700, Sam Leffler wrote: > S> 1. You changed this without discussion. > S> 2. It breaks the intentional purpose of subclassing the m_tag_free method. > S> 3. Openbsd compatibility is not broken by calling through the method > S> pointer; in fact calling through the method pointer is required to > S> maintain compatbility (think about it). > > It is broken since in OpenBSD and FreeBSD function with same name do > different things. In case you haven't noticed there are many differences between openbsd and freebsd--openbsd lags behind freebsd in supporting tags. As to functions with the same name doing different things; this is not correct; m_tag_free reclaims the resources associated with a tag. On freebsd this is done by calling through the method pointer so private allocation strategies can be used. Openbsd has nothing similar (as of my last check), it's m_tag_free routine simple free's the storage. Perhaps you were not aware that I brought the tags support over from openbsd and I made the effort to insure compatibility. I believe I have a reasonable understanding of this issue. > > S> You did not find existing uses of subclassing because I backed out the > S> vlan changes to use a private pool for unrelated reasons. I very very > S> strongly disagree with this change and want it reverted. > > This was not broken. Look in my changes to uipc_mbuf2.c, you'll see that > m_tag_delete() was changed so that it calls free thru method pointer. > As I said, I've checked all m_tag_free() consumers, and nothing is affected. I'm sorry but one of us does not understand the issues. You changed things so that calls to m_tag_free no longer invoked the free method. This meant that every such call would do the wrong thing for tags allocated using a private strategy. Because you didn't see any of these in the tree does not matter. Your change made it impossible to use private allocation strategies. In fact with your change there was no longer a reason to have a free method in the tag structure. > > My main purpose for this change was to create a possibility to create a custom > free method, which inherits default method. How it is possible to do it > now, without API change? > You need to expose the previous _m_tag_free routine so it can be called. My only request to you when you did this was to remove the leading '_' as the routine was no longer going to be private to the file. What seems to have confused you is that you not only need to remove the '_' but also choose a different name so that it does not conflict with m_tag_free defined in mbuf.h. I thought that was obvious but perhaps it was not. Sam From owner-cvs-all@FreeBSD.ORG Sun Oct 10 21:36:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F5D716A4CE; Sun, 10 Oct 2004 21:36:24 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AC7943D48; Sun, 10 Oct 2004 21:36:24 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9ALaA9A006949; Sun, 10 Oct 2004 14:36:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9ALa6ob006948; Sun, 10 Oct 2004 14:36:06 -0700 (PDT) (envelope-from obrien) Date: Sun, 10 Oct 2004 14:36:06 -0700 From: "David O'Brien" To: "M. Warner Losh" Message-ID: <20041010213606.GA6835@dragon.nuxi.com> References: <200410090831.i998VLD6076466@repoman.freebsd.org> <20041009.210103.115654872.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041009.210103.115654872.imp@bsdimp.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa pbio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 21:36:24 -0000 On Sat, Oct 09, 2004 at 09:01:03PM -0600, M. Warner Losh wrote: > In message: <200410090831.i998VLD6076466@repoman.freebsd.org> > "David E. O'Brien" writes: > : obrien 2004-10-09 08:31:21 UTC > : > : FreeBSD src repository > : > : Modified files: > : sys/i386/isa pbio.c > : Log: > : style(9) > > Thanks for obsoleting the busspace changes that I was working on. I assume this said sarcastically... I think this is a little harsh. I wish you had mentioned publicly that you were going to busspace it. In the thread when it was committed to HEAD and noticed this driver used depreciated interfaces, it was said it shouldn't be too hard to use proper interfaces -- but I didn't see a commitment to do the work. I wasn't sure what a 'pbio' driver was so I went to read the code and noticed it had inconsistent style (and had some style(9) compliancy issues). Thus I fixed it. As I said I think it is a little harsh to take the position your work is killed. You can (1) copy your sys/i386/isa/.#pbio.c.1.1 to pbio.c and continue your work, sending me your finished file and I'll re-style(9) it before committing. (2) commit your busspace'ification to RELENG_4 and I'll cvs merge it from the branch. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sun Oct 10 22:03:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC0F16A4CE; Sun, 10 Oct 2004 22:03:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6D843D1D; Sun, 10 Oct 2004 22:03:36 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9AM3aCO008321; Sun, 10 Oct 2004 22:03:36 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9AM3agI008320; Sun, 10 Oct 2004 22:03:36 GMT (envelope-from arved) Message-Id: <200410102203.i9AM3agI008320@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 10 Oct 2004 22:03:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/kdebase3/files patch-kdm-kfrontend-genkdmconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 22:03:36 -0000 arved 2004-10-10 22:03:35 UTC FreeBSD ports repository Modified files: x11/kdebase3/files patch-kdm-kfrontend-genkdmconf.c Log: Fix Environment for kdm/csh users. No PORTREVISION bump this time, because we had one 24 hours ago. PR: 72388 Submitted by: Jose M Rodriguez Requested by: peter Approved by: portmgr(krion) Reviewed by: Adriaan de Groot Revision Changes Path 1.7 +1 -1 ports/x11/kdebase3/files/patch-kdm-kfrontend-genkdmconf.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 22:09:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E769A16A4CE; Sun, 10 Oct 2004 22:09:32 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C5343D1F; Sun, 10 Oct 2004 22:09:32 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i9AM9MDI015079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Oct 2004 02:09:22 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i9AM9MZr015078; Mon, 11 Oct 2004 02:09:22 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Mon, 11 Oct 2004 02:09:21 +0400 From: Gleb Smirnoff To: Sam Leffler Message-ID: <20041010220921.GB14849@cell.sick.ru> References: <200410091325.i99DPK00097724@repoman.freebsd.org> <4168009A.303@errno.com> <20041009213710.GB8922@cell.sick.ru> <41686584.6070606@errno.com> <20041010093157.GA11523@cell.sick.ru> <4169AB03.7060105@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4169AB03.7060105@errno.com> User-Agent: Mutt/1.5.6i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf2.c src/share/man/man9 mbuf_tags.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 22:09:33 -0000 On Sun, Oct 10, 2004 at 02:34:59PM -0700, Sam Leffler wrote: S> >S> You did not find existing uses of subclassing because I backed out the S> >S> vlan changes to use a private pool for unrelated reasons. I very very S> >S> strongly disagree with this change and want it reverted. S> > S> >This was not broken. Look in my changes to uipc_mbuf2.c, you'll see that S> >m_tag_delete() was changed so that it calls free thru method pointer. S> >As I said, I've checked all m_tag_free() consumers, and nothing is S> >affected. S> S> I'm sorry but one of us does not understand the issues. You changed S> things so that calls to m_tag_free no longer invoked the free method. S> This meant that every such call would do the wrong thing for tags S> allocated using a private strategy. Yes, that's right. S> Because you didn't see any of these S> in the tree does not matter. Your change made it impossible to use S> private allocation strategies. No, see below ... S> In fact with your change there was no S> longer a reason to have a free method in the tag structure. My change does not affect potential private allocators. For example, it does not conflict with if_vlan.c rev. 1.56, which I believe, you use as an example. In if_vlan.c rev. 1.56 you use a private method for free: mtag->m_tag_free = vlan_tag_free; When mbuf is m_freem()d, m_tag_delete() is called from mb_dtor_mbuf(). Notice, that I have changed m_tag_delete() so that it calls private method, and thus vlan_tag_free() will be called. So, I can't understand why do you call it broken. S> >My main purpose for this change was to create a possibility to create a S> >custom S> >free method, which inherits default method. How it is possible to do it S> >now, without API change? S> S> You need to expose the previous _m_tag_free routine so it can be called. S> My only request to you when you did this was to remove the leading '_' S> as the routine was no longer going to be private to the file. What S> seems to have confused you is that you not only need to remove the '_' S> but also choose a different name so that it does not conflict with S> m_tag_free defined in mbuf.h. I thought that was obvious but perhaps it S> was not. OK, if we just rename it to something else, then both approaches will be usable. What do you prefer m_tag_free_default() or m_tag_free1() or smth else? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Sun Oct 10 22:24:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A461A16A4CE; Sun, 10 Oct 2004 22:24:11 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D0D943D4C; Sun, 10 Oct 2004 22:24:11 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.93] ([66.127.85.93]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i9AMOAWi088717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Oct 2004 15:24:11 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4169B69F.8080708@errno.com> Date: Sun, 10 Oct 2004 15:24:31 -0700 From: Sam Leffler Organization: Errrno Consulting User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <200410091325.i99DPK00097724@repoman.freebsd.org> <4168009A.303@errno.com> <20041009213710.GB8922@cell.sick.ru> <41686584.6070606@errno.com> <20041010093157.GA11523@cell.sick.ru> <4169AB03.7060105@errno.com> <20041010220921.GB14849@cell.sick.ru> In-Reply-To: <20041010220921.GB14849@cell.sick.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf2.c src/share/man/man9 mbuf_tags.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 22:24:11 -0000 Gleb Smirnoff wrote: > On Sun, Oct 10, 2004 at 02:34:59PM -0700, Sam Leffler wrote: > S> >S> You did not find existing uses of subclassing because I backed out the > S> >S> vlan changes to use a private pool for unrelated reasons. I very very > S> >S> strongly disagree with this change and want it reverted. > S> > > S> >This was not broken. Look in my changes to uipc_mbuf2.c, you'll see that > S> >m_tag_delete() was changed so that it calls free thru method pointer. > S> >As I said, I've checked all m_tag_free() consumers, and nothing is > S> >affected. > S> > S> I'm sorry but one of us does not understand the issues. You changed > S> things so that calls to m_tag_free no longer invoked the free method. > S> This meant that every such call would do the wrong thing for tags > S> allocated using a private strategy. > > Yes, that's right. But m_tag_free is a public interface and changing what it does breaks existing code. > > S> Because you didn't see any of these > S> in the tree does not matter. Your change made it impossible to use > S> private allocation strategies. > > No, see below ... > > S> In fact with your change there was no > S> longer a reason to have a free method in the tag structure. > > My change does not affect potential private allocators. For example, it > does not conflict with if_vlan.c rev. 1.56, which I believe, you use as > an example. In if_vlan.c rev. 1.56 you use a private method for > free: > > mtag->m_tag_free = vlan_tag_free; > > When mbuf is m_freem()d, m_tag_delete() is called from mb_dtor_mbuf(). > Notice, that I have changed m_tag_delete() so that it calls private > method, and thus vlan_tag_free() will be called. > > So, I can't understand why do you call it broken. You are assuming tags resources are only reclaimed with m_tag_delete which is not correct. As I said above m_tag_free is a public interface and you've changed how it works (thus breaking compatibility with openbsd). If there were a good reason to change it then I'd be open to it, but all this got started simply because you wanted access to _m_tag_free and these other changes were uneeded. > > S> >My main purpose for this change was to create a possibility to create a > S> >custom > S> >free method, which inherits default method. How it is possible to do it > S> >now, without API change? > S> > S> You need to expose the previous _m_tag_free routine so it can be called. > S> My only request to you when you did this was to remove the leading '_' > S> as the routine was no longer going to be private to the file. What > S> seems to have confused you is that you not only need to remove the '_' > S> but also choose a different name so that it does not conflict with > S> m_tag_free defined in mbuf.h. I thought that was obvious but perhaps it > S> was not. > > OK, if we just rename it to something else, then both approaches will be > usable. What do you prefer m_tag_free_default() or m_tag_free1() or > smth else? I don't particularly care; probably m_tag_free_default . Sam From owner-cvs-all@FreeBSD.ORG Sun Oct 10 23:06:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2906816A4CE; Sun, 10 Oct 2004 23:06:58 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D2943D1D; Sun, 10 Oct 2004 23:06:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1455D5261A; Sun, 10 Oct 2004 16:09:04 -0700 (PDT) Date: Sun, 10 Oct 2004 16:09:03 -0700 From: Kris Kennaway To: Tilman Linneweh Message-ID: <20041010230903.GA80225@xor.obsecurity.org> References: <200410102203.i9AM3agI008320@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <200410102203.i9AM3agI008320@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/kdebase3/files patch-kdm-kfrontend-genkdmconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 23:06:58 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 10, 2004 at 10:03:35PM +0000, Tilman Linneweh wrote: > arved 2004-10-10 22:03:35 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > x11/kdebase3/files patch-kdm-kfrontend-genkdmconf.c=20 > Log: > Fix Environment for kdm/csh users. > No PORTREVISION bump this time, because we had one 24 hours ago. Actually you should bump it because 24 hours is too long a gap between changes. Kris --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBacEPWry0BWjoQKURAonCAJ0Rc73QtxaqMsTqtEqG4TMsFKTEOQCg1tEo VxhvEwShu+T3+YV8FV5yNs0= =T4oy -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua-- From owner-cvs-all@FreeBSD.ORG Sun Oct 10 23:40:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6261F16A4CE; Sun, 10 Oct 2004 23:40:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41DC643D5A; Sun, 10 Oct 2004 23:40:00 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ANe0Xd011085; Sun, 10 Oct 2004 23:40:00 GMT (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ANe06w011084; Sun, 10 Oct 2004 23:40:00 GMT (envelope-from peadar) Message-Id: <200410102340.i9ANe06w011084@repoman.freebsd.org> From: Peter Edwards Date: Sun, 10 Oct 2004 23:40:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 23:40:00 -0000 peadar 2004-10-10 23:40:00 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: Fix off-by-one error in fd_native_types that results in a panic on boot for machines with 2.88M floppies. Reviewed By: phk Revision Changes Path 1.296 +1 -0 src/sys/dev/fdc/fdc.c From owner-cvs-all@FreeBSD.ORG Sun Oct 10 23:45:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C684916A4CE; Sun, 10 Oct 2004 23:45:32 +0000 (GMT) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ABC743D31; Sun, 10 Oct 2004 23:45:29 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (localhost [127.0.0.1]) (authenticated bits=0) by cain.gsoft.com.au (8.12.11/8.12.10) with ESMTP id i9ANiPLS072874; Mon, 11 Oct 2004 09:14:25 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Mon, 11 Oct 2004 09:14:23 +0930 User-Agent: KMail/1.7 References: <20041009114544.080344bd@dev.lan.Awfulhak.org> <20041010031208L.matusita@jp.FreeBSD.org> <20041010103151.GA47927@gothmog.gr> In-Reply-To: <20041010103151.GA47927@gothmog.gr> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2250060.DjpjjztTTW"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200410110914.24398.doconnor@gsoft.com.au> X-Spam-Score: -2.2 () IN_REP_TO,MIME_LONG_LINE_QP,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: Makoto Matsushita cc: brian@awfulhak.org cc: src-committers@freebsd.org cc: Giorgos Keramidas cc: cvs-src@freebsd.org Subject: Re: What we keep under /etc (was: cvs commit: src/etc rc rc.shutdown src/etc/rc.d ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 23:45:32 -0000 --nextPart2250060.DjpjjztTTW Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sun, 10 Oct 2004 20:01, Giorgos Keramidas wrote: > The overwriting of some directories in /etc can be made optional and > default to off (keeping the current behavior, but allowing faster updates > of a part of /etc for those who want it), if that's what's worrying you. > > We could add an option to mergemaster like -f which would take a list of > /etc subdirectories to blindly overwrite, i.e.: > > # mergemaster -f "rc.d periodic defaults isdn" > > To avoid having to type manually the list of directories, this could also > be made optional based on an environment variable like > MM_OVERWRITE_SUBDIRS, in which case the order of precedence would be: Or import etcmerge :) etcmerge isn't perfect, but I think effort would be better expended making = it=20 more user friendly (I'm thinking specifically of guiding the user through=20 things more explicitly) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2250060.DjpjjztTTW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBaclY5ZPcIHs/zowRAtWeAJ9gwWbMu5Jemo4/KoyNfEi8K1Cl7gCghT58 Qha6K9HWMS9LS30yQ8cGMb0= =F9Ni -----END PGP SIGNATURE----- --nextPart2250060.DjpjjztTTW-- From owner-cvs-all@FreeBSD.ORG Sun Oct 10 23:49:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC32D16A4CE; Sun, 10 Oct 2004 23:49:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B6EB43D3F; Sun, 10 Oct 2004 23:49:38 +0000 (GMT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ANncIN011499; Sun, 10 Oct 2004 23:49:38 GMT (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ANnccV011498; Sun, 10 Oct 2004 23:49:38 GMT (envelope-from peadar) Message-Id: <200410102349.i9ANnccV011498@repoman.freebsd.org> From: Peter Edwards Date: Sun, 10 Oct 2004 23:49:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fdc fdc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 23:49:38 -0000 peadar 2004-10-10 23:49:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fdc fdc.c Log: MFC of 1.296: Fix off-by-one error in fd_native_types that results in a panic on boot for machines with 2.88M floppies. Reviewed by: phk Approved by: re (scottl@) Revision Changes Path 1.283.2.3 +1 -0 src/sys/dev/fdc/fdc.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 00:12:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA4416A4CE; Mon, 11 Oct 2004 00:12:35 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E2AA43D1F; Mon, 11 Oct 2004 00:12:35 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9B0CTJR009534; Sun, 10 Oct 2004 17:12:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9B0CSeB009533; Sun, 10 Oct 2004 17:12:28 -0700 (PDT) (envelope-from obrien) Date: Sun, 10 Oct 2004 17:12:28 -0700 From: "David O'Brien" To: Makoto Matsushita Message-ID: <20041011001228.GA9460@dragon.nuxi.com> References: <20041009114544.080344bd@dev.lan.Awfulhak.org> <20041009222726U.matusita@jp.FreeBSD.org> <20041009184627.26e9a57f@dev.lan.Awfulhak.org> <20041010031208L.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041010031208L.matusita@jp.FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: brian@Awfulhak.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: What we keep under /etc (was: cvs commit: src/etc rc rc.shutdown src/etc/rc.d ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 00:12:35 -0000 On Sun, Oct 10, 2004 at 03:12:08AM +0900, Makoto Matsushita wrote: > brian> Ok, so etc/mtree can be left out. What about etc/periodic and etc/rc.d? > I don't think followings are generally applied to others, but here's > my case: > > * I've modified /etc/periodic/security/security.function. In > check_diff() function, there's a line that compares old one and a > new one. However, in my cases, there are lots of bogus output will > be generated (it is assumed one, not a bug or admin failure), so I'd > like to trim off unwanted output by egrep(1) -- changing the file is > the only answer. Is this something you could generalize and embelish -- adding an /etc/perodic.conf knob for? Also, if you do 'make installworld' on this machine (since this is what we're talking about); you can also just make the change to /usr/src/etc/periodic/security/security.function. I would almost think this is a better way, as you can (cd /usr/src ; cvs diff) and get a list of all the customization you've done. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 00:14:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 077E616A4CE; Mon, 11 Oct 2004 00:14:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA86B43D3F; Mon, 11 Oct 2004 00:14:10 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B0EAOD012348; Mon, 11 Oct 2004 00:14:10 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B0EAtw012347; Mon, 11 Oct 2004 00:14:10 GMT (envelope-from kris) Message-Id: <200410110014.i9B0EAtw012347@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 11 Oct 2004 00:14:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/mlton Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 00:14:11 -0000 kris 2004-10-11 00:14:10 UTC FreeBSD ports repository Modified files: lang/mlton Makefile Log: This port includes a 5.x binary that links to libm.so.2, which is part of the compiler bootstrap. Drop it back to use the 4.x binary version with compat4x instead so it will run on 5.3. Approved by: portmgr Revision Changes Path 1.2 +2 -5 ports/lang/mlton/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 00:14:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE63116A4CE; Mon, 11 Oct 2004 00:14:50 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CABEB43D31; Mon, 11 Oct 2004 00:14:50 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9B0EoS0009619; Sun, 10 Oct 2004 17:14:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9B0EnYZ009618; Sun, 10 Oct 2004 17:14:49 -0700 (PDT) (envelope-from obrien) Date: Sun, 10 Oct 2004 17:14:49 -0700 From: "David O'Brien" To: Makoto Matsushita Message-ID: <20041011001449.GB9460@dragon.nuxi.com> References: <20041010011818G.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041010011818G.matusita@jp.FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: What we keep under /etc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 00:14:51 -0000 On Sun, Oct 10, 2004 at 01:18:18AM +0900, Makoto Matsushita wrote: > > Here's my small proposal about this issue... > > There's a variable, MM_PRE_COMPARE_SCRIPT which mergemaster(8) > understands. For those who want to update /etc/rc.d automatically, > write a small script which copies your favorite files to /etc, then > set "MM_PRE_COMPARE_SCRIPT=/your/script.sh" to /etc/mergemaster.rc. The problem is that means customization on many, many machines for me. (especially ones I try to keep virgin clean for testing) Since I hear others complain enough about the issue that started this thread; I dare say the majority would be happy with 'make installworld' updating /etc. And that not doing so should be the exception. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 00:20:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6B6616A4CE; Mon, 11 Oct 2004 00:20:01 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F9A43D1F; Mon, 11 Oct 2004 00:20:01 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9B0K0nH009685; Sun, 10 Oct 2004 17:20:00 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9B0JutS009683; Sun, 10 Oct 2004 17:19:56 -0700 (PDT) (envelope-from obrien) Date: Sun, 10 Oct 2004 17:19:56 -0700 From: "David O'Brien" To: Ryan Sommers Message-ID: <20041011001956.GC9460@dragon.nuxi.com> References: <200410071355.i97DtSJq024575@repoman.freebsd.org> <20041009011553.01708de1@dev.lan.Awfulhak.org> <20041009083519.GA84548@dragon.nuxi.com> <20041009183217.GJ84228@lucky.net> <41683D43.4020403@gamersimpact.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41683D43.4020403@gamersimpact.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: "Bjoern A. Zeeb" cc: Dag-Erling Sm??rgrav Subject: Re: What we keep under /etc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 00:20:02 -0000 On Sat, Oct 09, 2004 at 02:34:27PM -0500, Ryan Sommers wrote: > Umm... Read the discussion again. The topic isn't /ALL/ of /etc just > those directories that are considered part of the OS like /etc/rc.d and > /etc/defaults. The difference is rc.d contains only the startup scripts > for the operating system. All others /should/ be in /usr/local/etc/rc.d. That is too strong a statement given we have the 'local_startup' /etc/rc.conf knob. "Non-FreeBSD Project vendor" scripts should go in any desired place that is listed in 'local_startup'. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 00:58:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6858116A4CF; Mon, 11 Oct 2004 00:58:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 364C743D4C; Mon, 11 Oct 2004 00:58:25 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B0wPpX019950; Mon, 11 Oct 2004 00:58:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B0wPdf019949; Mon, 11 Oct 2004 00:58:25 GMT (envelope-from imp) Message-Id: <200410110058.i9B0wPdf019949@repoman.freebsd.org> From: Warner Losh Date: Mon, 11 Oct 2004 00:58:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa pbio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 00:58:25 -0000 imp 2004-10-11 00:58:24 UTC FreeBSD src repository Modified files: sys/i386/isa pbio.c Log: Fix conflicts I didn't fix before I committed my busspace changes. Noticed by: ru@ (and likely tinderbox, I haven't checked) Revision Changes Path 1.5 +2 -4 src/sys/i386/isa/pbio.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 02:15:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 705AD16A4CE; Mon, 11 Oct 2004 02:15:54 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A4C43D2D; Mon, 11 Oct 2004 02:15:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9B2EYY8089294; Sun, 10 Oct 2004 20:14:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 10 Oct 2004 20:16:25 -0600 (MDT) Message-Id: <20041010.201625.23011651.imp@bsdimp.com> To: obrien@freebsd.org From: "M. Warner Losh" In-Reply-To: <20041010213606.GA6835@dragon.nuxi.com> References: <200410090831.i998VLD6076466@repoman.freebsd.org> <20041009.210103.115654872.imp@bsdimp.com> <20041010213606.GA6835@dragon.nuxi.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa pbio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 02:15:54 -0000 In message: <20041010213606.GA6835@dragon.nuxi.com> "David O'Brien" writes: : As I said I think it is a little harsh to take the position your work is : killed. You can (1) copy your sys/i386/isa/.#pbio.c.1.1 to pbio.c and : continue your work, sending me your finished file and I'll re-style(9) it : before committing. (2) commit your busspace'ification to RELENG_4 and : I'll cvs merge it from the branch. cvs update unexpectedly caused lots of conflicts. I was annoyed at that given the gratuitous nature of the changes causing conflict. I thought I'd fixed the mis-merge, but wound up committing the mis-merged stuff later. I'd forgotten about .#pbio.c.*. It's fixed now. Warner From owner-cvs-all@FreeBSD.ORG Mon Oct 11 02:22:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 772FD16A4CE; Mon, 11 Oct 2004 02:22:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 568B143D53; Mon, 11 Oct 2004 02:22:21 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B2MLwd022423; Mon, 11 Oct 2004 02:22:21 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B2MLDq022422; Mon, 11 Oct 2004 02:22:21 GMT (envelope-from marcus) Message-Id: <200410110222.i9B2MLDq022422@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 02:22:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/b2bua/files patch-util::transport::UdpStack.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 02:22:21 -0000 marcus 2004-10-11 02:22:21 UTC FreeBSD ports repository Added files: net/b2bua/files patch-util::transport::UdpStack.cxx Log: Fix build with bind9 in the base system. Reported by: pointyhat via kris Approved by: portmgr (implicit) Revision Changes Path 1.1 +13 -0 ports/net/b2bua/files/patch-util::transport::UdpStack.cxx (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 02:28:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4477F16A4D1; Mon, 11 Oct 2004 02:28:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25C4D43D2F; Mon, 11 Oct 2004 02:28:40 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B2SeVW022627; Mon, 11 Oct 2004 02:28:40 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B2Se03022626; Mon, 11 Oct 2004 02:28:40 GMT (envelope-from marcus) Message-Id: <200410110228.i9B2Se03022626@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 02:28:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libassuan/files patch-assuan-domain-connect.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 02:28:40 -0000 marcus 2004-10-11 02:28:40 UTC FreeBSD ports repository Modified files: security/libassuan/files patch-assuan-domain-connect.c Log: Fix build with bind9 in the base system. Reported by: pointyhat via kris Approved by: portmgr (implicit) Revision Changes Path 1.3 +8 -3 ports/security/libassuan/files/patch-assuan-domain-connect.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 02:40:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3583316A4CE; Mon, 11 Oct 2004 02:40:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE4443D46; Mon, 11 Oct 2004 02:40:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B2e0vc023093; Mon, 11 Oct 2004 02:40:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B2e0Pc023092; Mon, 11 Oct 2004 02:40:00 GMT (envelope-from marcus) Message-Id: <200410110240.i9B2e0Pc023092@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 02:40:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/wolfpack Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist ports/games/wolfpack/files build.conf.tmpl patch-Make.sysdefs patch-Makefile patch-ad patch-ah patch-ai patch-aj patch-src::doconfig::Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 02:40:01 -0000 marcus 2004-10-11 02:40:00 UTC FreeBSD ports repository Modified files: games/wolfpack Makefile distinfo pkg-descr pkg-plist games/wolfpack/files build.conf.tmpl games/wolfpack/scripts configure Added files: games/wolfpack pkg-install pkg-message games/wolfpack/files patch-Make.sysdefs patch-Makefile patch-src::doconfig::Makefile patch-src::doconfig::doconfig.c patch-src::server::main.c wolfpack.sh Removed files: games/wolfpack/files patch-ad patch-ah patch-ai patch-aj Log: * Update to 4.2.18 to fix a build problem with bind9 in the base system [1] * Add an rc.d script and run as a separate user * Fix MASTERDIR and pkg-descr URL PR: 72484 72469 Submitted by: Daniel J. O'Connor (maintainer) Reported by: pointyhat via kris [1] Approved by: portmgr (implicit) Revision Changes Path 1.11 +29 -16 ports/games/wolfpack/Makefile 1.8 +2 -2 ports/games/wolfpack/distinfo 1.3 +2 -2 ports/games/wolfpack/files/build.conf.tmpl 1.1 +11 -0 ports/games/wolfpack/files/patch-Make.sysdefs (new) 1.1 +31 -0 ports/games/wolfpack/files/patch-Makefile (new) 1.4 +0 -56 ports/games/wolfpack/files/patch-ad (dead) 1.2 +0 -13 ports/games/wolfpack/files/patch-ah (dead) 1.2 +0 -10 ports/games/wolfpack/files/patch-ai (dead) 1.2 +0 -248 ports/games/wolfpack/files/patch-aj (dead) 1.1 +13 -0 ports/games/wolfpack/files/patch-src::doconfig::Makefile (new) 1.1 +61 -0 ports/games/wolfpack/files/patch-src::doconfig::doconfig.c (new) 1.1 +127 -0 ports/games/wolfpack/files/patch-src::server::main.c (new) 1.1 +25 -0 ports/games/wolfpack/files/wolfpack.sh (new) 1.3 +1 -1 ports/games/wolfpack/pkg-descr 1.1 +72 -0 ports/games/wolfpack/pkg-install (new) 1.1 +2 -0 ports/games/wolfpack/pkg-message (new) 1.6 +9 -10 ports/games/wolfpack/pkg-plist 1.3 +2 -13 ports/games/wolfpack/scripts/configure From owner-cvs-all@FreeBSD.ORG Mon Oct 11 02:41:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC9C216A4CE; Mon, 11 Oct 2004 02:41:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9EA43D1F; Mon, 11 Oct 2004 02:41:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B2f0xg023211; Mon, 11 Oct 2004 02:41:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B2f0hF023210; Mon, 11 Oct 2004 02:41:00 GMT (envelope-from marcus) Message-Id: <200410110241.i9B2f0hF023210@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 02:41:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/wolfpack/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 02:41:00 -0000 marcus 2004-10-11 02:41:00 UTC FreeBSD ports repository Modified files: games/wolfpack/scripts configure Log: Remove a trailing blank line to make portlint a bit happier. Approved by: portmgr (implicit) Revision Changes Path 1.4 +0 -1 ports/games/wolfpack/scripts/configure From owner-cvs-all@FreeBSD.ORG Mon Oct 11 02:58:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32C1516A4CE; Mon, 11 Oct 2004 02:58:56 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9B243D4C; Mon, 11 Oct 2004 02:58:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0A67C53AB8; Sun, 10 Oct 2004 20:01:03 -0700 (PDT) Date: Sun, 10 Oct 2004 20:01:03 -0700 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20041011030103.GA93348@xor.obsecurity.org> References: <200410110228.i9B2Se03022626@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline In-Reply-To: <200410110228.i9B2Se03022626@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/libassuan/files patch-assuan-domain-connect.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 02:58:56 -0000 --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 11, 2004 at 02:28:40AM +0000, Joe Marcus Clarke wrote: > marcus 2004-10-11 02:28:40 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > security/libassuan/files patch-assuan-domain-connect.c=20 > Log: > Fix build with bind9 in the base system. > =20 > Reported by: pointyhat via kris > Approved by: portmgr (implicit) Weird..does it not in fact need these headers at all? Kris --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBafduWry0BWjoQKURAplvAKDQAh4dJ5YhRDA2I90Se2twTEVpWwCdH2+q Enfceanr/zPnh8+ZngW1CH8= =iQUJ -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- From owner-cvs-all@FreeBSD.ORG Mon Oct 11 03:37:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF9916A4CE; Mon, 11 Oct 2004 03:37:10 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B0743D3F; Mon, 11 Oct 2004 03:37:10 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i9B3aSX2057362; Sun, 10 Oct 2004 23:36:28 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Kris Kennaway In-Reply-To: <20041011030103.GA93348@xor.obsecurity.org> References: <200410110228.i9B2Se03022626@repoman.freebsd.org> <20041011030103.GA93348@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-MDMLMKbvdxbC7cfLQIP0" Organization: FreeBSD, Inc. Message-Id: <1097465809.22522.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 10 Oct 2004 23:36:49 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/libassuan/files patch-assuan-domain-connect.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 03:37:11 -0000 --=-MDMLMKbvdxbC7cfLQIP0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2004-10-10 at 23:01, Kris Kennaway wrote: > On Mon, Oct 11, 2004 at 02:28:40AM +0000, Joe Marcus Clarke wrote: > > marcus 2004-10-11 02:28:40 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > security/libassuan/files patch-assuan-domain-connect.c=20 > > Log: > > Fix build with bind9 in the base system. > > =20 > > Reported by: pointyhat via kris > > Approved by: portmgr (implicit) >=20 > Weird..does it not in fact need these headers at all? Apparently not with bind9. Both this and b2bua packaged just fine without including this eventlib.h (which isn't included at all in bind9). Joe >=20 > Kris --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-MDMLMKbvdxbC7cfLQIP0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBaf/Rb2iPiv4Uz4cRAiQkAJwN0KUmc0lahTVfRXPH//dBCrGBwgCgqarm 4KYIiObzGqGA6eSLJh7ZSGE= =FYPj -----END PGP SIGNATURE----- --=-MDMLMKbvdxbC7cfLQIP0-- From owner-cvs-all@FreeBSD.ORG Mon Oct 11 03:45:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5D716A4CE; Mon, 11 Oct 2004 03:45:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF8D43D1D; Mon, 11 Oct 2004 03:45:21 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B3jLB5025366; Mon, 11 Oct 2004 03:45:21 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B3jLFL025365; Mon, 11 Oct 2004 03:45:21 GMT (envelope-from green) Message-Id: <200410110345.i9B3jLFL025365@repoman.freebsd.org> From: Brian Feldman Date: Mon, 11 Oct 2004 03:45:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 03:45:22 -0000 green 2004-10-11 03:45:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net bpf.c Log: MFC r1.137: reorder code to respect lock non-recursion. Approved by: re Revision Changes Path 1.133.2.2 +1 -1 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 03:45:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8794216A4CE; Mon, 11 Oct 2004 03:45:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687FC43D39; Mon, 11 Oct 2004 03:45:57 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B3jvm3025431; Mon, 11 Oct 2004 03:45:57 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B3jvG2025430; Mon, 11 Oct 2004 03:45:57 GMT (envelope-from green) Message-Id: <200410110345.i9B3jvG2025430@repoman.freebsd.org> From: Brian Feldman Date: Mon, 11 Oct 2004 03:45:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net pfil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 03:45:57 -0000 green 2004-10-11 03:45:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net pfil.c Log: MFC r1.11: fail closed when lock acquisition would block. Approved by: re Revision Changes Path 1.8.4.3 +10 -2 src/sys/net/pfil.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 03:46:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0797016A4CE; Mon, 11 Oct 2004 03:46:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD79343D67; Mon, 11 Oct 2004 03:46:38 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B3kct8025469; Mon, 11 Oct 2004 03:46:38 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B3kcNF025468; Mon, 11 Oct 2004 03:46:38 GMT (envelope-from green) Message-Id: <200410110346.i9B3kcNF025468@repoman.freebsd.org> From: Brian Feldman Date: Mon, 11 Oct 2004 03:46:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet6 nd6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 03:46:39 -0000 green 2004-10-11 03:46:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet6 nd6.c Log: MFC r1.46: Do not recurse the routing code. Approved by: re Revision Changes Path 1.43.2.3 +26 -5 src/sys/netinet6/nd6.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 03:51:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7474316A4CF; Mon, 11 Oct 2004 03:51:35 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E2B43D60; Mon, 11 Oct 2004 03:51:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 657295261A; Sun, 10 Oct 2004 20:53:43 -0700 (PDT) Date: Sun, 10 Oct 2004 20:53:43 -0700 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20041011035343.GA22961@xor.obsecurity.org> References: <200410110228.i9B2Se03022626@repoman.freebsd.org> <20041011030103.GA93348@xor.obsecurity.org> <1097465809.22522.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <1097465809.22522.4.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/security/libassuan/files patch-assuan-domain-connect.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 03:51:35 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 10, 2004 at 11:36:49PM -0400, Joe Marcus Clarke wrote: > On Sun, 2004-10-10 at 23:01, Kris Kennaway wrote: > > On Mon, Oct 11, 2004 at 02:28:40AM +0000, Joe Marcus Clarke wrote: > > > marcus 2004-10-11 02:28:40 UTC > > >=20 > > > FreeBSD ports repository > > >=20 > > > Modified files: > > > security/libassuan/files patch-assuan-domain-connect.c=20 > > > Log: > > > Fix build with bind9 in the base system. > > > =20 > > > Reported by: pointyhat via kris > > > Approved by: portmgr (implicit) > >=20 > > Weird..does it not in fact need these headers at all? >=20 > Apparently not with bind9. Both this and b2bua packaged just fine > without including this eventlib.h (which isn't included at all in > bind9). I wonder if they're required on 4.x either..but thanks for fixing them! Kris --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBagPHWry0BWjoQKURAiwdAJ4lkqz+2RnqZqSAQeREGtiz9am4ugCfZwWR VBCQszEiDKNtOhxGfh9P/To= =VKkr -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- From owner-cvs-all@FreeBSD.ORG Mon Oct 11 04:03:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD9E16A4CE; Mon, 11 Oct 2004 04:03:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E054D43D45; Mon, 11 Oct 2004 04:03:13 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B43DmP026010; Mon, 11 Oct 2004 04:03:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B43DXR026009; Mon, 11 Oct 2004 04:03:13 GMT (envelope-from dinoex) Message-Id: <200410110403.i9B43DXR026009@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 11 Oct 2004 04:03:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xv Makefile ports/graphics/xv/files patch-ae patch-suse-2003-01-27 patch-suse-2004-07-28 patch-suse-2004-08-24 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 04:03:14 -0000 dinoex 2004-10-11 04:03:13 UTC FreeBSD ports repository Modified files: graphics/xv Makefile graphics/xv/files patch-ae Added files: graphics/xv/files patch-suse-2003-01-27 patch-suse-2004-07-28 patch-suse-2004-08-24 Log: - import securitry patches - update FixPix4xv.patch PR: 72382 Approved by: portmgr (linimon) and shige Obtained from: SuSe Revision Changes Path 1.59 +1 -3 ports/graphics/xv/Makefile 1.2 +125 -58 ports/graphics/xv/files/patch-ae 1.1 +675 -0 ports/graphics/xv/files/patch-suse-2003-01-27 (new) 1.1 +195 -0 ports/graphics/xv/files/patch-suse-2004-07-28 (new) 1.1 +138 -0 ports/graphics/xv/files/patch-suse-2004-08-24 (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 05:39:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE90716A4CE; Mon, 11 Oct 2004 05:39:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF4C843D49; Mon, 11 Oct 2004 05:39:15 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B5dFLQ035237; Mon, 11 Oct 2004 05:39:15 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B5dFsD035236; Mon, 11 Oct 2004 05:39:15 GMT (envelope-from njl) Message-Id: <200410110539.i9B5dFsD035236@repoman.freebsd.org> From: Nate Lawson Date: Mon, 11 Oct 2004 05:39:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica acpi_machdep.c src/sys/i386/acpica acpi_machdep.c src/sys/ia64/acpica acpi_machdep.c src/sys/dev/acpica acpi_cpu.c src/sys/amd64/include acpica_machdep.h src/sys/i386/include acpica_machdep.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 05:39:16 -0000 njl 2004-10-11 05:39:15 UTC FreeBSD src repository Modified files: sys/amd64/acpica acpi_machdep.c sys/i386/acpica acpi_machdep.c sys/ia64/acpica acpi_machdep.c sys/dev/acpica acpi_cpu.c sys/amd64/include acpica_machdep.h sys/i386/include acpica_machdep.h sys/ia64/include acpica_machdep.h Log: Move the code for halting the CPU (acpi_cpu_c1) into machdep files. This removes the last MD portion of acpi_cpu.c. MFC after: 2 weeks Revision Changes Path 1.16 +6 -0 src/sys/amd64/acpica/acpi_machdep.c 1.6 +2 -1 src/sys/amd64/include/acpica_machdep.h 1.43 +0 -15 src/sys/dev/acpica/acpi_cpu.c 1.26 +6 -0 src/sys/i386/acpica/acpi_machdep.c 1.7 +2 -1 src/sys/i386/include/acpica_machdep.h 1.5 +7 -0 src/sys/ia64/acpica/acpi_machdep.c 1.4 +2 -0 src/sys/ia64/include/acpica_machdep.h From owner-cvs-all@FreeBSD.ORG Mon Oct 11 05:42:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0380416A4CE; Mon, 11 Oct 2004 05:42:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D814343D1D; Mon, 11 Oct 2004 05:42:12 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B5gCcP035403; Mon, 11 Oct 2004 05:42:12 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B5gCLT035402; Mon, 11 Oct 2004 05:42:12 GMT (envelope-from njl) Message-Id: <200410110542.i9B5gCLT035402@repoman.freebsd.org> From: Nate Lawson Date: Mon, 11 Oct 2004 05:42:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 05:42:13 -0000 njl 2004-10-11 05:42:12 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_machdep.c Log: Match surrounding style, not style(msmith). Revision Changes Path 1.27 +13 -13 src/sys/i386/acpica/acpi_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 05:51:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7F4D16A4CE; Mon, 11 Oct 2004 05:51:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C975C43D60; Mon, 11 Oct 2004 05:51:26 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B5pQ65035751; Mon, 11 Oct 2004 05:51:26 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B5pQBx035750; Mon, 11 Oct 2004 05:51:26 GMT (envelope-from rushani) Message-Id: <200410110551.i9B5pQBx035750@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Mon, 11 Oct 2004 05:51:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 05:51:27 -0000 rushani 2004-10-11 05:51:26 UTC FreeBSD doc repository Modified files: en/events events.xml Log: Sort the events by start date to show `Systems 2004' and `EuroBSDCon 2004' up to the `Current/Upcoming Events' section. Revision Changes Path 1.39 +23 -23 www/en/events/events.xml From owner-cvs-all@FreeBSD.ORG Mon Oct 11 05:54:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2850816A4CE; Mon, 11 Oct 2004 05:54:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 085FE43D1F; Mon, 11 Oct 2004 05:54:06 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B5s5Gl035810; Mon, 11 Oct 2004 05:54:05 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B5s5Bb035809; Mon, 11 Oct 2004 05:54:05 GMT (envelope-from rushani) Message-Id: <200410110554.i9B5s5Bb035809@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Mon, 11 Oct 2004 05:54:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 05:54:06 -0000 rushani 2004-10-11 05:54:05 UTC FreeBSD doc repository Modified files: en/events events.xml Log: Add an item about BSDConJAPAN 2004. Revision Changes Path 1.40 +26 -1 www/en/events/events.xml From owner-cvs-all@FreeBSD.ORG Mon Oct 11 06:02:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8080D16A4CE; Mon, 11 Oct 2004 06:02:58 +0000 (GMT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B4D43D5C; Mon, 11 Oct 2004 06:02:57 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) ESMTP/inet6 id i9B62s800801; Mon, 11 Oct 2004 15:02:54 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20041011001228.GA9460@dragon.nuxi.com> References: <20041009184627.26e9a57f@dev.lan.Awfulhak.org> <20041010031208L.matusita@jp.FreeBSD.org> <20041011001228.GA9460@dragon.nuxi.com> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20040704(IM147) Lines: 27 From: Makoto Matsushita To: obrien@FreeBSD.org, brian@Awfulhak.org Date: Mon, 11 Oct 2004 15:02:52 +0900 Message-Id: <20041011150252M.matusita@jp.FreeBSD.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: What we keep under /etc (was: cvs commit: src/etc rc rc.shutdown src/etc/rc.d ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 06:02:58 -0000 obrien> Is this something you could generalize and embelish -- adding an obrien> /etc/perodic.conf knob for? It could be a hard one, since there's several (complex) pattern to trim, using an interim working(temporary) file. obrien> Also, if you do 'make installworld' on this machine (since obrien> this is what we're talking about); you can also just make the obrien> change to /usr/src/etc/periodic/security/security.function. Someone said before that 'if that's ok, why not installing all /etc files by default -- you can easily manage your account on /usr/src/etc/master.passwd.' How do you answer? :-) The filename doesn't matter, same story can be applied to /etc/syslog.conf. obrien> I would almost think this is a better way, as you can (cd obrien> /usr/src ; cvs diff) and get a list of all the customization obrien> you've done. It seems that you just forget users using cvsup(1) to have their /usr/src tree (not copying a CVS repository, just extracting files). Yes _I_ am ok with "cvs diff," but sadly to say that not all people are using cvs... -- - Makoto `MAR' Matsushita From owner-cvs-all@FreeBSD.ORG Mon Oct 11 06:06:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B6B16A4CF; Mon, 11 Oct 2004 06:06:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE5543D58; Mon, 11 Oct 2004 06:06:42 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B66g7a036236; Mon, 11 Oct 2004 06:06:42 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B66g4t036235; Mon, 11 Oct 2004 06:06:42 GMT (envelope-from njl) Message-Id: <200410110606.i9B66g4t036235@repoman.freebsd.org> From: Nate Lawson Date: Mon, 11 Oct 2004 06:06:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 06:06:43 -0000 njl 2004-10-11 06:06:42 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: If bus mastering control is not available (PM2_BLK), don't just disable C3. Instead, flush caches before entering C3. This may be slower but provides good power savings. Revision Changes Path 1.44 +28 -17 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 06:10:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A08DE16A4CE; Mon, 11 Oct 2004 06:10:46 +0000 (GMT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A74643D48; Mon, 11 Oct 2004 06:10:45 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])i9B6Ai801747; Mon, 11 Oct 2004 15:10:44 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20041011001449.GB9460@dragon.nuxi.com> References: <20041010011818G.matusita@jp.FreeBSD.org> <20041011001449.GB9460@dragon.nuxi.com> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20040704(IM147) Lines: 11 From: Makoto Matsushita To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 11 Oct 2004 15:10:42 +0900 Message-Id: <20041011151042S.matusita@jp.FreeBSD.org> cc: obrien@FreeBSD.org Subject: Re: What we keep under /etc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 06:10:46 -0000 obrien> I dare say the majority would be happy with 'make obrien> installworld' updating /etc. And that not doing so should be obrien> the exception. I dunno what is the 'major' or not (that's not in my interests), but it seems that there are (hard to easily neglect) number of users, who against to force-updating /etc by "make installworld." -- - Makoto `MAR' Matsushita From owner-cvs-all@FreeBSD.ORG Mon Oct 11 06:18:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BACC16A4CE; Mon, 11 Oct 2004 06:18:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF73243D2F; Mon, 11 Oct 2004 06:18:07 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B6I7F3036620; Mon, 11 Oct 2004 06:18:07 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B6I7F6036619; Mon, 11 Oct 2004 06:18:07 GMT (envelope-from njl) Message-Id: <200410110618.i9B6I7F6036619@repoman.freebsd.org> From: Nate Lawson Date: Mon, 11 Oct 2004 06:18:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cmbat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 06:18:08 -0000 njl 2004-10-11 06:18:07 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cmbat.c Log: Notify the user when the battery is critically low. In the future, we may want to shut down here but the chance of BIOS vendors getting this wrong is high. They're only supposed to announce this when all batteries hit their critical level but past experience indicates we should be conservative about this for now. Revision Changes Path 1.37 +4 -0 src/sys/dev/acpica/acpi_cmbat.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 06:36:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2388716A4CE; Mon, 11 Oct 2004 06:36:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 030E143D41; Mon, 11 Oct 2004 06:36:49 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B6amk6037230; Mon, 11 Oct 2004 06:36:48 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B6amaE037229; Mon, 11 Oct 2004 06:36:48 GMT (envelope-from den) Message-Id: <200410110636.i9B6amaE037229@repoman.freebsd.org> From: Denis Peplin Date: Mon, 11 Oct 2004 06:36:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 06:36:49 -0000 den 2004-10-11 06:36:48 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log: Merge from English version 1.780 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.12 +54 -8 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Oct 11 06:53:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CB916A4CE; Mon, 11 Oct 2004 06:53:48 +0000 (GMT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E9743D1D; Mon, 11 Oct 2004 06:53:48 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.1/8.13.1) with ESMTP id i9B6rjb2094900; Mon, 11 Oct 2004 10:53:46 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Mon, 11 Oct 2004 10:53:45 +0400 (MSD) From: Dmitry Morozovsky To: "Daniel O'Connor" In-Reply-To: <200410110914.24398.doconnor@gsoft.com.au> Message-ID: <20041011105104.P93998@woozle.rinet.ru> References: <20041009114544.080344bd@dev.lan.Awfulhak.org> <20041010031208L.matusita@jp.FreeBSD.org> <20041010103151.GA47927@gothmog.gr> <200410110914.24398.doconnor@gsoft.com.au> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@freebsd.org cc: brian@awfulhak.org cc: cvs-all@freebsd.org cc: Makoto Matsushita cc: Giorgos Keramidas cc: cvs-src@freebsd.org Subject: Re: What we keep under /etc (was: cvs commit: src/etc rcrc.shutdown src/etc/rc.d ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 06:53:49 -0000 On Mon, 11 Oct 2004, Daniel O'Connor wrote: DO> On Sun, 10 Oct 2004 20:01, Giorgos Keramidas wrote: DO> > The overwriting of some directories in /etc can be made optional and DO> > default to off (keeping the current behavior, but allowing faster updates DO> > of a part of /etc for those who want it), if that's what's worrying you. DO> > DO> > We could add an option to mergemaster like -f which would take a list of DO> > /etc subdirectories to blindly overwrite, i.e.: DO> > DO> > # mergemaster -f "rc.d periodic defaults isdn" DO> > DO> > To avoid having to type manually the list of directories, this could also DO> > be made optional based on an environment variable like DO> > MM_OVERWRITE_SUBDIRS, in which case the order of precedence would be: DO> DO> Or import etcmerge :) DO> DO> etcmerge isn't perfect, but I think effort would be better expended making it DO> more user friendly (I'm thinking specifically of guiding the user through DO> things more explicitly) Well, I did test etcmerge yesterday, and finished with partly broken right to directories with conflict results, namely /etc/mail, /etc/namedb and /etc/uucp: they went to mode 700 after etcmerge install. I have no chance to dig into problem deeply though. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-all@FreeBSD.ORG Mon Oct 11 07:25:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2C7816A4CE; Mon, 11 Oct 2004 07:25:16 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2921A43D5C; Mon, 11 Oct 2004 07:25:16 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id BE4D616; Mon, 11 Oct 2004 09:25:14 +0200 (CEST) Date: Mon, 11 Oct 2004 09:25:14 +0200 From: Andrea Campi To: Gleb Smirnoff , so@freebsd.org Message-ID: <20041011072514.GA37395@webcom.it> References: <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009212952.GA8922@cell.sick.ru> <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009190714.GB1093@green.homeunix.org> <20041010072205.GA1617@webcom.it> <20041010101612.GB11523@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041010101612.GB11523@cell.sick.ru> User-Agent: Mutt/1.5.6i cc: Brian Fundakowski Feldman cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 07:25:17 -0000 On Sun, Oct 10, 2004 at 02:16:12PM +0400, Gleb Smirnoff wrote: > Forget about UDP. syslog(3) logs to local syslogd. The latter may > forward message to other machine via UDP, but this is out of > scope of our discussion. Uhm... right, I was confused and I apologize for that. I now see that UDP has nothing to do with it; and an ENOBUFS situation is probably as serious as you mention. This makes most of my arguments somewhat bogus... But not totally: > 1. Not forever. You keep stating that, but you don't prove it. > 2. This is design error if logging thread holds a mutex, that stops > the application at all. Probably, but POLA dictates that you shouldn't go out on a limb and break applications that happened to get away with it. > A> Above all however, how can you say "not forever"? What kind of guarantee > A> do you see that the application will never succeed its send() call? > A> Sure, statistically it will succeed, but that is not good enough. > > It will wait until syslogd processes other messages on the queue. ... and the calling thread manages to get a timeslice (on a severely overloaded machine as you say) before other threads bog it down again. > A> Note that I'm not advocating that "since it can fail, don't bother > A> retrying". The concept of trying again is fine--my only gripe is with > A> retrying an unbounded number of times. > > That means: "I'd suggest that we leave a possibility to lose messages. > Let it be harder to DoS logging, but possible." Exactly. My point being that a syslog DoS is orders of magnitude less important *on a generic, out-of-the-box installation* that an application DoS. More advanced, security-conscious installations can do what they want, but the default should be fairer than that. > A> - syslog() and family are unreliable functions (to the extent that they > A> even return void; > > POSIX specification > http://www.opengroup.org/onlinepubs/000095399/functions/syslog.html > does not say anything about reliability. > > However, one can understand words "The syslog() function shall send a > message to an implementation-defined logging facility" as "message > should be delivered to local logging facility". Should is not MUST ;-) > A> - if the change stays, I think it should be documented in the syslog(3) > A> man page; > > Agreed. Thanks. > A> - I strongly object to MFC'ing it; > A> - look into a better way to accomplish the goal. > > To continue argument, you need a test case, which shows that some test > application works slower by an order of magnitude or even stops, when > an attacker floods syslogd. killall -STOP syslogd was mentioned in a later answer (although I do agree that's a contrived example). Even worse, this probably means a local user that is able to generate enough syslog calls to cause an ENOBUFS condition can DoS the whole system. I imagine this can't be too hard to do if the system has a serial console at 9600... Sorry, I don't want to be disrespectful or anything but I have no interest (nor time) in continuing this discussion as I feel we both explained our points of view. However, I feel this is serious enough to bring it up with so@; I'll submit to whatever they think of this. Bye, Andrea -- The three Rs of Microsoft support: Retry, Reboot, Reinstall. From owner-cvs-all@FreeBSD.ORG Mon Oct 11 07:28:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431E116A4CE; Mon, 11 Oct 2004 07:28:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23AB143D46; Mon, 11 Oct 2004 07:28:37 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B7SaIU038913; Mon, 11 Oct 2004 07:28:36 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B7SaTD038912; Mon, 11 Oct 2004 07:28:36 GMT (envelope-from glebius) Message-Id: <200410110728.i9B7SaTD038912@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 11 Oct 2004 07:28:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_tun.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 07:28:37 -0000 glebius 2004-10-11 07:28:36 UTC FreeBSD src repository Modified files: sys/net if_tun.c Log: Assign pointer NULL, not 0. Approved by: julian (mentor) Revision Changes Path 1.145 +1 -1 src/sys/net/if_tun.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 07:43:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A1216A4CE; Mon, 11 Oct 2004 07:43:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D70E43D48; Mon, 11 Oct 2004 07:43:36 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B7ha7n039403; Mon, 11 Oct 2004 07:43:36 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B7ha8D039402; Mon, 11 Oct 2004 07:43:36 GMT (envelope-from sergei) Message-Id: <200410110743.i9B7ha8D039402@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 11 Oct 2004 07:43:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 07:43:37 -0000 sergei 2004-10-11 07:43:34 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Log: - Unbreak fetching squid again: The recently updated client_db_gc patch has been reissued again; according to squid CVS to "finetune the client db garbage collection interval". Update distinfo accordingly and bump PORTREVISION. PR: ports/72461 [1], ports/72463 [2] Submitted by: Sunpoet Po-Chuan Hsieh [1], Thomas-Martin Seck (maintainer) [2] Approved by: portsmgr (krion) Revision Changes Path 1.142 +1 -1 ports/www/squid/Makefile 1.105 +2 -2 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 07:48:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B76CE16A4CE; Mon, 11 Oct 2004 07:48:37 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id E003B43D2D; Mon, 11 Oct 2004 07:48:36 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i9B7mZxG017741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Oct 2004 11:48:35 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i9B7mYYL017740; Mon, 11 Oct 2004 11:48:34 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Mon, 11 Oct 2004 11:48:34 +0400 From: Gleb Smirnoff To: Andrea Campi Message-ID: <20041011074834.GC17393@cell.sick.ru> References: <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009212952.GA8922@cell.sick.ru> <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009190714.GB1093@green.homeunix.org> <20041010072205.GA1617@webcom.it> <20041010101612.GB11523@cell.sick.ru> <20041011072514.GA37395@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20041011072514.GA37395@webcom.it> User-Agent: Mutt/1.5.6i cc: so@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: Brian Fundakowski Feldman Subject: Re: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 07:48:37 -0000 Andrea, dwmalone promised to spent some time on this. We together will find some better approach then reverting commit, or leaving it untouched. One of current working ideas is to create an additional socket for priveleged applications, runnning with uid 0, which can't be considered attackers. Use different policies on these two sockets: priveleged and default. On Mon, Oct 11, 2004 at 09:25:14AM +0200, Andrea Campi wrote: A> On Sun, Oct 10, 2004 at 02:16:12PM +0400, Gleb Smirnoff wrote: A> > Forget about UDP. syslog(3) logs to local syslogd. The latter may A> > forward message to other machine via UDP, but this is out of A> > scope of our discussion. A> A> Uhm... right, I was confused and I apologize for that. I now see A> that UDP has nothing to do with it; and an ENOBUFS situation is A> probably as serious as you mention. This makes most of my A> arguments somewhat bogus... But not totally: A> A> > 1. Not forever. A> A> You keep stating that, but you don't prove it. A> A> > 2. This is design error if logging thread holds a mutex, that stops A> > the application at all. A> A> Probably, but POLA dictates that you shouldn't go out on a limb and A> break applications that happened to get away with it. A> A> > A> Above all however, how can you say "not forever"? What kind of guarantee A> > A> do you see that the application will never succeed its send() call? A> > A> Sure, statistically it will succeed, but that is not good enough. A> > A> > It will wait until syslogd processes other messages on the queue. A> A> ... and the calling thread manages to get a timeslice (on a severely A> overloaded machine as you say) before other threads bog it down again. A> A> > A> Note that I'm not advocating that "since it can fail, don't bother A> > A> retrying". The concept of trying again is fine--my only gripe is with A> > A> retrying an unbounded number of times. A> > A> > That means: "I'd suggest that we leave a possibility to lose messages. A> > Let it be harder to DoS logging, but possible." A> A> Exactly. My point being that a syslog DoS is orders of magnitude less A> important *on a generic, out-of-the-box installation* that an application A> DoS. More advanced, security-conscious installations can do what they want, A> but the default should be fairer than that. A> A> > A> - syslog() and family are unreliable functions (to the extent that they A> > A> even return void; A> > A> > POSIX specification A> > http://www.opengroup.org/onlinepubs/000095399/functions/syslog.html A> > does not say anything about reliability. A> > A> > However, one can understand words "The syslog() function shall send a A> > message to an implementation-defined logging facility" as "message A> > should be delivered to local logging facility". A> A> Should is not MUST ;-) A> A> > A> - if the change stays, I think it should be documented in the syslog(3) A> > A> man page; A> > A> > Agreed. A> A> Thanks. A> A> > A> - I strongly object to MFC'ing it; A> > A> - look into a better way to accomplish the goal. A> > A> > To continue argument, you need a test case, which shows that some test A> > application works slower by an order of magnitude or even stops, when A> > an attacker floods syslogd. A> A> killall -STOP syslogd was mentioned in a later answer (although I do A> agree that's a contrived example). Even worse, this probably means a A> local user that is able to generate enough syslog calls to cause an A> ENOBUFS condition can DoS the whole system. I imagine this can't be too A> hard to do if the system has a serial console at 9600... A> A> Sorry, I don't want to be disrespectful or anything but I have no interest A> (nor time) in continuing this discussion as I feel we both explained our A> points of view. However, I feel this is serious enough to bring it up A> with so@; I'll submit to whatever they think of this. A> A> Bye, A> Andrea A> A> -- A> The three Rs of Microsoft support: Retry, Reboot, Reinstall. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Mon Oct 11 07:51:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B91016A4CE; Mon, 11 Oct 2004 07:51:06 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id C86B643D2F; Mon, 11 Oct 2004 07:51:05 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id E868BB; Mon, 11 Oct 2004 09:51:04 +0200 (CEST) Date: Mon, 11 Oct 2004 09:51:04 +0200 From: Andrea Campi To: David Malone Message-ID: <20041011075104.GB37395@webcom.it> References: <200410101834.i9AIYUNU095176@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410101834.i9AIYUNU095176@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_util.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 07:51:06 -0000 On Sun, Oct 10, 2004 at 06:34:30PM +0000, David Malone wrote: > dwmalone 2004-10-10 18:34:30 UTC > > FreeBSD src repository > > Modified files: > sys/compat/linux linux_util.h > Log: > Rename thread args to be called "td" rather than "p" to be > consistent with other bits of this file. There should be no > functional change. > > Submitted by: Andrea Campi (many moons ago) Uh (waking up)? Yes, that's me!! Ah, I had forgotten about that... Thanks! Bye, Andrea -- The three Rs of Microsoft support: Retry, Reboot, Reinstall. From owner-cvs-all@FreeBSD.ORG Mon Oct 11 07:55:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D4A916A4CE; Mon, 11 Oct 2004 07:55:52 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2114543D2F; Mon, 11 Oct 2004 07:55:52 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id 4F50FB; Mon, 11 Oct 2004 09:55:51 +0200 (CEST) Date: Mon, 11 Oct 2004 09:55:51 +0200 From: Andrea Campi To: Gleb Smirnoff Message-ID: <20041011075551.GC37395@webcom.it> References: <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009212952.GA8922@cell.sick.ru> <200410082115.i98LFLMU034965@repoman.freebsd.org> <20041009153916.GA2003@webcom.it> <20041009190714.GB1093@green.homeunix.org> <20041010072205.GA1617@webcom.it> <20041010101612.GB11523@cell.sick.ru> <20041011072514.GA37395@webcom.it> <20041011074834.GC17393@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041011074834.GC17393@cell.sick.ru> User-Agent: Mutt/1.5.6i cc: Brian Fundakowski Feldman cc: so@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 07:55:52 -0000 Gleb, On Mon, Oct 11, 2004 at 11:48:34AM +0400, Gleb Smirnoff wrote: > Andrea, > > dwmalone promised to spent some time on this. We together will find > some better approach then reverting commit, or leaving it untouched. > One of current working ideas is to create an additional socket for > priveleged applications, runnning with uid 0, which can't be considered > attackers. Use different policies on these two sockets: priveleged > and default. Thanks, that sounds like an excellent plan and I trust the two of you will come up with a good compromise. In case you are interested, I'm volunteering to look at and test both design and actual patches. Bye, Andrea -- The best things in life are free, but the expensive ones are still worth a look. From owner-cvs-all@FreeBSD.ORG Mon Oct 11 07:57:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4207E16A4CE; Mon, 11 Oct 2004 07:57:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 209A943D49; Mon, 11 Oct 2004 07:57:09 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B7v8tt039885; Mon, 11 Oct 2004 07:57:09 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B7v8vd039884; Mon, 11 Oct 2004 07:57:08 GMT (envelope-from philip) Message-Id: <200410110757.i9B7v8vd039884@repoman.freebsd.org> From: Philip Paeps Date: Mon, 11 Oct 2004 07:57:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/moused moused.8 moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 07:57:09 -0000 philip 2004-10-11 07:57:08 UTC FreeBSD src repository Modified files: usr.sbin/moused moused.8 moused.c Log: Add 'virtual scrolling' support to moused(8). When holding down the middle mouse button, motions are interpreted as scrolling. Submitted by: Jordan Sissel Approved by: njl Revision Changes Path 1.47 +7 -0 src/usr.sbin/moused/moused.8 1.68 +102 -3 src/usr.sbin/moused/moused.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 07:59:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6D016A4CE; Mon, 11 Oct 2004 07:59:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F09143D46; Mon, 11 Oct 2004 07:59:47 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B7xlxu040018; Mon, 11 Oct 2004 07:59:47 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B7xkiX040017; Mon, 11 Oct 2004 07:59:47 GMT (envelope-from sergei) Message-Id: <200410110759.i9B7xkiX040017@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 11 Oct 2004 07:59:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/posadis Makefile pkg-plist ports/devel/poslib Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 07:59:47 -0000 sergei 2004-10-11 07:59:46 UTC FreeBSD ports repository Modified files: dns/posadis Makefile pkg-plist devel/poslib Makefile pkg-plist Log: - Unbreak dns/posadis and its dependency devel/poslib with the new PTHREAD_LIBS in 5.x and -CURRENT by changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER (this also removes .la files) - Bump PORTREVISION due to changed packages Suggested by: marcus Approved by: portmgr (marcus) Revision Changes Path 1.8 +2 -1 ports/devel/poslib/Makefile 1.4 +1 -3 ports/devel/poslib/pkg-plist 1.11 +2 -1 ports/dns/posadis/Makefile 1.6 +1 -4 ports/dns/posadis/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 08:02:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D96D16A4CE; Mon, 11 Oct 2004 08:02:02 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9612943D53; Mon, 11 Oct 2004 08:02:01 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i9B81xig017929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Oct 2004 12:02:00 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i9B81xrH017928; Mon, 11 Oct 2004 12:01:59 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Mon, 11 Oct 2004 12:01:59 +0400 From: Gleb Smirnoff To: Philip Paeps Message-ID: <20041011080159.GD17393@cell.sick.ru> References: <200410110757.i9B7v8vd039884@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200410110757.i9B7v8vd039884@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/moused moused.8 moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 08:02:02 -0000 On Mon, Oct 11, 2004 at 07:57:08AM +0000, Philip Paeps wrote: P> philip 2004-10-11 07:57:08 UTC P> P> FreeBSD src repository P> P> Modified files: P> usr.sbin/moused moused.8 moused.c P> Log: P> Add 'virtual scrolling' support to moused(8). When holding down the middle P> mouse button, motions are interpreted as scrolling. P> P> Submitted by: Jordan Sissel P> Approved by: njl P> P> Revision Changes Path P> 1.47 +7 -0 src/usr.sbin/moused/moused.8 P> 1.68 +102 -3 src/usr.sbin/moused/moused.c Nice feature! Thanks! -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Mon Oct 11 08:11:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B29F16A4CE; Mon, 11 Oct 2004 08:11:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FAF343D41; Mon, 11 Oct 2004 08:11:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B8BR5Y040478; Mon, 11 Oct 2004 08:11:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B8BQCN040477; Mon, 11 Oct 2004 08:11:26 GMT (envelope-from rwatson) Message-Id: <200410110811.i9B8BQCN040477@repoman.freebsd.org> From: Robert Watson Date: Mon, 11 Oct 2004 08:11:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 08:11:27 -0000 rwatson 2004-10-11 08:11:26 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Rework sofree() logic to take into account a possible race with accept(). Sockets in the listen queues have reference counts of 0, so if the protocol decides to disconnect the pcb and try to free the socket, this triggered a race with accept() wherein accept() would bump the reference count before sofree() had removed the socket from the listen queues, resulting in a panic in sofree() when it discovered it was freeing a referenced socket. This might happen if a RST came in prior to accept() on a TCP connection. The fix is two-fold: to expand the coverage of the accept mutex earlier in sofree() to prevent accept() from grabbing the socket after the "is it really safe to free" tests, and to expand the logic of the "is it really safe to free" tests to check that the refcount is still 0 (i.e., we didn't race). RELENG_5 candidate. Much discussion with and work by: green Reported by: Marc UBM Bocklet Reported by: Vlad Revision Changes Path 1.213 +19 -5 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 08:23:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D20C16A4CE; Mon, 11 Oct 2004 08:23:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D9C43D54; Mon, 11 Oct 2004 08:23:01 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B8N1HK041561; Mon, 11 Oct 2004 08:23:01 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B8N1mY041560; Mon, 11 Oct 2004 08:23:01 GMT (envelope-from metal) Message-Id: <200410110823.i9B8N1mY041560@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Oct 2004 08:23:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 apropos.1 at.1 basename.1 biff.1 cap_mkdb.1 cat.1 catman.1 ci.1 comm.1 compile_et.1 compress.1 cpp.1 crunchgen.1 ctags.1 cut.1 cvs.1 dc.1 dig.1 du.1 ed.1 ee.1 expand.1 expr.1 find.1 gcc.1 indent.1 ipftest.1 ln.1 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 08:23:02 -0000 metal 2004-10-11 08:23:01 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 apropos.1 at.1 basename.1 biff.1 cap_mkdb.1 cat.1 catman.1 ci.1 comm.1 compile_et.1 compress.1 cpp.1 crunchgen.1 ctags.1 cut.1 cvs.1 dc.1 dig.1 du.1 ed.1 ee.1 expand.1 expr.1 find.1 gcc.1 indent.1 ipftest.1 ln.1 lock.1 nohup.1 pkg_create.1 printenv.1 rlogin.1 ruptime.1 shar.1 tty.1 which.1 ja_JP.eucJP/man/man2 extattr_get_file.2 mmap.2 semctl.2 ja_JP.eucJP/man/man3 floor.3 intro.3 login_times.3 pthread_rwlockattr_getpshared.3 strcasecmp.3 strcat.3 strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 strftime.3 string.3 stringlist.3 strlen.3 strmode.3 strpbrk.3 strptime.3 strrchr.3 strsep.3 strspn.3 strstr.3 strtod.3 strtok.3 strtol.3 strtoul.3 strxfrm.3 stty.3 sysconf.3 sysexits.3 syslog.3 system.3 tcgetpgrp.3 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 times.3 timezone.3 tmpnam.3 ttyname.3 tzset.3 ualarm.3 ungetc.3 utime.3 uucplock.3 vis.3 ja_JP.eucJP/man/man5 exports.5 ftpchroot.5 tacplus.conf.5 ja_JP.eucJP/man/man6 fortune.6 random.6 ja_JP.eucJP/man/man7 operator.7 ja_JP.eucJP/man/man8 atmarpd.8 bootparamd.8 config.8 faithd.8 fdcontrol.8 getfmac.8 getty.8 ip6fw.8 isdnd.8 isdndebug.8 isdntrace.8 mrouted.8 pppoed.8 pppstats.8 pwd_mkdb.8 rpc.statd.8 rtadvd.8 scspd.8 setpmac.8 spppcontrol.8 swapon.8 telnetd.8 traceroute.8 tzsetup.8 ja_JP.eucJP/man/man9 VOP_INACTIVE.9 VOP_LOOKUP.9 VOP_READDIR.9 VOP_SETEXTATTR.9 bios.9 bus_release_resource.9 device_ids.9 store.9 suser.9 sx.9 sysctl_add_oid.9 vfs_unmountall.9 Log: Fix typos. Sync with the original version. Unify some japanese words. Submitted by: kano@na.rim.or.jp Revision Changes Path 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/apropos.1 1.26 +7 -8 doc/ja_JP.eucJP/man/man1/at.1 1.17 +8 -4 doc/ja_JP.eucJP/man/man1/basename.1 1.17 +4 -4 doc/ja_JP.eucJP/man/man1/biff.1 1.13 +3 -3 doc/ja_JP.eucJP/man/man1/cap_mkdb.1 1.19 +1 -1 doc/ja_JP.eucJP/man/man1/cat.1 1.15 +1 -1 doc/ja_JP.eucJP/man/man1/catman.1 1.14 +1 -1 doc/ja_JP.eucJP/man/man1/ci.1 1.15 +0 -2 doc/ja_JP.eucJP/man/man1/comm.1 1.10 +1 -3 doc/ja_JP.eucJP/man/man1/compile_et.1 1.16 +1 -1 doc/ja_JP.eucJP/man/man1/compress.1 1.2 +1 -1 doc/ja_JP.eucJP/man/man1/cpp.1 1.18 +2 -11 doc/ja_JP.eucJP/man/man1/crunchgen.1 1.15 +9 -5 doc/ja_JP.eucJP/man/man1/ctags.1 1.16 +1 -3 doc/ja_JP.eucJP/man/man1/cut.1 1.25 +8 -8 doc/ja_JP.eucJP/man/man1/cvs.1 1.11 +6 -0 doc/ja_JP.eucJP/man/man1/dc.1 1.17 +2 -2 doc/ja_JP.eucJP/man/man1/dig.1 1.20 +1 -1 doc/ja_JP.eucJP/man/man1/du.1 1.26 +1 -11 doc/ja_JP.eucJP/man/man1/ed.1 1.25 +1 -1 doc/ja_JP.eucJP/man/man1/ee.1 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/expand.1 1.16 +1 -1 doc/ja_JP.eucJP/man/man1/expr.1 1.40 +1 -0 doc/ja_JP.eucJP/man/man1/find.1 1.21 +17 -6 doc/ja_JP.eucJP/man/man1/gcc.1 1.17 +0 -1 doc/ja_JP.eucJP/man/man1/indent.1 1.7 +14 -2 doc/ja_JP.eucJP/man/man1/ipftest.1 1.21 +1 -1 doc/ja_JP.eucJP/man/man1/ln.1 1.12 +4 -4 doc/ja_JP.eucJP/man/man1/lock.1 1.13 +8 -3 doc/ja_JP.eucJP/man/man1/nohup.1 1.38 +1 -0 doc/ja_JP.eucJP/man/man1/pkg_create.1 1.15 +1 -1 doc/ja_JP.eucJP/man/man1/printenv.1 1.17 +0 -1 doc/ja_JP.eucJP/man/man1/rlogin.1 1.15 +3 -3 doc/ja_JP.eucJP/man/man1/ruptime.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/shar.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/tty.1 1.14 +1 -1 doc/ja_JP.eucJP/man/man1/which.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man2/extattr_get_file.2 1.18 +1 -1 doc/ja_JP.eucJP/man/man2/mmap.2 1.13 +1 -1 doc/ja_JP.eucJP/man/man2/semctl.2 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/floor.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/intro.3 1.8 +1 -1 doc/ja_JP.eucJP/man/man3/login_times.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/pthread_rwlockattr_getpshared.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/strcasecmp.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strcat.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strchr.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strcmp.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strcoll.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/strcpy.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strcspn.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/strdup.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/strerror.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/strftime.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/string.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/stringlist.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strlen.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strmode.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strpbrk.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/strptime.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strrchr.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/strsep.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strspn.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strstr.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/strtod.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/strtok.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/strtol.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/strtoul.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/strxfrm.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/stty.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/sysconf.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/sysexits.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/syslog.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/system.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/tcgetpgrp.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/tcsendbreak.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/tcsetattr.3 1.4 +8 -13 doc/ja_JP.eucJP/man/man3/tcsetpgrp.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/times.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/timezone.3 1.3 +1 -1 doc/ja_JP.eucJP/man/man3/tmpnam.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/ttyname.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/tzset.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/ualarm.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/ungetc.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/utime.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/uucplock.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/vis.3 1.27 +0 -5 doc/ja_JP.eucJP/man/man5/exports.5 1.2 +1 -1 doc/ja_JP.eucJP/man/man5/ftpchroot.5 1.10 +1 -1 doc/ja_JP.eucJP/man/man5/tacplus.conf.5 1.17 +2 -1 doc/ja_JP.eucJP/man/man6/fortune.6 1.10 +1 -1 doc/ja_JP.eucJP/man/man6/random.6 1.10 +2 -2 doc/ja_JP.eucJP/man/man7/operator.7 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/atmarpd.8 1.11 +1 -1 doc/ja_JP.eucJP/man/man8/bootparamd.8 1.18 +1 -1 doc/ja_JP.eucJP/man/man8/config.8 1.16 +1 -1 doc/ja_JP.eucJP/man/man8/faithd.8 1.21 +1 -1 doc/ja_JP.eucJP/man/man8/fdcontrol.8 1.2 +1 -1 doc/ja_JP.eucJP/man/man8/getfmac.8 1.16 +1 -1 doc/ja_JP.eucJP/man/man8/getty.8 1.19 +1 -1 doc/ja_JP.eucJP/man/man8/ip6fw.8 1.19 +1 -1 doc/ja_JP.eucJP/man/man8/isdnd.8 1.17 +1 -1 doc/ja_JP.eucJP/man/man8/isdndebug.8 1.15 +1 -1 doc/ja_JP.eucJP/man/man8/isdntrace.8 1.23 +1 -1 doc/ja_JP.eucJP/man/man8/mrouted.8 1.14 +1 -1 doc/ja_JP.eucJP/man/man8/pppoed.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/pppstats.8 1.18 +1 -1 doc/ja_JP.eucJP/man/man8/pwd_mkdb.8 1.11 +1 -1 doc/ja_JP.eucJP/man/man8/rpc.statd.8 1.14 +1 -2 doc/ja_JP.eucJP/man/man8/rtadvd.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/scspd.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/setpmac.8 1.16 +1 -1 doc/ja_JP.eucJP/man/man8/spppcontrol.8 1.17 +1 -1 doc/ja_JP.eucJP/man/man8/swapon.8 1.29 +3 -24 doc/ja_JP.eucJP/man/man8/telnetd.8 1.20 +1 -1 doc/ja_JP.eucJP/man/man8/traceroute.8 1.14 +1 -1 doc/ja_JP.eucJP/man/man8/tzsetup.8 1.12 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_INACTIVE.9 1.6 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_LOOKUP.9 1.5 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_READDIR.9 1.10 +3 -3 doc/ja_JP.eucJP/man/man9/VOP_SETEXTATTR.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/bios.9 1.10 +0 -1 doc/ja_JP.eucJP/man/man9/bus_release_resource.9 1.4 +1 -1 doc/ja_JP.eucJP/man/man9/device_ids.9 1.8 +1 -1 doc/ja_JP.eucJP/man/man9/store.9 1.8 +2 -2 doc/ja_JP.eucJP/man/man9/suser.9 1.4 +0 -1 doc/ja_JP.eucJP/man/man9/sx.9 1.7 +4 -4 doc/ja_JP.eucJP/man/man9/sysctl_add_oid.9 1.3 +1 -0 doc/ja_JP.eucJP/man/man9/vfs_unmountall.9 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 08:26:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4B5716A4CE; Mon, 11 Oct 2004 08:26:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B31DE43D3F; Mon, 11 Oct 2004 08:26:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B8QI3D041683; Mon, 11 Oct 2004 08:26:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B8QIgL041682; Mon, 11 Oct 2004 08:26:18 GMT (envelope-from rwatson) Message-Id: <200410110826.i9B8QIgL041682@repoman.freebsd.org> From: Robert Watson Date: Mon, 11 Oct 2004 08:26:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 08:26:19 -0000 rwatson 2004-10-11 08:26:18 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Add entropy harvest mutex to hard-coded spin lock witness lock order, remove previous entropy harvesting mutex names as they are no longer present. Commit to this file was ommitted when randomdev_soft.c:1.5 was made. Feet shot: Robert Huff Revision Changes Path 1.182 +1 -2 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 08:29:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAAC16A4CE; Mon, 11 Oct 2004 08:29:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 205F743D58; Mon, 11 Oct 2004 08:29:16 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B8TGe9041802; Mon, 11 Oct 2004 08:29:16 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B8TGkm041801; Mon, 11 Oct 2004 08:29:16 GMT (envelope-from metal) Message-Id: <200410110829.i9B8TGkm041801@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Oct 2004 08:29:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 ssh.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 08:29:16 -0000 metal 2004-10-11 08:29:15 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 ssh.1 Log: Fix the base revision number. Submitted by: OHSAWA Chitishi Revision Changes Path 1.16 +1 -1 doc/ja_JP.eucJP/man/man1/ssh.1 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 08:32:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAFC516A4CE; Mon, 11 Oct 2004 08:32:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899C443D55; Mon, 11 Oct 2004 08:32:00 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B8W0v5041957; Mon, 11 Oct 2004 08:32:00 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B8W0eD041956; Mon, 11 Oct 2004 08:32:00 GMT (envelope-from arved) Message-Id: <200410110832.i9B8W0eD041956@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 11 Oct 2004 08:32:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/kdebase3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 08:32:00 -0000 arved 2004-10-11 08:32:00 UTC FreeBSD ports repository Modified files: x11/kdebase3 Makefile Log: Bump PORTREVISION for the last commit. Requested by: kris Approved by: portmgr Revision Changes Path 1.147 +1 -1 ports/x11/kdebase3/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 09:37:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 695AF16A4CF; Mon, 11 Oct 2004 09:37:00 +0000 (GMT) Date: Mon, 11 Oct 2004 09:37:00 +0000 From: Alexey Dokuchaev To: Philip Paeps Message-ID: <20041011093700.GA65811@FreeBSD.org> References: <200410110757.i9B7v8vd039884@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200410110757.i9B7v8vd039884@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/moused moused.8 moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 09:37:00 -0000 On Mon, Oct 11, 2004 at 07:57:08AM +0000, Philip Paeps wrote: > philip 2004-10-11 07:57:08 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/moused moused.8 moused.c > Log: > Add 'virtual scrolling' support to moused(8). When holding down the middle > mouse button, motions are interpreted as scrolling. This is totally cool, but may I ask if you are interested in adding the same functionality for wheel (since most mice come with wheel (middle button) today)? Thanks! ./danfe From owner-cvs-all@FreeBSD.ORG Mon Oct 11 09:45:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A4F16A4CE; Mon, 11 Oct 2004 09:45:33 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id B879243D46; Mon, 11 Oct 2004 09:45:32 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CGwkF-0001qx-00; Mon, 11 Oct 2004 11:45:31 +0200 Received: from [217.227.147.248] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1CGwkF-0001ak-00; Mon, 11 Oct 2004 11:45:31 +0200 From: Max Laier To: Brian Feldman Date: Mon, 11 Oct 2004 11:44:51 +0200 User-Agent: KMail/1.7 References: <200410110345.i9B3jvG2025430@repoman.freebsd.org> In-Reply-To: <200410110345.i9B3jvG2025430@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3759204.JcSDerfcCq"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200410111145.02395.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net pfil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 09:45:33 -0000 --nextPart3759204.JcSDerfcCq Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 11 October 2004 05:45, Brian Feldman wrote: > green 2004-10-11 03:45:57 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/net pfil.c > Log: > MFC r1.11: fail closed when lock acquisition would block. > > Approved by: re Can you please pull the update for pfil.9 as well? =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 --nextPart3759204.JcSDerfcCq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBalYeXyyEoT62BG0RAiAZAJwP+QztkBOZvcFCOm3b9Ta4GQwFOACferVZ 0TzbMlnoIVWElGWdEdk97iQ= =5PC1 -----END PGP SIGNATURE----- --nextPart3759204.JcSDerfcCq-- From owner-cvs-all@FreeBSD.ORG Mon Oct 11 09:45:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A3816A4CE; Mon, 11 Oct 2004 09:45:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C40A43D45; Mon, 11 Oct 2004 09:45:59 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9B9jwxq050900; Mon, 11 Oct 2004 09:45:58 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9B9jwx0050899; Mon, 11 Oct 2004 09:45:58 GMT (envelope-from brian) Message-Id: <200410110945.i9B9jwx0050899@repoman.freebsd.org> From: Brian Somers Date: Mon, 11 Oct 2004 09:45:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp ccp.c chat.c command.c datalink.c datalink.h nat_cmd.c physical.c radius.c route.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 09:45:59 -0000 brian 2004-10-11 09:45:58 UTC FreeBSD src repository Modified files: usr.sbin/ppp ccp.c chat.c command.c datalink.c datalink.h nat_cmd.c physical.c radius.c route.c Log: Add a bunch of malloc() return checks PR: 71592 Submitted by: Dan Lukes with further changes Revision Changes Path 1.78 +5 -1 src/usr.sbin/ppp/ccp.c 1.80 +4 -3 src/usr.sbin/ppp/chat.c 1.302 +1 -1 src/usr.sbin/ppp/command.c 1.77 +14 -6 src/usr.sbin/ppp/datalink.c 1.16 +0 -1 src/usr.sbin/ppp/datalink.h 1.62 +11 -5 src/usr.sbin/ppp/nat_cmd.c 1.59 +6 -1 src/usr.sbin/ppp/physical.c 1.50 +5 -2 src/usr.sbin/ppp/radius.c 1.93 +15 -5 src/usr.sbin/ppp/route.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 10:21:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C19816A4CE; Mon, 11 Oct 2004 10:21:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C80743D45; Mon, 11 Oct 2004 10:21:34 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BALYUr051947; Mon, 11 Oct 2004 10:21:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BALYwH051946; Mon, 11 Oct 2004 10:21:34 GMT (envelope-from rwatson) Message-Id: <200410111021.i9BALYwH051946@repoman.freebsd.org> From: Robert Watson Date: Mon, 11 Oct 2004 10:21:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 10:21:34 -0000 rwatson 2004-10-11 10:21:34 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: When harvesting entropy from an ethernet mbuf, do so before freeing the mbuf. RELENG_5 candidate. Revision Changes Path 1.178 +1 -1 src/sys/net/if_ethersubr.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 10:21:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF1416A4CE; Mon, 11 Oct 2004 10:21:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB36C43D46; Mon, 11 Oct 2004 10:21:53 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BALrtH051977; Mon, 11 Oct 2004 10:21:53 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BALrfr051976; Mon, 11 Oct 2004 10:21:53 GMT (envelope-from brian) Message-Id: <200410111021.i9BALrfr051976@repoman.freebsd.org> From: Brian Somers Date: Mon, 11 Oct 2004 10:21:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp ncp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 10:21:54 -0000 brian 2004-10-11 10:21:53 UTC FreeBSD src repository Modified files: usr.sbin/ppp ncp.c Log: Handle a malloc() failure when allocating urgent ports PR: 59995 Revision Changes Path 1.8 +8 -3 src/usr.sbin/ppp/ncp.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 10:26:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC6816A4CE; Mon, 11 Oct 2004 10:26:13 +0000 (GMT) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4792943D46; Mon, 11 Oct 2004 10:26:12 +0000 (GMT) (envelope-from eivind@FreeBSD.org) Received: from ws.nada ([193.69.114.88]) by srv01.sparkit.no (8.12.11/8.12.11) with ESMTP id i9BAPwus019808; Mon, 11 Oct 2004 12:25:58 +0200 (CEST) (envelope-from eivind@FreeBSD.org) Received: from ws.nada (localhost [127.0.0.1]) by ws.nada (8.12.9/8.12.10) with ESMTP id i9BALXDo017459; Mon, 11 Oct 2004 10:21:33 GMT (envelope-from eivind@ws.nada) Received: (from eivind@localhost) by ws.nada (8.12.9/8.12.10/Submit) id i9BALNBY017458; Mon, 11 Oct 2004 10:21:23 GMT (envelope-from eivind) Date: Mon, 11 Oct 2004 10:21:22 +0000 From: Eivind Eklund To: Dmitry Morozovsky Message-ID: <20041011102122.GG1039@FreeBSD.org> References: <20041009114544.080344bd@dev.lan.Awfulhak.org> <20041010031208L.matusita@jp.FreeBSD.org> <20041010103151.GA47927@gothmog.gr> <200410110914.24398.doconnor@gsoft.com.au> <20041011105104.P93998@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <20041011105104.P93998@woozle.rinet.ru> User-Agent: Mutt/1.5.4i cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Makoto Matsushita cc: cvs-src@FreeBSD.org cc: Giorgos Keramidas cc: brian@awfulhak.org Subject: Re: What we keep under /etc (was: cvs commit: src/etc rc rc.shutdown src/etc/rc.d ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 10:26:13 -0000 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 11, 2004 at 10:53:45AM +0400, Dmitry Morozovsky wrote: > On Mon, 11 Oct 2004, Daniel O'Connor wrote: > > DO> On Sun, 10 Oct 2004 20:01, Giorgos Keramidas wrote: > DO> > The overwriting of some directories in /etc can be made optional and > DO> > default to off (keeping the current behavior, but allowing faster updates > DO> > of a part of /etc for those who want it), if that's what's worrying you. > DO> > > DO> > We could add an option to mergemaster like -f which would take a list of > DO> > /etc subdirectories to blindly overwrite, i.e.: > DO> > > DO> > # mergemaster -f "rc.d periodic defaults isdn" > DO> > > DO> > To avoid having to type manually the list of directories, this could also > DO> > be made optional based on an environment variable like > DO> > MM_OVERWRITE_SUBDIRS, in which case the order of precedence would be: > DO> > DO> Or import etcmerge :) > DO> > DO> etcmerge isn't perfect, but I think effort would be better expended making it > DO> more user friendly (I'm thinking specifically of guiding the user through > DO> things more explicitly) Any help with this (even just ideas for how you'd like it to work) would be appreciated. I have one thing I'd like to add before an import: Support for two-way merges for the case where there is no reference. This would make the first run of etcmerge behave like a run of mergemaster, and would improve handling of some (weird) situations later. I've got the code for this half done, and should only need half an hour to complete it. > Well, I did test etcmerge yesterday, and finished with partly broken right to > directories with conflict results, namely /etc/mail, /etc/namedb and /etc/uucp: > they went to mode 700 after etcmerge install. I have no chance to dig into > problem deeply though. Hmmm. I've not had any reports of brokenness like this before, and the directories themselves should be copied from the active etc. Looking over the code, however, I see that this might only work for empty directories. However, I was unable to reproduce the issue by setting my umask to 077 and running etcmerge, so I'm uncertain if this is the issue. The attached patch is an attempted fix for the issue; can you test it and see if it fixes your problem? (I've tested that it works locally with no determinental effects.) Eivind. --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Index: src/etcmerge.sh =================================================================== RCS file: /home/ncvs/ports/sysutils/etcmerge/src/etcmerge.sh,v retrieving revision 1.5 diff -u -r1.5 etcmerge.sh --- src/etcmerge.sh 21 Jan 2004 15:10:35 -0000 1.5 +++ src/etcmerge.sh 11 Oct 2004 10:11:06 -0000 @@ -208,13 +219,13 @@ # cd $WORKDIR (cd "${NEWETC}" && find . -type f -print | sort > ${CLASSDIR}/newetc.files) -(cd "${NEWETC}" && find . -type d -links 2 -print | sort > ${CLASSDIR}/newetc.emptydirs) +(cd "${NEWETC}" && find . -type d -print | sort > ${CLASSDIR}/newetc.dirs) (cd "${NEWETC}" && find . \! \( -type d -or -type f \) -print | sort > ${CLASSDIR}/newetc.others) (cd "${REFETC}" && find . -type f -print | sort > ${CLASSDIR}/refetc.files) -(cd "${REFETC}" && find . -type d -links 2 -print | sort > ${CLASSDIR}/refetc.emptydirs) +(cd "${REFETC}" && find . -type d -print | sort > ${CLASSDIR}/refetc.dirs) (cd "${REFETC}" && find . \! \( -type d -or -type f \) -print | sort > ${CLASSDIR}/refetc.others) (cd "${ACTIVEETC}" && find . -type f -print | sort > ${CLASSDIR}/activeetc.files) -(cd "${ACTIVEETC}" && find . -type d -links 2 -print | sort > ${CLASSDIR}/activeetc.emptydirs) +(cd "${ACTIVEETC}" && find . -type d -print | sort > ${CLASSDIR}/activeetc.dirs) (cd "${ACTIVEETC}" && find . \! \( -type d -or -type f \) -print | sort > ${CLASSDIR}/activeetc.others) # @@ -237,7 +248,7 @@ # 7 Present Present Present Do a 3-way merge, with directory if # necessary. cd ${CLASSDIR} -for extension in files emptydirs others; do +for extension in files dirs others; do cat refetc.${extension} newetc.${extension} activeetc.${extension} | sort -u > alletc.${extension} cat refetc.${extension} newetc.${extension} | sort | uniq -d | cat - activeetc.${extension} | sort | uniq -d > ${CLASSDIR}/7.${extension} cat alletc.${extension} refetc.${extension} newetc.${extension} | sort | uniq -u > ${CLASSDIR}/1.${extension} @@ -249,7 +260,7 @@ done for i in 1 2 3 4 5 6 7; do - echo "ETCMERGE: >>>> Class ${i}: $(cat ${CLASSDIR}/$i.files | wc -l) files, $(cat ${CLASSDIR}/$i.emptydirs | wc -l) empty dirs, $(cat ${CLASSDIR}/$i.others | wc -l) others" + echo "ETCMERGE: >>>> Class ${i}: $(cat ${CLASSDIR}/$i.files | wc -l) files, $(cat ${CLASSDIR}/$i.dirs | wc -l) dirs, $(cat ${CLASSDIR}/$i.others | wc -l) others" done # @@ -266,7 +277,7 @@ # Class 7 - present everywhere. Create a merged directory tree. # cd ${MERGEDETC} -(cd ${ACTIVEETC} && cat ${CLASSDIR}/7.files ${CLASSDIR}/7.emptydirs ${CLASSDIR}/7.others | ${CPIO_ARCHIVE}) | ${CPIO_EXTRACT} +(cd ${ACTIVEETC} && cat ${CLASSDIR}/7.dirs ${CLASSDIR}/7.files ${CLASSDIR}/7.others | ${CPIO_ARCHIVE}) | ${CPIO_EXTRACT} for i in $(cat ${CLASSDIR}/7.files); do if ! merge -q $i ${REFETC}/$i ${NEWETC}/$i; then echo ${i} >> ${WORKDIR}/7.conflicts @@ -282,7 +293,7 @@ echo "ETCMERGE: >>>> Both files and non-files get copied." echo "ETCMERGE: >>>" cd ${MERGEDETC} -(cd ${ACTIVEETC} && cat ${CLASSDIR}/1.files ${CLASSDIR}/1.emptydirs ${CLASSDIR}/1.others | ${CPIO_ARCHIVE}) | ${CPIO_EXTRACT} +(cd ${ACTIVEETC} && cat ${CLASSDIR}/1.dirs ${CLASSDIR}/1.files ${CLASSDIR}/1.others | ${CPIO_ARCHIVE}) | ${CPIO_EXTRACT} # # Class 2 - only present in new directory. Copy over. @@ -292,7 +303,7 @@ echo "ETCMERGE: >>>> Both files and non-files get copied." echo "ETCMERGE: >>>" cd ${MERGEDETC} -(cd ${NEWETC} && cat ${CLASSDIR}/2.files ${CLASSDIR}/2.emptydirs ${CLASSDIR}/2.others | ${CPIO_ARCHIVE}) | ${CPIO_EXTRACT} +(cd ${NEWETC} && cat ${CLASSDIR}/2.dirs ${CLASSDIR}/2.files ${CLASSDIR}/2.others | ${CPIO_ARCHIVE}) | ${CPIO_EXTRACT} # # Class 3 - present in new and active directory, but not ref. @@ -307,7 +318,7 @@ echo "ETCMERGE: >>>> Non-files are fetched from the ACTIVE directory." echo "ETCMERGE: >>>" cd ${MERGEDETC} -(cd ${ACTIVEETC} && cat ${CLASSDIR}/3.files ${CLASSDIR}/3.emptydirs ${CLASSDIR}/3.others | ${CPIO_ARCHIVE}) | ${CPIO_EXTRACT} +(cd ${ACTIVEETC} && cat ${CLASSDIR}/3.dirs ${CLASSDIR}/3.files ${CLASSDIR}/3.others | ${CPIO_ARCHIVE}) | ${CPIO_EXTRACT} (cd ${NEWETC} && cat ${CLASSDIR}/3.files | ${CPIO_ARCHIVE}) | ${CPIO_EXTRACT} for i in $(cat ${CLASSDIR}/3.files); do if ! diff -q ${ACTIVEETC}/$i ${REFETC}/$i > /dev/null; then --ew6BAiZeqk4r7MaW-- From owner-cvs-all@FreeBSD.ORG Mon Oct 11 10:29:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12AE916A4CE; Mon, 11 Oct 2004 10:29:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5EEE43D55; Mon, 11 Oct 2004 10:29:42 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BATgtB052287; Mon, 11 Oct 2004 10:29:42 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BATgQE052286; Mon, 11 Oct 2004 10:29:42 GMT (envelope-from metal) Message-Id: <200410111029.i9BATgQE052286@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Oct 2004 10:29:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 ssh-keygen.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 10:29:43 -0000 metal 2004-10-11 10:29:42 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 ssh-keygen.1 Log: Catch up with 5.3-BETA7. Submitted by: OHSAWA Chitishi Reviewed by: Yoshihiko Sarumaru Revision Changes Path 1.12 +137 -23 doc/ja_JP.eucJP/man/man1/ssh-keygen.1 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 10:30:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B25D316A4CE; Mon, 11 Oct 2004 10:30:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9092443D46; Mon, 11 Oct 2004 10:30:23 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BAUNss052330; Mon, 11 Oct 2004 10:30:23 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BAUNeK052329; Mon, 11 Oct 2004 10:30:23 GMT (envelope-from metal) Message-Id: <200410111030.i9BAUNeK052329@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Oct 2004 10:30:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 ssh-keyscan.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 10:30:23 -0000 metal 2004-10-11 10:30:23 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 ssh-keyscan.1 Log: Catch up with 5.3-BETA7. Submitted by: OHSAWA Chitishi Revision Changes Path 1.6 +38 -40 doc/ja_JP.eucJP/man/man1/ssh-keyscan.1 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 10:59:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACF8316A4CE; Mon, 11 Oct 2004 10:59:03 +0000 (GMT) Received: from gateway.nixsys.be (gateway.nixsys.be [195.144.77.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 308DA43D48; Mon, 11 Oct 2004 10:59:03 +0000 (GMT) (envelope-from philip@nixsys.be) Received: from loge.nixsys.be (loge.nixsys.be [195.144.77.45]) by gateway.nixsys.be (Postfix) with ESMTP id E328958; Mon, 11 Oct 2004 12:59:01 +0200 (CEST) Received: from loge.nixsys.be (philip@localhost [127.0.0.1]) by loge.nixsys.be (8.13.1/8.13.1) with ESMTP id i9BAx1qf004633; Mon, 11 Oct 2004 12:59:01 +0200 (CEST) (envelope-from philip@loge.nixsys.be) Received: (from philip@localhost) by loge.nixsys.be (8.13.1/8.13.1/Submit) id i9BAx0ol004632; Mon, 11 Oct 2004 12:59:00 +0200 (CEST) (envelope-from philip) Date: Mon, 11 Oct 2004 12:59:00 +0200 From: Philip Paeps To: Alexey Dokuchaev Message-ID: <20041011105900.GA4527@loge.nixsys.be> Mail-Followup-To: Alexey Dokuchaev , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200410110757.i9B7v8vd039884@repoman.freebsd.org> <20041011093700.GA65811@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041011093700.GA65811@FreeBSD.org> X-Date-in-Rome: ante diem V Idius Octobres MMDCCLVII ab Urbe Condida X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get a proper mailclient! Organization: Happily Disorganized User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/moused moused.8 moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 10:59:03 -0000 On 2004-10-11 09:37:00 (+0000), Alexey Dokuchaev wrote: > On Mon, Oct 11, 2004 at 07:57:08AM +0000, Philip Paeps wrote: > > Modified files: > > usr.sbin/moused moused.8 moused.c > > Log: > > Add 'virtual scrolling' support to moused(8). When holding down the middle > > mouse button, motions are interpreted as scrolling. > > This is totally cool, but may I ask if you are interested in adding the same > functionality for wheel (since most mice come with wheel (middle button) > today)? It should Just Work[tm] if you hold the wheel down? In most wheel-mouse, the wheel acts as a middle button. - Philip -- Philip Paeps Please don't Cc me, I am philip@freebsd.org subscribed to the list. Only a mediocre person is always at their best. From owner-cvs-all@FreeBSD.ORG Mon Oct 11 12:43:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB5B16A4CE; Mon, 11 Oct 2004 12:43:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C76E43D1D; Mon, 11 Oct 2004 12:43:37 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BChbuY056672; Mon, 11 Oct 2004 12:43:37 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BChbho056671; Mon, 11 Oct 2004 12:43:37 GMT (envelope-from krion) Message-Id: <200410111243.i9BChbho056671@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 11 Oct 2004 12:43:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/leafnode Makefile ports/news/leafnode/files patch-fetchnews.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 12:43:37 -0000 krion 2004-10-11 12:43:36 UTC FreeBSD ports repository Modified files: news/leafnode Makefile Added files: news/leafnode/files patch-fetchnews.c Log: Fix a bug that could cause the refetch of the multi-MByte active file from ALL servers when one server was unreachable. PR: ports/72297 Submitted by: maintainer Approved by: portmgr (implicit) Revision Changes Path 1.60 +1 -1 ports/news/leafnode/Makefile 1.3 +55 -0 ports/news/leafnode/files/patch-fetchnews.c (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 12:59:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8B8A16A4CE; Mon, 11 Oct 2004 12:59:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B71CC43D49; Mon, 11 Oct 2004 12:59:07 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BCx7Cr063470; Mon, 11 Oct 2004 12:59:07 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BCx7T2063469; Mon, 11 Oct 2004 12:59:07 GMT (envelope-from den) Message-Id: <200410111259.i9BCx7T2063469@repoman.freebsd.org> From: Denis Peplin Date: Mon, 11 Oct 2004 12:59:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 12:59:08 -0000 den 2004-10-11 12:59:07 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log: Merge from English version 1.761.2.11 Approved by: re (hrs) Revision Changes Path 1.6.2.5 +54 -8 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Oct 11 13:07:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0681416A4CE; Mon, 11 Oct 2004 13:07:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E9543D2D; Mon, 11 Oct 2004 13:07:04 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BD742b063755; Mon, 11 Oct 2004 13:07:04 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BD74ZZ063754; Mon, 11 Oct 2004 13:07:04 GMT (envelope-from den) Message-Id: <200410111307.i9BD74ZZ063754@repoman.freebsd.org> From: Denis Peplin Date: Mon, 11 Oct 2004 13:07:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 13:07:05 -0000 den 2004-10-11 13:07:04 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix typo. Revision Changes Path 1.781 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Oct 11 13:09:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF63F16A4CE; Mon, 11 Oct 2004 13:09:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCBA43D45; Mon, 11 Oct 2004 13:09:51 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BD9pSX063822; Mon, 11 Oct 2004 13:09:51 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BD9pYf063821; Mon, 11 Oct 2004 13:09:51 GMT (envelope-from den) Message-Id: <200410111309.i9BD9pYf063821@repoman.freebsd.org> From: Denis Peplin Date: Mon, 11 Oct 2004 13:09:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 13:09:51 -0000 den 2004-10-11 13:09:51 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix typo. Approved by: re (hrs) Revision Changes Path 1.761.2.12 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Oct 11 13:27:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA69416A4CE; Mon, 11 Oct 2004 13:27:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A18443D64; Mon, 11 Oct 2004 13:27:44 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BDRi70064501; Mon, 11 Oct 2004 13:27:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BDRicD064500; Mon, 11 Oct 2004 13:27:44 GMT (envelope-from brueffer) Message-Id: <200410111327.i9BDRicD064500@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 11 Oct 2004 13:27:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 13:27:44 -0000 brueffer 2004-10-11 13:27:44 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 polling.4 Log: vge(4) supports polling Revision Changes Path 1.14 +1 -0 src/share/man/man4/polling.4 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 13:53:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB68816A4CF; Mon, 11 Oct 2004 13:53:38 +0000 (GMT) Received: from mail.acropolis.ru (mail.acropolis.ru [81.211.90.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E7743D53; Mon, 11 Oct 2004 13:53:37 +0000 (GMT) (envelope-from slw@zxy.spb.ru) Received: from mail.acropolis.ru (localhost.acropolis.ru [127.0.0.1]) by mail.acropolis.ru (8.13.1/8.13.1) with ESMTP id i9BCdJqO022167; Mon, 11 Oct 2004 16:39:20 +0400 (MSD) (envelope-from slw@zxy.spb.ru) Received: (from slw@localhost) by mail.acropolis.ru (8.13.1/8.13.1/Submit) id i9BCdJRm022166; Mon, 11 Oct 2004 16:39:19 +0400 (MSD) (envelope-from slw@zxy.spb.ru) X-Authentication-Warning: mail.acropolis.ru: slw set sender to slw@zxy.spb.ru using -f Date: Mon, 11 Oct 2004 16:39:19 +0400 From: Slawa Olhovchenkov To: Alexey Dokuchaev , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041011123919.GB24021@mail.acropolis.ru> References: <200410110757.i9B7v8vd039884@repoman.freebsd.org> <20041011093700.GA65811@FreeBSD.org> <20041011105900.GA4527@loge.nixsys.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041011105900.GA4527@loge.nixsys.be> User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=15.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mail.acropolis.ru Subject: Re: cvs commit: src/usr.sbin/moused moused.8 moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 13:53:38 -0000 On Mon, Oct 11, 2004 at 12:59:00PM +0200, Philip Paeps wrote: > > > Modified files: > > > usr.sbin/moused moused.8 moused.c > > > Log: > > > Add 'virtual scrolling' support to moused(8). When holding down the middle > > > mouse button, motions are interpreted as scrolling. > > > > This is totally cool, but may I ask if you are interested in adding the same > > functionality for wheel (since most mice come with wheel (middle button) > > today)? > > It should Just Work[tm] if you hold the wheel down? In most wheel-mouse, the > wheel acts as a middle button. hold-and-roll mouse wheel -- Slawa Olhovchenkov From owner-cvs-all@FreeBSD.ORG Mon Oct 11 14:24:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C6916A4CE; Mon, 11 Oct 2004 14:24:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2FF43D45; Mon, 11 Oct 2004 14:24:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BEOuoB066237; Mon, 11 Oct 2004 14:24:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BEOure066236; Mon, 11 Oct 2004 14:24:56 GMT (envelope-from rwatson) Message-Id: <200410111424.i9BEOure066236@repoman.freebsd.org> From: Robert Watson Date: Mon, 11 Oct 2004 14:24:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 14:24:56 -0000 rwatson 2004-10-11 14:24:56 UTC FreeBSD src repository Modified files: . access Log: Add George Neville-Neil as a FreeBSD src committer. George has lived in the BSD world for quite some, and among other things, has been working on network stack locking (particularly IPv6), network stack cleanup, and is one of two authors of the recently published Design and Impementation of FreeBSD. I'll be acting as his mentor, with Scott Long lending a hand when I'm less reachable. Approved by: core Revision Changes Path 1.679 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Oct 11 14:41:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA9216A4CE; Mon, 11 Oct 2004 14:41:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F91343D55; Mon, 11 Oct 2004 14:41:38 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BEfc2t066777; Mon, 11 Oct 2004 14:41:38 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BEfcqU066776; Mon, 11 Oct 2004 14:41:38 GMT (envelope-from cognet) Message-Id: <200410111441.i9BEfcqU066776@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 11 Oct 2004 14:41:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/sa11x0 assabet_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 14:41:38 -0000 cognet 2004-10-11 14:41:38 UTC FreeBSD src repository Modified files: sys/arm/sa11x0 assabet_machdep.c Log: Use MD_ROOT_SIZE, instead of our own macro. Revision Changes Path 1.5 +7 -7 src/sys/arm/sa11x0/assabet_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 14:42:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D03DE16A4CF; Mon, 11 Oct 2004 14:42:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C5243D53; Mon, 11 Oct 2004 14:42:06 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BEg6nG066816; Mon, 11 Oct 2004 14:42:06 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BEg6lo066815; Mon, 11 Oct 2004 14:42:06 GMT (envelope-from cognet) Message-Id: <200410111442.i9BEg6lo066815@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 11 Oct 2004 14:42:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/conf SIMICS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 14:42:07 -0000 cognet 2004-10-11 14:42:06 UTC FreeBSD src repository Modified files: sys/arm/conf SIMICS Log: Use a default MD_ROOT_SIZE of 65535. Revision Changes Path 1.4 +1 -0 src/sys/arm/conf/SIMICS From owner-cvs-all@FreeBSD.ORG Mon Oct 11 15:20:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD9316A4CE; Mon, 11 Oct 2004 15:20:35 +0000 (GMT) Received: from storm.uk.FreeBSD.org (storm.uk.FreeBSD.org [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C16043D1D; Mon, 11 Oct 2004 15:20:34 +0000 (GMT) (envelope-from mark@grondar.org) Received: from storm.uk.FreeBSD.org (uucp@localhost [127.0.0.1]) by storm.uk.FreeBSD.org (8.13.1/8.13.1) with ESMTP id i9BFKXcB026041; Mon, 11 Oct 2004 16:20:33 +0100 (BST) (envelope-from mark@grondar.org) Received: (from uucp@localhost)i9BFKXqn026040; Mon, 11 Oct 2004 16:20:33 +0100 (BST) (envelope-from mark@grondar.org) Received: from grondar.org (localhost [127.0.0.1])i9BFH3Hh015872; Mon, 11 Oct 2004 16:17:03 +0100 (BST) (envelope-from mark@grondar.org) Message-Id: <200410111517.i9BFH3Hh015872@grimreaper.grondar.org> To: Robert Watson From: Mark Murray In-Reply-To: Your message of "Mon, 11 Oct 2004 10:21:34 -0000." <200410111021.i9BALYwH051946@repoman.freebsd.org> Date: Mon, 11 Oct 2004 16:17:02 +0100 Sender: mark@grondar.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 15:20:35 -0000 Robert Watson writes: > rwatson 2004-10-11 10:21:34 UTC > > FreeBSD src repository > > Modified files: > sys/net if_ethersubr.c > Log: > When harvesting entropy from an ethernet mbuf, do so before freeing the > mbuf. Thank you! M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Mon Oct 11 15:28:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D88016A4CE; Mon, 11 Oct 2004 15:28:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B2443D54; Mon, 11 Oct 2004 15:28:56 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BFSuhM068318; Mon, 11 Oct 2004 15:28:56 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BFSuev068317; Mon, 11 Oct 2004 15:28:56 GMT (envelope-from gnn) Message-Id: <200410111528.i9BFSuev068317@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Mon, 11 Oct 2004 15:28:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml doc/en_US.ISO8859-1/share/sgml authors.ent doc/share/pgpkeys gnn.key pgpkeys.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 15:28:56 -0000 gnn 2004-10-11 15:28:55 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml en_US.ISO8859-1/share/sgml authors.ent share/pgpkeys pgpkeys.ent Added files: share/pgpkeys gnn.key Log: Approved by: rwatson (mentor) New committer commit. Add public key to set of keys. Update relevant articles with information on myself. Revision Changes Path 1.58 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml 1.246 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.328 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent 1.1 +40 -0 doc/share/pgpkeys/gnn.key (new) 1.51 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Mon Oct 11 15:30:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B8B616A4CE; Mon, 11 Oct 2004 15:30:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BBEE43D3F; Mon, 11 Oct 2004 15:30:01 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BFU16a068363; Mon, 11 Oct 2004 15:30:01 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BFU1WD068362; Mon, 11 Oct 2004 15:30:01 GMT (envelope-from gnn) Message-Id: <200410111530.i9BFU1WD068362@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Mon, 11 Oct 2004 15:30:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 15:30:01 -0000 gnn 2004-10-11 15:30:00 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Approved by: rwatson (mentor) New committer commit. Add relevant news to the news file for myself. Revision Changes Path 1.238 +9 -0 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Mon Oct 11 16:09:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CFB416A4CE; Mon, 11 Oct 2004 16:09:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D8943D45; Mon, 11 Oct 2004 16:09:46 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BG9k3w069621; Mon, 11 Oct 2004 16:09:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BG9kYi069620; Mon, 11 Oct 2004 16:09:46 GMT (envelope-from rwatson) Message-Id: <200410111609.i9BG9kYi069620@repoman.freebsd.org> From: Robert Watson Date: Mon, 11 Oct 2004 16:09:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/netinet/ipsockopt Makefile ipsockopt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 16:09:46 -0000 rwatson 2004-10-11 16:09:46 UTC FreeBSD src repository Added files: tools/regression/netinet/ipsockopt Makefile ipsockopt.c Log: Add a simple exercise suite for IP-level socket options. The suite atempts to read and write various IP-level socket options as root and nobody, making sure the initial values are as expected, that they can be changed to valid values and take effect, etc. No attempt is made to check for the correct implementation of side effects (such as changes in packet headers) as yet. The IP options section is currently broken but will be fixed shortly. Not all multicast options are currently tested. Revision Changes Path 1.1 +8 -0 src/tools/regression/netinet/ipsockopt/Makefile (new) 1.1 +727 -0 src/tools/regression/netinet/ipsockopt/ipsockopt.c (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 16:48:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B1716A4CE; Mon, 11 Oct 2004 16:48:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2EB643D31; Mon, 11 Oct 2004 16:48:38 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BGmc0b077136; Mon, 11 Oct 2004 16:48:38 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BGmcgW077135; Mon, 11 Oct 2004 16:48:38 GMT (envelope-from keramida) Message-Id: <200410111648.i9BGmcgW077135@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 11 Oct 2004 16:48:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 16:48:39 -0000 keramida 2004-10-11 16:48:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Add a tip about the -F option of `cvs commit' that can be used to speed up commits, avoid locking parts of the CVS tree for a very long time and lets the committer take his time when writing the commit message. Hopefully, this way the quality of commit messages is easier to control and we'll save ourselves some of the problems that can result from hickups of the CVS repo-locking mechanism. Approved by: re (Hiroki Sato) Revision Changes Path 1.214 +12 -2 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Oct 11 17:02:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1FAD16A4CF; Mon, 11 Oct 2004 17:02:45 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADE843D49; Mon, 11 Oct 2004 17:02:44 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (host5.bedc.ondsl.gr [62.103.39.229])i9BH2ElG023971; Mon, 11 Oct 2004 20:02:30 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i9BH2A3V012470; Mon, 11 Oct 2004 20:02:10 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)i9BH2AxB012469; Mon, 11 Oct 2004 20:02:10 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 11 Oct 2004 20:02:10 +0300 From: Giorgos Keramidas To: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Message-ID: <20041011170209.GA12428@orion.daedalusnetworks.priv> References: <200410111648.i9BGmcgW077135@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410111648.i9BGmcgW077135@repoman.freebsd.org> Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 17:02:46 -0000 On 2004-10-11 16:48, Giorgos Keramidas wrote: > Add a tip about the -F option of `cvs commit' that can be used to > speed up commits, avoid locking parts of the CVS tree for a very > long time and lets the committer take his time when writing the > commit message. > > Hopefully, this way the quality of commit messages is easier to > control and we'll save ourselves some of the problems that can > result from hickups of the CVS repo-locking mechanism. > > Approved by: re (Hiroki Sato) Hmmm, this should have been: Approved by: doceng (Hiroki Sato) but I'm obviously too sleepy to do real work. From owner-cvs-all@FreeBSD.ORG Mon Oct 11 17:06:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AD0216A4CE; Mon, 11 Oct 2004 17:06:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A75543D1D; Mon, 11 Oct 2004 17:06:15 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BH6E5r077782; Mon, 11 Oct 2004 17:06:14 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BH6E8c077781; Mon, 11 Oct 2004 17:06:14 GMT (envelope-from keramida) Message-Id: <200410111706.i9BH6E8c077781@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 11 Oct 2004 17:06:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 17:06:15 -0000 keramida 2004-10-11 17:06:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Expand a contraction that I bogusly included in my last commit here and claim my share of the pointy hat pool. Spotted by: simon Revision Changes Path 1.215 +1 -1 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Oct 11 17:12:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1C0916A4CE; Mon, 11 Oct 2004 17:12:10 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6080043D2F; Mon, 11 Oct 2004 17:12:10 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.42 (FreeBSD)) id 1CH3iT-0000hw-1U; Mon, 11 Oct 2004 18:12:09 +0100 Date: Mon, 11 Oct 2004 18:12:09 +0100 From: Ceri Davies To: Hideyuki KURASHINA Message-ID: <20041011171208.GF57641@submonkey.net> Mail-Followup-To: Ceri Davies , Hideyuki KURASHINA , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200410110551.i9B5pQBx035750@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0B3PZ1+h5f4cFxHi" Content-Disposition: inline In-Reply-To: <200410110551.i9B5pQBx035750@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 17:12:11 -0000 --0B3PZ1+h5f4cFxHi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 11, 2004 at 05:51:26AM +0000, Hideyuki KURASHINA wrote: > rushani 2004-10-11 05:51:26 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en/events events.xml=20 > Log: > Sort the events by start date to show `Systems 2004' and `EuroBSDCon 20= 04' > up to the `Current/Upcoming Events' section. This commit shouldn't have been necessary (though I agree that it was) - is there a problem with the XSL sorting? Ceri --=20 I hear thought presenting the problem. -- dadadodo -c 1 Mail/trhodes --0B3PZ1+h5f4cFxHi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBar7oocfcwTS3JF8RAgQjAJwJxnABSDTdU7lab9qKAeIaBu2D7wCffh1M yPu8CTV2Lb+O+8+gfzVZ56M= =b7vs -----END PGP SIGNATURE----- --0B3PZ1+h5f4cFxHi-- From owner-cvs-all@FreeBSD.ORG Mon Oct 11 17:15:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 353BE16A4CE; Mon, 11 Oct 2004 17:15:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BB543D1F; Mon, 11 Oct 2004 17:15:46 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BHFj5j078233; Mon, 11 Oct 2004 17:15:45 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BHFjTJ078232; Mon, 11 Oct 2004 17:15:45 GMT (envelope-from nork) Message-Id: <200410111715.i9BHFjTJ078232@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 11 Oct 2004 17:15:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linuxpluginwrapper Makefile distinfo pkg-message pkg-plist ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 17:15:46 -0000 nork 2004-10-11 17:15:45 UTC FreeBSD ports repository Modified files: www/linuxpluginwrapper Makefile distinfo pkg-message pkg-plist . UPDATING Log: o Add emulators to CATEGORIES. [1] o Chase libm.so version-bumpd. [2] o Fix comments about KDE/Konqueror. [3] o Install libmap.conf to EXAMPLEDIR. [4] Suggested by: takawata [1] Pointed out by: ume [2] Discussed by: KDE/FreeBSD [3] (Sorry, I lost mails which was disscused about this). Submitted by: Jose M Rodriguez [4] PR: ports/72494 [2] Submitted by: Amir Shalem [2] Tested by: ume Approved by: portmgr (marcus) Revision Changes Path 1.71 +9 -1 ports/UPDATING 1.29 +7 -4 ports/www/linuxpluginwrapper/Makefile 1.13 +2 -2 ports/www/linuxpluginwrapper/distinfo 1.3 +4 -0 ports/www/linuxpluginwrapper/pkg-message 1.7 +4 -0 ports/www/linuxpluginwrapper/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 17:30:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A7C316A4CF; Mon, 11 Oct 2004 17:30:04 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0017A43D2D; Mon, 11 Oct 2004 17:30:03 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 1097311A75; Mon, 11 Oct 2004 19:30:03 +0200 (CEST) Date: Mon, 11 Oct 2004 19:30:02 +0200 From: "Simon L. Nielsen" To: Ceri Davies , Hideyuki KURASHINA , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041011173002.GB769@zaphod.nitro.dk> References: <200410110551.i9B5pQBx035750@repoman.freebsd.org> <20041011171208.GF57641@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <20041011171208.GF57641@submonkey.net> User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 17:30:04 -0000 --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.10.11 18:12:09 +0100, Ceri Davies wrote: > On Mon, Oct 11, 2004 at 05:51:26AM +0000, Hideyuki KURASHINA wrote: > > rushani 2004-10-11 05:51:26 UTC > >=20 > > FreeBSD doc repository > >=20 > > Modified files: > > en/events events.xml=20 > > Log: > > Sort the events by start date to show `Systems 2004' and `EuroBSDCon = 2004' > > up to the `Current/Upcoming Events' section. >=20 > This commit shouldn't have been necessary (though I agree that it was) > - is there a problem with the XSL sorting? It seems so, or rather it's a problem with the grouping / selection. The grouping (with the xsl key) is still somewhat magic to me, so if someone with more XSLT foo could have a look at the XSL, it would be great. I will probably have a look at it later this week unless somebody else can spot the problem before. --=20 Simon L. Nielsen FreeBSD Documentation Team --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBasMah9pcDSc1mlERAn9cAJsGqGMMT8bXRspmCT07h10aOXAP8ACgruBt xtEAqiv0WM2CBBM3OOtw6NE= =1xZI -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye-- From owner-cvs-all@FreeBSD.ORG Mon Oct 11 18:13:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9C7416A4CE; Mon, 11 Oct 2004 18:13:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93D243D4C; Mon, 11 Oct 2004 18:13:52 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BIDqhl079982; Mon, 11 Oct 2004 18:13:52 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BIDqMk079981; Mon, 11 Oct 2004 18:13:52 GMT (envelope-from stefanf) Message-Id: <200410111813.i9BIDqMk079981@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 11 Oct 2004 18:13:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun Makefile src/lib/msun/man ieee.3 src/lib/msun/src math.h s_ilogbl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:13:53 -0000 stefanf 2004-10-11 18:13:52 UTC FreeBSD src repository Modified files: lib/msun Makefile lib/msun/man ieee.3 lib/msun/src math.h Added files: lib/msun/src s_ilogbl.c Log: Add and document ilogbl(), a long double version of ilogb(). Revision Changes Path 1.53 +3 -2 src/lib/msun/Makefile 1.18 +6 -2 src/lib/msun/man/ieee.3 1.45 +2 -0 src/lib/msun/src/math.h 1.1 +54 -0 src/lib/msun/src/s_ilogbl.c (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 18:37:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CD4616A4CE; Mon, 11 Oct 2004 18:37:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E4C43D46; Mon, 11 Oct 2004 18:37:56 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BIbuj9080945; Mon, 11 Oct 2004 18:37:56 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BIbuHA080944; Mon, 11 Oct 2004 18:37:56 GMT (envelope-from delphij) Message-Id: <200410111837.i9BIbuHA080944@repoman.freebsd.org> From: Xin LI Date: Mon, 11 Oct 2004 18:37:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/zh_CN.GB2312/books/handbook/basics chapter.sgml doc/zh_CN.GB2312/books/handbook/bibliography chapter.sgml doc/zh_CN.GB2312/books/handbook/config chapter.sgml doc/zh_CN.GB2312/books/handbook/introductionchapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:37:56 -0000 delphij 2004-10-11 18:37:56 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/basics chapter.sgml zh_CN.GB2312/books/handbook/bibliography chapter.sgml zh_CN.GB2312/books/handbook/config chapter.sgml zh_CN.GB2312/books/handbook/install chapter.sgml zh_CN.GB2312/books/handbook/introduction chapter.sgml zh_CN.GB2312/books/handbook/kernelconfig chapter.sgml zh_CN.GB2312/books/handbook/mail chapter.sgml zh_CN.GB2312/books/handbook/mirrors chapter.sgml zh_CN.GB2312/books/handbook/network-servers chapter.sgml zh_CN.GB2312/books/handbook/pgpkeys chapter.sgml zh_CN.GB2312/books/handbook/security chapter.sgml zh_CN.GB2312/books/handbook/serialcomms chapter.sgml zh_CN.GB2312/books/handbook/users chapter.sgml zh_CN.GB2312/books/handbook/x11 chapter.sgml zh_CN.GB2312/share/sgml authors.ent Log: Synchronize with Simplified Chinese Project's repository: Sync handbook with English revisions: 1.67 -> 1.69 bibliography/chapter.sgml 1.174 -> 1.181 config/chapter.sgml 1.140 -> 1.142 kernelconfig/chapter.sgml 1.120 -> 1.121 mail/chapter.sgml 1.356 -> 1.357 mirrors/chapter.sgml 1.30 -> 1.31 network-servers/chapter.sgml 1.242 -> 1.246 pgpkeys/chapter.sgml 1.225 -> 1.228 security/chapter.sgml 1.47 -> 1.48 users/chapter.sgml 1.152 -> 1.154 x11/chapter.sgml Typo corrections and language improvements: handbook/basics/chapter.sgml [1] [2] handbook/install/chapter.sgml [1] handbook/introduction/chapter.sgml [1] handbook/kernelconfig/chapter.sgml [3] [4] handbook/serialcomms/chapter.sgml sgml/authors.ent Spotted by: jellen [1], ubet [2], Neptune[3] on the FreeBSDChina community forum, delphij Work done by: delphij, gavin (FreeBSD.org.cn) [4] Obtained from: The FreeBSD Simplified Chinese Project CVS Approved by: murray (mentor) Revision Changes Path 1.2 +3 -3 doc/zh_CN.GB2312/books/handbook/basics/chapter.sgml 1.2 +3 -3 doc/zh_CN.GB2312/books/handbook/bibliography/chapter.sgml 1.2 +16 -15 doc/zh_CN.GB2312/books/handbook/config/chapter.sgml 1.2 +2 -2 doc/zh_CN.GB2312/books/handbook/install/chapter.sgml 1.2 +8 -9 doc/zh_CN.GB2312/books/handbook/introduction/chapter.sgml 1.2 +23 -21 doc/zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml 1.2 +7 -7 doc/zh_CN.GB2312/books/handbook/mail/chapter.sgml 1.2 +9 -2 doc/zh_CN.GB2312/books/handbook/mirrors/chapter.sgml 1.3 +1167 -9 doc/zh_CN.GB2312/books/handbook/network-servers/chapter.sgml 1.2 +17 -2 doc/zh_CN.GB2312/books/handbook/pgpkeys/chapter.sgml 1.2 +7 -7 doc/zh_CN.GB2312/books/handbook/security/chapter.sgml 1.2 +1 -1 doc/zh_CN.GB2312/books/handbook/serialcomms/chapter.sgml 1.2 +2 -2 doc/zh_CN.GB2312/books/handbook/users/chapter.sgml 1.3 +2 -2 doc/zh_CN.GB2312/books/handbook/x11/chapter.sgml 1.3 +1 -1 doc/zh_CN.GB2312/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Mon Oct 11 18:39:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1100C16A4CF for ; Mon, 11 Oct 2004 18:39:16 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE84843D39 for ; Mon, 11 Oct 2004 18:39:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 15418 invoked from network); 11 Oct 2004 18:39:15 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 11 Oct 2004 18:39:15 -0000 Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9BIdBmm041427; Mon, 11 Oct 2004 14:39:11 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Brian Feldman Date: Mon, 11 Oct 2004 13:56:56 -0400 User-Agent: KMail/1.6.2 References: <200410090816.i998Gbs5076009@repoman.freebsd.org> In-Reply-To: <200410090816.i998Gbs5076009@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200410111356.56415.jhb@FreeBSD.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:39:16 -0000 On Saturday 09 October 2004 04:16 am, Brian Feldman wrote: > green 2004-10-09 08:16:37 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > Log: > Don't "implicitly order all sleep locks before spin locks" in witness > when the spin lock in question isn't -- it's the critical_enter() that > KDB set. No more panic in DDB for console -> syscons -> tty -> knote > operations. Thanks for breaking witness. A better choice would be to fix kdb_printf() instead of just papering over the problem. Having KDB block on a lock will have all sorts of bad results and all this does is hide the warning. Please revert. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Oct 11 18:39:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FEA216A57A for ; Mon, 11 Oct 2004 18:39:21 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99EE43D4C for ; Mon, 11 Oct 2004 18:39:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 16164 invoked from network); 11 Oct 2004 18:39:20 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 11 Oct 2004 18:39:19 -0000 Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9BIdBmo041427; Mon, 11 Oct 2004 14:39:16 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Robert Watson Date: Mon, 11 Oct 2004 14:40:08 -0400 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410111440.08998.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random randomdev_soft.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:39:23 -0000 On Saturday 09 October 2004 06:07 pm, Robert Watson wrote: > On Sat, 9 Oct 2004, Robert Watson wrote: > > - When reaping harvested entries from the queue, move all entries from > > the queue at once, and when done with them, insert them all into a > > thread-local queue for processing; then insert them all into the > > empty fifo at once. This reduces O(4n) mutex operations to O(2) > > mutex operations per wakeup. > > Right now we do a slightly harmful O(2N) walk of the records to move them > to a thread-local queue. It would be very nice to have an O(1) tailq (and > other list) "move them all" operation to move all entries to a local head. > This would also be useful when dealing with other work queues in worker > threads, such as bio queues, etc. Like TAILQ_CONCAT? :) I use that in the turnstile code to do such an O(1) move: /* * Put all blocked threads on the pending list. This must be called with * the turnstile chain locked. */ void turnstile_broadcast(struct turnstile *ts) { ... /* * Transfer the blocked list to the pending list. */ mtx_lock_spin(&td_contested_lock); TAILQ_CONCAT(&ts->ts_pending, &ts->ts_blocked, td_lockq); mtx_unlock_spin(&td_contested_lock); ... } /* * Wakeup all threads on the pending list and adjust the priority of the * current thread appropriately. This must be called with the turnstile * chain locked. */ void turnstile_unpend(struct turnstile *ts) { TAILQ_HEAD( ,thread) pending_threads; ... /* * Move the list of pending threads out of the turnstile and * into a local variable. */ TAILQ_INIT(&pending_threads); TAILQ_CONCAT(&pending_threads, &ts->ts_pending, td_lockq); ... /* * Wake up all the pending threads. If a thread is not blocked * on a lock, then it is currently executing on another CPU in * turnstile_wait() or sitting on a run queue waiting to resume * in turnstile_wait(). Set a flag to force it to try to acquire * the lock again instead of blocking. */ while (!TAILQ_EMPTY(&pending_threads)) { td = TAILQ_FIRST(&pending_threads); TAILQ_REMOVE(&pending_threads, td, td_lockq); MPASS(td->td_proc->p_magic == P_MAGIC); if (TD_ON_LOCK(td)) { td->td_blocked = NULL; td->td_lockname = NULL; TD_CLR_LOCK(td); MPASS(TD_CAN_RUN(td)); setrunqueue(td, SRQ_BORING); } else { td->td_flags |= TDF_TSNOBLOCK; MPASS(TD_IS_RUNNING(td) || TD_ON_RUNQ(td)); } } ... } -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Oct 11 18:40:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73B0416A4CF; Mon, 11 Oct 2004 18:40:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535F943D5C; Mon, 11 Oct 2004 18:40:20 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BIeKDl081032; Mon, 11 Oct 2004 18:40:20 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BIeKmm081031; Mon, 11 Oct 2004 18:40:20 GMT (envelope-from glebius) Message-Id: <200410111840.i9BIeKmm081031@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 11 Oct 2004 18:40:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_mbuf2.c src/sys/sys mbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:40:20 -0000 glebius 2004-10-11 18:40:19 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf2.c sys/sys mbuf.h Log: Rename _m_tag_free() to m_tag_free_default() and make it non-static. Approved by: sam Revision Changes Path 1.29 +3 -3 src/sys/kern/uipc_mbuf2.c 1.162 +1 -0 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Mon Oct 11 18:40:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E084016A4D6; Mon, 11 Oct 2004 18:40:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0C643D1D; Mon, 11 Oct 2004 18:40:45 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BIejoW081159; Mon, 11 Oct 2004 18:40:45 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BIejct081158; Mon, 11 Oct 2004 18:40:45 GMT (envelope-from stefanf) Message-Id: <200410111840.i9BIejct081158@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 11 Oct 2004 18:40:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/lib/msun Makefile test-ilogb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:40:46 -0000 stefanf 2004-10-11 18:40:45 UTC FreeBSD src repository Modified files: tools/regression/lib/msun Makefile Added files: tools/regression/lib/msun test-ilogb.c Log: Add regression tests for ilogb{,f,l}(). Revision Changes Path 1.2 +1 -1 src/tools/regression/lib/msun/Makefile 1.1 +82 -0 src/tools/regression/lib/msun/test-ilogb.c (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 18:40:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67F4116A4F0; Mon, 11 Oct 2004 18:40:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4709D43D1D; Mon, 11 Oct 2004 18:40:50 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BIeoXW081188; Mon, 11 Oct 2004 18:40:50 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BIeo2w081187; Mon, 11 Oct 2004 18:40:50 GMT (envelope-from green) Message-Id: <200410111840.i9BIeo2w081187@repoman.freebsd.org> From: Brian Feldman Date: Mon, 11 Oct 2004 18:40:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 pfil.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:40:51 -0000 green 2004-10-11 18:40:50 UTC FreeBSD src repository Modified files: share/man/man9 pfil.9 Log: s/ENOBUF/ENOBUFS/ Revision Changes Path 1.18 +1 -1 src/share/man/man9/pfil.9 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 18:42:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA2D16A4CE; Mon, 11 Oct 2004 18:42:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907B543D1F; Mon, 11 Oct 2004 18:42:12 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BIgC3P081265; Mon, 11 Oct 2004 18:42:12 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BIgCo2081264; Mon, 11 Oct 2004 18:42:12 GMT (envelope-from green) Message-Id: <200410111842.i9BIgCo2081264@repoman.freebsd.org> From: Brian Feldman Date: Mon, 11 Oct 2004 18:42:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man9 pfil.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:42:12 -0000 green 2004-10-11 18:42:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man9 pfil.9 Log: This means that traffic may be dropped unconditionally for a short period of time. Approved by: re Revision Changes Path 1.14.2.3 +5 -1 src/share/man/man9/pfil.9 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 18:44:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011BE16A4CE; Mon, 11 Oct 2004 18:44:11 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D3043D41; Mon, 11 Oct 2004 18:44:10 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id i9BIgYrU052869; Mon, 11 Oct 2004 14:42:34 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i9BIgYNC052866; Mon, 11 Oct 2004 14:42:34 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 11 Oct 2004 14:42:34 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200410111440.08998.jhb@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/random randomdev_soft.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:44:11 -0000 On Mon, 11 Oct 2004, John Baldwin wrote: > On Saturday 09 October 2004 06:07 pm, Robert Watson wrote: > > On Sat, 9 Oct 2004, Robert Watson wrote: > > > - When reaping harvested entries from the queue, move all entries from > > > the queue at once, and when done with them, insert them all into a > > > thread-local queue for processing; then insert them all into the > > > empty fifo at once. This reduces O(4n) mutex operations to O(2) > > > mutex operations per wakeup. > > > > Right now we do a slightly harmful O(2N) walk of the records to move them > > to a thread-local queue. It would be very nice to have an O(1) tailq (and > > other list) "move them all" operation to move all entries to a local head. > > This would also be useful when dealing with other work queues in worker > > threads, such as bio queues, etc. > > Like TAILQ_CONCAT? :) Exactly like that! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Mon Oct 11 19:02:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F06CC16A4CE; Mon, 11 Oct 2004 19:02:37 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i9BJ2bC9053059; Mon, 11 Oct 2004 15:02:37 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i9BJ2bQ2053058; Mon, 11 Oct 2004 15:02:37 -0400 (EDT) (envelope-from green) Date: Mon, 11 Oct 2004 15:02:37 -0400 From: Brian Fundakowski Feldman To: Robert Watson Message-ID: <20041011190237.GI988@green.homeunix.org> References: <200410090816.i998Gbs5076009@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 19:02:38 -0000 On Sat, Oct 09, 2004 at 05:31:30AM -0400, Robert Watson wrote: > On Sat, 9 Oct 2004, Brian Feldman wrote: > > > green 2004-10-09 08:16:37 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_witness.c > > Log: > > Don't "implicitly order all sleep locks before spin locks" in witness > > when the spin lock in question isn't -- it's the critical_enter() that > > KDB set. No more panic in DDB for console -> syscons -> tty -> knote > > operations. > > I don't have an opinion on whether this is a good change, but I will say > that the bug you're seeing is a bug in the syscons code, not the result of > a witness bug. syscons should not be calling into the tty code from the > polled I/O interface used by the debugger, and hence should never make it > to the KQ code. Could we get whoever broke syscons to fix it? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Mon Oct 11 19:03:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC0316A4CE; Mon, 11 Oct 2004 19:03:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E9D43D3F; Mon, 11 Oct 2004 19:03:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BJ3rM1081936; Mon, 11 Oct 2004 19:03:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BJ3rd0081935; Mon, 11 Oct 2004 19:03:53 GMT (envelope-from rwatson) Message-Id: <200410111903.i9BJ3rd0081935@repoman.freebsd.org> From: Robert Watson Date: Mon, 11 Oct 2004 19:03:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/netinet/ipsockopt ipsockopt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 19:03:53 -0000 rwatson 2004-10-11 19:03:53 UTC FreeBSD src repository Modified files: tools/regression/netinet/ipsockopt ipsockopt.c Log: A number of improvements to the IP socket option API regression test: - Consistently use err/errx/warnx throughout, rather than using perror() and exit(). - Teach the tests how to better manage (and therefore test) privilege: in particular, how to create sockes with root credentials but exercise the privileges with non-root credentials, etc. - Teach the test suite to apply each of the non-IP_HDRINCL options across each of SOCK_DGRAM, SOCK_STREAM, and SOCK_RAW. Revision Changes Path 1.2 +360 -251 src/tools/regression/netinet/ipsockopt/ipsockopt.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 19:12:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDB1316A4CE; Mon, 11 Oct 2004 19:12:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD84243D3F; Mon, 11 Oct 2004 19:12:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BJCejl082276; Mon, 11 Oct 2004 19:12:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BJCeJF082275; Mon, 11 Oct 2004 19:12:40 GMT (envelope-from rwatson) Message-Id: <200410111912.i9BJCeJF082275@repoman.freebsd.org> From: Robert Watson Date: Mon, 11 Oct 2004 19:12:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/netinet/ipsockopt ipsockopt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 19:12:40 -0000 rwatson 2004-10-11 19:12:40 UTC FreeBSD src repository Modified files: tools/regression/netinet/ipsockopt ipsockopt.c Log: Resort unprivileged uid with privileged socket after unprivileged uid with privileged socket in test runs. If running unprivileged and instructed to use unprivileged sockets, don't try and use raw sockets. Revision Changes Path 1.3 +6 -4 src/tools/regression/netinet/ipsockopt/ipsockopt.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 19:47:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59FEF16A4CE; Mon, 11 Oct 2004 19:47:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31CF643D39; Mon, 11 Oct 2004 19:47:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BJlLLo083439; Mon, 11 Oct 2004 19:47:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BJlLTv083438; Mon, 11 Oct 2004 19:47:21 GMT (envelope-from ale) Message-Id: <200410111947.i9BJlLTv083438@repoman.freebsd.org> From: Alex Dupre Date: Mon, 11 Oct 2004 19:47:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile Makefile.ext distinfo ports/lang/php4/files patch-configure ports/graphics/php4-gd/files patch-config.m4 patch-gd.c patch-gd_ctx.c patch-libgd::gd.h patch-libgd::gd_lzw_out.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 19:47:21 -0000 ale 2004-10-11 19:47:21 UTC FreeBSD ports repository Modified files: lang/php4 Makefile Makefile.ext distinfo graphics/php4-gd/files patch-config.m4 textproc/php4-pspell Makefile Added files: lang/php4/files patch-configure Removed files: graphics/php4-gd/files patch-gd.c patch-gd_ctx.c patch-libgd::gd.h patch-libgd::gd_biggif_out.c patch-libgd::gd_gif_out.c patch-libgd::gd_lzw_out.c patch-php_gd.h Log: Update to 4.3.9 release: - Fix compilation of thread-safe PHP after the PTHREAD_LIBS change - Include md5 and blowfish support on amd64 (fix headers) [1] - Fix vulnerability in RFC 1867 file upload processing [2] - Fix php_variables memory disclosure [2] - GD LZW-GIF support is now enabled by default PR: ports/71752 [1], ports/72420 [2] Submitted by: Adam Gregoire [1], Dmitry A Grigorovich [2] Approved by: portmgr (kris) Revision Changes Path 1.2 +1 -70 ports/graphics/php4-gd/files/patch-config.m4 1.2 +0 -50 ports/graphics/php4-gd/files/patch-gd.c (dead) 1.2 +0 -158 ports/graphics/php4-gd/files/patch-gd_ctx.c (dead) 1.2 +0 -45 ports/graphics/php4-gd/files/patch-libgd::gd.h (dead) 1.2 +0 -1087 ports/graphics/php4-gd/files/patch-libgd::gd_biggif_out.c (dead) 1.2 +0 -73 ports/graphics/php4-gd/files/patch-libgd::gd_gif_out.c (dead) 1.2 +0 -939 ports/graphics/php4-gd/files/patch-libgd::gd_lzw_out.c (dead) 1.2 +0 -21 ports/graphics/php4-gd/files/patch-php_gd.h (dead) 1.78 +5 -8 ports/lang/php4/Makefile 1.6 +1 -5 ports/lang/php4/Makefile.ext 1.14 +2 -2 ports/lang/php4/distinfo 1.14 +38 -0 ports/lang/php4/files/patch-configure (new) 1.3 +0 -2 ports/textproc/php4-pspell/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 19:48:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC21916A4CF; Mon, 11 Oct 2004 19:48:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0C643D55; Mon, 11 Oct 2004 19:48:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BJmXHn083529; Mon, 11 Oct 2004 19:48:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BJmXF4083528; Mon, 11 Oct 2004 19:48:33 GMT (envelope-from ale) Message-Id: <200410111948.i9BJmXF4083528@repoman.freebsd.org> From: Alex Dupre Date: Mon, 11 Oct 2004 19:48:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php5 Makefile Makefile.ext distinfo ports/lang/php5/files patch-configure ports/textproc/php5-pspell Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 19:48:33 -0000 ale 2004-10-11 19:48:33 UTC FreeBSD ports repository Modified files: lang/php5 Makefile Makefile.ext distinfo textproc/php5-pspell Makefile Added files: lang/php5/files patch-configure Log: Update to 5.0.2 release: - Fix compilation of thread-safe PHP after the PTHREAD_LIBS change - Include md5 and blowfish support on amd64 (fix headers) [1] - Add support for dom_import_simplexml function in php5-dom [2] - Fix vulnerability in RFC 1867 file upload processing [3] - Fix php_variables memory disclosure [3] PR: ports/71752 [1], ports/72003 [2], ports/72420 [3] Submitted by: Adam Gregoire [1], Vaidrius Petrauskas [2], Dmitry A Grigorovich [3] Approved by: portmgr (kris) Revision Changes Path 1.74 +4 -7 ports/lang/php5/Makefile 1.9 +3 -0 ports/lang/php5/Makefile.ext 1.14 +2 -2 ports/lang/php5/distinfo 1.13 +38 -0 ports/lang/php5/files/patch-configure (new) 1.3 +0 -2 ports/textproc/php5-pspell/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 19:52:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBCAD16A4CE; Mon, 11 Oct 2004 19:52:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AAE243D31; Mon, 11 Oct 2004 19:52:31 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BJqV3M083725; Mon, 11 Oct 2004 19:52:31 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BJqVXl083724; Mon, 11 Oct 2004 19:52:31 GMT (envelope-from njl) Message-Id: <200410111952.i9BJqVXl083724@repoman.freebsd.org> From: Nate Lawson Date: Mon, 11 Oct 2004 19:52:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 19:52:32 -0000 njl 2004-10-11 19:52:31 UTC FreeBSD src repository Modified files: sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c Log: Add acpi attachments for ISA sound drivers. This is needed so they'll probe and attach when ACPI is enabled. Submitted by: takawata (sbc fix) MFC after: 1 day Revision Changes Path 1.34 +1 -0 src/sys/dev/sound/isa/ad1816.c 1.12 +1 -0 src/sys/dev/sound/isa/es1888.c 1.15 +1 -0 src/sys/dev/sound/isa/gusc.c 1.43 +1 -0 src/sys/dev/sound/isa/sbc.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 20:01:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D6B16A4CE; Mon, 11 Oct 2004 20:01:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 459E743D2F; Mon, 11 Oct 2004 20:01:43 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BK1h9w084145; Mon, 11 Oct 2004 20:01:43 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BK1hRg084144; Mon, 11 Oct 2004 20:01:43 GMT (envelope-from andre) Message-Id: <200410112001.i9BK1hRg084144@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 11 Oct 2004 20:01:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net netisr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 20:01:43 -0000 andre 2004-10-11 20:01:43 UTC FreeBSD src repository Modified files: sys/net netisr.c Log: Correctly unregister a netisr by clearing the ni->ni_queue field to NULL as well. This field is actually used by various netisr functions to determine the availablility of the specified netisr. This uncomplete unregister leads directly to a crash when the KLD unregistering the netisr is unloaded. Submitted by: Sam MFC after: 3 days Revision Changes Path 1.15 +1 -0 src/sys/net/netisr.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 20:04:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D13E16A4CE; Mon, 11 Oct 2004 20:04:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427BD43D31; Mon, 11 Oct 2004 20:04:59 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BK4x2Q084289; Mon, 11 Oct 2004 20:04:59 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BK4xIF084288; Mon, 11 Oct 2004 20:04:59 GMT (envelope-from julian) Message-Id: <200410112004.i9BK4xIF084288@repoman.freebsd.org> From: Julian Elischer Date: Mon, 11 Oct 2004 20:04:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libpthread pthread.mapsrc/lib/libpthread/thread Makefile.inc thr_execve.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 20:04:59 -0000 julian 2004-10-11 20:04:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libpthread pthread.map lib/libpthread/thread Makefile.inc Added files: (Branch: RELENG_5) lib/libpthread/thread thr_execve.c Log: MFC: Capture calls to execve() to make sure that the signal mask is set correctly on the thread that is going to continue in the new process. Required for Posix compliance. This is not perfect and better fixes may happen after 5.3 is released. Approved by: re (scottl) Revision Changes Path 1.12.2.1 +2 -0 src/lib/libpthread/pthread.map 1.48.2.1 +1 -0 src/lib/libpthread/thread/Makefile.inc 1.3.2.1 +68 -0 src/lib/libpthread/thread/thr_execve.c (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 20:05:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1228D16A5B5; Mon, 11 Oct 2004 20:05:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E602943D48; Mon, 11 Oct 2004 20:05:25 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BK5PAZ084353; Mon, 11 Oct 2004 20:05:25 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BK5PqI084352; Mon, 11 Oct 2004 20:05:25 GMT (envelope-from marcus) Message-Id: <200410112005.i9BK5PqI084352@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 20:05:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gdk-pixbuf Makefile ports/graphics/gdk-pixbuf/files patch-pixbuf-security X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 20:05:26 -0000 marcus 2004-10-11 20:05:25 UTC FreeBSD ports repository Modified files: graphics/gdk-pixbuf Makefile Added files: graphics/gdk-pixbuf/files patch-pixbuf-security Log: Fix the security issues with ICO and XPM loading as detailed at: http://www.freebsd.org/ports/portaudit/3d1e9267-073f-11d9-b45d-000c41e2cdad.html Adapted from: gtk+ CVS Approved by: portmgr (implicit) Revision Changes Path 1.42 +1 -1 ports/graphics/gdk-pixbuf/Makefile 1.1 +53 -0 ports/graphics/gdk-pixbuf/files/patch-pixbuf-security (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 20:13:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8751616A4CE; Mon, 11 Oct 2004 20:13:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66CB343D31; Mon, 11 Oct 2004 20:13:52 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BKDqUD084764; Mon, 11 Oct 2004 20:13:52 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BKDqA6084763; Mon, 11 Oct 2004 20:13:52 GMT (envelope-from das) Message-Id: <200410112013.i9BKDqA6084763@repoman.freebsd.org> From: David Schultz Date: Mon, 11 Oct 2004 20:13:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/man math.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 20:13:52 -0000 das 2004-10-11 20:13:52 UTC FreeBSD src repository Modified files: lib/msun/man math.3 Log: More updates for math(3): - Make some minor rearrangements in the introduction. - Mention the problem with argument reduction on i386. - Add recently-implemented functions to the table. - Un-document the error bounds that only apply to the old 4BSD math library, and fill in the correct values where I know them. No attempt has been made to document bounds lower than 1 ulp, although smaller bounds are usually achievable in round-to-nearest mode. Revision Changes Path 1.13 +40 -30 src/lib/msun/man/math.3 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 20:22:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 356FC16A4CE; Mon, 11 Oct 2004 20:22:39 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B90B43D1F; Mon, 11 Oct 2004 20:22:39 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 4EA3E4A9A3; Mon, 11 Oct 2004 15:22:38 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 30839-01-60; Mon, 11 Oct 2004 15:22:38 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id EF9C94A99E; Mon, 11 Oct 2004 15:22:37 -0500 (CDT) Date: Mon, 11 Oct 2004 15:22:37 -0500 From: Alan Cox To: Nate Lawson Message-ID: <20041011202237.GQ9689@cs.rice.edu> References: <200410110606.i9B66g4t036235@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410110606.i9B66g4t036235@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 20:22:39 -0000 On Mon, Oct 11, 2004 at 06:06:42AM +0000, Nate Lawson wrote: > njl 2004-10-11 06:06:42 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_cpu.c > Log: > If bus mastering control is not available (PM2_BLK), don't just disable > C3. Instead, flush caches before entering C3. This may be slower but > provides good power savings. > > Revision Changes Path > 1.44 +28 -17 src/sys/dev/acpica/acpi_cpu.c This has pessimized the performance of my P4. For example, the "buildworld" time has increased by 30 seconds (out of ~30 minutes). Is there any information about my machine that you would like to have? Regards, Alan From owner-cvs-all@FreeBSD.ORG Mon Oct 11 20:48:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE93216A4CE; Mon, 11 Oct 2004 20:48:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E80943D4C; Mon, 11 Oct 2004 20:48:36 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BKmaNg092110; Mon, 11 Oct 2004 20:48:36 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BKma6Y092109; Mon, 11 Oct 2004 20:48:36 GMT (envelope-from glebius) Message-Id: <200410112048.i9BKma6Y092109@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 11 Oct 2004 20:48:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 rtalloc.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 20:48:36 -0000 glebius 2004-10-11 20:48:36 UTC FreeBSD src repository Modified files: share/man/man9 rtalloc.9 Log: - Document RT_[UN]LOCK, RT_ADDREF, RT_REMREF. - Describe how RT_FREE actually works. Grammar check: ru Reviewed by: sam MFC after: 1 month Revision Changes Path 1.19 +26 -1 src/share/man/man9/rtalloc.9 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 20:49:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B842216A4CE; Mon, 11 Oct 2004 20:49:52 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8CA43D1F; Mon, 11 Oct 2004 20:49:52 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])i9BKnw9p014244; Mon, 11 Oct 2004 16:49:58 -0400 Message-ID: <416AF1ED.9060301@root.org> Date: Mon, 11 Oct 2004 13:49:49 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Cox References: <200410110606.i9B66g4t036235@repoman.freebsd.org> <20041011202237.GQ9689@cs.rice.edu> In-Reply-To: <20041011202237.GQ9689@cs.rice.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 20:49:52 -0000 Alan Cox wrote: > On Mon, Oct 11, 2004 at 06:06:42AM +0000, Nate Lawson wrote: > >>njl 2004-10-11 06:06:42 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/acpica acpi_cpu.c >> Log: >> If bus mastering control is not available (PM2_BLK), don't just disable >> C3. Instead, flush caches before entering C3. This may be slower but >> provides good power savings. >> >> Revision Changes Path >> 1.44 +28 -17 src/sys/dev/acpica/acpi_cpu.c > > > This has pessimized the performance of my P4. For example, the "buildworld" > time has increased by 30 seconds (out of ~30 minutes). > > Is there any information about my machine that you would like to have? I would like to see acpidump -t output and sysctl hw.acpi. Please be sure you can regain performance by doing "sysctl hw.acpi.cpu.cx_lowest=C2". -Nate From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:10:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F22F216A4CF; Mon, 11 Oct 2004 21:10:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB43D43D48; Mon, 11 Oct 2004 21:10:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLANKJ092853; Mon, 11 Oct 2004 21:10:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLANDE092852; Mon, 11 Oct 2004 21:10:23 GMT (envelope-from imp) Message-Id: <200410112110.i9BLANDE092852@repoman.freebsd.org> From: Warner Losh Date: Mon, 11 Oct 2004 21:10:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/pci pci_bus.c src/sys/dev/acpica acpi_pcib_acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:10:24 -0000 imp 2004-10-11 21:10:23 UTC FreeBSD src repository Modified files: sys/i386/pci pci_bus.c sys/dev/acpica acpi_pcib_acpi.c Log: Make the lower range of the memory area 0x80000000 again. Also introduce hw.{pci,acpi}.host_mem_start tunable to change this. MFC: ASAP Revision Changes Path 1.42 +5 -1 src/sys/dev/acpica/acpi_pcib_acpi.c 1.115 +15 -1 src/sys/i386/pci/pci_bus.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:15:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A8816A4CE; Mon, 11 Oct 2004 21:15:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BEA43D3F; Mon, 11 Oct 2004 21:15:10 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLFAxm093151; Mon, 11 Oct 2004 21:15:10 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLFAcn093150; Mon, 11 Oct 2004 21:15:10 GMT (envelope-from njl) Message-Id: <200410112115.i9BLFAcn093150@repoman.freebsd.org> From: Nate Lawson Date: Mon, 11 Oct 2004 21:15:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:15:11 -0000 njl 2004-10-11 21:15:10 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Update C3 support when BM control is not present. * Fix a bug where caches were flushed on non-C3 transitions. * Be sure a working flush cache instruction is present before using it. * Disable C3 completely if it isn't present. Revision Changes Path 1.45 +28 -16 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:22:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8044316A4CE; Mon, 11 Oct 2004 21:22:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6056043D49; Mon, 11 Oct 2004 21:22:59 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLMxBA093505; Mon, 11 Oct 2004 21:22:59 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLMxVg093504; Mon, 11 Oct 2004 21:22:59 GMT (envelope-from ups) Message-Id: <200410112122.i9BLMxVg093504@repoman.freebsd.org> From: Stephan Uphoff Date: Mon, 11 Oct 2004 21:22:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:22:59 -0000 ups 2004-10-11 21:22:59 UTC FreeBSD src repository Modified files: sys/geom geom_io.c Log: Trace information about a buffer while we still control it. Reviewed by: phk Approved by: sam (mentor) Revision Changes Path 1.63 +3 -2 src/sys/geom/geom_io.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:23:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D569716A4CE; Mon, 11 Oct 2004 21:23:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B5643D1D; Mon, 11 Oct 2004 21:23:56 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLNuaD093546; Mon, 11 Oct 2004 21:23:56 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLNuPR093545; Mon, 11 Oct 2004 21:23:56 GMT (envelope-from joerg) Message-Id: <200410112123.i9BLNuPR093545@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 11 Oct 2004 21:23:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:23:57 -0000 joerg 2004-10-11 21:23:56 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Revert the change from rev 1.168. ru convinced me that the situation that was fixed by this should not normally happen, and since I did not record the traces of my failed build attempt that had been solved with that change, it's not entirely clear whether it hadn't been a pilot error on my end. In dubio pro reo. :-) Revision Changes Path 1.169 +1 -1 src/sys/conf/kmod.mk From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:27:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A4616A52C for ; Mon, 11 Oct 2004 21:27:29 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB4B143D53 for ; Mon, 11 Oct 2004 21:27:29 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 5786 invoked from network); 11 Oct 2004 21:27:26 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 11 Oct 2004 21:27:26 -0000 Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9BLRH6Q042482; Mon, 11 Oct 2004 17:27:22 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Mon, 11 Oct 2004 16:08:18 -0400 User-Agent: KMail/1.6.2 References: <200410111952.i9BJqVXl083724@repoman.freebsd.org> In-Reply-To: <200410111952.i9BJqVXl083724@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410111608.18915.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:27:32 -0000 On Monday 11 October 2004 03:52 pm, Nate Lawson wrote: > njl 2004-10-11 19:52:31 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c > Log: > Add acpi attachments for ISA sound drivers. This is needed so they'll > probe and attach when ACPI is enabled. > > Submitted by: takawata (sbc fix) > MFC after: 1 day This should only be needed for PnP BIOS cards, not just plain old ISA PnP cards. The es1888.c file is only a driver on Alpha in fact as it basically includes a dummy identify routine to make up for the lack of PnP BIOS on Alphas. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:35:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2880916A4CE for ; Mon, 11 Oct 2004 21:35:52 +0000 (GMT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7921643D2F for ; Mon, 11 Oct 2004 21:35:51 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 53946 invoked from network); 11 Oct 2004 21:35:50 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 11 Oct 2004 21:35:50 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 11 Oct 2004 16:35:49 -0500 (CDT) From: Mike Silbersack To: Mike Makonnen In-Reply-To: <200410071406.i97E6NG7025008@repoman.freebsd.org> Message-ID: <20041011163453.R54981@odysseus.silby.com> References: <200410071406.i97E6NG7025008@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-965765047-1097530549=:54981" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/share/man/man8 rc.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:35:52 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-965765047-1097530549=:54981 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Thu, 7 Oct 2004, Mike Makonnen wrote: > mtm 2004-10-07 14:06:23 UTC > > FreeBSD src repository > > Modified files: > . UPDATING > share/man/man8 rc.8 > Log: > F=98 > > Revision Changes Path > 1.371 +5 -0 src/UPDATING > 1.26 +0 -5 src/share/man/man8/rc.8 Sweet! I know that OpenBSD has W^X support, but I'm sure this F^X support= =20 blows it out of the water! Keep up the good work! Mike "Silby" Silbersack --0-965765047-1097530549=:54981-- From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:42:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B441216A4CE; Mon, 11 Oct 2004 21:42:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 959E543D2D; Mon, 11 Oct 2004 21:42:10 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLgAI2094165; Mon, 11 Oct 2004 21:42:10 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLgAWw094164; Mon, 11 Oct 2004 21:42:10 GMT (envelope-from kris) Message-Id: <200410112142.i9BLgAWw094164@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 11 Oct 2004 21:42:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-quix3dn Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:42:10 -0000 kris 2004-10-11 21:42:10 UTC FreeBSD ports repository Modified files: audio/xmms-quix3dn Makefile Log: Register missing dependency on compat4x on 5.x and above Approved by: portmgr (self) Revision Changes Path 1.7 +7 -1 ports/audio/xmms-quix3dn/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:44:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D40F216A4CE; Mon, 11 Oct 2004 21:44:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B50A643D1D; Mon, 11 Oct 2004 21:44:33 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLiXXV094288; Mon, 11 Oct 2004 21:44:33 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLiXEr094287; Mon, 11 Oct 2004 21:44:33 GMT (envelope-from kris) Message-Id: <200410112144.i9BLiXEr094287@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 11 Oct 2004 21:44:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:44:34 -0000 kris 2004-10-11 21:44:33 UTC FreeBSD ports repository Modified files: . avail Log: Lock out the ports tree in preparation for tagging. Revision Changes Path 1.218 +1 -1 CVSROOT/avail From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:51:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8629316A4CE; Mon, 11 Oct 2004 21:51:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4729543D2D; Mon, 11 Oct 2004 21:51:28 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLpSW8013784; Mon, 11 Oct 2004 21:51:28 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLpSjV013781; Mon, 11 Oct 2004 21:51:28 GMT (envelope-from peter) Message-Id: <200410112151.i9BLpSjV013781@repoman.freebsd.org> From: Peter Wemm Date: Mon, 11 Oct 2004 21:51:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:51:28 -0000 peter 2004-10-11 21:51:28 UTC FreeBSD src repository Modified files: sys/amd64/pci pci_bus.c Log: MFi386: sync with latest updates Revision Changes Path 1.110 +36 -3 src/sys/amd64/pci/pci_bus.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:51:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59BEF16A4CE; Mon, 11 Oct 2004 21:51:51 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190B043D2D; Mon, 11 Oct 2004 21:51:51 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])i9BLq2Wo021745; Mon, 11 Oct 2004 17:52:02 -0400 Message-ID: <416B0075.1020006@root.org> Date: Mon, 11 Oct 2004 14:51:49 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200410111952.i9BJqVXl083724@repoman.freebsd.org> <200410111608.18915.jhb@FreeBSD.org> In-Reply-To: <200410111608.18915.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:51:51 -0000 John Baldwin wrote: > On Monday 11 October 2004 03:52 pm, Nate Lawson wrote: > >>njl 2004-10-11 19:52:31 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c >> Log: >> Add acpi attachments for ISA sound drivers. This is needed so they'll >> probe and attach when ACPI is enabled. >> >> Submitted by: takawata (sbc fix) >> MFC after: 1 day > > This should only be needed for PnP BIOS cards, not just plain old ISA PnP > cards. The es1888.c file is only a driver on Alpha in fact as it basically > includes a dummy identify routine to make up for the lack of PnP BIOS on > Alphas. Which of those cards should have the acpi attachment removed? I think it should be: * Removed from es1888.c * Added to ess.c:esscontrol * Moved from mss.c:snd_mss to snd_pnpmss -Nate From owner-cvs-all@FreeBSD.ORG Mon Oct 11 21:56:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C53216A4CE; Mon, 11 Oct 2004 21:56:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B66D43D2F; Mon, 11 Oct 2004 21:56:28 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLuSIx030788; Mon, 11 Oct 2004 21:56:28 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLuSKG030787; Mon, 11 Oct 2004 21:56:28 GMT (envelope-from peter) Message-Id: <200410112156.i9BLuSKG030787@repoman.freebsd.org> From: Peter Wemm Date: Mon, 11 Oct 2004 21:56:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.h src/lib/libkvm kvm_proc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 21:56:28 -0000 peter 2004-10-11 21:56:27 UTC FreeBSD src repository Modified files: sys/sys conf.h lib/libkvm kvm_proc.c Log: Belatedly catch up with the dev_t/cdev changes from a few months back. Extract the struct cdev pointer and the tty device from inside rather than incorrectly casting the 'struct cdev *' pointer to a 'dev_t' int. Not that this was particularly important since it was only used for reading vmcore files. Revision Changes Path 1.82 +11 -1 src/lib/libkvm/kvm_proc.c 1.202 +5 -0 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:04:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 591DD16A4CE; Mon, 11 Oct 2004 22:04:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A85643D2D; Mon, 11 Oct 2004 22:04:05 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BM45MR031119; Mon, 11 Oct 2004 22:04:05 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BM45Mg031118; Mon, 11 Oct 2004 22:04:05 GMT (envelope-from obrien) Message-Id: <200410112204.i9BM45Mg031118@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 11 Oct 2004 22:04:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:04:05 -0000 obrien 2004-10-11 22:04:05 UTC FreeBSD src repository Modified files: lib/libarchive Makefile Log: Build as a shared lib again. Discussed with: kientzle Revision Changes Path 1.23 +0 -4 src/lib/libarchive/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:04:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75A5616A537; Mon, 11 Oct 2004 22:04:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 677F543D53; Mon, 11 Oct 2004 22:04:16 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BM4GOG031225; Mon, 11 Oct 2004 22:04:16 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BM4GgA031224; Mon, 11 Oct 2004 22:04:16 GMT (envelope-from peter) Message-Id: <200410112204.i9BM4GgA031224@repoman.freebsd.org> From: Peter Wemm Date: Mon, 11 Oct 2004 22:04:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c src/sys/kern kern_exec.c kern_sysctl.c kern_tc.c kern_xxx.c src/sys/sys sysctl.h src/sys/vm vm_meter.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:04:16 -0000 peter 2004-10-11 22:04:16 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c sys/kern kern_exec.c kern_sysctl.c kern_tc.c kern_xxx.c sys/sys sysctl.h sys/vm vm_meter.c Log: Put on my peril sensitive sunglasses and add a flags field to the internal sysctl routines and state. Add some code to use it for signalling the need to downconvert a data structure to 32 bits on a 64 bit OS when requested by a 32 bit app. I tried to do this in a generic abi wrapper that intercepted the sysctl oid's, or looked up the format string etc, but it was a real can of worms that turned into a fragile mess before I even got it partially working. With this, we can now run 'sysctl -a' on a 32 bit sysctl binary and have it not abort. Things like netstat, ps, etc have a long way to go. This also fixes a bug in the kern.ps_strings and kern.usrstack hacks. These do matter very much because they are used by libc_r and other things. Revision Changes Path 1.25 +3 -7 src/sys/compat/freebsd32/freebsd32_misc.c 1.256 +4 -4 src/sys/kern/kern_exec.c 1.160 +28 -10 src/sys/kern/kern_sysctl.c 1.163 +17 -2 src/sys/kern/kern_tc.c 1.43 +5 -5 src/sys/kern/kern_xxx.c 1.133 +9 -3 src/sys/sys/sysctl.h 1.78 +18 -2 src/sys/vm/vm_meter.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:04:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 682B916A4CF; Mon, 11 Oct 2004 22:04:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 495BD43D2D; Mon, 11 Oct 2004 22:04:29 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BM4TVL031265; Mon, 11 Oct 2004 22:04:29 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BM4TWS031264; Mon, 11 Oct 2004 22:04:29 GMT (envelope-from kris) Message-Id: <200410112204.i9BM4TWS031264@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 11 Oct 2004 22:04:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:04:29 -0000 kris 2004-10-11 22:04:29 UTC FreeBSD ports repository Modified files: . avail Log: Tagging is complete Revision Changes Path 1.219 +1 -1 CVSROOT/avail From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:05:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB95716A4CE; Mon, 11 Oct 2004 22:05:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EEB743D3F; Mon, 11 Oct 2004 22:05:02 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BM52Aj031313; Mon, 11 Oct 2004 22:05:02 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BM52px031312; Mon, 11 Oct 2004 22:05:02 GMT (envelope-from kris) Message-Id: <200410112205.i9BM52px031312@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 11 Oct 2004 22:05:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:05:03 -0000 kris 2004-10-11 22:05:02 UTC FreeBSD ports repository Modified files: . approvers Log: Turn off approval checking for the ports tree. Revision Changes Path 1.3 +1 -1 CVSROOT/approvers From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:10:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BA9C16A4CE; Mon, 11 Oct 2004 22:10:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BE8043D2D; Mon, 11 Oct 2004 22:10:59 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMAxVA031636; Mon, 11 Oct 2004 22:10:59 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMAxer031635; Mon, 11 Oct 2004 22:10:59 GMT (envelope-from obrien) Message-Id: <200410112210.i9BMAxer031635@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 11 Oct 2004 22:10:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/cvsup Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:10:59 -0000 obrien 2004-10-11 22:10:59 UTC FreeBSD ports repository Modified files: net/cvsup Makefile distinfo Log: Catching up with lib bumping, consume libm.so.3 on AMD64. Approved by: portmgr(marcus) Revision Changes Path 1.57 +1 -0 ports/net/cvsup/Makefile 1.24 +2 -2 ports/net/cvsup/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:14:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E5416A4CE; Mon, 11 Oct 2004 22:14:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7341443D41; Mon, 11 Oct 2004 22:14:47 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMElQo031854; Mon, 11 Oct 2004 22:14:47 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMElUK031853; Mon, 11 Oct 2004 22:14:47 GMT (envelope-from peter) Message-Id: <200410112214.i9BMElUK031853@repoman.freebsd.org> From: Peter Wemm Date: Mon, 11 Oct 2004 22:14:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/lib32 build32.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:14:47 -0000 peter 2004-10-11 22:14:47 UTC FreeBSD src repository Modified files: tools/lib32 build32.sh Log: Don't leave noschg files laying around in /tmp Revision Changes Path 1.7 +2 -0 src/tools/lib32/build32.sh From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:17:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0599A16A4CE; Mon, 11 Oct 2004 22:17:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D627943D5F; Mon, 11 Oct 2004 22:17:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMH7mn032083; Mon, 11 Oct 2004 22:17:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMH779032082; Mon, 11 Oct 2004 22:17:07 GMT (envelope-from pav) Message-Id: <200410112217.i9BMH779032082@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:17:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/leafnode Makefile distinfo ports/news/leafnode/files patch-fetchnews.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:17:08 -0000 pav 2004-10-11 22:17:07 UTC FreeBSD ports repository Modified files: news/leafnode Makefile distinfo Removed files: news/leafnode/files patch-fetchnews.c Log: - Update to 1.10.6 PR: ports/72017 Submitted by: Matthias Andree (maintainer) Revision Changes Path 1.61 +2 -2 ports/news/leafnode/Makefile 1.45 +2 -2 ports/news/leafnode/distinfo 1.4 +0 -55 ports/news/leafnode/files/patch-fetchnews.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:18:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB7016A4CE; Mon, 11 Oct 2004 22:18:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BBBE43D1D; Mon, 11 Oct 2004 22:18:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMIvfU032167; Mon, 11 Oct 2004 22:18:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMIviZ032166; Mon, 11 Oct 2004 22:18:57 GMT (envelope-from pav) Message-Id: <200410112218.i9BMIviZ032166@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:18:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/xephem Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:18:57 -0000 pav 2004-10-11 22:18:57 UTC FreeBSD ports repository Modified files: astro/xephem Makefile distinfo Log: - Update to 3.6.1 PR: ports/72096 Submitted by: Joel Ray Holveck Revision Changes Path 1.37 +1 -1 ports/astro/xephem/Makefile 1.15 +2 -2 ports/astro/xephem/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:19:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A486816A4CF; Mon, 11 Oct 2004 22:19:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C1243D2D; Mon, 11 Oct 2004 22:19:51 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMJpMB032217; Mon, 11 Oct 2004 22:19:51 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMJprQ032216; Mon, 11 Oct 2004 22:19:51 GMT (envelope-from lofi) Message-Id: <200410112219.i9BMJprQ032216@repoman.freebsd.org> From: Michael Nottebrock Date: Mon, 11 Oct 2004 22:19:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:19:51 -0000 lofi 2004-10-11 22:19:51 UTC FreeBSD ports repository Modified files: . access Log: Hey, I'm online again, and just two weeks later than scheduled! Revision Changes Path 1.618 +1 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:20:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539D716A4CE; Mon, 11 Oct 2004 22:20:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D3443D2D; Mon, 11 Oct 2004 22:20:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMKkGW032354; Mon, 11 Oct 2004 22:20:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMKkAg032353; Mon, 11 Oct 2004 22:20:46 GMT (envelope-from pav) Message-Id: <200410112220.i9BMKkAg032353@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:20:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/libmad Makefile pkg-plist ports/audio/libmad/files mad.pc.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:20:46 -0000 pav 2004-10-11 22:20:46 UTC FreeBSD ports repository Modified files: audio/libmad Makefile pkg-plist Added files: audio/libmad/files mad.pc.in Log: - Install pkgconfig file Approved by: maintainer Obtained from: Debian Revision Changes Path 1.5 +9 -0 ports/audio/libmad/Makefile 1.1 +11 -0 ports/audio/libmad/files/mad.pc.in (new) 1.2 +1 -0 ports/audio/libmad/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:22:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D2916A4CE; Mon, 11 Oct 2004 22:22:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3331143D3F; Mon, 11 Oct 2004 22:22:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMMASM032423; Mon, 11 Oct 2004 22:22:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMMAsf032422; Mon, 11 Oct 2004 22:22:10 GMT (envelope-from pav) Message-Id: <200410112222.i9BMMAsf032422@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:22:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/libsidplay Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:22:10 -0000 pav 2004-10-11 22:22:10 UTC FreeBSD ports repository Modified files: audio/libsidplay Makefile distinfo Log: - Update to 1.36.59 PR: ports/71067 Submitted by: Roman Bogorodskiy Approved by: maintainer timeout (1 month) Revision Changes Path 1.29 +1 -1 ports/audio/libsidplay/Makefile 1.17 +2 -2 ports/audio/libsidplay/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:23:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDBAF16A4CE; Mon, 11 Oct 2004 22:23:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF91243D1F; Mon, 11 Oct 2004 22:23:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMNZS3032475; Mon, 11 Oct 2004 22:23:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMNZnR032474; Mon, 11 Oct 2004 22:23:35 GMT (envelope-from pav) Message-Id: <200410112223.i9BMNZnR032474@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:23:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/marlin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:23:35 -0000 pav 2004-10-11 22:23:35 UTC FreeBSD ports repository Modified files: audio/marlin Makefile distinfo pkg-plist Log: - Update to 0.7 Revision Changes Path 1.3 +1 -2 ports/audio/marlin/Makefile 1.2 +2 -2 ports/audio/marlin/distinfo 1.2 +2 -0 ports/audio/marlin/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:24:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF1816A4CF; Mon, 11 Oct 2004 22:24:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D72243D2D; Mon, 11 Oct 2004 22:24:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMOrYG032529; Mon, 11 Oct 2004 22:24:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMOr8B032528; Mon, 11 Oct 2004 22:24:53 GMT (envelope-from pav) Message-Id: <200410112224.i9BMOr8B032528@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:24:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/rsynth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:24:53 -0000 pav 2004-10-11 22:24:53 UTC FreeBSD ports repository Modified files: audio/rsynth Makefile Log: - Correct dependency: ligdbm is linked in dynamically PR: ports/71904 Submitted by: Nicolas Rachinsky Revision Changes Path 1.22 +3 -2 ports/audio/rsynth/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:26:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E1B16A4CE; Mon, 11 Oct 2004 22:26:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687B543D1F; Mon, 11 Oct 2004 22:26:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMQY5Y032659; Mon, 11 Oct 2004 22:26:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMQYs6032658; Mon, 11 Oct 2004 22:26:34 GMT (envelope-from pav) Message-Id: <200410112226.i9BMQYs6032658@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:26:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/phylip Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:26:34 -0000 pav 2004-10-11 22:26:34 UTC FreeBSD ports repository Modified files: biology/phylip Makefile distinfo pkg-plist Log: - Update to 3.62 - Install font files PR: ports/72212 Submitted by: Fernan Aguero Approved by: David A. Bader (maintainer) Revision Changes Path 1.8 +7 -4 ports/biology/phylip/Makefile 1.7 +2 -2 ports/biology/phylip/distinfo 1.6 +7 -0 ports/biology/phylip/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:28:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD2C16A4CE; Mon, 11 Oct 2004 22:28:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A078943D31; Mon, 11 Oct 2004 22:28:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMSOP5032809; Mon, 11 Oct 2004 22:28:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMSOO0032808; Mon, 11 Oct 2004 22:28:24 GMT (envelope-from pav) Message-Id: <200410112228.i9BMSOO0032808@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:28:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/gmfsk Makefile distinfo pkg-descr pkg-message pkg-plist ports/comms/gmfsk/files patch-config.h.in patch-mt63_dsp.h patch-snd.c patch-src_mt63_dsp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:28:24 -0000 pav 2004-10-11 22:28:24 UTC FreeBSD ports repository Modified files: comms/gmfsk Makefile distinfo pkg-descr pkg-message pkg-plist Added files: comms/gmfsk/files patch-mt63_dsp.h Removed files: comms/gmfsk/files patch-config.h.in patch-snd.c patch-src_mt63_dsp.h Log: - Update to 0.6 PR: ports/72072 Submitted by: Carl Makin (maintainer) Revision Changes Path 1.6 +25 -12 ports/comms/gmfsk/Makefile 1.3 +2 -2 ports/comms/gmfsk/distinfo 1.2 +0 -11 ports/comms/gmfsk/files/patch-config.h.in (dead) 1.1 +21 -0 ports/comms/gmfsk/files/patch-mt63_dsp.h (new) 1.2 +0 -27 ports/comms/gmfsk/files/patch-snd.c (dead) 1.2 +0 -22 ports/comms/gmfsk/files/patch-src_mt63_dsp.h (dead) 1.2 +2 -2 ports/comms/gmfsk/pkg-descr 1.2 +3 -7 ports/comms/gmfsk/pkg-message 1.2 +24 -7 ports/comms/gmfsk/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:30:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E191616A4CE; Mon, 11 Oct 2004 22:30:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D660043D53; Mon, 11 Oct 2004 22:30:39 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMUduL032977; Mon, 11 Oct 2004 22:30:39 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMUdYc032976; Mon, 11 Oct 2004 22:30:39 GMT (envelope-from thierry) Message-Id: <200410112230.i9BMUdYc032976@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 11 Oct 2004 22:30:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/freefem++ Makefile distinfo pkg-plist patch-src::femlib::MatriceCreuse_tpl.hpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:30:40 -0000 thierry 2004-10-11 22:30:39 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo pkg-plist math/freefem++/files patch-configure Added files: math/freefem++/files patch-src::femlib::MatriceCreuse_tpl.hpp Log: - Upgrade to 1.42; - Add support for MPI. Revision Changes Path 1.14 +35 -7 ports/math/freefem++/Makefile 1.8 +2 -2 ports/math/freefem++/distinfo 1.3 +11 -116 ports/math/freefem++/files/patch-configure 1.1 +13 -0 ports/math/freefem++/files/patch-src::femlib::MatriceCreuse_tpl.hpp (new) 1.7 +3 -2 ports/math/freefem++/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:30:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF58716A4CF; Mon, 11 Oct 2004 22:30:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E9543D5D; Mon, 11 Oct 2004 22:30:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMUhGJ033024; Mon, 11 Oct 2004 22:30:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMUhWP033023; Mon, 11 Oct 2004 22:30:43 GMT (envelope-from pav) Message-Id: <200410112230.i9BMUhWP033023@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:30:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/openobex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:30:43 -0000 pav 2004-10-11 22:30:43 UTC FreeBSD ports repository Modified files: comms/openobex Makefile Log: - Avoid strange build failures by running of autoheader (which is the correct thing to do, since we patched config.h.in) PR: ports/71860 Reported by: Matthias Andree Submitted by: maintainer Revision Changes Path 1.4 +2 -1 ports/comms/openobex/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:32:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE64F16A4CE; Mon, 11 Oct 2004 22:32:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4B743D45; Mon, 11 Oct 2004 22:32:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMWMIL033117; Mon, 11 Oct 2004 22:32:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMWMwb033116; Mon, 11 Oct 2004 22:32:22 GMT (envelope-from pav) Message-Id: <200410112232.i9BMWMwb033116@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:32:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/cmios9 Makefile distinfo pkg-descr ports/converters/cmios9/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:32:23 -0000 pav 2004-10-11 22:32:22 UTC FreeBSD ports repository Modified files: converters/cmios9 Makefile distinfo pkg-descr Removed files: converters/cmios9/files patch-Makefile Log: - Update to 2.0 PR: ports/72192 Submitted by: Klaus Michael Indlekofer (maintainer) Revision Changes Path 1.3 +9 -8 ports/converters/cmios9/Makefile 1.3 +2 -2 ports/converters/cmios9/distinfo 1.2 +0 -11 ports/converters/cmios9/files/patch-Makefile (dead) 1.2 +13 -4 ports/converters/cmios9/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:34:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 947FE16A4CE; Mon, 11 Oct 2004 22:34:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7449443D5A; Mon, 11 Oct 2004 22:34:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMYLKn033212; Mon, 11 Oct 2004 22:34:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMYL87033211; Mon, 11 Oct 2004 22:34:21 GMT (envelope-from pav) Message-Id: <200410112234.i9BMYL87033211@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:34:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/py-sqlobject Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:34:21 -0000 pav 2004-10-11 22:34:21 UTC FreeBSD ports repository Modified files: databases/py-sqlobject Makefile distinfo pkg-plist Log: - Update to 0.6 PR: ports/72027 Submitted by: Choe, Cheng-Dae (maintainer) Revision Changes Path 1.2 +2 -2 ports/databases/py-sqlobject/Makefile 1.2 +2 -2 ports/databases/py-sqlobject/distinfo 1.2 +90 -38 ports/databases/py-sqlobject/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:35:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A524F16A4CE; Mon, 11 Oct 2004 22:35:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83EC643D49; Mon, 11 Oct 2004 22:35:06 +0000 (GMT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMZ6aN033298; Mon, 11 Oct 2004 22:35:06 GMT (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMZ6fg033297; Mon, 11 Oct 2004 22:35:06 GMT (envelope-from pb) Message-Id: <200410112235.i9BMZ6fg033297@repoman.freebsd.org> From: Pierre Beyssac Date: Mon, 11 Oct 2004 22:35:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/kino Makefile distinfo pkg-plist ports/multimedia/kino/files patch-ai X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:35:08 -0000 pb 2004-10-11 22:35:06 UTC FreeBSD ports repository Modified files: multimedia/kino Makefile distinfo pkg-plist multimedia/kino/files patch-ai Log: Update to 0.7.4. Revision Changes Path 1.6 +2 -2 ports/multimedia/kino/Makefile 1.4 +2 -2 ports/multimedia/kino/distinfo 1.4 +59 -58 ports/multimedia/kino/files/patch-ai 1.4 +2 -0 ports/multimedia/kino/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:36:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C327D16A4CE; Mon, 11 Oct 2004 22:36:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A36C443D39; Mon, 11 Oct 2004 22:36:21 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMaL4r033463; Mon, 11 Oct 2004 22:36:21 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMaLcE033462; Mon, 11 Oct 2004 22:36:21 GMT (envelope-from thierry) Message-Id: <200410112236.i9BMaLcE033462@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 11 Oct 2004 22:36:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fonts/code2000 Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:36:21 -0000 thierry 2004-10-11 22:36:21 UTC FreeBSD ports repository Modified files: x11-fonts/code2000 Makefile distinfo pkg-message pkg-plist Log: Upgrade to 1.14. Revision Changes Path 1.3 +2 -3 ports/x11-fonts/code2000/Makefile 1.3 +2 -2 ports/x11-fonts/code2000/distinfo 1.2 +1 -1 ports/x11-fonts/code2000/pkg-message 1.2 +2 -1 ports/x11-fonts/code2000/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:36:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 615CD16A4CE; Mon, 11 Oct 2004 22:36:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4121843D1F; Mon, 11 Oct 2004 22:36:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMahsK033518; Mon, 11 Oct 2004 22:36:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMaheb033517; Mon, 11 Oct 2004 22:36:43 GMT (envelope-from pav) Message-Id: <200410112236.i9BMaheb033517@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:36:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/multisync Makefile ports/deskutils/multisync/files patch-src-syncengine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:36:43 -0000 pav 2004-10-11 22:36:43 UTC FreeBSD ports repository Modified files: deskutils/multisync Makefile deskutils/multisync/files patch-src-syncengine.c Log: - Fix loading of plugins Obtained from: Multisync authors via Sam Lawrance Revision Changes Path 1.9 +1 -0 ports/deskutils/multisync/Makefile 1.2 +10 -2 ports/deskutils/multisync/files/patch-src-syncengine.c From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:37:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B2CD16A4CE; Mon, 11 Oct 2004 22:37:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6AE43D1F; Mon, 11 Oct 2004 22:37:23 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMbNsN033605; Mon, 11 Oct 2004 22:37:23 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMbNBp033604; Mon, 11 Oct 2004 22:37:23 GMT (envelope-from edwin) Message-Id: <200410112237.i9BMbNBp033604@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 22:37:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/xmame Makefile distinfo pkg-plist patch-src-unix-joystick-drivers-joy_usb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:37:23 -0000 edwin 2004-10-11 22:37:23 UTC FreeBSD ports repository Modified files: emulators/xmame Makefile distinfo pkg-plist Added files: emulators/xmame/files patch-src-unix-joystick-drivers-joy_usb.c Removed files: emulators/xmame/files patch-src-sha1.h Log: [Maintainer update] emulators/xmame to 0.86 I was holding this in hope they would get networking fixed. No dice. *NETWORKING DOESN'T WORK IN THIS VERSION* and is disabled in the Makefile. Some people have reported success on !i386, so I've removed the ARCH restriction for now. We'll see how it turns out. This version makes gxmame stop working, see the other PR about gxmame for a fix. PR: ports/71252 Submitted by: Miguel Mendez Revision Changes Path 1.76 +21 -21 ports/emulators/xmame/Makefile 1.46 +2 -2 ports/emulators/xmame/distinfo 1.2 +0 -14 ports/emulators/xmame/files/patch-src-sha1.h (dead) 1.1 +11 -0 ports/emulators/xmame/files/patch-src-unix-joystick-drivers-joy_usb.c (new) 1.27 +1 -0 ports/emulators/xmame/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:37:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A332316A4CE; Mon, 11 Oct 2004 22:37:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8533043D49; Mon, 11 Oct 2004 22:37:34 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMbY9j033634; Mon, 11 Oct 2004 22:37:34 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMbYoC033633; Mon, 11 Oct 2004 22:37:34 GMT (envelope-from obrien) Message-Id: <200410112237.i9BMbYoC033633@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 11 Oct 2004 22:37:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:37:34 -0000 obrien 2004-10-11 22:37:34 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: 'portupgrade' places obsoleted shared libraries in /usr/local/lib/compat/pkg, so add this the list of directories ldconfig'ed. Revision Changes Path 1.221 +2 -1 src/etc/defaults/rc.conf From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:38:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D8A16A4CE; Mon, 11 Oct 2004 22:38:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4E143D1F; Mon, 11 Oct 2004 22:38:03 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMc3VX033690; Mon, 11 Oct 2004 22:38:03 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMc3Ei033689; Mon, 11 Oct 2004 22:38:03 GMT (envelope-from edwin) Message-Id: <200410112238.i9BMc3Ei033689@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 22:38:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/xmess Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:38:04 -0000 edwin 2004-10-11 22:38:03 UTC FreeBSD ports repository Modified files: emulators/xmess Makefile Log: [Maintainer update] emulators/xmess to 0.86 sync with master port PR: ports/71253 Submitted by: Miguel Mendez Revision Changes Path 1.28 +1 -1 ports/emulators/xmess/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:38:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B181A16A4CE; Mon, 11 Oct 2004 22:38:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916E443D53; Mon, 11 Oct 2004 22:38:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMcE1c033748; Mon, 11 Oct 2004 22:38:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMcETo033747; Mon, 11 Oct 2004 22:38:14 GMT (envelope-from pav) Message-Id: <200410112238.i9BMcETo033747@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:38:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cvs2p4 Makefile distinfo pkg-plist ports/devel/cvs2p4/files patch-config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:38:15 -0000 pav 2004-10-11 22:38:14 UTC FreeBSD ports repository Modified files: devel/cvs2p4 Makefile distinfo pkg-plist devel/cvs2p4/files patch-config Log: - Update to 2.4 PR: ports/72242 Submitted by: marck Revision Changes Path 1.9 +1 -1 ports/devel/cvs2p4/Makefile 1.4 +2 -2 ports/devel/cvs2p4/distinfo 1.2 +11 -11 ports/devel/cvs2p4/files/patch-config 1.3 +5 -1 ports/devel/cvs2p4/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:38:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B25016A4CE; Mon, 11 Oct 2004 22:38:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A54043D2D; Mon, 11 Oct 2004 22:38:55 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMcsI4033824; Mon, 11 Oct 2004 22:38:55 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMcsJN033823; Mon, 11 Oct 2004 22:38:54 GMT (envelope-from edwin) Message-Id: <200410112238.i9BMcsJN033823@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 22:38:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/gxmame Makefileports/emulators/gxmame/files patch-src::mameio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:38:55 -0000 edwin 2004-10-11 22:38:54 UTC FreeBSD ports repository Modified files: emulators/gxmame Makefile Added files: emulators/gxmame/files patch-src::mameio.c Log: emulators/gxmame. Add extra patch to enable compat with new xmame 0.86 A little patch is needed for this program to work with the new xmame. PR: ports/71255 Submitted by: Miguel Mendez Revision Changes Path 1.11 +1 -1 ports/emulators/gxmame/Makefile 1.1 +11 -0 ports/emulators/gxmame/files/patch-src::mameio.c (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:40:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81C7E16A4CF; Mon, 11 Oct 2004 22:40:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E7743D31; Mon, 11 Oct 2004 22:40:52 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMeqff034013; Mon, 11 Oct 2004 22:40:52 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMeqen034012; Mon, 11 Oct 2004 22:40:52 GMT (envelope-from mezz) Message-Id: <200410112240.i9BMeqen034012@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 11 Oct 2004 22:40:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gcursor Makefile distinfo pkg-plist ports/x11/gcursor/files patch-src::gcursor.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:40:56 -0000 mezz 2004-10-11 22:40:52 UTC FreeBSD ports repository Modified files: x11/gcursor Makefile distinfo pkg-plist x11/gcursor/files patch-src::gcursor.c Log: Update to 0.061. Revision Changes Path 1.9 +1 -1 ports/x11/gcursor/Makefile 1.5 +2 -2 ports/x11/gcursor/distinfo 1.6 +47 -3 ports/x11/gcursor/files/patch-src::gcursor.c 1.4 +1 -0 ports/x11/gcursor/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:41:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025A216A4CE; Mon, 11 Oct 2004 22:41:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85C743D3F; Mon, 11 Oct 2004 22:41:18 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMfIX0034064; Mon, 11 Oct 2004 22:41:18 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMfIra034063; Mon, 11 Oct 2004 22:41:18 GMT (envelope-from edwin) Message-Id: <200410112241.i9BMfIra034063@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 22:41:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/lire Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:41:19 -0000 edwin 2004-10-11 22:41:18 UTC FreeBSD ports repository Modified files: sysutils/lire Makefile distinfo Log: Upgrade to 2.0 Submitted by: edwin@mavetju.org Revision Changes Path 1.22 +1 -3 ports/sysutils/lire/Makefile 1.4 +2 -2 ports/sysutils/lire/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:41:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E7C16A4CE; Mon, 11 Oct 2004 22:41:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A0C43D5A; Mon, 11 Oct 2004 22:41:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMfLEf034118; Mon, 11 Oct 2004 22:41:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMfLOo034117; Mon, 11 Oct 2004 22:41:21 GMT (envelope-from pav) Message-Id: <200410112241.i9BMfLOo034117@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:41:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/freeride Makefile distinfo pkg-plist ports/devel/freeride/files install.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:41:23 -0000 pav 2004-10-11 22:41:21 UTC FreeBSD ports repository Modified files: devel/freeride Makefile distinfo pkg-plist devel/freeride/files install.rb Log: - Update to 0.7.0 and unbreak PR: ports/72300 Submitted by: Alexander Novitsky (maintainer) Revision Changes Path 1.3 +11 -6 ports/devel/freeride/Makefile 1.2 +2 -2 ports/devel/freeride/distinfo 1.2 +16 -21 ports/devel/freeride/files/install.rb 1.2 +210 -177 ports/devel/freeride/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:41:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9744B16A4D7; Mon, 11 Oct 2004 22:41:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B97A43D1F; Mon, 11 Oct 2004 22:41:38 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMfc2O034162; Mon, 11 Oct 2004 22:41:38 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMfcHJ034161; Mon, 11 Oct 2004 22:41:38 GMT (envelope-from mezz) Message-Id: <200410112241.i9BMfcHJ034161@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 11 Oct 2004 22:41:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/neverball Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:41:38 -0000 mezz 2004-10-11 22:41:38 UTC FreeBSD ports repository Modified files: games/neverball Makefile distinfo pkg-descr pkg-plist Log: Update to 1.4.0. Revision Changes Path 1.19 +3 -3 ports/games/neverball/Makefile 1.17 +2 -2 ports/games/neverball/distinfo 1.4 +4 -4 ports/games/neverball/pkg-descr 1.10 +111 -38 ports/games/neverball/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:42:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B21616A4CE; Mon, 11 Oct 2004 22:42:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E69143D55; Mon, 11 Oct 2004 22:42:04 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMg4o2034239; Mon, 11 Oct 2004 22:42:04 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMg40C034238; Mon, 11 Oct 2004 22:42:04 GMT (envelope-from mezz) Message-Id: <200410112242.i9BMg40C034238@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 11 Oct 2004 22:42:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/wesnoth Makefile distinfo pkg-plist ports/games/wesnoth/files patch-configure patch-src::Makefile.in patch-src::help.cpp patch-src::scoped_resource.hpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:42:04 -0000 mezz 2004-10-11 22:42:04 UTC FreeBSD ports repository Modified files: games/wesnoth Makefile distinfo pkg-plist games/wesnoth/files patch-src::help.cpp Added files: games/wesnoth/files patch-configure patch-src::Makefile.in Removed files: games/wesnoth/files patch-src::scoped_resource.hpp Log: -Update to 0.8.5. -Add a new knob, WITH_CAMPAIGN (a new campaign server). -GCC 3.4 is now required, any patch(es) to remove USE_GCC=3.4 is welcome. -files/patch-configure was created by Ulrich Spoerlein . [1] PR: ports/71111 [1] Submitted by: Ulrich Spoerlein Revision Changes Path 1.17 +26 -7 ports/games/wesnoth/Makefile 1.12 +4 -4 ports/games/wesnoth/distinfo 1.1 +74 -0 ports/games/wesnoth/files/patch-configure (new) 1.1 +12 -0 ports/games/wesnoth/files/patch-src::Makefile.in (new) 1.2 +4 -3 ports/games/wesnoth/files/patch-src::help.cpp 1.2 +0 -11 ports/games/wesnoth/files/patch-src::scoped_resource.hpp (dead) 1.11 +1041 -242 ports/games/wesnoth/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:43:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C285116A4CE; Mon, 11 Oct 2004 22:43:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30F343D49; Mon, 11 Oct 2004 22:43:44 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMhifV034401; Mon, 11 Oct 2004 22:43:44 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMhi0m034400; Mon, 11 Oct 2004 22:43:44 GMT (envelope-from thierry) Message-Id: <200410112243.i9BMhi0m034400@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 11 Oct 2004 22:43:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gambas Makefile distinfo pkg-plist ports/lang/gambas/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:43:44 -0000 thierry 2004-10-11 22:43:44 UTC FreeBSD ports repository Modified files: lang/gambas Makefile distinfo pkg-plist lang/gambas/files patch-configure Log: Upgrade to 0.99. Revision Changes Path 1.18 +1 -1 ports/lang/gambas/Makefile 1.12 +2 -2 ports/lang/gambas/distinfo 1.4 +9 -9 ports/lang/gambas/files/patch-configure 1.10 +20 -7 ports/lang/gambas/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:43:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C1A416A4D8; Mon, 11 Oct 2004 22:43:48 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A83443D1F; Mon, 11 Oct 2004 22:43:48 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.42 (FreeBSD)) id 1CH8tO-0002wR-P9; Mon, 11 Oct 2004 23:43:46 +0100 Date: Mon, 11 Oct 2004 23:43:46 +0100 From: Ceri Davies To: "David E. O'Brien" Message-ID: <20041011224346.GH57641@submonkey.net> Mail-Followup-To: Ceri Davies , "David E. O'Brien" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200410112237.i9BMbYoC033633@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dy3pjCZLf6+6NySR" Content-Disposition: inline In-Reply-To: <200410112237.i9BMbYoC033633@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:43:49 -0000 --Dy3pjCZLf6+6NySR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 11, 2004 at 10:37:34PM +0000, David E. O'Brien wrote: > obrien 2004-10-11 22:37:34 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc/defaults rc.conf=20 > Log: > 'portupgrade' places obsoleted shared libraries in /usr/local/lib/compa= t/pkg, > so add this the list of directories ldconfig'ed. This line has been wrapped: > | @@ -438,7 +438,8 @@ svr4_enable=3D"NO" # SysVR4 emulation load > | osf1_enable=3D"NO" # Alpha OSF/1 emulation loaded at startup (or NO). > | clear_tmp_enable=3D"NO" # Clear /tmp at startup. > | ldconfig_insecure=3D"NO" # Set to YES to disable ldconfig security che= cks > | -ldconfig_paths=3D"/usr/lib/compat /usr/X11R6/lib /usr/local/lib" > | +ldconfig_paths=3D"/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/l= ocal/lib/com > | +pat/pkg" Ceri --=20 I hear thought presenting the problem. -- dadadodo -c 1 Mail/trhodes --Dy3pjCZLf6+6NySR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBawyiocfcwTS3JF8RAtLsAJwMGea2mxVSzQDvz+FSYlzsqr9LgACfV89s FXwpmSXs1vK8hPCSXofvmOo= =suBl -----END PGP SIGNATURE----- --Dy3pjCZLf6+6NySR-- From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:46:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21A2B16A4CE; Mon, 11 Oct 2004 22:46:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0140143D49; Mon, 11 Oct 2004 22:46:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMk3KB034558; Mon, 11 Oct 2004 22:46:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMk3cC034557; Mon, 11 Oct 2004 22:46:03 GMT (envelope-from pav) Message-Id: <200410112246.i9BMk3cC034557@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:46:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/libconfuse Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:46:04 -0000 pav 2004-10-11 22:46:03 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libconfuse Makefile distinfo pkg-descr pkg-plist Log: Add libconfuse, a configuration file parser library. Submitted by: Juraj Lutter Revision Changes Path 1.1692 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/libconfuse/Makefile (new) 1.1 +2 -0 ports/devel/libconfuse/distinfo (new) 1.1 +14 -0 ports/devel/libconfuse/pkg-descr (new) 1.1 +5 -0 ports/devel/libconfuse/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:47:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9851B16A4CE; Mon, 11 Oct 2004 22:47:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5917E43D4C; Mon, 11 Oct 2004 22:47:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMl1S2034611; Mon, 11 Oct 2004 22:47:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMl1ZV034610; Mon, 11 Oct 2004 22:47:01 GMT (envelope-from pav) Message-Id: <200410112247.i9BMl1ZV034610@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:47:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:47:01 -0000 pav 2004-10-11 22:47:01 UTC FreeBSD ports repository Modified files: . modules Log: libconfuse --> ports/devel/libconfuse Revision Changes Path 1.11072 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:48:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE08A16A4CE; Mon, 11 Oct 2004 22:48:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE4EC43D49; Mon, 11 Oct 2004 22:48:43 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMmhUK034666; Mon, 11 Oct 2004 22:48:43 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMmhOw034665; Mon, 11 Oct 2004 22:48:43 GMT (envelope-from thierry) Message-Id: <200410112248.i9BMmhOw034665@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 11 Oct 2004 22:48:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/tidy-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:48:44 -0000 thierry 2004-10-11 22:48:43 UTC FreeBSD ports repository Modified files: www/tidy-devel Makefile distinfo Log: Upgrade to latest-snapshot. Revision Changes Path 1.89 +1 -1 ports/www/tidy-devel/Makefile 1.75 +2 -2 ports/www/tidy-devel/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:49:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08F1D16A4CF; Mon, 11 Oct 2004 22:49:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCFDD43D2D; Mon, 11 Oct 2004 22:49:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMnqlX034739; Mon, 11 Oct 2004 22:49:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMnqFH034738; Mon, 11 Oct 2004 22:49:52 GMT (envelope-from pav) Message-Id: <200410112249.i9BMnqFH034738@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:49:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/poedit Makefile distinfo pkg-plist ports/editors/poedit/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:49:53 -0000 pav 2004-10-11 22:49:52 UTC FreeBSD ports repository Modified files: editors/poedit Makefile distinfo pkg-plist Removed files: editors/poedit/files patch-Makefile.in Log: - Update to 1.3.1 PR: ports/71876 Submitted by: Ports Fury Revision Changes Path 1.30 +9 -6 ports/editors/poedit/Makefile 1.12 +2 -2 ports/editors/poedit/distinfo 1.3 +0 -11 ports/editors/poedit/files/patch-Makefile.in (dead) 1.13 +10 -0 ports/editors/poedit/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:50:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0512A16A4CE; Mon, 11 Oct 2004 22:50:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D80ED43D64; Mon, 11 Oct 2004 22:50:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMomkr034883; Mon, 11 Oct 2004 22:50:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMomWA034882; Mon, 11 Oct 2004 22:50:48 GMT (envelope-from pav) Message-Id: <200410112250.i9BMomWA034882@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:50:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/bygfoot Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:50:49 -0000 pav 2004-10-11 22:50:48 UTC FreeBSD ports repository Modified files: games/bygfoot Makefile distinfo pkg-plist Log: - Update to 1.6.2 Revision Changes Path 1.5 +3 -1 ports/games/bygfoot/Makefile 1.5 +2 -2 ports/games/bygfoot/distinfo 1.2 +4 -0 ports/games/bygfoot/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:52:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AE1316A4CE; Mon, 11 Oct 2004 22:52:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3B743D1F; Mon, 11 Oct 2004 22:52:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMq0M1035171; Mon, 11 Oct 2004 22:52:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMq02t035170; Mon, 11 Oct 2004 22:52:00 GMT (envelope-from pav) Message-Id: <200410112252.i9BMq02t035170@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:52:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/freebsd-games Makefile ports/games/freebsd-games/files patch-adventure::crc.c patch-adventure::hdr.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:52:01 -0000 pav 2004-10-11 22:52:00 UTC FreeBSD ports repository Modified files: games/freebsd-games Makefile Added files: games/freebsd-games/files patch-adventure::crc.c patch-adventure::hdr.h Log: - Fix segfault when saving game in adventure PR: ports/72165 Submitted by: Joel Ray Holveck Revision Changes Path 1.14 +1 -1 ports/games/freebsd-games/Makefile 1.1 +11 -0 ports/games/freebsd-games/files/patch-adventure::crc.c (new) 1.1 +11 -0 ports/games/freebsd-games/files/patch-adventure::hdr.h (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:52:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55B7A16A4CE; Mon, 11 Oct 2004 22:52:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B2543D49; Mon, 11 Oct 2004 22:52:56 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMquIZ035244; Mon, 11 Oct 2004 22:52:56 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMquFT035243; Mon, 11 Oct 2004 22:52:56 GMT (envelope-from edwin) Message-Id: <200410112252.i9BMquFT035243@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 22:52:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/php-dbg Makefile distinfo pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:52:56 -0000 edwin 2004-10-11 22:52:56 UTC FreeBSD ports repository Modified files: devel/php-dbg Makefile distinfo pkg-message Log: [patch] update devel/php-dbg to 2.11.26 Update devel/php-dbg to version 2.11.26 PR: ports/71583 Submitted by: Edwin Groothuis Approved by: maintainer timeout Revision Changes Path 1.8 +3 -1 ports/devel/php-dbg/Makefile 1.5 +2 -2 ports/devel/php-dbg/distinfo 1.3 +2 -2 ports/devel/php-dbg/pkg-message From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:53:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6CAA16A4D2; Mon, 11 Oct 2004 22:53:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C968A43D39; Mon, 11 Oct 2004 22:53:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMr20m035310; Mon, 11 Oct 2004 22:53:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMr2fi035309; Mon, 11 Oct 2004 22:53:02 GMT (envelope-from pav) Message-Id: <200410112253.i9BMr2fi035309@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:53:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gcompris2 Makefile distinfo pkg-descr patch-src::boards::gletters.cpatch-src::gcompris::soundutil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:53:03 -0000 pav 2004-10-11 22:53:02 UTC FreeBSD ports repository Modified files: games/gcompris2 Makefile distinfo pkg-descr pkg-plist games/gcompris2/files patch-src::gcompris::log.c Added files: games/gcompris2/files patch-src::boards::gletters.c Removed files: games/gcompris2/files patch-src::gcompris::gameutil.c patch-src::gcompris::soundutil.c Log: - Update to 6.3 rc1 PR: ports/72092 Submitted by: Michael Johnson Revision Changes Path 1.39 +8 -5 ports/games/gcompris2/Makefile 1.15 +2 -2 ports/games/gcompris2/distinfo 1.1 +18 -0 ports/games/gcompris2/files/patch-src::boards::gletters.c (new) 1.2 +0 -15 ports/games/gcompris2/files/patch-src::gcompris::gameutil.c (dead) 1.2 +11 -8 ports/games/gcompris2/files/patch-src::gcompris::log.c 1.6 +0 -18 ports/games/gcompris2/files/patch-src::gcompris::soundutil.c (dead) 1.5 +1 -1 ports/games/gcompris2/pkg-descr 1.19 +577 -67 ports/games/gcompris2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:55:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 769F116A4CE; Mon, 11 Oct 2004 22:55:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5682143D45; Mon, 11 Oct 2004 22:55:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMt2gA035397; Mon, 11 Oct 2004 22:55:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMt2BV035396; Mon, 11 Oct 2004 22:55:02 GMT (envelope-from pav) Message-Id: <200410112255.i9BMt2BV035396@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:55:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gthumb2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:55:02 -0000 pav 2004-10-11 22:55:02 UTC FreeBSD ports repository Modified files: graphics/gthumb2 Makefile distinfo pkg-plist Log: - Update to 2.5.2 Revision Changes Path 1.44 +4 -3 ports/graphics/gthumb2/Makefile 1.25 +2 -2 ports/graphics/gthumb2/distinfo 1.29 +1 -0 ports/graphics/gthumb2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:56:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DEE416A4CE; Mon, 11 Oct 2004 22:56:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9B343D1F; Mon, 11 Oct 2004 22:56:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMurA1035516; Mon, 11 Oct 2004 22:56:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMurD6035515; Mon, 11 Oct 2004 22:56:53 GMT (envelope-from pav) Message-Id: <200410112256.i9BMurD6035515@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:56:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/gcin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:56:53 -0000 pav 2004-10-11 22:56:53 UTC FreeBSD ports repository Modified files: chinese/gcin Makefile distinfo pkg-plist Log: - Update to 0.3.1 PR: ports/72038 Submitted by: Charlie & Revision Changes Path 1.6 +1 -1 ports/chinese/gcin/Makefile 1.5 +2 -2 ports/chinese/gcin/distinfo 1.3 +8 -0 ports/chinese/gcin/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:58:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F1C716A4CE; Mon, 11 Oct 2004 22:58:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA6A43D39; Mon, 11 Oct 2004 22:58:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMwUPs035638; Mon, 11 Oct 2004 22:58:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMwUql035637; Mon, 11 Oct 2004 22:58:30 GMT (envelope-from pav) Message-Id: <200410112258.i9BMwUql035637@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 22:58:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/alisp Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:58:30 -0000 pav 2004-10-11 22:58:30 UTC FreeBSD ports repository Modified files: lang/alisp Makefile distinfo pkg-descr pkg-plist Log: - Update to 20040924 PR: ports/72079 Submitted by: Nils M Holm (maintainer) Revision Changes Path 1.6 +5 -22 ports/lang/alisp/Makefile 1.5 +2 -1 ports/lang/alisp/distinfo 1.3 +3 -7 ports/lang/alisp/pkg-descr 1.6 +1 -12 ports/lang/alisp/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 22:59:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 365F916A4CE; Mon, 11 Oct 2004 22:59:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149DC43D3F; Mon, 11 Oct 2004 22:59:14 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BMxDcV035710; Mon, 11 Oct 2004 22:59:13 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BMxDU0035709; Mon, 11 Oct 2004 22:59:13 GMT (envelope-from edwin) Message-Id: <200410112259.i9BMxDU0035709@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 22:59:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtk20-apireference Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 22:59:14 -0000 edwin 2004-10-11 22:59:13 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20-apireference Makefile pkg-descr Log: Update port: x11-toolkits/gtk20-apireference (fixes broken links and adds GObject and gdk-pixbuf) - Fixes links to other modules in .html files - Adds GObject and gdk-pixbuf docs (they're part of GLib and GTK+) - Cleans the Makefile PR: ports/72359 Submitted by: Jean-Yves Lefort Reviewed by: edwin@mavetju.org Revision Changes Path 1.7 +29 -22 ports/x11-toolkits/gtk20-apireference/Makefile 1.2 +1 -1 ports/x11-toolkits/gtk20-apireference/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:00:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B46E16A4CF; Mon, 11 Oct 2004 23:00:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B95E43D49; Mon, 11 Oct 2004 23:00:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BN0HCC035759; Mon, 11 Oct 2004 23:00:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BN0GZn035758; Mon, 11 Oct 2004 23:00:16 GMT (envelope-from pav) Message-Id: <200410112300.i9BN0GZn035758@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:00:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mailgraph Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:00:17 -0000 pav 2004-10-11 23:00:16 UTC FreeBSD ports repository Modified files: mail/mailgraph Makefile Log: - Use ${WWWOWN} and ${WWWGRP} instead of hardcoded www:www PR: ports/72198 Submitted by: Gea-Suan Lin Approved by: Rong-En Fan (maintainer) Revision Changes Path 1.23 +4 -4 ports/mail/mailgraph/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:02:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8683016A4CE; Mon, 11 Oct 2004 23:02:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 674D543D5A; Mon, 11 Oct 2004 23:02:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BN20iF035885; Mon, 11 Oct 2004 23:02:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BN20k1035884; Mon, 11 Oct 2004 23:02:00 GMT (envelope-from pav) Message-Id: <200410112302.i9BN20k1035884@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:02:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/quickml Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:02:00 -0000 pav 2004-10-11 23:02:00 UTC FreeBSD ports repository Modified files: mail/quickml Makefile pkg-plist Log: - Install japanese translation PR: ports/72244 Submitted by: Yuichiro AIZAWA (maintainer) Revision Changes Path 1.2 +4 -0 ports/mail/quickml/Makefile 1.2 +2 -0 ports/mail/quickml/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:02:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2351516A4CE; Mon, 11 Oct 2004 23:02:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0330443D3F; Mon, 11 Oct 2004 23:02:50 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BN2nkF035935; Mon, 11 Oct 2004 23:02:49 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BN2n41035934; Mon, 11 Oct 2004 23:02:49 GMT (envelope-from thierry) Message-Id: <200410112302.i9BN2n41035934@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 11 Oct 2004 23:02:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/rxvt-unicode Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:02:50 -0000 thierry 2004-10-11 23:02:49 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile distinfo pkg-plist Log: Upgrade to 4.0. Revision Changes Path 1.60 +1 -1 ports/x11/rxvt-unicode/Makefile 1.19 +2 -2 ports/x11/rxvt-unicode/distinfo 1.8 +1 -1 ports/x11/rxvt-unicode/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:03:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC2416A4CE; Mon, 11 Oct 2004 23:03:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B096843D53; Mon, 11 Oct 2004 23:03:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BN3vX1035984; Mon, 11 Oct 2004 23:03:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BN3v2K035983; Mon, 11 Oct 2004 23:03:57 GMT (envelope-from pav) Message-Id: <200410112303.i9BN3v2K035983@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:03:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/relay-ctrl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:03:58 -0000 pav 2004-10-11 23:03:57 UTC FreeBSD ports repository Modified files: mail/relay-ctrl Makefile Log: - Drop maintainership PR: ports/72164 Submitted by: Fumihiko Kimura (maintainer) Revision Changes Path 1.3 +1 -1 ports/mail/relay-ctrl/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:06:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736A016A4CE; Mon, 11 Oct 2004 23:06:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C6E43D3F; Mon, 11 Oct 2004 23:06:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BN696U036150; Mon, 11 Oct 2004 23:06:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BN69Sn036149; Mon, 11 Oct 2004 23:06:09 GMT (envelope-from pav) Message-Id: <200410112306.i9BN69Sn036149@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:06:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sylpheed-gtk2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:06:09 -0000 pav 2004-10-11 23:06:09 UTC FreeBSD ports repository Modified files: mail/sylpheed-gtk2 Makefile distinfo Log: - Update to 0.9.12.20040918 PR: ports/72071 Submitted by: Jean-Yves Lefort (maintainer) Revision Changes Path 1.15 +1 -1 ports/mail/sylpheed-gtk2/Makefile 1.6 +2 -2 ports/mail/sylpheed-gtk2/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:07:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B8A316A4CE; Mon, 11 Oct 2004 23:07:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C6D143D41; Mon, 11 Oct 2004 23:07:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BN7Nb1036221; Mon, 11 Oct 2004 23:07:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BN7NUJ036220; Mon, 11 Oct 2004 23:07:23 GMT (envelope-from pav) Message-Id: <200410112307.i9BN7NUJ036220@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:07:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/dv2jpg Makefile pkg-plist ports/multimedia/dv2jpg/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:07:23 -0000 pav 2004-10-11 23:07:23 UTC FreeBSD ports repository Modified files: multimedia/dv2jpg Makefile pkg-plist multimedia/dv2jpg/files patch-makefile Log: - Add knob for PAL support [1] - Use DOCSDIR PR: ports/72064 [1] Submitted by: Michael Johnson Revision Changes Path 1.7 +16 -0 ports/multimedia/dv2jpg/Makefile 1.3 +7 -5 ports/multimedia/dv2jpg/files/patch-makefile 1.2 +3 -3 ports/multimedia/dv2jpg/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:09:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78D6C16A4CE; Mon, 11 Oct 2004 23:09:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A5443D31; Mon, 11 Oct 2004 23:09:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BN9qRM036299; Mon, 11 Oct 2004 23:09:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BN9qMw036298; Mon, 11 Oct 2004 23:09:52 GMT (envelope-from pav) Message-Id: <200410112309.i9BN9qMw036298@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:09:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mplayer Makefile ports/multimedia/mplayer/files patch-libfaad2-structs.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:09:52 -0000 pav 2004-10-11 23:09:52 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Added files: multimedia/mplayer/files patch-libfaad2-structs.h Log: - Fix AAC (faad) playback on amd64 [1] - Enable and support libcaca PR: ports/72087 [1] Submitted by: Arjan van Leeuwen Approved by: maintainer Revision Changes Path 1.105 +15 -4 ports/multimedia/mplayer/Makefile 1.1 +94 -0 ports/multimedia/mplayer/files/patch-libfaad2-structs.h (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:12:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FA7716A4CE; Mon, 11 Oct 2004 23:12:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F88243D31; Mon, 11 Oct 2004 23:12:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNC3kj036466; Mon, 11 Oct 2004 23:12:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNC3En036465; Mon, 11 Oct 2004 23:12:03 GMT (envelope-from pav) Message-Id: <200410112312.i9BNC3En036465@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:12:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/transcode Makefile pkg-plist ports/multimedia/transcode/files patch-filter:filter_modfps.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:12:04 -0000 pav 2004-10-11 23:12:03 UTC FreeBSD ports repository Modified files: multimedia/transcode Makefile pkg-plist Added files: multimedia/transcode/files patch-filter:filter_modfps.c Log: - Fix modfps filter [1] - Fix plist PR: ports/70774 [1] Submitted by: Stefan Walter Approved by: maintainer timeout (1 month) Revision Changes Path 1.44 +1 -1 ports/multimedia/transcode/Makefile 1.1 +16 -0 ports/multimedia/transcode/files/patch-filter:filter_modfps.c (new) 1.20 +1 -0 ports/multimedia/transcode/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:13:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F63C16A4CE; Mon, 11 Oct 2004 23:13:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C47043D5C; Mon, 11 Oct 2004 23:13:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNDeWc036590; Mon, 11 Oct 2004 23:13:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNDe9d036589; Mon, 11 Oct 2004 23:13:40 GMT (envelope-from pav) Message-Id: <200410112313.i9BNDe9d036589@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:13:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netwib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:13:40 -0000 pav 2004-10-11 23:13:40 UTC FreeBSD ports repository Modified files: net/netwib Makefile distinfo Log: - Update to 5.24.0 PR: ports/71822 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.13 +9 -2 ports/net/netwib/Makefile 1.9 +4 -4 ports/net/netwib/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:14:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5648016A4CE; Mon, 11 Oct 2004 23:14:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3110943D3F; Mon, 11 Oct 2004 23:14:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNEjil036669; Mon, 11 Oct 2004 23:14:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNEjQH036668; Mon, 11 Oct 2004 23:14:45 GMT (envelope-from pav) Message-Id: <200410112314.i9BNEjQH036668@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:14:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/sbd Makefile distinfo pkg-descr ports/net/sbd/files patch-doexec_unix.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:14:45 -0000 pav 2004-10-11 23:14:45 UTC FreeBSD ports repository Modified files: net/sbd Makefile distinfo pkg-descr Added files: net/sbd/files patch-doexec_unix.h Log: - Update to 1.36 PR: ports/71831 Submitted by: David Thiel (maintainer) Revision Changes Path 1.2 +2 -2 ports/net/sbd/Makefile 1.2 +2 -2 ports/net/sbd/distinfo 1.1 +10 -0 ports/net/sbd/files/patch-doexec_unix.h (new) 1.2 +1 -1 ports/net/sbd/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:16:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7987E16A4CE; Mon, 11 Oct 2004 23:16:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AD0C43D1F; Mon, 11 Oct 2004 23:16:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNG7mO036790; Mon, 11 Oct 2004 23:16:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNG7ea036789; Mon, 11 Oct 2004 23:16:07 GMT (envelope-from pav) Message-Id: <200410112316.i9BNG7ea036789@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:16:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/tramp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:16:07 -0000 pav 2004-10-11 23:16:07 UTC FreeBSD ports repository Modified files: net/tramp Makefile distinfo Log: - Update to 2.0.44 PR: ports/72235 Submitted by: Andrey Slusar Revision Changes Path 1.21 +3 -4 ports/net/tramp/Makefile 1.15 +2 -2 ports/net/tramp/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:16:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B9E16A4CE; Mon, 11 Oct 2004 23:16:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FEB43D1F; Mon, 11 Oct 2004 23:16:18 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNGIog036842; Mon, 11 Oct 2004 23:16:18 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNGIIq036841; Mon, 11 Oct 2004 23:16:18 GMT (envelope-from edwin) Message-Id: <200410112316.i9BNGIIq036841@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 23:16:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/dosbox Makefile distinfo ports/emulators/dosbox/files patch-include-dos_inc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:16:19 -0000 edwin 2004-10-11 23:16:18 UTC FreeBSD ports repository Modified files: emulators/dosbox Makefile distinfo Removed files: emulators/dosbox/files patch-include-dos_inc.h Log: Update: emulators/dosbox to 0.62 Updates dosbox from 0.61 to 0.62. Updates are speed/stability increases, general updates, and gcc 3.4 support without the patch. Note, the file 'files/patch-include-dos_inc.h' and the directory 'files' have been removed. PR: ports/72289 Submitted by: Tom Carrick Revision Changes Path 1.9 +1 -3 ports/emulators/dosbox/Makefile 1.6 +2 -2 ports/emulators/dosbox/distinfo 1.2 +0 -33 ports/emulators/dosbox/files/patch-include-dos_inc.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:17:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0826D16A4CF; Mon, 11 Oct 2004 23:17:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D72EE43D46; Mon, 11 Oct 2004 23:17:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNHWCK036894; Mon, 11 Oct 2004 23:17:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNHW2I036893; Mon, 11 Oct 2004 23:17:32 GMT (envelope-from pav) Message-Id: <200410112317.i9BNHW2I036893@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:17:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/netwox Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:17:33 -0000 pav 2004-10-11 23:17:32 UTC FreeBSD ports repository Modified files: net-mgmt/netwox Makefile distinfo pkg-plist Log: - Update to 5.24.0 PR: ports/71823 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.13 +1 -1 ports/net-mgmt/netwox/Makefile 1.9 +4 -4 ports/net-mgmt/netwox/distinfo 1.7 +5 -0 ports/net-mgmt/netwox/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:19:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF4E016A4CE; Mon, 11 Oct 2004 23:19:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C12D243D3F; Mon, 11 Oct 2004 23:19:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNJM7G036952; Mon, 11 Oct 2004 23:19:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNJMs3036951; Mon, 11 Oct 2004 23:19:22 GMT (envelope-from pav) Message-Id: <200410112319.i9BNJMs3036951@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:19:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/netsaint-plugins/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:19:23 -0000 pav 2004-10-11 23:19:22 UTC FreeBSD ports repository Modified files: net-mgmt/netsaint-plugins/scripts configure Log: - Update dangling dependencies on net-snmp and openldap-client PR: ports/72121 Reported by: Igor Revision Changes Path 1.9 +4 -4 ports/net-mgmt/netsaint-plugins/scripts/configure From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:21:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E89716A4CE; Mon, 11 Oct 2004 23:21:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED38543D46; Mon, 11 Oct 2004 23:21:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNLDpF037082; Mon, 11 Oct 2004 23:21:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNLDeg037081; Mon, 11 Oct 2004 23:21:13 GMT (envelope-from pav) Message-Id: <200410112321.i9BNLDeg037081@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:21:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/keychain Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:21:14 -0000 pav 2004-10-11 23:21:13 UTC FreeBSD ports repository Modified files: security/keychain Makefile distinfo Log: - Update to 2.4.0 PR: ports/71896 Submitted by: Olivier Tharan (maintainer) Revision Changes Path 1.16 +1 -1 ports/security/keychain/Makefile 1.11 +2 -2 ports/security/keychain/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:22:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2462316A4CE; Mon, 11 Oct 2004 23:22:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0541543D39; Mon, 11 Oct 2004 23:22:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNMKEi037138; Mon, 11 Oct 2004 23:22:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNMKdB037137; Mon, 11 Oct 2004 23:22:20 GMT (envelope-from pav) Message-Id: <200410112322.i9BNMKdB037137@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:22:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/nikto Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:22:21 -0000 pav 2004-10-11 23:22:20 UTC FreeBSD ports repository Modified files: security/nikto Makefile distinfo Log: - Update to 1.34 - Please portlint PR: ports/72036 Submitted by: Daan van de Linde Revision Changes Path 1.10 +4 -6 ports/security/nikto/Makefile 1.6 +2 -2 ports/security/nikto/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:22:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5939E16A4CF; Mon, 11 Oct 2004 23:22:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F4B843D46; Mon, 11 Oct 2004 23:22:33 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNMXhA037190; Mon, 11 Oct 2004 23:22:33 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNMXJF037189; Mon, 11 Oct 2004 23:22:33 GMT (envelope-from eik) Message-Id: <200410112322.i9BNMXJF037189@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 11 Oct 2004 23:22:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/openldap22-server Makefile distinfo ports/net/openldap22-server/files patch-include::ldap_defaults.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:22:33 -0000 eik 2004-10-11 23:22:33 UTC FreeBSD ports repository Modified files: net/openldap22-server Makefile distinfo Added files: net/openldap22-server/files patch-include::ldap_defaults.h Log: - update to version 2.2.17 + http://www.openldap.org/lists/openldap-announce/200409/msg00001.html + Fixed slapd syncrepl memory leak bugs - change default ldapi:// socket - use IGNORE instead of .error Revision Changes Path 1.99 +8 -4 ports/net/openldap22-server/Makefile 1.45 +2 -2 ports/net/openldap22-server/distinfo 1.1 +11 -0 ports/net/openldap22-server/files/patch-include::ldap_defaults.h (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:24:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD0716A4CF; Mon, 11 Oct 2004 23:24:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A75D43D3F; Mon, 11 Oct 2004 23:24:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNO7Ic037270; Mon, 11 Oct 2004 23:24:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNO70B037269; Mon, 11 Oct 2004 23:24:07 GMT (envelope-from pav) Message-Id: <200410112324.i9BNO70B037269@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:24:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/py-pycrypto Makefile distinfo pkg-plist ports/security/py-pycrypto/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:24:07 -0000 pav 2004-10-11 23:24:07 UTC FreeBSD ports repository Modified files: security/py-pycrypto Makefile distinfo pkg-plist Added files: security/py-pycrypto/files patch-setup.py Log: - Update to 2.0 - Add gmp dependency on FreeBSD 5.x PR: ports/72172 Submitted by: Marcus Grando Revision Changes Path 1.6 +12 -3 ports/security/py-pycrypto/Makefile 1.4 +2 -2 ports/security/py-pycrypto/distinfo 1.1 +20 -0 ports/security/py-pycrypto/files/patch-setup.py (new) 1.2 +2 -0 ports/security/py-pycrypto/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:25:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E53A716A4CE; Mon, 11 Oct 2004 23:25:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0CB743D49; Mon, 11 Oct 2004 23:25:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNPOKl037336; Mon, 11 Oct 2004 23:25:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNPOV2037335; Mon, 11 Oct 2004 23:25:24 GMT (envelope-from pav) Message-Id: <200410112325.i9BNPOV2037335@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:25:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/tor Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:25:26 -0000 pav 2004-10-11 23:25:24 UTC FreeBSD ports repository Modified files: security/tor Makefile distinfo pkg-plist Log: - Update to 0.0.8 PR: ports/72086 Submitted by: rik (maintainer) Revision Changes Path 1.5 +5 -5 ports/security/tor/Makefile 1.4 +2 -2 ports/security/tor/distinfo 1.3 +1 -0 ports/security/tor/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:25:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 338CD16A4CE; Mon, 11 Oct 2004 23:25:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 252CB43D31; Mon, 11 Oct 2004 23:25:39 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNPdBC037447; Mon, 11 Oct 2004 23:25:39 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNPd3D037446; Mon, 11 Oct 2004 23:25:39 GMT (envelope-from eik) Message-Id: <200410112325.i9BNPd3D037446@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 11 Oct 2004 23:25:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/rsync Makefile distinfo ports/net/rsync/files patch-backup.c patch-flist.c patch-generator.c patch-mknod patch-rsync.h patch-syscall.c patch-test.sh patch-util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:25:39 -0000 eik 2004-10-11 23:25:38 UTC FreeBSD ports repository Modified files: net/rsync Makefile distinfo Added files: net/rsync/files patch-mknod Removed files: net/rsync/files patch-backup.c patch-flist.c patch-generator.c patch-rsync.h patch-syscall.c patch-test.sh patch-util.c Log: - updae to version 2.6.3 + http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS - copy FIFOs and sockets + https://bugzilla.samba.org/show_bug.cgi?id=1804 Revision Changes Path 1.97 +3 -3 ports/net/rsync/Makefile 1.41 +2 -4 ports/net/rsync/distinfo 1.2 +0 -48 ports/net/rsync/files/patch-backup.c (dead) 1.5 +0 -23 ports/net/rsync/files/patch-flist.c (dead) 1.2 +0 -23 ports/net/rsync/files/patch-generator.c (dead) 1.1 +443 -0 ports/net/rsync/files/patch-mknod (new) 1.2 +0 -18 ports/net/rsync/files/patch-rsync.h (dead) 1.2 +0 -39 ports/net/rsync/files/patch-syscall.c (dead) 1.2 +0 -11 ports/net/rsync/files/patch-test.sh (dead) 1.2 +0 -15 ports/net/rsync/files/patch-util.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:27:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C072616A4CE; Mon, 11 Oct 2004 23:27:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F6143D2D; Mon, 11 Oct 2004 23:27:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNRNmx037540; Mon, 11 Oct 2004 23:27:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNRNWc037539; Mon, 11 Oct 2004 23:27:23 GMT (envelope-from pav) Message-Id: <200410112327.i9BNRNWc037539@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:27:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portmanager Makefile pkg-plist ports/sysutils/portmanager/files patch-aa patch-ab patch-libMG.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:27:23 -0000 pav 2004-10-11 23:27:23 UTC FreeBSD ports repository Modified files: sysutils/portmanager Makefile pkg-plist Added files: sysutils/portmanager/files patch-aa patch-ab Removed files: sysutils/portmanager/files patch-libMG.h Log: - Fix potential endless loop when a port changes his name depending on option - Fix plist PR: ports/72074 Submitted by: Michael C. Shultz (maintainer) Revision Changes Path 1.7 +1 -1 ports/sysutils/portmanager/Makefile 1.1 +11 -0 ports/sysutils/portmanager/files/patch-aa (new) 1.1 +372 -0 ports/sysutils/portmanager/files/patch-ab (new) 1.2 +0 -11 ports/sysutils/portmanager/files/patch-libMG.h (dead) 1.7 +2 -2 ports/sysutils/portmanager/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:28:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5E0316A4CE; Mon, 11 Oct 2004 23:28:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A64C343D41; Mon, 11 Oct 2004 23:28:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNSTsD037646; Mon, 11 Oct 2004 23:28:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNSTEY037645; Mon, 11 Oct 2004 23:28:29 GMT (envelope-from pav) Message-Id: <200410112328.i9BNSTEY037645@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:28:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/radmind Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:28:29 -0000 pav 2004-10-11 23:28:29 UTC FreeBSD ports repository Modified files: sysutils/radmind Makefile distinfo Log: - Update to 1.3.2 PR: ports/72169 Submitted by: Paul Dlug (maintainer) Revision Changes Path 1.4 +1 -1 ports/sysutils/radmind/Makefile 1.5 +2 -2 ports/sysutils/radmind/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:29:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09A8B16A4CE; Mon, 11 Oct 2004 23:29:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE90843D4C; Mon, 11 Oct 2004 23:29:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNTtlH037699; Mon, 11 Oct 2004 23:29:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNTtjE037698; Mon, 11 Oct 2004 23:29:55 GMT (envelope-from pav) Message-Id: <200410112329.i9BNTtjE037698@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:29:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/chpasswd Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:29:56 -0000 pav 2004-10-11 23:29:55 UTC FreeBSD ports repository Modified files: www/chpasswd Makefile distinfo pkg-descr Log: - Update to 2.2.2 - Update WWW PR: ports/72044, ports/72045 Submitted by: Linh Pham Approved by: Jean Milanez Melo (maintainer) Revision Changes Path 1.6 +2 -4 ports/www/chpasswd/Makefile 1.3 +2 -2 ports/www/chpasswd/distinfo 1.2 +1 -1 ports/www/chpasswd/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:31:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D76B16A4D1; Mon, 11 Oct 2004 23:31:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4438D43D58; Mon, 11 Oct 2004 23:31:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNVPLi037823; Mon, 11 Oct 2004 23:31:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNVPvY037822; Mon, 11 Oct 2004 23:31:25 GMT (envelope-from pav) Message-Id: <200410112331.i9BNVPvY037822@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:31:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/wordpress Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:31:26 -0000 pav 2004-10-11 23:31:25 UTC FreeBSD ports repository Modified files: www/wordpress Makefile Log: - Add missed dependencies on pcre and xml extensions PR: ports/72233 Submitted by: Elvis Chiang (maintainer) Revision Changes Path 1.2 +2 -1 ports/www/wordpress/Makefile From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:31:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C38716A4D3; Mon, 11 Oct 2004 23:31:25 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id C346E43D53; Mon, 11 Oct 2004 23:31:24 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id A694550C14; Tue, 12 Oct 2004 08:31:23 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id 8E5A050C0A; Tue, 12 Oct 2004 08:31:21 +0900 (JST) Date: Tue, 12 Oct 2004 08:31:21 +0900 Message-ID: <7m655gvnli.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: "David E. O'Brien" In-Reply-To: <200410112237.i9BMbYoC033633@repoman.freebsd.org> References: <200410112237.i9BMbYoC033633@repoman.freebsd.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:31:26 -0000 At Mon, 11 Oct 2004 22:37:34 +0000 (UTC), David E. O'Brien wrote: > Modified files: > etc/defaults rc.conf > Log: > 'portupgrade' places obsoleted shared libraries in /usr/local/lib/compat/pkg, > so add this the list of directories ldconfig'ed. Hmm, doesn't etc/rc.d/000.pkgtools.sh script help you? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:32:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C337D16A4CE; Mon, 11 Oct 2004 23:32:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A38F443D2F; Mon, 11 Oct 2004 23:32:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNWc26037876; Mon, 11 Oct 2004 23:32:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNWcB5037875; Mon, 11 Oct 2004 23:32:38 GMT (envelope-from pav) Message-Id: <200410112332.i9BNWcB5037875@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:32:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope-epoz Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:32:38 -0000 pav 2004-10-11 23:32:38 UTC FreeBSD ports repository Modified files: www/zope-epoz Makefile distinfo Log: - Update to 0.8.4 PR: ports/72186 Submitted by: HAYASHI Yasushi (maintainer) Revision Changes Path 1.7 +1 -1 ports/www/zope-epoz/Makefile 1.5 +2 -2 ports/www/zope-epoz/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:33:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6310816A4CE; Mon, 11 Oct 2004 23:33:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4267B43D1F; Mon, 11 Oct 2004 23:33:09 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNX9pi037924; Mon, 11 Oct 2004 23:33:09 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNX95n037923; Mon, 11 Oct 2004 23:33:09 GMT (envelope-from edwin) Message-Id: <200410112333.i9BNX95n037923@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 23:33:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gbottler Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:33:09 -0000 edwin 2004-10-11 23:33:09 UTC FreeBSD ports repository Modified files: games/gbottler Makefile distinfo pkg-plist Log: Maintainer Update: games/gbottler to 0.1.2 Maintainer Update: games/gbottler to 0.1.2 This send-pr will superced ports/71942. (update to 0.1.1) PR: ports/72155 Submitted by: UMENO Takashi Revision Changes Path 1.9 +2 -2 ports/games/gbottler/Makefile 1.8 +2 -2 ports/games/gbottler/distinfo 1.7 +42 -9 ports/games/gbottler/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:33:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8954D16A4CE; Mon, 11 Oct 2004 23:33:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66BC743D31; Mon, 11 Oct 2004 23:33:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNXf8O037968; Mon, 11 Oct 2004 23:33:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNXfSF037967; Mon, 11 Oct 2004 23:33:41 GMT (envelope-from pav) Message-Id: <200410112333.i9BNXfSF037967@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:33:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gtstarter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:33:41 -0000 pav 2004-10-11 23:33:41 UTC FreeBSD ports repository Modified files: x11/gtstarter Makefile distinfo Log: - Update to 0.4.6.1 PR: ports/71817 Submitted by: Franz Klammer (maintainer) Revision Changes Path 1.6 +1 -1 ports/x11/gtstarter/Makefile 1.6 +2 -2 ports/x11/gtstarter/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:34:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1492516A4CE; Mon, 11 Oct 2004 23:34:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B4343D41; Mon, 11 Oct 2004 23:34:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNYiiG038023; Mon, 11 Oct 2004 23:34:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNYikO038022; Mon, 11 Oct 2004 23:34:44 GMT (envelope-from pav) Message-Id: <200410112334.i9BNYikO038022@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:34:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/wmconfig Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:34:45 -0000 pav 2004-10-11 23:34:44 UTC FreeBSD ports repository Modified files: x11-wm/wmconfig Makefile distinfo pkg-plist Log: - Update to 1.2.2 PR: ports/72158 Submitted by: Tommy Scheunemann Revision Changes Path 1.11 +3 -1 ports/x11-wm/wmconfig/Makefile 1.8 +2 -2 ports/x11-wm/wmconfig/distinfo 1.5 +1 -0 ports/x11-wm/wmconfig/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:38:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0338316A4CE; Mon, 11 Oct 2004 23:38:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEF343D31; Mon, 11 Oct 2004 23:38:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNcIKA038272; Mon, 11 Oct 2004 23:38:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNcIIl038271; Mon, 11 Oct 2004 23:38:18 GMT (envelope-from marcus) Message-Id: <200410112338.i9BNcIIl038271@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:38:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/rhythmbox Makefile distinfo pkg-plist patch-sources_rb-ipod-source.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:38:19 -0000 marcus 2004-10-11 23:38:18 UTC FreeBSD ports repository Modified files: audio/rhythmbox Makefile distinfo pkg-plist Added files: audio/rhythmbox/files patch-sources_rb-ipod-source.c Removed files: audio/rhythmbox/files patch-data_rhythmbox.pc.in Log: Update to 0.8.8. Some of this work was done by adamw, especially the iPod testing and patching. Revision Changes Path 1.48 +2 -2 ports/audio/rhythmbox/Makefile 1.22 +2 -2 ports/audio/rhythmbox/distinfo 1.2 +0 -14 ports/audio/rhythmbox/files/patch-data_rhythmbox.pc.in (dead) 1.1 +18 -0 ports/audio/rhythmbox/files/patch-sources_rb-ipod-source.c (new) 1.13 +39 -0 ports/audio/rhythmbox/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:39:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 079DB16A4CE; Mon, 11 Oct 2004 23:39:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A858443D2F; Mon, 11 Oct 2004 23:39:16 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNdGDw038363; Mon, 11 Oct 2004 23:39:16 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNdG9D038362; Mon, 11 Oct 2004 23:39:16 GMT (envelope-from marcus) Message-Id: <200410112339.i9BNdG9D038362@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:39:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gob2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:39:17 -0000 marcus 2004-10-11 23:39:16 UTC FreeBSD ports repository Modified files: devel/gob2 Makefile distinfo Log: Update to 2.0.10. Revision Changes Path 1.37 +1 -1 ports/devel/gob2/Makefile 1.28 +2 -2 ports/devel/gob2/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:41:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFFFA16A4CE; Mon, 11 Oct 2004 23:41:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E03043D53; Mon, 11 Oct 2004 23:41:21 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNfLst038551; Mon, 11 Oct 2004 23:41:21 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNfLSS038550; Mon, 11 Oct 2004 23:41:21 GMT (envelope-from marcus) Message-Id: <200410112341.i9BNfLSS038550@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:41:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/AbiWord2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:41:22 -0000 marcus 2004-10-11 23:41:21 UTC FreeBSD ports repository Modified files: editors/AbiWord2 Makefile distinfo Log: Update to 2.0.12, and create the post-install directories before installing into them. While AbiWord doesn't "own" these directories, this definitely helps with alternate PREFIX test installations. Revision Changes Path 1.97 +5 -1 ports/editors/AbiWord2/Makefile 1.45 +2 -2 ports/editors/AbiWord2/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:41:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 956D316A506; Mon, 11 Oct 2004 23:41:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7323243D2D; Mon, 11 Oct 2004 23:41:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNfQl0038643; Mon, 11 Oct 2004 23:41:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNfQPf038642; Mon, 11 Oct 2004 23:41:26 GMT (envelope-from pav) Message-Id: <200410112341.i9BNfQPf038642@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:41:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/russian Makefile ports/russian/gaim Makefile ports/russian/gaim/files patch-oscar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:41:26 -0000 pav 2004-10-11 23:41:26 UTC FreeBSD ports repository Modified files: . MOVED russian Makefile Removed files: russian/gaim Makefile russian/gaim/files patch-oscar.c Log: - Remove russian/gaim port, it's functionality was merged into original Gaim PR: ports/72237 Submitted by: Andrey Slusar (maintainer) Revision Changes Path 1.521 +2 -1 ports/MOVED 1.67 +0 -1 ports/russian/Makefile 1.3 +0 -18 ports/russian/gaim/Makefile (dead) 1.2 +0 -74 ports/russian/gaim/files/patch-oscar.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:42:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64A0D16A4CE; Mon, 11 Oct 2004 23:42:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470C743D2D; Mon, 11 Oct 2004 23:42:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNg5ul038691; Mon, 11 Oct 2004 23:42:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNg5Lm038690; Mon, 11 Oct 2004 23:42:05 GMT (envelope-from pav) Message-Id: <200410112342.i9BNg5Lm038690@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Oct 2004 23:42:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:42:05 -0000 pav 2004-10-11 23:42:05 UTC FreeBSD ports repository Modified files: . modules Log: - Remove russian/gaim Revision Changes Path 1.11073 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:42:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 365B716A4CE; Mon, 11 Oct 2004 23:42:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1602E43D2D; Mon, 11 Oct 2004 23:42:33 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNgWHm038760; Mon, 11 Oct 2004 23:42:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNgWbl038759; Mon, 11 Oct 2004 23:42:32 GMT (envelope-from marcus) Message-Id: <200410112342.i9BNgWbl038759@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:42:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gimp Makefile distinfo pkg-plist ports/graphics/gimp/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:42:33 -0000 marcus 2004-10-11 23:42:32 UTC FreeBSD ports repository Modified files: graphics/gimp Makefile distinfo pkg-plist Removed files: graphics/gimp/files patch-ltmain.sh Log: Update to 2.0.5, and use the new libtool scheme. Revision Changes Path 1.161 +2 -2 ports/graphics/gimp/Makefile 1.71 +2 -2 ports/graphics/gimp/distinfo 1.5 +0 -41 ports/graphics/gimp/files/patch-ltmain.sh (dead) 1.92 +8 -0 ports/graphics/gimp/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:43:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C65C16A4CE; Mon, 11 Oct 2004 23:43:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F016E43D41; Mon, 11 Oct 2004 23:43:06 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNh60E038824; Mon, 11 Oct 2004 23:43:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNh69X038823; Mon, 11 Oct 2004 23:43:06 GMT (envelope-from edwin) Message-Id: <200410112343.i9BNh69X038823@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 23:43:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/ninix-aya Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:43:07 -0000 edwin 2004-10-11 23:43:06 UTC FreeBSD ports repository Modified files: games/ninix-aya Makefile distinfo pkg-plist Log: Maintainer Update: games/ninix-aya to 3.2.1 Maintainer Update: games/ninix-aya to 3.2.1 This send-pr will supercede ports/72145. PR: ports/72430 Submitted by: UMENO Takashi Revision Changes Path 1.12 +2 -2 ports/games/ninix-aya/Makefile 1.9 +2 -2 ports/games/ninix-aya/distinfo 1.5 +5 -3 ports/games/ninix-aya/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:45:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA2316A524; Mon, 11 Oct 2004 23:45:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB67443D48; Mon, 11 Oct 2004 23:45:43 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNjhoQ039095; Mon, 11 Oct 2004 23:45:43 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNjhjL039094; Mon, 11 Oct 2004 23:45:43 GMT (envelope-from marcus) Message-Id: <200410112345.i9BNjhjL039094@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:45:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/thunderbird Makefile distinfo pkg-deinstall.in pkg-install.in pkg-plist ports/mail/thunderbird/files Extensions.rdf mozconfig.in patch-245066,226669 patch-250862 patch-255067 patch-256316 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:45:44 -0000 marcus 2004-10-11 23:45:43 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile distinfo pkg-install.in mail/thunderbird/files mozconfig.in Added files: mail/thunderbird pkg-deinstall.in Removed files: mail/thunderbird pkg-plist mail/thunderbird/files Extensions.rdf patch-245066,226669 patch-250862 patch-255067 patch-256316 patch-257314 patch-258005 patch-xpinstall-src-nsSoftwareUpdate.cpp Log: * Update to 0.8 * Now that the fake installation code from Firefox has stabilized, adapt it here to eliminate the need for a static plist See http://www.mozilla.org/products/thunderbird/releases/ for all the juicy goodies in 0.8. Revision Changes Path 1.25 +62 -43 ports/mail/thunderbird/Makefile 1.12 +2 -2 ports/mail/thunderbird/distinfo 1.2 +0 -24 ports/mail/thunderbird/files/Extensions.rdf (dead) 1.7 +4 -2 ports/mail/thunderbird/files/mozconfig.in 1.2 +0 -228 ports/mail/thunderbird/files/patch-245066,226669 (dead) 1.2 +0 -22 ports/mail/thunderbird/files/patch-250862 (dead) 1.2 +0 -60 ports/mail/thunderbird/files/patch-255067 (dead) 1.2 +0 -18 ports/mail/thunderbird/files/patch-256316 (dead) 1.2 +0 -31 ports/mail/thunderbird/files/patch-257314 (dead) 1.2 +0 -278 ports/mail/thunderbird/files/patch-258005 (dead) 1.2 +0 -11 ports/mail/thunderbird/files/patch-xpinstall-src-nsSoftwareUpdate.cpp (dead) 1.1 +24 -0 ports/mail/thunderbird/pkg-deinstall.in (new) 1.2 +1 -7 ports/mail/thunderbird/pkg-install.in 1.9 +0 -814 ports/mail/thunderbird/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:48:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4045216A4CE; Mon, 11 Oct 2004 23:48:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 334E343D48; Mon, 11 Oct 2004 23:48:26 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNmQUr039208; Mon, 11 Oct 2004 23:48:26 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNmQI4039207; Mon, 11 Oct 2004 23:48:26 GMT (envelope-from eik) Message-Id: <200410112348.i9BNmQI4039207@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 11 Oct 2004 23:48:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/exim Makefile distinfo options pkg-plist ports/mail/exim/files 150.exim-tidydb.sh 460.exim-mail-rejects.sh exim.sh xpatch-exiscan2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:48:26 -0000 eik 2004-10-11 23:48:26 UTC FreeBSD ports repository Modified files: mail/exim Makefile distinfo options pkg-plist mail/exim/files 150.exim-tidydb.sh 460.exim-mail-rejects.sh exim.sh xpatch-exiscan2 Log: - update to Exim 4.43 and exiscan 28 - add support for the SA-Exim local_scan function + http://marc.merlins.org/linux/exim/sa.html - new options WITH_SA_EXIM, WITH_AUTH_SASL, WITH_RADIUS_TYPE - fix 150.exim-tidydb.sh when Exim is installed, but not run [1] Submitted by: Brian Somers [1] Revision Changes Path 1.190 +124 -46 ports/mail/exim/Makefile 1.75 +7 -4 ports/mail/exim/distinfo 1.2 +7 -6 ports/mail/exim/files/150.exim-tidydb.sh 1.3 +5 -5 ports/mail/exim/files/460.exim-mail-rejects.sh 1.8 +5 -6 ports/mail/exim/files/exim.sh 1.5 +151 -119 ports/mail/exim/files/xpatch-exiscan2 1.2 +23 -2 ports/mail/exim/options 1.40 +5 -1 ports/mail/exim/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:48:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F211F16A4CE; Mon, 11 Oct 2004 23:48:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D191B43D1F; Mon, 11 Oct 2004 23:48:51 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNmpVv039257; Mon, 11 Oct 2004 23:48:51 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNmpPM039256; Mon, 11 Oct 2004 23:48:51 GMT (envelope-from edwin) Message-Id: <200410112348.i9BNmpPM039256@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 11 Oct 2004 23:48:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/thudboard Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:48:52 -0000 edwin 2004-10-11 23:48:51 UTC FreeBSD ports repository Modified files: games/thudboard Makefile distinfo pkg-plist Log: MAINTAINER-UPDATE: games/thudboard 1.2 Update ThudBoard to version 1.2 PR: ports/71950 Submitted by: Jan Stocker Revision Changes Path 1.7 +3 -2 ports/games/thudboard/Makefile 1.7 +2 -2 ports/games/thudboard/distinfo 1.6 +2 -0 ports/games/thudboard/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:48:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB5B116A51B; Mon, 11 Oct 2004 23:48:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA0D43D1F; Mon, 11 Oct 2004 23:48:53 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNmrR0039290; Mon, 11 Oct 2004 23:48:53 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNmrbI039289; Mon, 11 Oct 2004 23:48:53 GMT (envelope-from marcus) Message-Id: <200410112348.i9BNmrbI039289@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:48:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gaim Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:48:55 -0000 marcus 2004-10-11 23:48:53 UTC FreeBSD ports repository Modified files: net/gaim Makefile distinfo pkg-plist Log: Update to 1.0.1. See http://gaim.sourceforge.net/ChangeLog for a list of all the changes. Revision Changes Path 1.156 +1 -1 ports/net/gaim/Makefile 1.90 +2 -2 ports/net/gaim/distinfo 1.68 +2 -0 ports/net/gaim/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:49:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC6516A4CE; Mon, 11 Oct 2004 23:49:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9233F43D41; Mon, 11 Oct 2004 23:49:12 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNnChD039330; Mon, 11 Oct 2004 23:49:12 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNnCrO039329; Mon, 11 Oct 2004 23:49:12 GMT (envelope-from marcus) Message-Id: <200410112349.i9BNnCrO039329@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:49:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile-gaim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:49:12 -0000 marcus 2004-10-11 23:49:12 UTC FreeBSD ports repository Modified files: net/meanwhile-gaim Makefile distinfo Log: Update to 1.0.0. Revision Changes Path 1.10 +2 -1 ports/net/meanwhile-gaim/Makefile 1.7 +2 -2 ports/net/meanwhile-gaim/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:51:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB92C16A4CE; Mon, 11 Oct 2004 23:51:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC3C43D45; Mon, 11 Oct 2004 23:51:13 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNpDP5039487; Mon, 11 Oct 2004 23:51:13 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNpD7c039486; Mon, 11 Oct 2004 23:51:13 GMT (envelope-from peter) Message-Id: <200410112351.i9BNpD7c039486@repoman.freebsd.org> From: Peter Wemm Date: Mon, 11 Oct 2004 23:51:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:51:13 -0000 peter 2004-10-11 23:51:13 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Catch another gcc-3.3 c++ include path reference and update it to 3.4. Revision Changes Path 1.449 +1 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:51:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8540D16A4CE; Mon, 11 Oct 2004 23:51:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B2543D41; Mon, 11 Oct 2004 23:51:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNpj47039525; Mon, 11 Oct 2004 23:51:45 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNpjYn039524; Mon, 11 Oct 2004 23:51:45 GMT (envelope-from marcus) Message-Id: <200410112351.i9BNpjYn039524@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:51:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/gaim-guifications Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:51:45 -0000 marcus 2004-10-11 23:51:45 UTC FreeBSD ports repository Modified files: misc/gaim-guifications Makefile distinfo pkg-plist Log: Update to 2.2. PR: 71986 Submitted by: maintainer Revision Changes Path 1.10 +2 -1 ports/misc/gaim-guifications/Makefile 1.7 +2 -2 ports/misc/gaim-guifications/distinfo 1.5 +2 -0 ports/misc/gaim-guifications/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:53:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D07C116A4CE; Mon, 11 Oct 2004 23:53:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B5843D46; Mon, 11 Oct 2004 23:53:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNrZhn039630; Mon, 11 Oct 2004 23:53:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNrZaR039629; Mon, 11 Oct 2004 23:53:35 GMT (envelope-from marcus) Message-Id: <200410112353.i9BNrZaR039629@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:53:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gaim-encryption Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:53:36 -0000 marcus 2004-10-11 23:53:35 UTC FreeBSD ports repository Modified files: security/gaim-encryption Makefile distinfo pkg-plist Log: Update to 2.31. PR: 71985 Submitted by: maintainer Revision Changes Path 1.14 +2 -1 ports/security/gaim-encryption/Makefile 1.7 +2 -2 ports/security/gaim-encryption/distinfo 1.4 +5 -0 ports/security/gaim-encryption/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:56:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B959A16A4CE; Mon, 11 Oct 2004 23:56:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9931843D4C; Mon, 11 Oct 2004 23:56:09 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNu98F039806; Mon, 11 Oct 2004 23:56:09 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNu99v039805; Mon, 11 Oct 2004 23:56:09 GMT (envelope-from eik) Message-Id: <200410112356.i9BNu99v039805@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 11 Oct 2004 23:56:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/mail Makefile ports/mail/exim-sa-exim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:56:09 -0000 eik 2004-10-11 23:56:09 UTC FreeBSD ports repository Modified files: . modules mail Makefile Added files: mail/exim-sa-exim Makefile Log: add exim-sa-exim, Exim with SA-Exim support Revision Changes Path 1.11074 +1 -0 CVSROOT/modules 1.568 +3 -2 ports/mail/Makefile 1.1 +16 -0 ports/mail/exim-sa-exim/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:57:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4430D16A4CE; Mon, 11 Oct 2004 23:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2409543D2F; Mon, 11 Oct 2004 23:57:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNvBMk039859; Mon, 11 Oct 2004 23:57:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNvBog039858; Mon, 11 Oct 2004 23:57:11 GMT (envelope-from marcus) Message-Id: <200410112357.i9BNvBog039858@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:57:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/intltool Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:57:11 -0000 marcus 2004-10-11 23:57:10 UTC FreeBSD ports repository Modified files: textproc/intltool Makefile distinfo Log: Update to 0.31.3. Revision Changes Path 1.40 +1 -1 ports/textproc/intltool/Makefile 1.27 +2 -2 ports/textproc/intltool/distinfo From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:57:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB85716A4CF; Mon, 11 Oct 2004 23:57:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC62443D1F; Mon, 11 Oct 2004 23:57:40 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNveoS039916; Mon, 11 Oct 2004 23:57:40 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNve8a039915; Mon, 11 Oct 2004 23:57:40 GMT (envelope-from marcus) Message-Id: <200410112357.i9BNve8a039915@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:57:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libxml2 Makefile distinfo ports/textproc/libxml2/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:57:41 -0000 marcus 2004-10-11 23:57:40 UTC FreeBSD ports repository Modified files: textproc/libxml2 Makefile distinfo textproc/libxml2/files patch-aa Log: Update to 2.6.14. Revision Changes Path 1.122 +1 -1 ports/textproc/libxml2/Makefile 1.80 +2 -2 ports/textproc/libxml2/distinfo 1.25 +10 -10 ports/textproc/libxml2/files/patch-aa From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:58:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB0D16A4CE; Mon, 11 Oct 2004 23:58:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CBD843D1D; Mon, 11 Oct 2004 23:58:06 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNw65K039980; Mon, 11 Oct 2004 23:58:06 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNw5Rg039979; Mon, 11 Oct 2004 23:58:05 GMT (envelope-from marcus) Message-Id: <200410112358.i9BNw5Rg039979@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Oct 2004 23:58:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libxslt Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:58:06 -0000 marcus 2004-10-11 23:58:05 UTC FreeBSD ports repository Modified files: textproc/libxslt Makefile distinfo pkg-plist Log: Update to 1.1.11. Revision Changes Path 1.67 +1 -1 ports/textproc/libxslt/Makefile 1.48 +2 -2 ports/textproc/libxslt/distinfo 1.33 +4 -0 ports/textproc/libxslt/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Oct 11 23:59:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5E3216A4CE; Mon, 11 Oct 2004 23:59:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7BC043D1F; Mon, 11 Oct 2004 23:59:03 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BNx3vb040086; Mon, 11 Oct 2004 23:59:03 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BNx31p040085; Mon, 11 Oct 2004 23:59:03 GMT (envelope-from mjacob) Message-Id: <200410112359.i9BNx31p040085@repoman.freebsd.org> From: Matt Jacob Date: Mon, 11 Oct 2004 23:59:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/isp isp_freebsd.h isp_pci.c src/sys/i386/conf PAE X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 23:59:04 -0000 mjacob 2004-10-11 23:59:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/isp isp_freebsd.h isp_pci.c sys/i386/conf PAE Log: MFC fixes for working with PAE kernels. Approved by: re Revision Changes Path 1.75.2.1 +3 -4 src/sys/dev/isp/isp_freebsd.h 1.98.2.1 +155 -10 src/sys/dev/isp/isp_pci.c 1.9.2.1 +2 -1 src/sys/i386/conf/PAE From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:00:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 477FD16A4CE; Tue, 12 Oct 2004 00:00:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A1243D2F; Tue, 12 Oct 2004 00:00:09 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C009UX040137; Tue, 12 Oct 2004 00:00:09 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C008FW040136; Tue, 12 Oct 2004 00:00:08 GMT (envelope-from marcus) Message-Id: <200410120000.i9C008FW040136@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 00:00:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/thunderbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:00:09 -0000 marcus 2004-10-12 00:00:08 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile Log: The previous commit also added support for installing the new Thunderbird brand icon by defining WITH_NEW_ICON. PR: 71780 Submitted by: Radek Kozlowski Revision Changes Path 1.26 +0 -0 ports/mail/thunderbird/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:03:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD0C16A4CE; Tue, 12 Oct 2004 00:03:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F44B43D39; Tue, 12 Oct 2004 00:03:28 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C03SWe040306; Tue, 12 Oct 2004 00:03:28 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C03SDm040305; Tue, 12 Oct 2004 00:03:28 GMT (envelope-from edwin) Message-Id: <200410120003.i9C03SDm040305@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 00:03:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/crimson Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:03:28 -0000 edwin 2004-10-12 00:03:28 UTC FreeBSD ports repository Modified files: games/crimson Makefile distinfo pkg-plist Log: MAINTAINER_UPDATE: games/crimson 0.4.4 Update Crimson Fields 0.4.4 PR: ports/71914 Submitted by: Jan Stocker Revision Changes Path 1.23 +2 -3 ports/games/crimson/Makefile 1.15 +2 -2 ports/games/crimson/distinfo 1.12 +11 -0 ports/games/crimson/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:04:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E1216A4CE; Tue, 12 Oct 2004 00:04:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0902743D41; Tue, 12 Oct 2004 00:04:41 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C04eiM040380; Tue, 12 Oct 2004 00:04:40 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C04eke040379; Tue, 12 Oct 2004 00:04:40 GMT (envelope-from marcus) Message-Id: <200410120004.i9C04eke040379@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 00:04:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/firefox Makefile distinfo pkg-deinstall.in pkg-install.in ports/www/firefox/files Extensions.rdf firefox.rb mozconfig.in patch-250862 patch-255067 patch-256316 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:04:41 -0000 marcus 2004-10-12 00:04:40 UTC FreeBSD ports repository Modified files: www/firefox Makefile distinfo pkg-deinstall.in pkg-install.in www/firefox/files firefox.rb mozconfig.in Removed files: www/firefox/files Extensions.rdf patch-250862 patch-255067 patch-256316 Log: * Update to 1.0.1.p (aka 0.10.1, aka 1.0PR) * Add support for installing the new Firefox brand icon by defining WITH_NEW_ICON [1] For all that's new, check out http://www.mozilla.org/products/firefox/releases/ PR: 71781 [1] Submitted by: Radek Kozlowski [1] Revision Changes Path 1.93 +15 -14 ports/www/firefox/Makefile 1.15 +2 -2 ports/www/firefox/distinfo 1.2 +0 -37 ports/www/firefox/files/Extensions.rdf (dead) 1.3 +1 -1 ports/www/firefox/files/firefox.rb 1.26 +5 -2 ports/www/firefox/files/mozconfig.in 1.2 +0 -22 ports/www/firefox/files/patch-250862 (dead) 1.2 +0 -60 ports/www/firefox/files/patch-255067 (dead) 1.2 +0 -18 ports/www/firefox/files/patch-256316 (dead) 1.2 +2 -1 ports/www/firefox/pkg-deinstall.in 1.5 +1 -7 ports/www/firefox/pkg-install.in From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:07:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 931B216A4CE; Tue, 12 Oct 2004 00:07:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7468543D48; Tue, 12 Oct 2004 00:07:10 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C07ADb040561; Tue, 12 Oct 2004 00:07:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C07AdE040560; Tue, 12 Oct 2004 00:07:10 GMT (envelope-from marcus) Message-Id: <200410120007.i9C07AdE040560@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 00:07:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla Makefile ports/www/mozilla-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:07:10 -0000 marcus 2004-10-12 00:07:10 UTC FreeBSD ports repository Modified files: www/mozilla Makefile www/mozilla-devel Makefile Log: Adapt the "fake" installation system from Firefox to create a more supportable Mozilla installation hierarchy. This will be needed to reliably build newer versions of Galeon and Epiphany. Thanks to adamw for helping debug and fix the mozilla-devel version. Revision Changes Path 1.198 +20 -9 ports/www/mozilla-devel/Makefile 1.171 +18 -9 ports/www/mozilla/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:08:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B1916A4CE; Tue, 12 Oct 2004 00:08:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 262CE43D2D; Tue, 12 Oct 2004 00:08:03 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C083Gu040601; Tue, 12 Oct 2004 00:08:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C083gR040600; Tue, 12 Oct 2004 00:08:03 GMT (envelope-from brueffer) Message-Id: <200410120008.i9C083gR040600@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 12 Oct 2004 00:08:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:08:03 -0000 brueffer 2004-10-12 00:08:03 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 polling.4 Log: MFC: rev. 1.14 vge(4) supports polling Approved by: re (rwatson) Revision Changes Path 1.11.2.3 +1 -0 src/share/man/man4/polling.4 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:08:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D1F16A4CE; Tue, 12 Oct 2004 00:08:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D847D43D31; Tue, 12 Oct 2004 00:08:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C08gk8040645; Tue, 12 Oct 2004 00:08:42 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C08gLL040644; Tue, 12 Oct 2004 00:08:42 GMT (envelope-from marcus) Message-Id: <200410120008.i9C08gLL040644@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 00:08:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/flashplugin-firefox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:08:43 -0000 marcus 2004-10-12 00:08:42 UTC FreeBSD ports repository Modified files: www/flashplugin-firefox Makefile Log: Chase the Firefox upgrade. Revision Changes Path 1.5 +2 -2 ports/www/flashplugin-firefox/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:09:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C4516A4CE; Tue, 12 Oct 2004 00:09:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092AE43D2F; Tue, 12 Oct 2004 00:09:22 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C09LXm040698; Tue, 12 Oct 2004 00:09:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C09LgL040697; Tue, 12 Oct 2004 00:09:21 GMT (envelope-from edwin) Message-Id: <200410120009.i9C09LgL040697@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 00:09:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/bzflag Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:09:22 -0000 edwin 2004-10-12 00:09:21 UTC FreeBSD ports repository Modified files: games/bzflag Makefile distinfo pkg-plist Log: Update port: games/bzflag to 1.10.8 Update games/bzflag to the latest version. PR: ports/72491 Submitted by: Charles Swiger Revision Changes Path 1.28 +2 -2 ports/games/bzflag/Makefile 1.12 +2 -2 ports/games/bzflag/distinfo 1.9 +1 -0 ports/games/bzflag/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:11:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D8916A4CE; Tue, 12 Oct 2004 00:11:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0663143D2D; Tue, 12 Oct 2004 00:11:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0B2Pa040882; Tue, 12 Oct 2004 00:11:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0B22u040881; Tue, 12 Oct 2004 00:11:02 GMT (envelope-from marcus) Message-Id: <200410120011.i9C0B22u040881@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 00:11:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mplayer-plugin Makefile distinfo ports/www/mplayer-plugin/files patch-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:11:03 -0000 marcus 2004-10-12 00:11:02 UTC FreeBSD ports repository Modified files: www/mplayer-plugin Makefile distinfo Added files: www/mplayer-plugin/files patch-configure Removed files: www/mplayer-plugin/files patch-Makefile.in Log: Update to 2.70. Revision Changes Path 1.26 +1 -1 ports/www/mplayer-plugin/Makefile 1.17 +2 -2 ports/www/mplayer-plugin/distinfo 1.6 +0 -11 ports/www/mplayer-plugin/files/patch-Makefile.in (dead) 1.3 +10 -0 ports/www/mplayer-plugin/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:11:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA5F616A4DE; Tue, 12 Oct 2004 00:11:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9862743D1D; Tue, 12 Oct 2004 00:11:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0B4jw040938; Tue, 12 Oct 2004 00:11:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0B4tO040937; Tue, 12 Oct 2004 00:11:04 GMT (envelope-from pav) Message-Id: <200410120011.i9C0B4tO040937@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 00:11:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cfengine2 Makefile distinfo patch-doc_Makefile.in patch-inputs_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:11:06 -0000 pav 2004-10-12 00:11:04 UTC FreeBSD ports repository Modified files: sysutils/cfengine2 Makefile distinfo sysutils/cfengine2/files patch-contrib_Makefile.in patch-doc_Makefile.in patch-inputs_Makefile.in Log: - Update to 2.1.10 - Allow various version of BDB PR: ports/72066 Submitted by: Kevin Way Based on work by: maintainer Revision Changes Path 1.36 +20 -4 ports/sysutils/cfengine2/Makefile 1.15 +2 -2 ports/sysutils/cfengine2/distinfo 1.2 +3 -2 ports/sysutils/cfengine2/files/patch-contrib_Makefile.in 1.3 +11 -11 ports/sysutils/cfengine2/files/patch-doc_Makefile.in 1.3 +4 -3 ports/sysutils/cfengine2/files/patch-inputs_Makefile.in From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:12:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80F016A4CE; Tue, 12 Oct 2004 00:12:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C72C443D2F; Tue, 12 Oct 2004 00:12:17 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0CHO5041023; Tue, 12 Oct 2004 00:12:17 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0CHqM041022; Tue, 12 Oct 2004 00:12:17 GMT (envelope-from marcus) Message-Id: <200410120012.i9C0CHqM041022@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 00:12:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/libxklavier Makefile distinfo patch-libxklavier_xklavier_config_xkb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:12:18 -0000 marcus 2004-10-12 00:12:17 UTC FreeBSD ports repository Modified files: x11/libxklavier Makefile distinfo Removed files: x11/libxklavier/files patch-configure patch-libxklavier_xklavier_config_xkb.c Log: Update to 1.04, and use the new libtool scheme. Revision Changes Path 1.19 +2 -3 ports/x11/libxklavier/Makefile 1.14 +2 -2 ports/x11/libxklavier/distinfo 1.3 +0 -10 ports/x11/libxklavier/files/patch-configure (dead) 1.2 +0 -13 ports/x11/libxklavier/files/patch-libxklavier_xklavier_config_xkb.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:16:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D785816A4CE; Tue, 12 Oct 2004 00:16:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B600743D5A; Tue, 12 Oct 2004 00:16:52 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0GqWw041287; Tue, 12 Oct 2004 00:16:52 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0Gq4N041286; Tue, 12 Oct 2004 00:16:52 GMT (envelope-from eik) Message-Id: <200410120016.i9C0Gq4N041286@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 12 Oct 2004 00:16:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pcre Makefile distinfo pkg-plist ports/devel/pcre/files patch-Makefile.in patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:16:53 -0000 eik 2004-10-12 00:16:52 UTC FreeBSD ports repository Modified files: devel/pcre Makefile distinfo pkg-plist Added files: devel/pcre/files patch-Makefile.in Removed files: devel/pcre/files patch-ltmain.sh Log: - update to 5.0 Revision Changes Path 1.23 +7 -13 ports/devel/pcre/Makefile 1.13 +2 -2 ports/devel/pcre/distinfo 1.1 +13 -0 ports/devel/pcre/files/patch-Makefile.in (new) 1.3 +0 -15 ports/devel/pcre/files/patch-ltmain.sh (dead) 1.10 +2 -0 ports/devel/pcre/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:18:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F06516A4CE; Tue, 12 Oct 2004 00:18:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214A743D45; Tue, 12 Oct 2004 00:18:05 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0I5Kr041346; Tue, 12 Oct 2004 00:18:05 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0I5oQ041345; Tue, 12 Oct 2004 00:18:05 GMT (envelope-from eik) Message-Id: <200410120018.i9C0I5oQ041345@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 12 Oct 2004 00:18:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/popt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:18:05 -0000 eik 2004-10-12 00:18:04 UTC FreeBSD ports repository Modified files: devel/popt Makefile Log: check that at least gettext 0.13 is installed Revision Changes Path 1.28 +6 -0 ports/devel/popt/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:20:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 932EB16A4CE; Tue, 12 Oct 2004 00:20:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73CD043D58; Tue, 12 Oct 2004 00:20:37 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0KbA4041496; Tue, 12 Oct 2004 00:20:37 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0KbmN041495; Tue, 12 Oct 2004 00:20:37 GMT (envelope-from edwin) Message-Id: <200410120020.i9C0KbmN041495@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 00:20:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xqf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:20:37 -0000 edwin 2004-10-12 00:20:37 UTC FreeBSD ports repository Modified files: games/xqf Makefile Log: wget dependency in games/xqf games/xqf is using wget to get server info. PR: ports/71834 Submitted by: No Name Revision Changes Path 1.23 +3 -1 ports/games/xqf/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:21:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC14E16A4CE; Tue, 12 Oct 2004 00:21:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D09DC43D3F; Tue, 12 Oct 2004 00:21:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0L0J4041601; Tue, 12 Oct 2004 00:21:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0L0cO041600; Tue, 12 Oct 2004 00:21:00 GMT (envelope-from pav) Message-Id: <200410120021.i9C0L0cO041600@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 00:21:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/graphics Makefile ports/graphics/py-magick Makefile distinfo pkg-descr ports/graphics/py-magick/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:21:01 -0000 pav 2004-10-12 00:21:00 UTC FreeBSD ports repository Modified files: . MOVED graphics Makefile Removed files: graphics/py-magick Makefile distinfo pkg-descr graphics/py-magick/files patch-aa patch-ab Log: - Remove this port. It does not build against ImageMagick 6.x, and there wasn't a release in a year and half. Chances that new version comes out is very low. PR: ports/71373 Submitted by: Stefan Walter Revision Changes Path 1.522 +2 -1 ports/MOVED 1.729 +0 -1 ports/graphics/Makefile 1.5 +0 -29 ports/graphics/py-magick/Makefile (dead) 1.3 +0 -2 ports/graphics/py-magick/distinfo (dead) 1.2 +0 -41 ports/graphics/py-magick/files/patch-aa (dead) 1.2 +0 -12 ports/graphics/py-magick/files/patch-ab (dead) 1.2 +0 -5 ports/graphics/py-magick/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:21:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39EC516A4CE; Tue, 12 Oct 2004 00:21:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF9043D1D; Tue, 12 Oct 2004 00:21:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0Lj4Q041648; Tue, 12 Oct 2004 00:21:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0LiRC041647; Tue, 12 Oct 2004 00:21:44 GMT (envelope-from pav) Message-Id: <200410120021.i9C0LiRC041647@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 00:21:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:21:45 -0000 pav 2004-10-12 00:21:44 UTC FreeBSD ports repository Modified files: . modules Log: - Remove graphics/py-magick Revision Changes Path 1.11075 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:38:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D49E16A4CE; Tue, 12 Oct 2004 00:38:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9BA43D1F; Tue, 12 Oct 2004 00:38:29 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0cTMF042174; Tue, 12 Oct 2004 00:38:29 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0cTi2042173; Tue, 12 Oct 2004 00:38:29 GMT (envelope-from lofi) Message-Id: <200410120038.i9C0cTi2042173@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 12 Oct 2004 00:38:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libassuan Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:38:29 -0000 lofi 2004-10-12 00:38:29 UTC FreeBSD ports repository Modified files: security/libassuan Makefile distinfo Log: Update to 0.6.7 PR: ports/72533 Submitted by: Jose M Rodriguez Revision Changes Path 1.3 +1 -1 ports/security/libassuan/Makefile 1.3 +2 -2 ports/security/libassuan/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:39:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 397F416A4CE; Tue, 12 Oct 2004 00:39:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B75743D3F; Tue, 12 Oct 2004 00:39:23 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0dNxF042267; Tue, 12 Oct 2004 00:39:23 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0dMTJ042266; Tue, 12 Oct 2004 00:39:22 GMT (envelope-from lofi) Message-Id: <200410120039.i9C0dMTJ042266@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 12 Oct 2004 00:39:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libksba Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:39:23 -0000 lofi 2004-10-12 00:39:22 UTC FreeBSD ports repository Modified files: security/libksba Makefile distinfo Log: Update to 0.9.9 PR: ports/72534 Submitted by: Jose M Rodriguez Revision Changes Path 1.19 +1 -1 ports/security/libksba/Makefile 1.8 +2 -2 ports/security/libksba/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:40:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D42E016A4D3; Tue, 12 Oct 2004 00:40:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A412843D49; Tue, 12 Oct 2004 00:40:23 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0eN4s042410; Tue, 12 Oct 2004 00:40:23 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0eNOK042409; Tue, 12 Oct 2004 00:40:23 GMT (envelope-from lofi) Message-Id: <200410120040.i9C0eNOK042409@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 12 Oct 2004 00:40:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gnupg-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:40:24 -0000 lofi 2004-10-12 00:40:23 UTC FreeBSD ports repository Modified files: security/gnupg-devel Makefile distinfo pkg-plist Log: Update to 1.9.11 PR: ports/72535 Submitted by: Jose M Rodriguez Revision Changes Path 1.19 +1 -1 ports/security/gnupg-devel/Makefile 1.5 +2 -2 ports/security/gnupg-devel/distinfo 1.6 +1 -1 ports/security/gnupg-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:41:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A95616A4CE; Tue, 12 Oct 2004 00:41:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEB643D45; Tue, 12 Oct 2004 00:41:02 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0f2XC042460; Tue, 12 Oct 2004 00:41:02 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0f2nQ042459; Tue, 12 Oct 2004 00:41:02 GMT (envelope-from lofi) Message-Id: <200410120041.i9C0f2nQ042459@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 12 Oct 2004 00:41:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/dirmngr Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:41:02 -0000 lofi 2004-10-12 00:41:02 UTC FreeBSD ports repository Modified files: security/dirmngr Makefile distinfo Log: Update to 0.5.6 PR: ports/72537 Submitted by: Jose M Rodriguez Revision Changes Path 1.14 +1 -1 ports/security/dirmngr/Makefile 1.6 +2 -2 ports/security/dirmngr/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:47:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF05416A4CE; Tue, 12 Oct 2004 00:47:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E7443D41; Tue, 12 Oct 2004 00:47:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0lx3N049125; Tue, 12 Oct 2004 00:47:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0lxTd049124; Tue, 12 Oct 2004 00:47:59 GMT (envelope-from pav) Message-Id: <200410120047.i9C0lxTd049124@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 00:47:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/freebase Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:48:00 -0000 pav 2004-10-12 00:47:59 UTC FreeBSD ports repository Modified files: devel/freebase Makefile distinfo Log: - Update to 0.8.0 PR: ports/72514 Submitted by: Alexander Novitsky (maintainer) Revision Changes Path 1.3 +3 -3 ports/devel/freebase/Makefile 1.3 +2 -2 ports/devel/freebase/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:48:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FD416A4CE; Tue, 12 Oct 2004 00:48:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A3643D39; Tue, 12 Oct 2004 00:48:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0mYmh049189; Tue, 12 Oct 2004 00:48:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0mYHQ049188; Tue, 12 Oct 2004 00:48:34 GMT (envelope-from pav) Message-Id: <200410120048.i9C0mYHQ049188@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 00:48:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/freeride Makefile distinfo pkg-plist ports/devel/freeride/files install.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:48:34 -0000 pav 2004-10-12 00:48:34 UTC FreeBSD ports repository Modified files: devel/freeride Makefile distinfo pkg-plist devel/freeride/files install.rb Log: - Update to 0.8.0 PR: ports/72515 Submitted by: Alexander Novitsky (maintainer) Revision Changes Path 1.4 +9 -12 ports/devel/freeride/Makefile 1.3 +2 -2 ports/devel/freeride/distinfo 1.3 +42 -20 ports/devel/freeride/files/install.rb 1.3 +219 -210 ports/devel/freeride/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:53:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5081E16A4CE; Tue, 12 Oct 2004 00:53:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB1843D41; Tue, 12 Oct 2004 00:53:03 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0r3fR049420; Tue, 12 Oct 2004 00:53:03 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0r3Z2049415; Tue, 12 Oct 2004 00:53:03 GMT (envelope-from green) Message-Id: <200410120053.i9C0r3Z2049415@repoman.freebsd.org> From: Brian Feldman Date: Tue, 12 Oct 2004 00:53:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/xscreensaver.app Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:53:03 -0000 green 2004-10-12 00:53:02 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/xscreensaver.app Makefile distinfo pkg-descr Log: Add XScreenSaver.App, a Window Maker dockapp for controlling XScreenSAver. PR: ports/72113 Submitted by: Josh Tolbert Revision Changes Path 1.531 +1 -0 ports/x11/Makefile 1.1 +26 -0 ports/x11/xscreensaver.app/Makefile (new) 1.1 +2 -0 ports/x11/xscreensaver.app/distinfo (new) 1.1 +9 -0 ports/x11/xscreensaver.app/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:57:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B7DA16A4CE; Tue, 12 Oct 2004 00:57:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C98343D45; Tue, 12 Oct 2004 00:57:22 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0vMQ9049606; Tue, 12 Oct 2004 00:57:22 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0vMX0049605; Tue, 12 Oct 2004 00:57:22 GMT (envelope-from nectar) Message-Id: <200410120057.i9C0vMX0049605@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 12 Oct 2004 00:57:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:57:22 -0000 nectar 2004-10-12 00:57:22 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Update the description of and list of packages affected by the PHP file upload processing bug. Submitted by: Jon Passki Approved by: portmgr Revision Changes Path 1.281 +135 -15 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 00:58:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5245E16A4CE; Tue, 12 Oct 2004 00:58:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3344243D2F; Tue, 12 Oct 2004 00:58:31 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C0wVP4049703; Tue, 12 Oct 2004 00:58:31 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C0wVN9049702; Tue, 12 Oct 2004 00:58:31 GMT (envelope-from nectar) Message-Id: <200410120058.i9C0wVN9049702@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 12 Oct 2004 00:58:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 00:58:31 -0000 nectar 2004-10-12 00:58:31 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document older cyrus-sasl bug affecting DIGEST-MD5. Submitted by: simon Approved by: portmgr Revision Changes Path 1.282 +24 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:02:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4927B16A4CE; Tue, 12 Oct 2004 01:02:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 297E643D2D; Tue, 12 Oct 2004 01:02:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C12LWd049869; Tue, 12 Oct 2004 01:02:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C12L6B049868; Tue, 12 Oct 2004 01:02:21 GMT (envelope-from pav) Message-Id: <200410120102.i9C12L6B049868@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 01:02:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netwib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:02:22 -0000 pav 2004-10-12 01:02:21 UTC FreeBSD ports repository Modified files: net/netwib Makefile distinfo Log: - Update to 5.25.0 PR: ports/72518 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.14 +1 -1 ports/net/netwib/Makefile 1.10 +4 -4 ports/net/netwib/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:03:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6592116A4CE; Tue, 12 Oct 2004 01:03:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B1C43D39; Tue, 12 Oct 2004 01:03:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C13FNk049924; Tue, 12 Oct 2004 01:03:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C13Fwd049923; Tue, 12 Oct 2004 01:03:15 GMT (envelope-from pav) Message-Id: <200410120103.i9C13Fwd049923@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 01:03:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/netwox Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:03:15 -0000 pav 2004-10-12 01:03:15 UTC FreeBSD ports repository Modified files: net-mgmt/netwox Makefile distinfo pkg-plist Log: - Update to 5.25.0 PR: ports/72519 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.14 +1 -1 ports/net-mgmt/netwox/Makefile 1.10 +4 -4 ports/net-mgmt/netwox/distinfo 1.8 +2 -0 ports/net-mgmt/netwox/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:06:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E87616A4CE; Tue, 12 Oct 2004 01:06:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C46543D1D; Tue, 12 Oct 2004 01:06:16 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C16Ftb050077; Tue, 12 Oct 2004 01:06:15 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C16FZt050076; Tue, 12 Oct 2004 01:06:15 GMT (envelope-from edwin) Message-Id: <200410120106.i9C16FZt050076@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 01:06:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/phpmyadmin Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:06:16 -0000 edwin 2004-10-12 01:06:15 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo pkg-descr Log: [ Maintainer Update ] databases/phpmyadmin to 2.6.0 - Update to phpMyAdmin 2.6.0 - Add OPTIONS support (From 71100) - Add MySQLi support PR: ports/72143 Submitted by: Matthew Seaman Revision Changes Path 1.19 +35 -7 ports/databases/phpmyadmin/Makefile 1.13 +2 -2 ports/databases/phpmyadmin/distinfo 1.4 +20 -11 ports/databases/phpmyadmin/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:07:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE9F16A4CF; Tue, 12 Oct 2004 01:07:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F121843D1D; Tue, 12 Oct 2004 01:07:22 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C17MPH050124; Tue, 12 Oct 2004 01:07:22 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C17MUU050123; Tue, 12 Oct 2004 01:07:22 GMT (envelope-from nectar) Message-Id: <200410120107.i9C17MUU050123@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 12 Oct 2004 01:07:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:07:23 -0000 nectar 2004-10-12 01:07:22 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Note that the image decoding vulnerabilities in gdk-pixbuf have been fixed. Reported by: marcus Approved by: portmgr Revision Changes Path 1.283 +6 -3 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:08:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6EA416A4CE; Tue, 12 Oct 2004 01:08:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A664E43D46; Tue, 12 Oct 2004 01:08:04 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C184Sx050193; Tue, 12 Oct 2004 01:08:04 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1847t050192; Tue, 12 Oct 2004 01:08:04 GMT (envelope-from edwin) Message-Id: <200410120108.i9C1847t050192@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 01:08:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/xmbmon Makefile distinfo ports/sysutils/xmbmon/files patch-aa patch-testsmb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:08:04 -0000 edwin 2004-10-12 01:08:04 UTC FreeBSD ports repository Modified files: sysutils/xmbmon Makefile distinfo sysutils/xmbmon/files patch-aa patch-testsmb.c Log: maintainer-update of xmbmon port. maintainer-update of xmbmon port. TO VERSION 205 PR: ports/71814 Submitted by: NAKAMURA Kazushi Revision Changes Path 1.12 +1 -1 ports/sysutils/xmbmon/Makefile 1.9 +2 -2 ports/sysutils/xmbmon/distinfo 1.7 +8 -22 ports/sysutils/xmbmon/files/patch-aa 1.2 +2 -1 ports/sysutils/xmbmon/files/patch-testsmb.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:11:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FBD16A4CE; Tue, 12 Oct 2004 01:11:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC90B43D1D; Tue, 12 Oct 2004 01:11:19 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1BJE9050358; Tue, 12 Oct 2004 01:11:19 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1BJ8E050357; Tue, 12 Oct 2004 01:11:19 GMT (envelope-from edwin) Message-Id: <200410120111.i9C1BJ8E050357@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 01:11:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mpg123 Makefile ports/audio/mpg123/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:11:20 -0000 edwin 2004-10-12 01:11:19 UTC FreeBSD ports repository Modified files: audio/mpg123 Makefile audio/mpg123/files patch-aa Log: [ maintainer ] audio/mpg123: fix build with DEFAULT_RECODE option and without esound or nas Fix compilation error when building with DEFAULT_RECODE and without esound or nas support. PR: ports/71772 Submitted by: Roman Bogorodskiy Revision Changes Path 1.61 +1 -0 ports/audio/mpg123/Makefile 1.25 +4 -5 ports/audio/mpg123/files/patch-aa From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:12:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561C516A4CE; Tue, 12 Oct 2004 01:12:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A3B43D1F; Tue, 12 Oct 2004 01:12:13 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1CD9d050404; Tue, 12 Oct 2004 01:12:13 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1CDEQ050403; Tue, 12 Oct 2004 01:12:13 GMT (envelope-from edwin) Message-Id: <200410120112.i9C1CDEQ050403@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 01:12:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/dnrd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:12:13 -0000 edwin 2004-10-12 01:12:13 UTC FreeBSD ports repository Modified files: dns/dnrd Makefile distinfo Log: Update port: dnrd [maintainer update] Update of dnrd. The TCP support is totally broken in previous versions. Even if it should work in this verion it is disabled by default. (The code was so ugly). It can be enabled with WITH_TCP. In this version it is also possible to disable the MASTER file support. So dnrd can be a compiled as proxy only. WITHOUT_MASTER. PR: ports/71770 Submitted by: Natanael Copa Revision Changes Path 1.16 +9 -1 ports/dns/dnrd/Makefile 1.6 +2 -2 ports/dns/dnrd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:17:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 630B216A4CE; Tue, 12 Oct 2004 01:17:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 439EB43D1D; Tue, 12 Oct 2004 01:17:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1HVSS050625; Tue, 12 Oct 2004 01:17:31 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1HVhn050624; Tue, 12 Oct 2004 01:17:31 GMT (envelope-from edwin) Message-Id: <200410120117.i9C1HVhn050624@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 01:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/efax-gtk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:17:31 -0000 edwin 2004-10-12 01:17:31 UTC FreeBSD ports repository Modified files: comms/efax-gtk Makefile distinfo Log: Maintainer update: comms/efax-gtk This is an update of comms/efax-gtk to 2.2.10. Thanks in advance for applying the following patch againt the FreeBSD ports collection. PR: ports/71419 Submitted by: Jean-Baptiste Quenot Revision Changes Path 1.6 +1 -1 ports/comms/efax-gtk/Makefile 1.6 +2 -2 ports/comms/efax-gtk/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:19:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CC916A4CE; Tue, 12 Oct 2004 01:19:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B413943D2D; Tue, 12 Oct 2004 01:19:55 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1JtGw050696; Tue, 12 Oct 2004 01:19:55 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1JtLG050695; Tue, 12 Oct 2004 01:19:55 GMT (envelope-from edwin) Message-Id: <200410120119.i9C1JtLG050695@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 01:19:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/baghira Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:19:56 -0000 edwin 2004-10-12 01:19:55 UTC FreeBSD ports repository Modified files: x11-themes/baghira Makefile distinfo Log: [Maintainer Update] x11-themes/baghira to 0.5e I know we're in ports freeze now, but perhaps some people can give this update a try before it's committed, as it seems to fix some of the bugs some guys were experiencing. PR: ports/71433 Submitted by: Miguel Mendez Revision Changes Path 1.2 +1 -2 ports/x11-themes/baghira/Makefile 1.2 +2 -2 ports/x11-themes/baghira/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:26:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35BE316A4CE; Tue, 12 Oct 2004 01:26:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1609243D2D; Tue, 12 Oct 2004 01:26:57 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1Qufd050938; Tue, 12 Oct 2004 01:26:56 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1QuXk050937; Tue, 12 Oct 2004 01:26:56 GMT (envelope-from edwin) Message-Id: <200410120126.i9C1QuXk050937@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 01:26:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vmips Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:26:57 -0000 edwin 2004-10-12 01:26:56 UTC FreeBSD ports repository Modified files: emulators/vmips Makefile distinfo Log: [maintainer-update] vmips 1.2.1 -> 1.2.2 update emulators/vmips from 1.2.1 to 1.2.2 PR: ports/71503 Submitted by: Brian R. Gaeke Revision Changes Path 1.2 +1 -8 ports/emulators/vmips/Makefile 1.2 +2 -2 ports/emulators/vmips/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:28:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA1CE16A4CE; Tue, 12 Oct 2004 01:28:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 989AD43D1F; Tue, 12 Oct 2004 01:28:56 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1Su2G051065; Tue, 12 Oct 2004 01:28:56 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1SugW051064; Tue, 12 Oct 2004 01:28:56 GMT (envelope-from edwin) Message-Id: <200410120128.i9C1SugW051064@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 01:28:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/pear-Log Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:28:57 -0000 edwin 2004-10-12 01:28:56 UTC FreeBSD ports repository Modified files: sysutils/pear-Log Makefile distinfo pkg-descr Log: iUpdate port: sysutils/pear-Log to 1.8.6 + update sysutils/pear-Log to 1.8.6 + updated pkg-descr + added sql file PR: ports/71519 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.24 +4 -2 ports/sysutils/pear-Log/Makefile 1.15 +2 -2 ports/sysutils/pear-Log/distinfo 1.4 +3 -3 ports/sysutils/pear-Log/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:29:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 979CF16A4D2; Tue, 12 Oct 2004 01:29:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE82843D39; Tue, 12 Oct 2004 01:29:51 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1TpSQ051109; Tue, 12 Oct 2004 01:29:51 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1TpgN051108; Tue, 12 Oct 2004 01:29:51 GMT (envelope-from marcus) Message-Id: <200410120129.i9C1TpgN051108@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 01:29:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:29:55 -0000 marcus 2004-10-12 01:29:51 UTC FreeBSD ports repository Modified files: multimedia/gstreamer Makefile distinfo Log: Update to 0.8.6. PR: 72362 Submitted by: Michael Johnson Approved by: maintainer (blanket) Revision Changes Path 1.28 +6 -8 ports/multimedia/gstreamer/Makefile 1.15 +2 -2 ports/multimedia/gstreamer/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:35:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A1A16A4CE; Tue, 12 Oct 2004 01:35:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D11943D1D; Tue, 12 Oct 2004 01:35:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1ZxRb051396; Tue, 12 Oct 2004 01:35:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1Zw1f051395; Tue, 12 Oct 2004 01:35:58 GMT (envelope-from marcus) Message-Id: <200410120135.i9C1Zw1f051395@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 01:35:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile distinfo patch-ext_theora_theoradec.c patch-ext_vorbis_vorbisparse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:35:59 -0000 marcus 2004-10-12 01:35:58 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile distinfo pkg-plist Removed files: multimedia/gstreamer-plugins/files patch-ext_theora_theoradec.c patch-ext_vorbis_vorbisparse.c Log: * Update to 0.8.5 * Removed KIO support * Add mplex from mjpegtools support * Add libmng support PR: 72404 Submitted by: Michael Johnson Approved by: maintainer (blanket) Revision Changes Path 1.65 +29 -37 ports/multimedia/gstreamer-plugins/Makefile 1.15 +2 -2 ports/multimedia/gstreamer-plugins/distinfo 1.2 +0 -19 ports/multimedia/gstreamer-plugins/files/patch-ext_theora_theoradec.c (dead) 1.2 +0 -23 ports/multimedia/gstreamer-plugins/files/patch-ext_vorbis_vorbisparse.c (dead) 1.19 +5 -4 ports/multimedia/gstreamer-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:39:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B92816A4CE; Tue, 12 Oct 2004 01:39:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC6143D2D; Tue, 12 Oct 2004 01:39:04 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1d4QM051476; Tue, 12 Oct 2004 01:39:04 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1d4F2051475; Tue, 12 Oct 2004 01:39:04 GMT (envelope-from marcus) Message-Id: <200410120139.i9C1d4F2051475@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 01:39:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-plugins pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:39:05 -0000 marcus 2004-10-12 01:39:04 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins pkg-plist Log: Be sure to call gst-register with the correct output directory when installing a package. Revision Changes Path 1.20 +2 -2 ports/multimedia/gstreamer-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:43:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E1616A4CE; Tue, 12 Oct 2004 01:43:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6863B43D2D; Tue, 12 Oct 2004 01:43:48 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1hmYo051760; Tue, 12 Oct 2004 01:43:48 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1hmYk051759; Tue, 12 Oct 2004 01:43:48 GMT (envelope-from lofi) Message-Id: <200410120143.i9C1hmYk051759@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 12 Oct 2004 01:43:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/ices0 Makefile distinfo pkg-descr pkg-plist ports/audio/ices0/files patch-configure patch-src-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:43:48 -0000 lofi 2004-10-12 01:43:48 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/ices0 Makefile distinfo pkg-descr pkg-plist audio/ices0/files patch-configure patch-src-Makefile.in Log: Add ices0, a treaming source client for icecast 2. Revision Changes Path 1.551 +1 -0 ports/audio/Makefile 1.1 +33 -0 ports/audio/ices0/Makefile (new) 1.1 +2 -0 ports/audio/ices0/distinfo (new) 1.1 +72 -0 ports/audio/ices0/files/patch-configure (new) 1.1 +247 -0 ports/audio/ices0/files/patch-src-Makefile.in (new) 1.1 +4 -0 ports/audio/ices0/pkg-descr (new) 1.1 +8 -0 ports/audio/ices0/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:44:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E0116A4CE; Tue, 12 Oct 2004 01:44:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4559243D2D; Tue, 12 Oct 2004 01:44:04 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1i4kS051810; Tue, 12 Oct 2004 01:44:04 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1i4lK051809; Tue, 12 Oct 2004 01:44:04 GMT (envelope-from lofi) Message-Id: <200410120144.i9C1i4lK051809@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 12 Oct 2004 01:44:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:44:04 -0000 lofi 2004-10-12 01:44:04 UTC FreeBSD ports repository Modified files: . modules Log: ices0 --> ports/audio/ices0 Revision Changes Path 1.11076 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 01:56:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE7216A4CE; Tue, 12 Oct 2004 01:56:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEFD43D4C; Tue, 12 Oct 2004 01:56:04 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C1u4pO052203; Tue, 12 Oct 2004 01:56:04 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C1u4Rl052202; Tue, 12 Oct 2004 01:56:04 GMT (envelope-from njl) Message-Id: <200410120156.i9C1u4Rl052202@repoman.freebsd.org> From: Nate Lawson Date: Tue, 12 Oct 2004 01:56:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/isa es1888.c ess.c mss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:56:05 -0000 njl 2004-10-12 01:56:03 UTC FreeBSD src repository Modified files: sys/dev/sound/isa es1888.c ess.c mss.c Log: * Remove the acpi attachment from the es1888. It has an identify method that conjures up the device node so it isn't true PNP. Noticed by jhb@. * Add an attachment for esscontrol since it too uses ISA_PNP_PROBE. * Move an attachment from snd_mss to snd_pnpmss. The latter is the real PNP user. Revision Changes Path 1.13 +0 -1 src/sys/dev/sound/isa/es1888.c 1.32 +1 -1 src/sys/dev/sound/isa/ess.c 1.91 +1 -1 src/sys/dev/sound/isa/mss.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:04:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8848616A4CF; Tue, 12 Oct 2004 02:04:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 628D243D5E; Tue, 12 Oct 2004 02:04:11 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C24BHA052529; Tue, 12 Oct 2004 02:04:11 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C24Bpj052528; Tue, 12 Oct 2004 02:04:11 GMT (envelope-from jkoshy) Message-Id: <200410120204.i9C24Bpj052528@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 12 Oct 2004 02:04:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 contigmalloc.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:04:11 -0000 jkoshy 2004-10-12 02:04:11 UTC FreeBSD src repository Modified files: share/man/man9 contigmalloc.9 Log: Use the "normal form" for copyright text. Revision Changes Path 1.4 +2 -2 src/share/man/man9/contigmalloc.9 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:08:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C543D16A4CE; Tue, 12 Oct 2004 02:08:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A80C43D4C; Tue, 12 Oct 2004 02:08:57 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C28vRE052715; Tue, 12 Oct 2004 02:08:57 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C28vg1052714; Tue, 12 Oct 2004 02:08:57 GMT (envelope-from nectar) Message-Id: <200410120208.i9C28vg1052714@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 12 Oct 2004 02:08:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:08:58 -0000 nectar 2004-10-12 02:08:57 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: The documented xv vulnerabilities were fixed by dinoex@ Approved by: portmgr Revision Changes Path 1.284 +3 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:09:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 341C916A4CE; Tue, 12 Oct 2004 02:09:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D6A43D5E; Tue, 12 Oct 2004 02:09:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C29Sje052781; Tue, 12 Oct 2004 02:09:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C29SmV052780; Tue, 12 Oct 2004 02:09:28 GMT (envelope-from marcus) Message-Id: <200410120209.i9C29SmV052780@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:09:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netatalk Makefile distinfo pkg-plist ports/net/netatalk/files netatalk.sh patch-config_Makefile.in patch-configure patch-etc_afpd_unix.h patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:09:28 -0000 marcus 2004-10-12 02:09:28 UTC FreeBSD ports repository Modified files: net/netatalk Makefile distinfo pkg-plist net/netatalk/files netatalk.sh patch-config_Makefile.in patch-configure Removed files: net/netatalk/files patch-etc_afpd_unix.h patch-ltmain.sh Log: Update to 2.0.0. See http://netatalk.sourceforge.net/2.0/ReleaseNotes.html for all the new features, and http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html for important upgrade instructions when moving from 1.6.x. Revision Changes Path 1.57 +17 -33 ports/net/netatalk/Makefile 1.19 +2 -2 ports/net/netatalk/distinfo 1.2 +46 -26 ports/net/netatalk/files/netatalk.sh 1.4 +7 -8 ports/net/netatalk/files/patch-config_Makefile.in 1.11 +11 -28 ports/net/netatalk/files/patch-configure 1.2 +0 -12 ports/net/netatalk/files/patch-etc_afpd_unix.h (dead) 1.3 +0 -34 ports/net/netatalk/files/patch-ltmain.sh (dead) 1.20 +40 -46 ports/net/netatalk/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:10:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1E916A4CE; Tue, 12 Oct 2004 02:10:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5BE43D1F; Tue, 12 Oct 2004 02:10:19 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2AJ2H052882; Tue, 12 Oct 2004 02:10:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2AIdH052881; Tue, 12 Oct 2004 02:10:18 GMT (envelope-from marcus) Message-Id: <200410120210.i9C2AIdH052881@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:10:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netatalk-devel Makefile distinfo pkg-descr pkg-message pkg-plist ports/net/netatalk-devel/files netatalk.sh patch-config_Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:10:19 -0000 marcus 2004-10-12 02:10:18 UTC FreeBSD ports repository Removed files: net/netatalk-devel Makefile distinfo pkg-descr pkg-message pkg-plist net/netatalk-devel/files netatalk.sh patch-config_Makefile.in patch-configure Log: Remove this port now that netatalk has been updated to 2.0.0. Revision Changes Path 1.63 +0 -105 ports/net/netatalk-devel/Makefile (dead) 1.22 +0 -2 ports/net/netatalk-devel/distinfo (dead) 1.6 +0 -53 ports/net/netatalk-devel/files/netatalk.sh (dead) 1.5 +0 -27 ports/net/netatalk-devel/files/patch-config_Makefile.in (dead) 1.14 +0 -11 ports/net/netatalk-devel/files/patch-configure (dead) 1.4 +0 -24 ports/net/netatalk-devel/pkg-descr (dead) 1.3 +0 -9 ports/net/netatalk-devel/pkg-message (dead) 1.24 +0 -139 ports/net/netatalk-devel/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:10:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AFDD16A4CE; Tue, 12 Oct 2004 02:10:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3EE43D3F; Tue, 12 Oct 2004 02:10:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2AgW8052985; Tue, 12 Oct 2004 02:10:42 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2AgJu052984; Tue, 12 Oct 2004 02:10:42 GMT (envelope-from marcus) Message-Id: <200410120210.i9C2AgJu052984@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:10:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:10:43 -0000 marcus 2004-10-12 02:10:42 UTC FreeBSD ports repository Modified files: net Makefile Log: Remove netatalk-devel. Revision Changes Path 1.1358 +0 -1 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:11:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C4616A4CE; Tue, 12 Oct 2004 02:11:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9829743D41; Tue, 12 Oct 2004 02:11:39 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2Bd4i053032; Tue, 12 Oct 2004 02:11:39 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2BdeG053031; Tue, 12 Oct 2004 02:11:39 GMT (envelope-from marcus) Message-Id: <200410120211.i9C2BdeG053031@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:11:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:11:39 -0000 marcus 2004-10-12 02:11:39 UTC FreeBSD ports repository Modified files: . MOVED Log: Add an entry for net/netatalk-devel. Revision Changes Path 1.523 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:14:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30AAA16A4CE; Tue, 12 Oct 2004 02:14:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11CEF43D1D; Tue, 12 Oct 2004 02:14:48 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2El5e053178; Tue, 12 Oct 2004 02:14:47 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2ElEV053177; Tue, 12 Oct 2004 02:14:47 GMT (envelope-from marcus) Message-Id: <200410120214.i9C2ElEV053177@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:14:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:14:48 -0000 marcus 2004-10-12 02:14:47 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add an entry for net/netatalk. Revision Changes Path 1.72 +10 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:15:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16AF816A4CE; Tue, 12 Oct 2004 02:15:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED50943D31; Tue, 12 Oct 2004 02:15:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2FZ6i053284; Tue, 12 Oct 2004 02:15:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2FZNX053283; Tue, 12 Oct 2004 02:15:35 GMT (envelope-from marcus) Message-Id: <200410120215.i9C2FZNX053283@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:15:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:15:36 -0000 marcus 2004-10-12 02:15:35 UTC FreeBSD ports repository Modified files: . modules Log: Remove ports/net/netatalk-devel. Revision Changes Path 1.11077 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:18:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A2C916A4CE; Tue, 12 Oct 2004 02:18:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B68D43D54; Tue, 12 Oct 2004 02:18:36 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2IakB053345; Tue, 12 Oct 2004 02:18:36 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2IaL0053344; Tue, 12 Oct 2004 02:18:36 GMT (envelope-from marcus) Message-Id: <200410120218.i9C2IaL0053344@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:18:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netatalk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:18:36 -0000 marcus 2004-10-12 02:18:36 UTC FreeBSD ports repository Modified files: net/netatalk Makefile Log: Re-add PORTEPOCH as it was accidentally dropped in the last commit. Revision Changes Path 1.58 +1 -0 ports/net/netatalk/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:19:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6AA416A4CE; Tue, 12 Oct 2004 02:19:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EFD43D46; Tue, 12 Oct 2004 02:19:22 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2JMHf053387; Tue, 12 Oct 2004 02:19:22 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2JM98053386; Tue, 12 Oct 2004 02:19:22 GMT (envelope-from marcus) Message-Id: <200410120219.i9C2JM98053386@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:19:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netatalk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:19:23 -0000 marcus 2004-10-12 02:19:22 UTC FreeBSD ports repository Modified files: net/netatalk Makefile Log: This port should have a LATEST_LINK. Revision Changes Path 1.59 +0 -1 ports/net/netatalk/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:29:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F6F16A4CE; Tue, 12 Oct 2004 02:29:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC7EB43D5F; Tue, 12 Oct 2004 02:29:57 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2TvIp053725; Tue, 12 Oct 2004 02:29:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2TvJi053724; Tue, 12 Oct 2004 02:29:57 GMT (envelope-from marcus) Message-Id: <200410120229.i9C2TvJi053724@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:29:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/glib20 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:29:58 -0000 marcus 2004-10-12 02:29:57 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile distinfo pkg-plist Log: Update to 2.4.7. Revision Changes Path 1.106 +1 -2 ports/devel/glib20/Makefile 1.46 +2 -2 ports/devel/glib20/distinfo 1.45 +2 -0 ports/devel/glib20/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:31:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FEA616A4CE; Tue, 12 Oct 2004 02:31:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FA043D2D; Tue, 12 Oct 2004 02:31:51 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2VpRJ053854; Tue, 12 Oct 2004 02:31:51 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2Vpgt053853; Tue, 12 Oct 2004 02:31:51 GMT (envelope-from marcus) Message-Id: <200410120231.i9C2Vpgt053853@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 02:31:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/glib20 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:31:51 -0000 marcus 2004-10-12 02:31:51 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile distinfo pkg-plist Log: Forced commit to note that the work for this update was done by adamw. Revision Changes Path 1.107 +0 -0 ports/devel/glib20/Makefile 1.47 +0 -0 ports/devel/glib20/distinfo 1.46 +0 -0 ports/devel/glib20/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 02:36:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2B8816A4CE; Tue, 12 Oct 2004 02:36:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7ABC43D49; Tue, 12 Oct 2004 02:36:24 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C2aOU0054036; Tue, 12 Oct 2004 02:36:24 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C2aOPl054035; Tue, 12 Oct 2004 02:36:24 GMT (envelope-from jkoshy) Message-Id: <200410120236.i9C2aOPl054035@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 12 Oct 2004 02:36:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile hashinit.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 02:36:25 -0000 jkoshy 2004-10-12 02:36:24 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 hashinit.9 Log: Add a manual page for hashinit(9), hashdestroy(9) and phashinit(9). Reviewed by: ru Revision Changes Path 1.245 +3 -0 src/share/man/man9/Makefile 1.1 +150 -0 src/share/man/man9/hashinit.9 (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:15:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4145216A4CE; Tue, 12 Oct 2004 03:15:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D3343D45; Tue, 12 Oct 2004 03:15:05 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3F5Ol055478; Tue, 12 Oct 2004 03:15:05 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3F4nF055477; Tue, 12 Oct 2004 03:15:04 GMT (envelope-from marcus) Message-Id: <200410120315.i9C3F4nF055477@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 03:15:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/wxmozilla Makefile ports/x11-toolkits/wxmozilla/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:15:05 -0000 marcus 2004-10-12 03:15:04 UTC FreeBSD ports repository Modified files: x11-toolkits/wxmozilla Makefile Removed files: x11-toolkits/wxmozilla/files patch-ltmain.sh Log: Fix the build with PTHREAD_LIBS=-pthread. I'm also unmarking this port as broken on 4.X as I think this will fix that build as well. Reported by: pointyhat via kris Revision Changes Path 1.9 +4 -10 ports/x11-toolkits/wxmozilla/Makefile 1.2 +0 -15 ports/x11-toolkits/wxmozilla/files/patch-ltmain.sh (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:15:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 920BF16A4CF; Tue, 12 Oct 2004 03:15:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 729DC43D39; Tue, 12 Oct 2004 03:15:48 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3FmUH055573; Tue, 12 Oct 2004 03:15:48 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3Fmap055572; Tue, 12 Oct 2004 03:15:48 GMT (envelope-from edwin) Message-Id: <200410120315.i9C3Fmap055572@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 03:15:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/jumpgis Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:15:48 -0000 edwin 2004-10-12 03:15:48 UTC FreeBSD ports repository Modified files: graphics/jumpgis Makefile distinfo pkg-plist Log: [MAINTAINER] graphics/jumpgis: update to 1.1.2 - Update to 1.1.2 PR: ports/72259 Submitted by: Sam Lawrance Revision Changes Path 1.2 +2 -2 ports/graphics/jumpgis/Makefile 1.2 +2 -2 ports/graphics/jumpgis/distinfo 1.2 +3 -2 ports/graphics/jumpgis/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:17:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52FBA16A4CE; Tue, 12 Oct 2004 03:17:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4934B43D45; Tue, 12 Oct 2004 03:17:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3HV7A055657; Tue, 12 Oct 2004 03:17:31 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3HVaA055656; Tue, 12 Oct 2004 03:17:31 GMT (envelope-from edwin) Message-Id: <200410120317.i9C3HVaA055656@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 03:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/freebsd-update Makefile ports/security/freebsd-update/files patch-aa-redir2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:17:31 -0000 edwin 2004-10-12 03:17:31 UTC FreeBSD ports repository Modified files: security/freebsd-update Makefile Added files: security/freebsd-update/files patch-aa-redir2 Log: [MAINTAINER UPDATE] security/freebsd-update If `freebsd-update cron` fails due to a lack of internet connection, two emails will be sent -- one with the error message from fetch(1), and the other from freebsd-update reporting that patches could not be downloaded. This patch corrects this mis-behaviour and causes a single email to be sent in such an event; this will be included in a future version of the distfile. PR: ports/72310 Submitted by: Colin Percival Revision Changes Path 1.14 +1 -0 ports/security/freebsd-update/Makefile 1.1 +11 -0 ports/security/freebsd-update/files/patch-aa-redir2 (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:19:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B25C616A4CE; Tue, 12 Oct 2004 03:19:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A4043D1D; Tue, 12 Oct 2004 03:19:59 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3JxCt055719; Tue, 12 Oct 2004 03:19:59 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3JxX3055718; Tue, 12 Oct 2004 03:19:59 GMT (envelope-from edwin) Message-Id: <200410120319.i9C3JxX3055718@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 03:19:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/unrtf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:20:00 -0000 edwin 2004-10-12 03:19:59 UTC FreeBSD ports repository Modified files: textproc/unrtf Makefile distinfo Log: update for textproc/unrtf Update for textproc/unrtf PR: ports/72239 Submitted by: Alfred Perlstein Revision Changes Path 1.9 +1 -1 ports/textproc/unrtf/Makefile 1.4 +2 -2 ports/textproc/unrtf/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:21:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED0416A4CE; Tue, 12 Oct 2004 03:21:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFBE743D1D; Tue, 12 Oct 2004 03:21:58 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3Lwwh055844; Tue, 12 Oct 2004 03:21:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3LwWG055843; Tue, 12 Oct 2004 03:21:58 GMT (envelope-from edwin) Message-Id: <200410120321.i9C3LwWG055843@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 03:21:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spamass-rules Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:21:59 -0000 edwin 2004-10-12 03:21:58 UTC FreeBSD ports repository Modified files: mail/spamass-rules Makefile distinfo Log: [MAINTAINER] mail/spamass-rules: update to 20040925 - Update to 20040925 PR: ports/72088 Submitted by: Michael Ranner Revision Changes Path 1.8 +1 -1 ports/mail/spamass-rules/Makefile 1.5 +2 -2 ports/mail/spamass-rules/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:30:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0884F16A4CE; Tue, 12 Oct 2004 03:30:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C7243D3F; Tue, 12 Oct 2004 03:30:57 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3UvYl056179; Tue, 12 Oct 2004 03:30:57 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3UvXs056178; Tue, 12 Oct 2004 03:30:57 GMT (envelope-from edwin) Message-Id: <200410120330.i9C3UvXs056178@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 03:30:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/postfix-current Makefile distinfo pkg-plist ports/mail/postfix-current/scripts configure.postfix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:30:58 -0000 edwin 2004-10-12 03:30:57 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo pkg-plist mail/postfix-current/scripts configure.postfix Log: update mail/postfix-current to latest update mail/postfix-current to 2.2-20040919 TLS and IPv6 patches still fail, but updated them to latest versions too. PR: ports/72011 Submitted by: Vivek Khera Revision Changes Path 1.106 +2 -2 ports/mail/postfix-current/Makefile 1.57 +2 -2 ports/mail/postfix-current/distinfo 1.41 +2 -0 ports/mail/postfix-current/pkg-plist 1.54 +5 -5 ports/mail/postfix-current/scripts/configure.postfix From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:33:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8394F16A4CE; Tue, 12 Oct 2004 03:33:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A0943D1D; Tue, 12 Oct 2004 03:33:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3XodH056259; Tue, 12 Oct 2004 03:33:50 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3Xoq5056258; Tue, 12 Oct 2004 03:33:50 GMT (envelope-from edwin) Message-Id: <200410120333.i9C3Xoq5056258@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 03:33:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mimedefang Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:33:50 -0000 edwin 2004-10-12 03:33:50 UTC FreeBSD ports repository Modified files: mail/mimedefang Makefile Log: mail/mimedefang drop maintainership I'am leaving from Moscow State Forestry University to other company, my job will not be connected with FreeBSD, so, I will not have access to FreeBSD host anymore and can't support this port. Please, change the MAINTAINER from andrey@msfu.ru to ports@FreeBSD.org. Hope somebody will pick this port up :) PR: ports/71983 Submitted by: Andrey V. Pevnev Revision Changes Path 1.38 +1 -1 ports/mail/mimedefang/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:39:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1082616A4CE; Tue, 12 Oct 2004 03:39:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06C8F43D1D; Tue, 12 Oct 2004 03:39:37 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3daJQ056441; Tue, 12 Oct 2004 03:39:36 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3daHW056440; Tue, 12 Oct 2004 03:39:36 GMT (envelope-from edwin) Message-Id: <200410120339.i9C3daHW056440@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 03:39:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mtop Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:39:37 -0000 edwin 2004-10-12 03:39:36 UTC FreeBSD ports repository Modified files: databases/mtop Makefile distinfo pkg-plist Log: [ maintainer-update ] upgrade to version 0.6.6 New feature to 'fold' select columns in main display so you can see more of the WHERE clause. Use the F key to fold or the --fold option from the command line. Also, includes mkill.PL which was missing from the v0.6.5 distribution. PR: ports/71978 Submitted by: Lester Mesa Revision Changes Path 1.3 +2 -2 ports/databases/mtop/Makefile 1.3 +2 -2 ports/databases/mtop/distinfo 1.2 +3 -0 ports/databases/mtop/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:45:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E33D16A4CE; Tue, 12 Oct 2004 03:45:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E00043D4C; Tue, 12 Oct 2004 03:45:28 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3jS77056698; Tue, 12 Oct 2004 03:45:28 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3jSqD056697; Tue, 12 Oct 2004 03:45:28 GMT (envelope-from edwin) Message-Id: <200410120345.i9C3jSqD056697@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 03:45:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/aft Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:45:28 -0000 edwin 2004-10-12 03:45:28 UTC FreeBSD ports repository Modified files: textproc/aft Makefile distinfo pkg-plist Log: [MAINTAINER-UPDATE] Update ports/textproc/aft to 5.095 [MAINTAINER-UPDATE] Update ports/textproc/aft to 5.095 Please commit it, thanks! PR: ports/71959 Submitted by: Charlie & Revision Changes Path 1.10 +1 -1 ports/textproc/aft/Makefile 1.6 +2 -2 ports/textproc/aft/distinfo 1.5 +2 -4 ports/textproc/aft/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 03:45:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EA3C16A4CE; Tue, 12 Oct 2004 03:45:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E9B843D2D; Tue, 12 Oct 2004 03:45:42 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C3jgCO056774; Tue, 12 Oct 2004 03:45:42 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C3jgmo056773; Tue, 12 Oct 2004 03:45:42 GMT (envelope-from clsung) Message-Id: <200410120345.i9C3jgmo056773@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 03:45:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/amsn Makefile distinfo pkg-plist ports/net/amsn/scripts post-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 03:45:42 -0000 clsung 2004-10-12 03:45:42 UTC FreeBSD ports repository Modified files: net/amsn Makefile distinfo pkg-plist net/amsn/scripts post-configure Log: update to 0.93. PR: ports/71375 Submitted by: voise@tiscali.es Approved by: maintainer, mentor (vanilla) Revision Changes Path 1.19 +7 -10 ports/net/amsn/Makefile 1.9 +2 -2 ports/net/amsn/distinfo 1.9 +593 -507 ports/net/amsn/pkg-plist 1.3 +15 -6 ports/net/amsn/scripts/post-configure From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:02:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC2016A4CE; Tue, 12 Oct 2004 04:02:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB2843D1F; Tue, 12 Oct 2004 04:02:06 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C426oD057239; Tue, 12 Oct 2004 04:02:06 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C426gv057238; Tue, 12 Oct 2004 04:02:06 GMT (envelope-from green) Message-Id: <200410120402.i9C426gv057238@repoman.freebsd.org> From: Brian Feldman Date: Tue, 12 Oct 2004 04:02:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:02:06 -0000 green 2004-10-12 04:02:06 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Further modify bulk endpoint behavior to be able to tear down the current transfer fully in the "purge" routine, and to actually finish kicking out any read()s in progress. Revision Changes Path 1.95 +17 -4 src/sys/dev/usb/ugen.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:06:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F7716A4CE; Tue, 12 Oct 2004 04:06:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A504243D1F; Tue, 12 Oct 2004 04:06:32 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C46WZn057449; Tue, 12 Oct 2004 04:06:32 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C46WW9057448; Tue, 12 Oct 2004 04:06:32 GMT (envelope-from dinoex) Message-Id: <200410120406.i9C46WW9057448@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:06:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files patch-http_request.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:06:33 -0000 dinoex 2004-10-12 04:06:32 UTC FreeBSD ports repository Modified files: www/apache13-modssl Makefile Added files: www/apache13-modssl/files patch-http_request.c Log: - Patch for keepalive-bug PR: 71961 Submitted by: Kenneth Vestergaard Schmidt Revision Changes Path 1.158 +1 -0 ports/www/apache13-modssl/Makefile 1.1 +11 -0 ports/www/apache13-modssl/files/patch-http_request.c (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:09:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E7D116A4CE; Tue, 12 Oct 2004 04:09:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 410BC43D31; Tue, 12 Oct 2004 04:09:14 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C49ErF057520; Tue, 12 Oct 2004 04:09:14 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C49EYf057519; Tue, 12 Oct 2004 04:09:14 GMT (envelope-from dinoex) Message-Id: <200410120409.i9C49EYf057519@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:09:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/freebsd-uucp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:09:14 -0000 dinoex 2004-10-12 04:09:14 UTC FreeBSD ports repository Modified files: net/freebsd-uucp Makefile Log: - add ipv6 to CATEGORIES Revision Changes Path 1.35 +1 -1 ports/net/freebsd-uucp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:10:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD15B16A4CE; Tue, 12 Oct 2004 04:10:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB1943D2D; Tue, 12 Oct 2004 04:10:45 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4AjPk057658; Tue, 12 Oct 2004 04:10:45 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4Ajfe057657; Tue, 12 Oct 2004 04:10:45 GMT (envelope-from dinoex) Message-Id: <200410120410.i9C4Ajfe057657@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:10:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:10:46 -0000 dinoex 2004-10-12 04:10:45 UTC FreeBSD ports repository Modified files: lang/gcc-objc Makefile Log: - cleanup Revision Changes Path 1.6 +1 -1 ports/lang/gcc-objc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:12:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 371CD16A4D1; Tue, 12 Oct 2004 04:12:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17AF943D2F; Tue, 12 Oct 2004 04:12:13 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4CC7L057716; Tue, 12 Oct 2004 04:12:12 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4CC64057715; Tue, 12 Oct 2004 04:12:12 GMT (envelope-from dinoex) Message-Id: <200410120412.i9C4CC64057715@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:12:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/jpeg/files patch-jpegtran.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:12:13 -0000 dinoex 2004-10-12 04:12:12 UTC FreeBSD ports repository Modified files: graphics/jpeg/files patch-jpegtran.1 Log: - extend manpage jpegtran.1 PR: 72455 Submitted by: Michael Johnson Revision Changes Path 1.2 +28 -4 ports/graphics/jpeg/files/patch-jpegtran.1 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:14:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF8BC16A4CE; Tue, 12 Oct 2004 04:14:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FFC143D41; Tue, 12 Oct 2004 04:14:17 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4EHtW057853; Tue, 12 Oct 2004 04:14:17 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4EHEW057852; Tue, 12 Oct 2004 04:14:17 GMT (envelope-from dinoex) Message-Id: <200410120414.i9C4EHEW057852@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:14:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/lesstif Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:14:17 -0000 dinoex 2004-10-12 04:14:17 UTC FreeBSD ports repository Modified files: x11-toolkits/lesstif Makefile distinfo Log: - update to 0.93.95b Revision Changes Path 1.70 +2 -1 ports/x11-toolkits/lesstif/Makefile 1.29 +2 -2 ports/x11-toolkits/lesstif/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:15:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A983E16A4CE; Tue, 12 Oct 2004 04:15:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBED43D1F; Tue, 12 Oct 2004 04:15:58 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4Fwhk058040; Tue, 12 Oct 2004 04:15:58 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4Fwa2058039; Tue, 12 Oct 2004 04:15:58 GMT (envelope-from dinoex) Message-Id: <200410120415.i9C4Fwa2058039@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:15:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/licq-console Makefile ports/net/licq-qt-gui Makefile pkg-plist ports/net/licq Makefile Makefile.inc distinfo pkg-plist ports/net/licq/files patch-socket.cpp patch-user.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:15:58 -0000 dinoex 2004-10-12 04:15:58 UTC FreeBSD ports repository Modified files: net/licq-console Makefile net/licq-qt-gui Makefile pkg-plist net/licq Makefile Makefile.inc distinfo pkg-plist net/licq/files patch-socket.cpp Removed files: net/licq/files patch-user.cpp Log: - update to 1.3.0 Revision Changes Path 1.15 +2 -1 ports/net/licq-console/Makefile 1.20 +4 -2 ports/net/licq-qt-gui/Makefile 1.12 +238 -15 ports/net/licq-qt-gui/pkg-plist 1.64 +0 -1 ports/net/licq/Makefile 1.17 +4 -4 ports/net/licq/Makefile.inc 1.19 +2 -2 ports/net/licq/distinfo 1.6 +0 -18 ports/net/licq/files/patch-socket.cpp 1.2 +0 -11 ports/net/licq/files/patch-user.cpp (dead) 1.17 +10 -0 ports/net/licq/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:17:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CE9116A4CE; Tue, 12 Oct 2004 04:17:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB9F43D46; Tue, 12 Oct 2004 04:17:02 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4H2C5058107; Tue, 12 Oct 2004 04:17:02 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4H21I058106; Tue, 12 Oct 2004 04:17:02 GMT (envelope-from edwin) Message-Id: <200410120417.i9C4H21I058106@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 04:17:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/ltmdm Makefile ports/comms/ltmdm/files ltmdm.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:17:02 -0000 edwin 2004-10-12 04:17:02 UTC FreeBSD ports repository Modified files: comms/ltmdm Makefile comms/ltmdm/files ltmdm.sh Log: [patch] comms/ltmdm: ltmdm.sh patch Machine: Dell inspiron 8000 with Lucent Technology integrated modem The system panics on an incoming ring signal from the ltmdm. Workaround: initializing the S0 register to a >=0 to max_value fix the problem. PR: ports/71951 Submitted by: raoul megelas Revision Changes Path 1.19 +1 -1 ports/comms/ltmdm/Makefile 1.3 +4 -0 ports/comms/ltmdm/files/ltmdm.sh From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:19:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B44116A4CE; Tue, 12 Oct 2004 04:19:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B3AC43D1D; Tue, 12 Oct 2004 04:19:02 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4J2l5058185; Tue, 12 Oct 2004 04:19:02 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4J2Rv058184; Tue, 12 Oct 2004 04:19:02 GMT (envelope-from edwin) Message-Id: <200410120419.i9C4J2Rv058184@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 04:19:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/phpSysInfo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:19:02 -0000 edwin 2004-10-12 04:19:02 UTC FreeBSD ports repository Modified files: www/phpSysInfo Makefile distinfo Log: Update: www/phpSysInfo Update www/phpSysInfo to 2.3 PR: ports/71797 Submitted by: Wesley Shields Approved by: maintainer timeout Revision Changes Path 1.12 +1 -1 ports/www/phpSysInfo/Makefile 1.5 +2 -2 ports/www/phpSysInfo/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:19:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DAEB16A4CF; Tue, 12 Oct 2004 04:19:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C15343D45; Tue, 12 Oct 2004 04:19:11 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4JBoU058213; Tue, 12 Oct 2004 04:19:11 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4JBuL058212; Tue, 12 Oct 2004 04:19:11 GMT (envelope-from dinoex) Message-Id: <200410120419.i9C4JBuL058212@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:19:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/openssl/files patch-hw_cryptodev.c-aes_256 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:19:11 -0000 dinoex 2004-10-12 04:19:11 UTC FreeBSD ports repository Added files: security/openssl/files patch-hw_cryptodev.c-aes_256 Log: - add patch to support AES-192-CBC and AES-256-CBC to the crypto engine (assuming your card supports them). This make the Hifn cards much more useful as AES-256 is the default encryption for many client applications. Submitted by: Spike Ilacqua Obtained from: OpenBSD Revision Changes Path 1.1 +210 -0 ports/security/openssl/files/patch-hw_cryptodev.c-aes_256 (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:21:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B856416A4CE; Tue, 12 Oct 2004 04:21:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9648F43D1D; Tue, 12 Oct 2004 04:21:01 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4L1i9058333; Tue, 12 Oct 2004 04:21:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4L16i058332; Tue, 12 Oct 2004 04:21:01 GMT (envelope-from dinoex) Message-Id: <200410120421.i9C4L16i058332@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:21:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sendmail/files CYRUS_LOOKUPcyruslookup.patch pkg-milter X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:21:01 -0000 dinoex 2004-10-12 04:21:01 UTC FreeBSD ports repository Modified files: mail/sendmail/files CYRUS_LOOKUP cyruslookup.patch pkg-milter Log: - update pkg-list for milter [1] - Update of CYRUS_LOOKUP patch [2] PR: 71948, 71995 Submitted by: [1] Jose M Rodriguez, [2] Michael O. Boev Revision Changes Path 1.2 +18 -19 ports/mail/sendmail/files/CYRUS_LOOKUP 1.3 +58 -20 ports/mail/sendmail/files/cyruslookup.patch 1.7 +7 -0 ports/mail/sendmail/files/pkg-milter From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:23:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3B8216A4CE; Tue, 12 Oct 2004 04:23:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A04B143D49; Tue, 12 Oct 2004 04:23:23 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4NN4k058391; Tue, 12 Oct 2004 04:23:23 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4NNJD058390; Tue, 12 Oct 2004 04:23:23 GMT (envelope-from dinoex) Message-Id: <200410120423.i9C4NNJD058390@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:23:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/tiff Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:23:24 -0000 dinoex 2004-10-12 04:23:23 UTC FreeBSD ports repository Modified files: graphics/tiff Makefile distinfo Log: - Enable LZW compression kit for users who are able to use LZW PR: 72039 Submitted by: Michael Johnson Revision Changes Path 1.45 +29 -1 ports/graphics/tiff/Makefile 1.16 +2 -0 ports/graphics/tiff/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:25:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2985C16A4CE; Tue, 12 Oct 2004 04:25:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AF9843D53; Tue, 12 Oct 2004 04:25:36 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4PZ8A058502; Tue, 12 Oct 2004 04:25:35 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4PZYn058501; Tue, 12 Oct 2004 04:25:35 GMT (envelope-from dinoex) Message-Id: <200410120425.i9C4PZYn058501@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:25:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/vlc/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:25:36 -0000 dinoex 2004-10-12 04:25:35 UTC FreeBSD ports repository Modified files: multimedia/vlc/files patch-configure Log: - fix build problem if an older vlc is still installed. Submitted by: Stefan Eßer Revision Changes Path 1.6 +12 -3 ports/multimedia/vlc/files/patch-configure From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:32:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9325816A4CE; Tue, 12 Oct 2004 04:32:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7403743D45; Tue, 12 Oct 2004 04:32:33 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4WXmq058746; Tue, 12 Oct 2004 04:32:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4WXAX058745; Tue, 12 Oct 2004 04:32:33 GMT (envelope-from dinoex) Message-Id: <200410120432.i9C4WXAX058745@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:32:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.gnustep.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:32:33 -0000 dinoex 2004-10-12 04:32:33 UTC FreeBSD ports repository Modified files: Mk bsd.gnustep.mk Log: - new option GNUSTEP_WITH_GCC34 Revision Changes Path 1.14 +10 -2 ports/Mk/bsd.gnustep.mk From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:33:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25D3416A4CE; Tue, 12 Oct 2004 04:33:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F1943D41; Tue, 12 Oct 2004 04:33:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4XkW6058820; Tue, 12 Oct 2004 04:33:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4Xk5i058819; Tue, 12 Oct 2004 04:33:46 GMT (envelope-from marcus) Message-Id: <200410120433.i9C4Xk5i058819@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 04:33:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:33:47 -0000 marcus 2004-10-12 04:33:46 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: * Update to 2.6.8 * Check PLIST_FILES for shared libraries, and make sure INSTALLS_SHLIB is defined [1] * Check DATADIR and MAN3PREFIX macros [2] * Check OPTIONS [3] PR: 71405 [2] 71468 [3] Requested by: michael johnson [1] Submitted by: leeym [2] [3] Revision Changes Path 1.83 +1 -1 ports/devel/portlint/Makefile 1.64 +46 -4 ports/devel/portlint/src/portlint.pl From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:39:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A0B16A4CE; Tue, 12 Oct 2004 04:39:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 874BE43D41; Tue, 12 Oct 2004 04:39:34 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4dYLS059004; Tue, 12 Oct 2004 04:39:34 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4dYnk059003; Tue, 12 Oct 2004 04:39:34 GMT (envelope-from dinoex) Message-Id: <200410120439.i9C4dYnk059003@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:39:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gnustep-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:39:34 -0000 dinoex 2004-10-12 04:39:34 UTC FreeBSD ports repository Modified files: lang/gnustep-objc Makefile Log: - run ldconfig on the GNUstep dir only - add IGNORE if make.conf is not set up Revision Changes Path 1.44 +5 -0 ports/lang/gnustep-objc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:42:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A4916A4DE; Tue, 12 Oct 2004 04:42:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A4243D1F; Tue, 12 Oct 2004 04:42:53 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4grIq059159; Tue, 12 Oct 2004 04:42:53 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4grcs059158; Tue, 12 Oct 2004 04:42:53 GMT (envelope-from dinoex) Message-Id: <200410120442.i9C4grcs059158@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:42:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/openssh-portable/files patch-auth.c patch-auth2.c patch-clientloop.c patch-loginrec.c patch-sshd_config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:42:53 -0000 dinoex 2004-10-12 04:42:53 UTC FreeBSD ports repository Modified files: security/openssh-portable/files patch-auth.c patch-auth2.c patch-clientloop.c patch-loginrec.c patch-sshd_config Log: - cleanup patches (only context changed) Revision Changes Path 1.7 +6 -6 ports/security/openssh-portable/files/patch-auth.c 1.4 +4 -4 ports/security/openssh-portable/files/patch-auth2.c 1.2 +3 -3 ports/security/openssh-portable/files/patch-clientloop.c 1.4 +4 -4 ports/security/openssh-portable/files/patch-loginrec.c 1.4 +4 -4 ports/security/openssh-portable/files/patch-sshd_config From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:43:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C998A16A4CE; Tue, 12 Oct 2004 04:43:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A979743D1F; Tue, 12 Oct 2004 04:43:52 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4hqEG059284; Tue, 12 Oct 2004 04:43:52 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4hquj059283; Tue, 12 Oct 2004 04:43:52 GMT (envelope-from dinoex) Message-Id: <200410120443.i9C4hquj059283@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:43:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/openssh-portable Makefile ports/security/openssh-portable/files patch-session.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:43:52 -0000 dinoex 2004-10-12 04:43:52 UTC FreeBSD ports repository Modified files: security/openssh-portable Makefile security/openssh-portable/files patch-session.c Log: - new option WITH_OPENSSH_CHROOT Submitted by: KANAI Makoto Revision Changes Path 1.93 +4 -0 ports/security/openssh-portable/Makefile 1.19 +58 -24 ports/security/openssh-portable/files/patch-session.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:44:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA90716A4CE; Tue, 12 Oct 2004 04:44:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D102443D48; Tue, 12 Oct 2004 04:44:54 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4isYl059322; Tue, 12 Oct 2004 04:44:54 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4isW3059321; Tue, 12 Oct 2004 04:44:54 GMT (envelope-from green) Message-Id: <200410120444.i9C4isW3059321@repoman.freebsd.org> From: Brian Feldman Date: Tue, 12 Oct 2004 04:44:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:44:55 -0000 green 2004-10-12 04:44:54 UTC FreeBSD src repository Modified files: sys/geom geom_subr.c Log: When loading GEOM modules, we expect the actual load process to be done by the time that kldload(8) returns. Satisfy that by making the GEOM module load event -- only when the kernel is !cold -- wait until the GEOM module init function has finished instead of returning immediately. This is the other half of fixing md(8) (actually, "mfs" in fstab(5)) that is similar to r1.128 of src/sys/dev/md/md.c. This bug would be why RAM disks would often fail on boot and the first call to mdconfig(8) would probably fail. pjd has ideas for not requiring kldload(8) to work synchronously for control devices that could make this obsolete. Silence on: -arch Revision Changes Path 1.83 +9 -1 src/sys/geom/geom_subr.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:47:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B20916A4CE; Tue, 12 Oct 2004 04:47:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C2ED43D49; Tue, 12 Oct 2004 04:47:16 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4lGOt065787; Tue, 12 Oct 2004 04:47:16 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4lGjr065786; Tue, 12 Oct 2004 04:47:16 GMT (envelope-from green) Message-Id: <200410120447.i9C4lGjr065786@repoman.freebsd.org> From: Brian Feldman Date: Tue, 12 Oct 2004 04:47:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:47:16 -0000 green 2004-10-12 04:47:16 UTC FreeBSD src repository Modified files: sys/dev/md md.c Log: Account for failure in vm_pager_allocate() or vm_pager_get_pages() in md(8). The former is generally not going to fail, but the latter can fail when the underlying swap device returns an error. There are still plenty of other places where vm_pager_get_pages() failing will lead directly to crashes, so it's a good idea to put your swap on RAID if you care enough to put any of your disks on RAID.... Revision Changes Path 1.141 +19 -1 src/sys/dev/md/md.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:53:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9086A16A4CE; Tue, 12 Oct 2004 04:53:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FDCA43D46; Tue, 12 Oct 2004 04:53:51 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4rpbP066237; Tue, 12 Oct 2004 04:53:51 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4rpu0066236; Tue, 12 Oct 2004 04:53:51 GMT (envelope-from dinoex) Message-Id: <200410120453.i9C4rpu0066236@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:53:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/mupen64-base Makefile distinfo pkg-descr pkg-message pkg-plist ports/emulators/mupen64-base/files mupen64.in patch-Makefile patch-configure patch-main_gtk.c patch-plugin.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:53:51 -0000 dinoex 2004-10-12 04:53:51 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-base Makefile distinfo pkg-descr pkg-message pkg-plist emulators/mupen64-base/files mupen64.in patch-Makefile patch-configure patch-main_gtk.c patch-plugin.c Log: Mupen64 base - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.139 +1 -0 ports/emulators/Makefile 1.1 +74 -0 ports/emulators/mupen64-base/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-base/distinfo (new) 1.1 +64 -0 ports/emulators/mupen64-base/files/mupen64.in (new) 1.1 +16 -0 ports/emulators/mupen64-base/files/patch-Makefile (new) 1.1 +128 -0 ports/emulators/mupen64-base/files/patch-configure (new) 1.1 +30 -0 ports/emulators/mupen64-base/files/patch-main_gtk.c (new) 1.1 +10 -0 ports/emulators/mupen64-base/files/patch-plugin.c (new) 1.1 +15 -0 ports/emulators/mupen64-base/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-base/pkg-message (new) 1.1 +25 -0 ports/emulators/mupen64-base/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:54:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B89C216A4CE; Tue, 12 Oct 2004 04:54:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 910D343D1D; Tue, 12 Oct 2004 04:54:02 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4s2Nh066288; Tue, 12 Oct 2004 04:54:02 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4s27a066287; Tue, 12 Oct 2004 04:54:02 GMT (envelope-from dinoex) Message-Id: <200410120454.i9C4s27a066287@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:54:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:54:02 -0000 dinoex 2004-10-12 04:54:02 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-base --> ports/emulators/mupen64-base Revision Changes Path 1.11078 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:57:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E9416A4CE; Tue, 12 Oct 2004 04:57:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB6643D45; Tue, 12 Oct 2004 04:57:04 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4v4CC067455; Tue, 12 Oct 2004 04:57:04 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4v4hn067454; Tue, 12 Oct 2004 04:57:04 GMT (envelope-from dinoex) Message-Id: <200410120457.i9C4v4hn067454@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:57:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefileports/emulators/mupen64-dummyaudio Makefile distinfo pkg-descr pkg-message ports/emulators/mupen64-dummyaudio/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:57:04 -0000 dinoex 2004-10-12 04:57:04 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-dummyaudio Makefile distinfo pkg-descr pkg-message emulators/mupen64-dummyaudio/files patch-Makefile Log: Dummy sound plugin for Mupen64 - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.140 +1 -0 ports/emulators/Makefile 1.1 +46 -0 ports/emulators/mupen64-dummyaudio/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-dummyaudio/distinfo (new) 1.1 +14 -0 ports/emulators/mupen64-dummyaudio/files/patch-Makefile (new) 1.1 +15 -0 ports/emulators/mupen64-dummyaudio/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-dummyaudio/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:57:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E6016A4CE; Tue, 12 Oct 2004 04:57:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65AF343D2D; Tue, 12 Oct 2004 04:57:14 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4vE30067505; Tue, 12 Oct 2004 04:57:14 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4vERo067504; Tue, 12 Oct 2004 04:57:14 GMT (envelope-from dinoex) Message-Id: <200410120457.i9C4vERo067504@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:57:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:57:14 -0000 dinoex 2004-10-12 04:57:14 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-dummyaudio --> ports/emulators/mupen64-dummyaudio Revision Changes Path 1.11079 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:58:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 611FB16A4CE; Tue, 12 Oct 2004 04:58:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C4D943D54; Tue, 12 Oct 2004 04:58:19 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4wJ95067657; Tue, 12 Oct 2004 04:58:19 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4wJdg067656; Tue, 12 Oct 2004 04:58:19 GMT (envelope-from dinoex) Message-Id: <200410120458.i9C4wJdg067656@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:58:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/mupen64-glide Makefile distinfo pkg-descr pkg-messageextra-patch-main.h patch-Makefile patch-glidesys.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:58:19 -0000 dinoex 2004-10-12 04:58:19 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-glide Makefile distinfo pkg-descr pkg-message emulators/mupen64-glide/files extra-patch-main.cpp extra-patch-main.h patch-Makefile patch-glidesys.h Log: Glide64 graphics plugin for Mupen64 - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.141 +1 -0 ports/emulators/Makefile 1.1 +65 -0 ports/emulators/mupen64-glide/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-glide/distinfo (new) 1.1 +41 -0 ports/emulators/mupen64-glide/files/extra-patch-main.cpp (new) 1.1 +13 -0 ports/emulators/mupen64-glide/files/extra-patch-main.h (new) 1.1 +19 -0 ports/emulators/mupen64-glide/files/patch-Makefile (new) 1.1 +11 -0 ports/emulators/mupen64-glide/files/patch-glidesys.h (new) 1.1 +15 -0 ports/emulators/mupen64-glide/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-glide/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 04:58:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EF8916A4CE; Tue, 12 Oct 2004 04:58:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E440143D45; Tue, 12 Oct 2004 04:58:29 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C4wT5C067729; Tue, 12 Oct 2004 04:58:29 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4wTDw067728; Tue, 12 Oct 2004 04:58:29 GMT (envelope-from dinoex) Message-Id: <200410120458.i9C4wTDw067728@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 04:58:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 04:58:30 -0000 dinoex 2004-10-12 04:58:29 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-glide --> ports/emulators/mupen64-glide Revision Changes Path 1.11080 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:00:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A092A16A4D1; Tue, 12 Oct 2004 05:00:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 340CC43D1D; Tue, 12 Oct 2004 05:00:25 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C50P1H067863; Tue, 12 Oct 2004 05:00:25 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C50OvB067862; Tue, 12 Oct 2004 05:00:24 GMT (envelope-from dinoex) Message-Id: <200410120500.i9C50OvB067862@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:00:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/mupen64-gln64 Makefile distinfo pkg-descr pkg-messagepatch-Makefile patch-winlnxdefs.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:00:50 -0000 dinoex 2004-10-12 05:00:24 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-gln64 Makefile distinfo pkg-descr pkg-message emulators/mupen64-gln64/files patch-Combiner.cpp patch-Makefile patch-winlnxdefs.h Log: glN64 graphics plugin for Mupen64 - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.142 +1 -0 ports/emulators/Makefile 1.1 +55 -0 ports/emulators/mupen64-gln64/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-gln64/distinfo (new) 1.1 +11 -0 ports/emulators/mupen64-gln64/files/patch-Combiner.cpp (new) 1.1 +21 -0 ports/emulators/mupen64-gln64/files/patch-Makefile (new) 1.1 +24 -0 ports/emulators/mupen64-gln64/files/patch-winlnxdefs.h (new) 1.1 +15 -0 ports/emulators/mupen64-gln64/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-gln64/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:00:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E92D516A4CF; Tue, 12 Oct 2004 05:00:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C99C943D49; Tue, 12 Oct 2004 05:00:58 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C50w3i067981; Tue, 12 Oct 2004 05:00:58 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C50wmR067980; Tue, 12 Oct 2004 05:00:58 GMT (envelope-from dinoex) Message-Id: <200410120500.i9C50wmR067980@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:00:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:00:59 -0000 dinoex 2004-10-12 05:00:58 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-gln64 --> ports/emulators/mupen64-gln64 Revision Changes Path 1.11081 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:02:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC9A16A4CE; Tue, 12 Oct 2004 05:02:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F9C443D54; Tue, 12 Oct 2004 05:02:21 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C52KMw068108; Tue, 12 Oct 2004 05:02:20 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C52KYn068107; Tue, 12 Oct 2004 05:02:20 GMT (envelope-from dinoex) Message-Id: <200410120502.i9C52KYn068107@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:02:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/mupen64-input Makefile distinfo pkg-descr pkg-message ports/emulators/mupen64-input/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:02:21 -0000 dinoex 2004-10-12 05:02:20 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-input Makefile distinfo pkg-descr pkg-message emulators/mupen64-input/files patch-Makefile Log: Input plugin for Mupen64 - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.143 +1 -0 ports/emulators/Makefile 1.1 +57 -0 ports/emulators/mupen64-input/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-input/distinfo (new) 1.1 +11 -0 ports/emulators/mupen64-input/files/patch-Makefile (new) 1.1 +15 -0 ports/emulators/mupen64-input/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-input/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:02:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 742DD16A4CE; Tue, 12 Oct 2004 05:02:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5490B43D49; Tue, 12 Oct 2004 05:02:32 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C52WcP068154; Tue, 12 Oct 2004 05:02:32 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C52WqY068153; Tue, 12 Oct 2004 05:02:32 GMT (envelope-from dinoex) Message-Id: <200410120502.i9C52WqY068153@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:02:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:02:32 -0000 dinoex 2004-10-12 05:02:32 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-input --> ports/emulators/mupen64-input Revision Changes Path 1.11082 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:03:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D484116A4CE; Tue, 12 Oct 2004 05:03:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C40AA43D1D; Tue, 12 Oct 2004 05:03:32 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C53WFM068282; Tue, 12 Oct 2004 05:03:32 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C53WoK068281; Tue, 12 Oct 2004 05:03:32 GMT (envelope-from dinoex) Message-Id: <200410120503.i9C53WoK068281@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:03:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/mupen64-rice Makefile distinfo pkg-descr pkg-messagepatch-Makefile patch-OGLCombinerTNT2.cpp patch-OGLExtCombiner.cpp patch-unique.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:03:33 -0000 dinoex 2004-10-12 05:03:32 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-rice Makefile distinfo pkg-descr pkg-message emulators/mupen64-rice/files patch-DecodedMux.cpp patch-Makefile patch-OGLCombinerTNT2.cpp patch-OGLExtCombiner.cpp patch-unique.h Log: Rice Daedalus graphics plugin for Mupen64 - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.144 +1 -0 ports/emulators/Makefile 1.1 +61 -0 ports/emulators/mupen64-rice/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-rice/distinfo (new) 1.1 +11 -0 ports/emulators/mupen64-rice/files/patch-DecodedMux.cpp (new) 1.1 +18 -0 ports/emulators/mupen64-rice/files/patch-Makefile (new) 1.1 +35 -0 ports/emulators/mupen64-rice/files/patch-OGLCombinerTNT2.cpp (new) 1.1 +35 -0 ports/emulators/mupen64-rice/files/patch-OGLExtCombiner.cpp (new) 1.1 +10 -0 ports/emulators/mupen64-rice/files/patch-unique.h (new) 1.1 +15 -0 ports/emulators/mupen64-rice/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-rice/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:03:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1312116A4CE; Tue, 12 Oct 2004 05:03:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E6E43D46; Tue, 12 Oct 2004 05:03:42 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C53gGC068328; Tue, 12 Oct 2004 05:03:42 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C53gu3068327; Tue, 12 Oct 2004 05:03:42 GMT (envelope-from dinoex) Message-Id: <200410120503.i9C53gu3068327@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:03:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:03:43 -0000 dinoex 2004-10-12 05:03:42 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-rice --> ports/emulators/mupen64-rice Revision Changes Path 1.11083 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:04:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B8DD16A4CE; Tue, 12 Oct 2004 05:04:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DFA943D31; Tue, 12 Oct 2004 05:04:28 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C54SXw068443; Tue, 12 Oct 2004 05:04:28 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C54ROQ068442; Tue, 12 Oct 2004 05:04:27 GMT (envelope-from dinoex) Message-Id: <200410120504.i9C54ROQ068442@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:04:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/mupen64-rsp Makefile distinfo pkg-descr pkg-message ports/emulators/mupen64-rsp/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:04:28 -0000 dinoex 2004-10-12 05:04:27 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-rsp Makefile distinfo pkg-descr pkg-message emulators/mupen64-rsp/files patch-Makefile Log: RSP plugin for Mupen64 - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.145 +1 -0 ports/emulators/Makefile 1.1 +46 -0 ports/emulators/mupen64-rsp/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-rsp/distinfo (new) 1.1 +21 -0 ports/emulators/mupen64-rsp/files/patch-Makefile (new) 1.1 +15 -0 ports/emulators/mupen64-rsp/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-rsp/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:04:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B88716A4CE; Tue, 12 Oct 2004 05:04:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB3643D31; Tue, 12 Oct 2004 05:04:38 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C54bx8068489; Tue, 12 Oct 2004 05:04:38 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C54bOa068488; Tue, 12 Oct 2004 05:04:37 GMT (envelope-from dinoex) Message-Id: <200410120504.i9C54bOa068488@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:04:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:04:38 -0000 dinoex 2004-10-12 05:04:37 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-rsp --> ports/emulators/mupen64-rsp Revision Changes Path 1.11084 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:05:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C027816A4CE; Tue, 12 Oct 2004 05:05:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D4E43D55; Tue, 12 Oct 2004 05:05:50 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C55o6t068703; Tue, 12 Oct 2004 05:05:50 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C55oQY068702; Tue, 12 Oct 2004 05:05:50 GMT (envelope-from dinoex) Message-Id: <200410120505.i9C55oQY068702@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:05:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefileports/emulators/mupen64-sdlaudio Makefile distinfo pkg-descr pkg-message ports/emulators/mupen64-sdlaudio/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:05:51 -0000 dinoex 2004-10-12 05:05:50 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-sdlaudio Makefile distinfo pkg-descr pkg-message emulators/mupen64-sdlaudio/files patch-Makefile Log: JttL SDL sound plugin for Mupen64 - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.146 +1 -0 ports/emulators/Makefile 1.1 +52 -0 ports/emulators/mupen64-sdlaudio/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-sdlaudio/distinfo (new) 1.1 +18 -0 ports/emulators/mupen64-sdlaudio/files/patch-Makefile (new) 1.1 +15 -0 ports/emulators/mupen64-sdlaudio/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-sdlaudio/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:06:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7322B16A4CE; Tue, 12 Oct 2004 05:06:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B5043D1D; Tue, 12 Oct 2004 05:06:01 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C561nd068754; Tue, 12 Oct 2004 05:06:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C561lQ068753; Tue, 12 Oct 2004 05:06:01 GMT (envelope-from dinoex) Message-Id: <200410120506.i9C561lQ068753@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:06:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:06:01 -0000 dinoex 2004-10-12 05:06:01 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-sdlaudio --> ports/emulators/mupen64-sdlaudio Revision Changes Path 1.11085 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:06:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA1C16A4CE; Tue, 12 Oct 2004 05:06:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB2A43D3F; Tue, 12 Oct 2004 05:06:50 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C56owI068865; Tue, 12 Oct 2004 05:06:50 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C56o1B068864; Tue, 12 Oct 2004 05:06:50 GMT (envelope-from dinoex) Message-Id: <200410120506.i9C56o1B068864@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:06:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefileports/emulators/mupen64-sdlinput Makefile distinfo pkg-descr pkg-message ports/emulators/mupen64-sdlinput/files patch-SDL_ttf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:06:51 -0000 dinoex 2004-10-12 05:06:50 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-sdlinput Makefile distinfo pkg-descr pkg-message emulators/mupen64-sdlinput/files patch-SDL_ttf.c Log: Blight's SDL input plugin for Mupen64 - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.147 +1 -0 ports/emulators/Makefile 1.1 +46 -0 ports/emulators/mupen64-sdlinput/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-sdlinput/distinfo (new) 1.1 +12 -0 ports/emulators/mupen64-sdlinput/files/patch-SDL_ttf.c (new) 1.1 +15 -0 ports/emulators/mupen64-sdlinput/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-sdlinput/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:07:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD7C16A4CE; Tue, 12 Oct 2004 05:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE5F43D48; Tue, 12 Oct 2004 05:07:00 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C570Bf068911; Tue, 12 Oct 2004 05:07:00 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C57004068910; Tue, 12 Oct 2004 05:07:00 GMT (envelope-from dinoex) Message-Id: <200410120507.i9C57004068910@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:07:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:07:01 -0000 dinoex 2004-10-12 05:07:00 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-sdlinput --> ports/emulators/mupen64-sdlinput Revision Changes Path 1.11086 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:07:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3537416A4CE; Tue, 12 Oct 2004 05:07:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 279F443D31; Tue, 12 Oct 2004 05:07:53 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C57rhf069026; Tue, 12 Oct 2004 05:07:53 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C57r5I069025; Tue, 12 Oct 2004 05:07:53 GMT (envelope-from dinoex) Message-Id: <200410120507.i9C57r5I069025@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:07:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/mupen64-sound Makefile distinfo pkg-descr pkg-message ports/emulators/mupen64-sound/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:07:53 -0000 dinoex 2004-10-12 05:07:53 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64-sound Makefile distinfo pkg-descr pkg-message emulators/mupen64-sound/files patch-Makefile Log: Sound plugin for Mupen64 - Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.148 +1 -0 ports/emulators/Makefile 1.1 +49 -0 ports/emulators/mupen64-sound/Makefile (new) 1.1 +2 -0 ports/emulators/mupen64-sound/distinfo (new) 1.1 +14 -0 ports/emulators/mupen64-sound/files/patch-Makefile (new) 1.1 +16 -0 ports/emulators/mupen64-sound/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64-sound/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:08:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B73F16A4CE; Tue, 12 Oct 2004 05:08:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C10643D2F; Tue, 12 Oct 2004 05:08:03 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C582lA069076; Tue, 12 Oct 2004 05:08:02 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C582sA069075; Tue, 12 Oct 2004 05:08:02 GMT (envelope-from dinoex) Message-Id: <200410120508.i9C582sA069075@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:08:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:08:03 -0000 dinoex 2004-10-12 05:08:02 UTC FreeBSD ports repository Modified files: . modules Log: mupen64-sound --> ports/emulators/mupen64-sound Revision Changes Path 1.11087 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:08:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C30D916A4CE; Tue, 12 Oct 2004 05:08:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7A9D43D1F; Tue, 12 Oct 2004 05:08:52 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C58qTd069161; Tue, 12 Oct 2004 05:08:52 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C58qBA069160; Tue, 12 Oct 2004 05:08:52 GMT (envelope-from dinoex) Message-Id: <200410120508.i9C58qBA069160@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:08:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/mupen64 Makefile pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:08:52 -0000 dinoex 2004-10-12 05:08:52 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/mupen64 Makefile pkg-descr pkg-message Log: Mupen64 is a highly portable Nintendo 64 emulator. It has been developed on/for Linux originally but has already been ported successfully to other operating systems. The program can easily be ported to all operating systems supported by the SDL library. In its current state, the emulator is highly compatible and uses a plugin system. With the correct plugins ("correct" can be computer dependent), it can achieve nearly perfect graphics and sound in many games. WWW: http://mupen64.emulation64.com/ PR: 71895 Submitted by: Travis Poppe Revision Changes Path 1.149 +1 -0 ports/emulators/Makefile 1.1 +39 -0 ports/emulators/mupen64/Makefile (new) 1.1 +13 -0 ports/emulators/mupen64/pkg-descr (new) 1.1 +9 -0 ports/emulators/mupen64/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:09:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F7F116A4CE; Tue, 12 Oct 2004 05:09:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C0343D31; Tue, 12 Oct 2004 05:09:03 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C592p1069212; Tue, 12 Oct 2004 05:09:02 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5924W069211; Tue, 12 Oct 2004 05:09:02 GMT (envelope-from dinoex) Message-Id: <200410120509.i9C5924W069211@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:09:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:09:03 -0000 dinoex 2004-10-12 05:09:02 UTC FreeBSD ports repository Modified files: . modules Log: mupen64 --> ports/emulators/mupen64 Revision Changes Path 1.11088 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:17:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1297D16A4CE; Tue, 12 Oct 2004 05:17:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6FA943D46; Tue, 12 Oct 2004 05:17:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5H3Tm069603; Tue, 12 Oct 2004 05:17:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5H3oI069602; Tue, 12 Oct 2004 05:17:03 GMT (envelope-from marcus) Message-Id: <200410120517.i9C5H3oI069602@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 05:17:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-plugins pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:17:04 -0000 marcus 2004-10-12 05:17:03 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins pkg-plist Log: The GConf schemas must be unexec'd before the respective schemas file is removed. Approved by: maintainer (blanket) Revision Changes Path 1.21 +1 -1 ports/multimedia/gstreamer-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:17:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85FEF16A4CE; Tue, 12 Oct 2004 05:17:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626BA43D4C; Tue, 12 Oct 2004 05:17:13 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5HDPm069662; Tue, 12 Oct 2004 05:17:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5HDbq069661; Tue, 12 Oct 2004 05:17:13 GMT (envelope-from dinoex) Message-Id: <200410120517.i9C5HDbq069661@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 05:17:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gd Makefile distinfo ports/graphics/gd/files patch-gd.h patch-gdft.c patch-index.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:17:13 -0000 dinoex 2004-10-12 05:17:13 UTC FreeBSD ports repository Modified files: graphics/gd Makefile distinfo graphics/gd/files patch-gd.h Removed files: graphics/gd/files patch-gdft.c patch-index.html Log: - update to 2.0.28 drop patch-gdft.c, as it won't apply after 2.0.25 Revision Changes Path 1.70 +1 -2 ports/graphics/gd/Makefile 1.23 +2 -2 ports/graphics/gd/distinfo 1.6 +6 -11 ports/graphics/gd/files/patch-gd.h 1.4 +0 -92 ports/graphics/gd/files/patch-gdft.c (dead) 1.4 +0 -71 ports/graphics/gd/files/patch-index.html (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:25:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B3F716A4D1; Tue, 12 Oct 2004 05:25:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C67543D49; Tue, 12 Oct 2004 05:25:07 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5P6M9069891; Tue, 12 Oct 2004 05:25:06 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5P6LA069890; Tue, 12 Oct 2004 05:25:06 GMT (envelope-from thierry) Message-Id: <200410120525.i9C5P6LA069890@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 05:25:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:25:07 -0000 thierry 2004-10-12 05:25:06 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: Add an entry for a XSS vulnerability fixed in IMP-3.2.6. Revision Changes Path 1.115 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:25:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E14916A4CE; Tue, 12 Oct 2004 05:25:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB2543D31; Tue, 12 Oct 2004 05:25:49 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5Pmsh069958; Tue, 12 Oct 2004 05:25:48 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5Pm57069957; Tue, 12 Oct 2004 05:25:48 GMT (envelope-from ume) Message-Id: <200410120525.i9C5Pm57069957@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 12 Oct 2004 05:25:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gkrellm2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:25:49 -0000 ume 2004-10-12 05:25:48 UTC FreeBSD ports repository Modified files: sysutils/gkrellm2 Makefile distinfo Log: Update to 2.2.4. Revision Changes Path 1.104 +1 -1 ports/sysutils/gkrellm2/Makefile 1.68 +2 -2 ports/sysutils/gkrellm2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:26:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F65B16A4CF; Tue, 12 Oct 2004 05:26:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F30643D41; Tue, 12 Oct 2004 05:26:53 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5QrGi070026; Tue, 12 Oct 2004 05:26:53 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5Qr9k070025; Tue, 12 Oct 2004 05:26:53 GMT (envelope-from ume) Message-Id: <200410120526.i9C5Qr9k070025@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 12 Oct 2004 05:26:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/dtcpclient Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:26:53 -0000 ume 2004-10-12 05:26:53 UTC FreeBSD ports repository Modified files: net/dtcpclient Makefile distinfo Log: Update to 20040923. Revision Changes Path 1.14 +1 -1 ports/net/dtcpclient/Makefile 1.10 +2 -2 ports/net/dtcpclient/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:28:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7397916A4CE; Tue, 12 Oct 2004 05:28:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A0A43D2D; Tue, 12 Oct 2004 05:28:58 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5SwxY070198; Tue, 12 Oct 2004 05:28:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5SwFg070197; Tue, 12 Oct 2004 05:28:58 GMT (envelope-from edwin) Message-Id: <200410120528.i9C5SwFg070197@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 05:28:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/jpeg-mmx Makefile distinfo pkg-descr pkg-plist ports/graphics/jpeg-mmx/files patch-configure patch-exifautotran patch-jpegtran.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:28:58 -0000 edwin 2004-10-12 05:28:58 UTC FreeBSD ports repository Modified files: graphics Makefile graphics/jpeg-mmx Makefile distinfo pkg-descr graphics/jpeg-mmx/files patch-configure Removed files: graphics/jpeg-mmx pkg-plist graphics/jpeg-mmx/files patch-exifautotran patch-jpegtran.1 Log: [NEW PORT] graphics/jpeg-mmx: IJG's jpeg compression utilities with MMX optimization IJG's jpeg compression utilities with MMX optimization PR: ports/69829 Submitted by: include/jpeg-mmx Revision Changes Path 1.730 +1 -0 ports/graphics/Makefile 1.41 +38 -34 ports/graphics/jpeg-mmx/Makefile 1.8 +2 -6 ports/graphics/jpeg-mmx/distinfo 1.2 +11 -11 ports/graphics/jpeg-mmx/files/patch-configure 1.2 +0 -7 ports/graphics/jpeg-mmx/files/patch-exifautotran (dead) 1.3 +0 -68 ports/graphics/jpeg-mmx/files/patch-jpegtran.1 (dead) 1.6 +4 -20 ports/graphics/jpeg-mmx/pkg-descr 1.26 +0 -26 ports/graphics/jpeg-mmx/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:29:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09AF416A4CE; Tue, 12 Oct 2004 05:29:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE48543D39; Tue, 12 Oct 2004 05:29:48 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5TmIQ070246; Tue, 12 Oct 2004 05:29:48 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5TmVe070245; Tue, 12 Oct 2004 05:29:48 GMT (envelope-from edwin) Message-Id: <200410120529.i9C5TmVe070245@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 05:29:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:29:49 -0000 edwin 2004-10-12 05:29:48 UTC FreeBSD ports repository Modified files: . modules Log: jpeg-mmx => ports/graphics/jpeg-mmx PR: ports/69829 Submitted by: Michael Johnson Revision Changes Path 1.11089 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:31:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D7416A4CE; Tue, 12 Oct 2004 05:31:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD7243D53; Tue, 12 Oct 2004 05:31:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5VFvd070380; Tue, 12 Oct 2004 05:31:15 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5VFi1070379; Tue, 12 Oct 2004 05:31:15 GMT (envelope-from thierry) Message-Id: <200410120531.i9C5VFi1070379@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 05:31:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/umfpack Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:31:16 -0000 thierry 2004-10-12 05:31:15 UTC FreeBSD ports repository Modified files: math/umfpack Makefile distinfo pkg-plist Log: Upgrade to 4.3. Revision Changes Path 1.16 +1 -3 ports/math/umfpack/Makefile 1.6 +2 -2 ports/math/umfpack/distinfo 1.7 +38 -44 ports/math/umfpack/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:33:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEEE216A4CE; Tue, 12 Oct 2004 05:33:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFD5843D5F; Tue, 12 Oct 2004 05:33:33 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5XX7J070455; Tue, 12 Oct 2004 05:33:33 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5XXfl070454; Tue, 12 Oct 2004 05:33:33 GMT (envelope-from julian) Message-Id: <200410120533.i9C5XXfl070454@repoman.freebsd.org> From: Julian Elischer Date: Tue, 12 Oct 2004 05:33:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:33:33 -0000 julian 2004-10-12 05:33:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_switch.c Log: MFC: remove duplicate slot release. Approved by: re (scottl) Revision Changes Path 1.78.2.11 +0 -1 src/sys/kern/kern_switch.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:34:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A1E16A4CF; Tue, 12 Oct 2004 05:34:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AEF343D4C; Tue, 12 Oct 2004 05:34:55 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5Ys1L070511; Tue, 12 Oct 2004 05:34:54 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5Ys7m070510; Tue, 12 Oct 2004 05:34:54 GMT (envelope-from thierry) Message-Id: <200410120534.i9C5Ys7m070510@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 05:34:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/horde2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:34:55 -0000 thierry 2004-10-12 05:34:54 UTC FreeBSD ports repository Modified files: www/horde2 Makefile distinfo pkg-plist Log: Upgrade to 2.2.6. Revision Changes Path 1.41 +1 -2 ports/www/horde2/Makefile 1.13 +2 -2 ports/www/horde2/distinfo 1.15 +2 -0 ports/www/horde2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:39:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E773816A4CE; Tue, 12 Oct 2004 05:39:46 +0000 (GMT) Received: from mpb4.plala.or.jp (c156253.vh.plala.or.jp [210.150.156.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E78143D46; Tue, 12 Oct 2004 05:39:45 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from i60-35-141-224.s02.a026.ap.plala.or.jp ([60.35.141.224]) by mpb4.plala.or.jp with ESMTP <20041012053944.ESYT24385.mpb4.plala.or.jp@i60-35-141-224.s02.a026.ap.plala.or.jp>; Tue, 12 Oct 2004 14:39:44 +0900 Date: Tue, 12 Oct 2004 14:39:30 +0900 Message-ID: <86brf8sdf1.wl%sf@FreeBSD.org> From: FUJISHIMA Satsuki To: Dirk Meyer In-Reply-To: <200410120423.i9C4NNJD058390@repoman.freebsd.org> References: <200410120423.i9C4NNJD058390@repoman.freebsd.org> Mail-Followup-To: Dirk Meyer , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, sf@FreeBSD.org User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/tiff Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:39:47 -0000 At Tue, 12 Oct 2004 04:23:23 +0000 (UTC), Dirk Meyer wrote: > - Enable LZW compression kit for users who are able to use LZW The LZW patent has been expired at Jul 20 2004. There is no need to add such a knob -- just enable it by default. From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:48:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6743C16A4CE; Tue, 12 Oct 2004 05:48:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45EA243D39; Tue, 12 Oct 2004 05:48:15 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5mF2p070938; Tue, 12 Oct 2004 05:48:15 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5mF0b070937; Tue, 12 Oct 2004 05:48:15 GMT (envelope-from edwin) Message-Id: <200410120548.i9C5mF0b070937@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 05:48:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/mc-light Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:48:15 -0000 edwin 2004-10-12 05:48:15 UTC FreeBSD ports repository Modified files: misc/mc-light Makefile Log: update port misc/mc-light Remove the glib dependency from mc-light. This midc don't use glib. Add the gawk dependency for allow mc-light correctly work with all types of archive files. PR: ports/72554 Submitted by: "Roman Y.Bogdanov" Revision Changes Path 1.3 +2 -1 ports/misc/mc-light/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 05:53:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F6116A4CE; Tue, 12 Oct 2004 05:53:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B9A43D53; Tue, 12 Oct 2004 05:53:09 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C5r9sS071121; Tue, 12 Oct 2004 05:53:09 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C5r9oL071120; Tue, 12 Oct 2004 05:53:09 GMT (envelope-from glewis) Message-Id: <200410120553.i9C5r9oL071120@repoman.freebsd.org> From: Greg Lewis Date: Tue, 12 Oct 2004 05:53:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/libarchive Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 05:53:09 -0000 glewis 2004-10-12 05:53:09 UTC FreeBSD ports repository Modified files: archivers/libarchive Makefile distinfo Log: . Update to 1.01.015. Revision Changes Path 1.6 +1 -1 ports/archivers/libarchive/Makefile 1.6 +2 -2 ports/archivers/libarchive/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:33:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EBDC16A4CE; Tue, 12 Oct 2004 06:33:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D58C43D45; Tue, 12 Oct 2004 06:33:41 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6XfHQ072385; Tue, 12 Oct 2004 06:33:41 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6Xfxv072384; Tue, 12 Oct 2004 06:33:41 GMT (envelope-from ale) Message-Id: <200410120633.i9C6Xfxv072384@repoman.freebsd.org> From: Alex Dupre Date: Tue, 12 Oct 2004 06:33:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/php4-mssql/files patch-php_mssql.c patch-php_mssql.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:33:41 -0000 ale 2004-10-12 06:33:41 UTC FreeBSD ports repository Removed files: databases/php4-mssql/files patch-php_mssql.c patch-php_mssql.h Log: Remove forgotten patch files in last commit. Reported by: kris Revision Changes Path 1.2 +0 -11 ports/databases/php4-mssql/files/patch-php_mssql.c (dead) 1.2 +0 -13 ports/databases/php4-mssql/files/patch-php_mssql.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:37:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF7416A4CE; Tue, 12 Oct 2004 06:37:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 102B843D1F; Tue, 12 Oct 2004 06:37:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6bId5072549; Tue, 12 Oct 2004 06:37:18 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6bIu3072548; Tue, 12 Oct 2004 06:37:18 GMT (envelope-from linimon) Message-Id: <200410120637.i9C6bIu3072548@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 06:37:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/pythoncad Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:37:19 -0000 linimon 2004-10-12 06:37:18 UTC FreeBSD ports repository Modified files: cad/pythoncad Makefile distinfo pkg-plist Log: Update to 16; add USE_BZIP2; fix plist. PR: ports/71152 Submitted by: Stefan Walter (maintainer) Revision Changes Path 1.4 +2 -2 ports/cad/pythoncad/Makefile 1.3 +2 -2 ports/cad/pythoncad/distinfo 1.2 +61 -3 ports/cad/pythoncad/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:40:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62ECC16A4D4; Tue, 12 Oct 2004 06:40:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5720543D45; Tue, 12 Oct 2004 06:40:48 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6em7n072706; Tue, 12 Oct 2004 06:40:48 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6emi5072705; Tue, 12 Oct 2004 06:40:48 GMT (envelope-from linimon) Message-Id: <200410120640.i9C6emi5072705@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 06:40:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/qalculate Makefileports/math/qalculate/files patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:40:48 -0000 linimon 2004-10-12 06:40:48 UTC FreeBSD ports repository Modified files: math/qalculate Makefile Added files: math/qalculate/files patch-src::Makefile.in Log: 1) fix plist: test builds show, that 0.6.3 configure fails to detect gettext on 5x too :( So we need to temporarily disable translations for now... 2) reinstall didn't ever work, because of use of 'ln -s' instead of ln -sf for symlinking qalculate-gtk binary. PR: ports/71228 Submitted by: Sergey Akifyev (maintainer) Revision Changes Path 1.2 +1 -1 ports/math/qalculate/Makefile 1.1 +11 -0 ports/math/qalculate/files/patch-src::Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:41:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30B6216A4CE; Tue, 12 Oct 2004 06:41:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1045843D49; Tue, 12 Oct 2004 06:41:22 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6fLXc072766; Tue, 12 Oct 2004 06:41:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6fL1J072765; Tue, 12 Oct 2004 06:41:21 GMT (envelope-from clsung) Message-Id: <200410120641.i9C6fL1J072765@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 06:41:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files extra-patch-gcc34 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:41:22 -0000 clsung 2004-10-12 06:41:21 UTC FreeBSD ports repository Modified files: net/centericq Makefile distinfo net/centericq/files extra-patch-gcc34 Log: Update to 4.12.0. PR: ports/72166 Submitted by: Dima Panov Approved by: mentor (vanilla) Revision Changes Path 1.96 +1 -1 ports/net/centericq/Makefile 1.43 +2 -2 ports/net/centericq/distinfo 1.2 +0 -9 ports/net/centericq/files/extra-patch-gcc34 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:42:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5573B16A4CE; Tue, 12 Oct 2004 06:42:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34B6643D2D; Tue, 12 Oct 2004 06:42:54 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6gswt072858; Tue, 12 Oct 2004 06:42:54 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6gsbs072857; Tue, 12 Oct 2004 06:42:54 GMT (envelope-from marcus) Message-Id: <200410120642.i9C6gsbs072857@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 06:42:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gcompris2 Makefile distinfo pkg-plist ports/games/gcompris2/files patch-src::boards::gletters.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:42:54 -0000 marcus 2004-10-12 06:42:54 UTC FreeBSD ports repository Modified files: games/gcompris2 Makefile distinfo pkg-plist Removed files: games/gcompris2/files patch-src::boards::gletters.c Log: Update to 6.3.r2 (6.3 Release Candidate 2). PR: 72552 Submitted by: Michael Johnson Revision Changes Path 1.40 +1 -1 ports/games/gcompris2/Makefile 1.16 +2 -2 ports/games/gcompris2/distinfo 1.2 +0 -18 ports/games/gcompris2/files/patch-src::boards::gletters.c (dead) 1.20 +80 -77 ports/games/gcompris2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:43:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88A616A4CE; Tue, 12 Oct 2004 06:43:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96D3343D1D; Tue, 12 Oct 2004 06:43:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6hMqn072959; Tue, 12 Oct 2004 06:43:22 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6hMxx072958; Tue, 12 Oct 2004 06:43:22 GMT (envelope-from linimon) Message-Id: <200410120643.i9C6hMxx072958@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 06:43:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science/ruby-gphys Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:43:23 -0000 linimon 2004-10-12 06:43:22 UTC FreeBSD ports repository Modified files: science/ruby-gphys Makefile distinfo Log: Update to 0.3.3. PR: ports/71275 Submitted by: Shin'ya Murakami (maintainer) Revision Changes Path 1.6 +1 -2 ports/science/ruby-gphys/Makefile 1.4 +2 -2 ports/science/ruby-gphys/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:45:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DEF316A4CE; Tue, 12 Oct 2004 06:45:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DFDC43D1D; Tue, 12 Oct 2004 06:45:41 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6jflm073093; Tue, 12 Oct 2004 06:45:41 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6jfHw073092; Tue, 12 Oct 2004 06:45:41 GMT (envelope-from linimon) Message-Id: <200410120645.i9C6jfHw073092@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 06:45:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/beep-media-player Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:45:41 -0000 linimon 2004-10-12 06:45:41 UTC FreeBSD ports repository Modified files: multimedia/beep-media-player Makefile distinfo Log: Update to 0.9.7.rc2. PR: ports/71286 Submitted by: Roman Bogorodskiy (maintainer) Revision Changes Path 1.15 +1 -1 ports/multimedia/beep-media-player/Makefile 1.5 +2 -2 ports/multimedia/beep-media-player/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:49:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C12E16A4CE; Tue, 12 Oct 2004 06:49:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD3AE43D2D; Tue, 12 Oct 2004 06:49:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6n35o073227; Tue, 12 Oct 2004 06:49:03 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6n3iH073226; Tue, 12 Oct 2004 06:49:03 GMT (envelope-from linimon) Message-Id: <200410120649.i9C6n3iH073226@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 06:49:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_jk-apache2 Makefile ports/www/mod_jk Makefile distinfo ports/www/mod_jk/files patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:49:04 -0000 linimon 2004-10-12 06:49:03 UTC FreeBSD ports repository Modified files: www/mod_jk-apache2 Makefile www/mod_jk Makefile distinfo Removed files: www/mod_jk/files patch-configure.in Log: Update to 1.2.6; now builds with apache2. PR: ports/71330 Submitted by: Palle Girgensohn (maintainer) Revision Changes Path 1.3 +0 -2 ports/www/mod_jk-apache2/Makefile 1.27 +1 -9 ports/www/mod_jk/Makefile 1.9 +2 -2 ports/www/mod_jk/distinfo 1.3 +0 -11 ports/www/mod_jk/files/patch-configure.in (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:51:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D8F16A4CE; Tue, 12 Oct 2004 06:51:54 +0000 (GMT) Received: from gateway.nixsys.be (gateway.nixsys.be [195.144.77.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565E443D41; Tue, 12 Oct 2004 06:51:54 +0000 (GMT) (envelope-from philip@nixsys.be) Received: from loge.nixsys.be (loge.nixsys.be [195.144.77.45]) by gateway.nixsys.be (Postfix) with ESMTP id 24EADEE; Tue, 12 Oct 2004 08:51:53 +0200 (CEST) Received: from loge.nixsys.be (philip@localhost [127.0.0.1]) by loge.nixsys.be (8.13.1/8.13.1) with ESMTP id i9C6pqgx000756; Tue, 12 Oct 2004 08:51:52 +0200 (CEST) (envelope-from philip@loge.nixsys.be) Received: (from philip@localhost) by loge.nixsys.be (8.13.1/8.13.1/Submit) id i9C6pq4Y000755; Tue, 12 Oct 2004 08:51:52 +0200 (CEST) (envelope-from philip) Date: Tue, 12 Oct 2004 08:51:52 +0200 From: Philip Paeps To: Warner Losh Message-ID: <20041012065152.GB614@loge.nixsys.be> Mail-Followup-To: Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200410112110.i9BLANDE092852@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410112110.i9BLANDE092852@repoman.freebsd.org> X-Date-in-Rome: ante diem IV Idius Octobres MMDCCLVII ab Urbe Condida X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get a proper mailclient! Organization: Happily Disorganized User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_bus.c src/sys/dev/acpica acpi_pcib_acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:51:54 -0000 On 2004-10-11 21:10:23 (+0000), Warner Losh wrote: > Make the lower range of the memory area 0x80000000 again. Also introduce > hw.{pci,acpi}.host_mem_start tunable to change this. Thanks! - Philip -- Philip Paeps Please don't Cc me, I am philip@freebsd.org subscribed to the list. BOFH Excuse #104: backup tape overwritten with copy of system manager's favourite CD From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:52:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE2D16A4CF; Tue, 12 Oct 2004 06:52:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D4843D5A; Tue, 12 Oct 2004 06:52:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6qnSK073404; Tue, 12 Oct 2004 06:52:49 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6qnmQ073403; Tue, 12 Oct 2004 06:52:49 GMT (envelope-from linimon) Message-Id: <200410120652.i9C6qnmQ073403@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 06:52:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/hunch Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:52:50 -0000 linimon 2004-10-12 06:52:49 UTC FreeBSD ports repository Modified files: security/hunch Makefile distinfo Log: Update to 1.1.7. PR: ports/71353 Submitted by: Dan Pelleg (maintainer) Revision Changes Path 1.8 +1 -1 ports/security/hunch/Makefile 1.9 +2 -2 ports/security/hunch/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:55:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8172916A4CE; Tue, 12 Oct 2004 06:55:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E2F943D1D; Tue, 12 Oct 2004 06:55:01 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6t1k6073505; Tue, 12 Oct 2004 06:55:01 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6t1If073504; Tue, 12 Oct 2004 06:55:01 GMT (envelope-from clsung) Message-Id: <200410120655.i9C6t1If073504@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 06:55:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/websvn Makefile pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:55:01 -0000 clsung 2004-10-12 06:55:01 UTC FreeBSD ports repository Modified files: devel/websvn Makefile pkg-plist Added files: devel/websvn pkg-message Log: From submitter: - websvn need 2 missed dependency , and cp distconfig.inc config.inc. Changes: - add pkg-message - modify USE_PHP (from "yes" to "pcre zlib") - new file in pkg-plist PR: ports/71448 Submitted by: June-Yen Huang Approved by: maintainer, mentor (vanilla) Revision Changes Path 1.6 +5 -1 ports/devel/websvn/Makefile 1.1 +3 -0 ports/devel/websvn/pkg-message (new) 1.6 +1 -0 ports/devel/websvn/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:55:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A94316A4DC; Tue, 12 Oct 2004 06:55:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697DB43D46; Tue, 12 Oct 2004 06:55:37 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6tY3O073563; Tue, 12 Oct 2004 06:55:34 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6tYfq073554; Tue, 12 Oct 2004 06:55:34 GMT (envelope-from linimon) Message-Id: <200410120655.i9C6tYfq073554@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 06:55:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mysql-connector-java Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:55:37 -0000 linimon 2004-10-12 06:55:34 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile distinfo Log: This is a routine bugfix release over 3.0.14. PR: ports/71364 Submitted by: Matthew Seaman (maintainer) Revision Changes Path 1.27 +2 -2 ports/databases/mysql-connector-java/Makefile 1.11 +2 -2 ports/databases/mysql-connector-java/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:57:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E2D16A4CF; Tue, 12 Oct 2004 06:57:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCB543D46; Tue, 12 Oct 2004 06:57:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6vYC2073652; Tue, 12 Oct 2004 06:57:34 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6vYvT073651; Tue, 12 Oct 2004 06:57:34 GMT (envelope-from linimon) Message-Id: <200410120657.i9C6vYvT073651@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 06:57:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/tpad Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:57:35 -0000 linimon 2004-10-12 06:57:34 UTC FreeBSD ports repository Modified files: editors/tpad Makefile distinfo pkg-descr pkg-plist Log: Update from version 1.2 to 1.3. For a list of changes see: http://tclpad.sourceforge.net/docs/ChangeLog. PR: ports/71368 Submitted by: Antonio Bonifati (maintainer) Revision Changes Path 1.4 +25 -8 ports/editors/tpad/Makefile 1.5 +2 -2 ports/editors/tpad/distinfo 1.2 +6 -5 ports/editors/tpad/pkg-descr 1.4 +15 -0 ports/editors/tpad/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 06:59:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1643F16A4CE; Tue, 12 Oct 2004 06:59:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E944243D39; Tue, 12 Oct 2004 06:59:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C6xBJ9073756; Tue, 12 Oct 2004 06:59:11 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C6xBuq073755; Tue, 12 Oct 2004 06:59:11 GMT (envelope-from linimon) Message-Id: <200410120659.i9C6xBuq073755@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 06:59:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/t3x Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:59:12 -0000 linimon 2004-10-12 06:59:11 UTC FreeBSD ports repository Modified files: lang/t3x Makefile distinfo Log: Update to version 8.1.5. PR: ports/71369 Submitted by: Nils M Holm (maintainer) Revision Changes Path 1.15 +1 -1 ports/lang/t3x/Makefile 1.14 +2 -2 ports/lang/t3x/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:02:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAFB316A4CE; Tue, 12 Oct 2004 07:02:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C987743D53; Tue, 12 Oct 2004 07:02:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C72hX3073930; Tue, 12 Oct 2004 07:02:43 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C72hQv073929; Tue, 12 Oct 2004 07:02:43 GMT (envelope-from linimon) Message-Id: <200410120702.i9C72hQv073929@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:02:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/lighttpd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:02:44 -0000 linimon 2004-10-12 07:02:43 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile distinfo pkg-plist Log: Upgrade from 1.2.5 to 1.2.7 and adds an additional patch directly from the author. PR: ports/71377 Submitted by: Hendrik Scholz Approved by: maintainer Revision Changes Path 1.5 +6 -1 ports/www/lighttpd/Makefile 1.4 +4 -2 ports/www/lighttpd/distinfo 1.3 +1 -0 ports/www/lighttpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:03:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC0E016A4CE; Tue, 12 Oct 2004 07:03:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD54843D2F; Tue, 12 Oct 2004 07:03:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C73V33073970; Tue, 12 Oct 2004 07:03:31 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C73V9g073969; Tue, 12 Oct 2004 07:03:31 GMT (envelope-from marcus) Message-Id: <200410120703.i9C73V9g073969@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 07:03:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:03:32 -0000 marcus 2004-10-12 07:03:31 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add an entry for www/firefox to note some preferences glitches when updating to 1.0.1.p. Revision Changes Path 1.73 +12 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:06:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA7D316A4CE; Tue, 12 Oct 2004 07:06:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9EED43D1D; Tue, 12 Oct 2004 07:06:27 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C76Rut074125; Tue, 12 Oct 2004 07:06:27 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C76Rrc074124; Tue, 12 Oct 2004 07:06:27 GMT (envelope-from clsung) Message-Id: <200410120706.i9C76Rrc074124@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 07:06:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/raggle Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:06:27 -0000 clsung 2004-10-12 07:06:27 UTC FreeBSD ports repository Modified files: net/raggle Makefile distinfo Log: - update to 0.3.1 PR: ports/71457 Submitted by: Gea-Suan Lin Approved by: mentor (vanilla) Revision Changes Path 1.7 +1 -1 ports/net/raggle/Makefile 1.4 +2 -2 ports/net/raggle/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:06:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96B8316A508; Tue, 12 Oct 2004 07:06:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7406143D3F; Tue, 12 Oct 2004 07:06:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C76Wmh074189; Tue, 12 Oct 2004 07:06:32 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C76W5N074188; Tue, 12 Oct 2004 07:06:32 GMT (envelope-from linimon) Message-Id: <200410120706.i9C76W5N074188@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:06:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/fontforge Makefile distinfo pkg-plist ports/print/fontforge/files patch-fontforge::Makefile.dynamic.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:06:32 -0000 linimon 2004-10-12 07:06:32 UTC FreeBSD ports repository Modified files: print/fontforge Makefile distinfo pkg-plist print/fontforge/files patch-fontforge::Makefile.dynamic.in Log: Update to 20040808. PR: ports/71401 Submitted by: KANOU Hiroki (maintainer) Revision Changes Path 1.60 +1 -1 ports/print/fontforge/Makefile 1.52 +4 -4 ports/print/fontforge/distinfo 1.5 +8 -8 ports/print/fontforge/files/patch-fontforge::Makefile.dynamic.in 1.38 +3 -1 ports/print/fontforge/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:08:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF2816A4CE; Tue, 12 Oct 2004 07:08:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E2143D1F; Tue, 12 Oct 2004 07:08:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C78NEi074280; Tue, 12 Oct 2004 07:08:23 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C78NLo074279; Tue, 12 Oct 2004 07:08:23 GMT (envelope-from linimon) Message-Id: <200410120708.i9C78NLo074279@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:08:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/tidy pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:08:23 -0000 linimon 2004-10-12 07:08:23 UTC FreeBSD ports repository Modified files: www/tidy pkg-plist Log: Fix plist in NOPORTDOCS case. PR: ports/71407 Submitted by: Scott Kenney (maintainer) Revision Changes Path 1.4 +5 -5 ports/www/tidy/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:10:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CAFF16A4CE; Tue, 12 Oct 2004 07:10:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF3843D2D; Tue, 12 Oct 2004 07:10:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7AWJ5074456; Tue, 12 Oct 2004 07:10:32 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7AWCl074455; Tue, 12 Oct 2004 07:10:32 GMT (envelope-from linimon) Message-Id: <200410120710.i9C7AWCl074455@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:10:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/eggdrop Makefile distinfo pkg-plist ports/irc/eggdrop/files patch-ab patch-ac patch-ad patch-ae patch-ah patch-ai patch-aj patch-ak patch-eggdrop.conf patch-src::md5::md5c.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:10:32 -0000 linimon 2004-10-12 07:10:31 UTC FreeBSD ports repository Modified files: irc/eggdrop Makefile distinfo pkg-plist irc/eggdrop/files patch-ab patch-ac patch-ad patch-ae patch-ah patch-ai patch-aj patch-ak patch-eggdrop.conf Added files: irc/eggdrop/files patch-src::md5::md5c.c Log: Update to 1.6.17; IPv6 support has been removed from eggdrop. PR: ports/71423 Submitted by: Ulrich Spoerlein (maintainer) Revision Changes Path 1.9 +20 -28 ports/irc/eggdrop/Makefile 1.5 +4 -4 ports/irc/eggdrop/distinfo 1.4 +14 -15 ports/irc/eggdrop/files/patch-ab 1.4 +4 -14 ports/irc/eggdrop/files/patch-ac 1.4 +3 -3 ports/irc/eggdrop/files/patch-ad 1.4 +3 -3 ports/irc/eggdrop/files/patch-ae 1.4 +4 -7 ports/irc/eggdrop/files/patch-ah 1.5 +5 -5 ports/irc/eggdrop/files/patch-ai 1.4 +6 -6 ports/irc/eggdrop/files/patch-aj 1.4 +5 -7 ports/irc/eggdrop/files/patch-ak 1.2 +6 -8 ports/irc/eggdrop/files/patch-eggdrop.conf 1.1 +18 -0 ports/irc/eggdrop/files/patch-src::md5::md5c.c (new) 1.5 +26 -7 ports/irc/eggdrop/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:12:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C69116A4CF; Tue, 12 Oct 2004 07:12:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C60643D49; Tue, 12 Oct 2004 07:12:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7CLhR074570; Tue, 12 Oct 2004 07:12:21 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7CL1T074569; Tue, 12 Oct 2004 07:12:21 GMT (envelope-from linimon) Message-Id: <200410120712.i9C7CL1T074569@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:12:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xmedcon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:12:21 -0000 linimon 2004-10-12 07:12:20 UTC FreeBSD ports repository Modified files: graphics/xmedcon Makefile distinfo Log: Update to 0.9.7.3. PR: ports/71434 Submitted by: Paul Everlund (maintainer) Revision Changes Path 1.17 +1 -1 ports/graphics/xmedcon/Makefile 1.14 +2 -2 ports/graphics/xmedcon/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:14:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0CF716A4CE; Tue, 12 Oct 2004 07:14:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7440243D2D; Tue, 12 Oct 2004 07:14:13 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7EDHK074640; Tue, 12 Oct 2004 07:14:13 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7EDdK074639; Tue, 12 Oct 2004 07:14:13 GMT (envelope-from linimon) Message-Id: <200410120714.i9C7EDdK074639@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:14:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/pancho Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:14:13 -0000 linimon 2004-10-12 07:14:12 UTC FreeBSD ports repository Modified files: net-mgmt/pancho Makefile distinfo Log: Update to 9.3.5. PR: ports/71464 Submitted by: Nicolas Jombart (maintainer) Revision Changes Path 1.24 +2 -2 ports/net-mgmt/pancho/Makefile 1.20 +2 -2 ports/net-mgmt/pancho/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:15:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9143216A4CE; Tue, 12 Oct 2004 07:15:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FAE243D49; Tue, 12 Oct 2004 07:15:55 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7FtId074774; Tue, 12 Oct 2004 07:15:55 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7Ft6u074773; Tue, 12 Oct 2004 07:15:55 GMT (envelope-from linimon) Message-Id: <200410120715.i9C7Ft6u074773@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:15:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/zssh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:15:55 -0000 linimon 2004-10-12 07:15:55 UTC FreeBSD ports repository Modified files: comms/zssh Makefile distinfo Log: Update to 1.5c. PR: ports/71467 Submitted by: Rong-En Fan Revision Changes Path 1.9 +2 -2 ports/comms/zssh/Makefile 1.4 +2 -2 ports/comms/zssh/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:16:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB1D16A4F2; Tue, 12 Oct 2004 07:16:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED3D43D2D; Tue, 12 Oct 2004 07:15:59 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7Fxlj074809; Tue, 12 Oct 2004 07:15:59 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7Fxkv074808; Tue, 12 Oct 2004 07:15:59 GMT (envelope-from sergei) Message-Id: <200410120715.i9C7Fxkv074808@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 07:15:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libgpg-error Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:16:00 -0000 sergei 2004-10-12 07:15:59 UTC FreeBSD ports repository Modified files: security/libgpg-error Makefile pkg-plist Log: - Explicitly specify prefix for iconv and gettext libraries to link properly in case PREFIX != LOCALBASE - Add optional missing files (*.mo) - Add USE_ICONV - Bump PORTREVISION PR: ports/72274 (partly) Submitted by: leeym Revision Changes Path 1.10 +6 -0 ports/security/libgpg-error/Makefile 1.4 +6 -4 ports/security/libgpg-error/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:18:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D6D416A4CE; Tue, 12 Oct 2004 07:18:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD0243D55; Tue, 12 Oct 2004 07:18:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7I09a074925; Tue, 12 Oct 2004 07:18:00 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7I0G1074922; Tue, 12 Oct 2004 07:18:00 GMT (envelope-from linimon) Message-Id: <200410120718.i9C7I0G1074922@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:18:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/arpwatch-devel Makefile distinfo ports/net-mgmt/arpwatch-devel/files patch-ak patch-ap X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:18:01 -0000 linimon 2004-10-12 07:18:00 UTC FreeBSD ports repository Modified files: net-mgmt/arpwatch-devel Makefile distinfo net-mgmt/arpwatch-devel/files patch-ak patch-ap Log: Update to 2.1.a13. PR: ports/71497 Submitted by: Matthew George (maintainer) Revision Changes Path 1.38 +3 -5 ports/net-mgmt/arpwatch-devel/Makefile 1.9 +2 -2 ports/net-mgmt/arpwatch-devel/distinfo 1.3 +0 -9 ports/net-mgmt/arpwatch-devel/files/patch-ak 1.3 +0 -9 ports/net-mgmt/arpwatch-devel/files/patch-ap From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:20:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED95516A4CF; Tue, 12 Oct 2004 07:20:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56AFA43D4C; Tue, 12 Oct 2004 07:20:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7KEeu075042; Tue, 12 Oct 2004 07:20:14 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7KElg075041; Tue, 12 Oct 2004 07:20:14 GMT (envelope-from linimon) Message-Id: <200410120720.i9C7KElg075041@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:20:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mlmmj Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:20:29 -0000 linimon 2004-10-12 07:20:13 UTC FreeBSD ports repository Modified files: mail/mlmmj Makefile distinfo Log: Update to 1.0.0: bugfixes and manpages. PR: ports/71524 Submitted by: Christian Laursen (maintainer) Revision Changes Path 1.8 +3 -2 ports/mail/mlmmj/Makefile 1.8 +2 -2 ports/mail/mlmmj/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:20:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B0A416A4CF; Tue, 12 Oct 2004 07:20:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D48243D31; Tue, 12 Oct 2004 07:20:55 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7KtAw075181; Tue, 12 Oct 2004 07:20:55 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7KtCF075180; Tue, 12 Oct 2004 07:20:55 GMT (envelope-from maho) Message-Id: <200410120720.i9C7KtCF075180@repoman.freebsd.org> From: Maho Nakata Date: Tue, 12 Oct 2004 07:20:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1 Makefile distinfo pkg-message ports/editors/openoffice-1.1/files Makefile.localized Makefile.mozilla freebsd-local.sh generate.pl patch-cppuhelper+source+gcc3_linux_intel.map patch-desktop+scripts+soffice.sh ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:20:55 -0000 maho 2004-10-12 07:20:55 UTC FreeBSD ports repository Modified files: editors/openoffice-1.1 Makefile distinfo pkg-message editors/openoffice-1.1/files Makefile.localized Makefile.mozilla patch-cppuhelper+source+gcc3_linux_intel.map patch-odk+configure.pl patch-odk+setsdkenv_unix.in patch-odk+settings+settings.mk patch-sch_setLogicRectHack patch-sfx2+source+config+cfgmgr.cxx patch-shell+source+unix+sysshell+recently_used_file_handler.cxx patch-svx_setLogicRectHack Added files: editors/openoffice-1.1/files generate.pl patch-translation_limit_64k Removed files: editors/openoffice-1.1/files freebsd-local.sh patch-connectivity+source+drivers+mozab+mozillasrc+makefile.mk patch-desktop+scripts+soffice.sh patch-security-tmp-dir patch-solenv+bin+addsym.awk patch-tools+source+string+tstring.cxx patch-unoil+makefile.pmk Log: Update to 1.1.3 a) remove patches which not needed anymore b) security vulnerablity by mozilla doesn't affect this port (remove WITHOUT_MOZILLA by default) see: http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=12093 c) add files/geneate.pl, which generates shell script does build complete localized packages d) Use CONFIGURE_WRKSRC. no longer need .. for patches. e) Still weird though, WITH_CCACHE works. f) Fix: if you build without X, Makefile invokes build twice. Revision Changes Path 1.167 +32 -58 ports/editors/openoffice-1.1/Makefile 1.41 +2 -2 ports/editors/openoffice-1.1/distinfo 1.3 +89 -39 ports/editors/openoffice-1.1/files/Makefile.localized 1.4 +3 -3 ports/editors/openoffice-1.1/files/Makefile.mozilla 1.5 +0 -71 ports/editors/openoffice-1.1/files/freebsd-local.sh (dead) 1.1 +21 -0 ports/editors/openoffice-1.1/files/generate.pl (new) 1.7 +0 -45 ports/editors/openoffice-1.1/files/patch-connectivity+source+drivers+mozab+mozillasrc+makefile.mk (dead) 1.2 +2 -2 ports/editors/openoffice-1.1/files/patch-cppuhelper+source+gcc3_linux_intel.map 1.2 +0 -11 ports/editors/openoffice-1.1/files/patch-desktop+scripts+soffice.sh (dead) 1.2 +2 -2 ports/editors/openoffice-1.1/files/patch-odk+configure.pl 1.3 +2 -2 ports/editors/openoffice-1.1/files/patch-odk+setsdkenv_unix.in 1.3 +2 -2 ports/editors/openoffice-1.1/files/patch-odk+settings+settings.mk 1.3 +4 -2 ports/editors/openoffice-1.1/files/patch-sch_setLogicRectHack 1.2 +0 -207 ports/editors/openoffice-1.1/files/patch-security-tmp-dir (dead) 1.2 +3 -3 ports/editors/openoffice-1.1/files/patch-sfx2+source+config+cfgmgr.cxx 1.2 +2 -2 ports/editors/openoffice-1.1/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx 1.4 +0 -16 ports/editors/openoffice-1.1/files/patch-solenv+bin+addsym.awk (dead) 1.3 +3 -2 ports/editors/openoffice-1.1/files/patch-svx_setLogicRectHack 1.3 +0 -22 ports/editors/openoffice-1.1/files/patch-tools+source+string+tstring.cxx (dead) 1.1 +121 -0 ports/editors/openoffice-1.1/files/patch-translation_limit_64k (new) 1.3 +0 -13 ports/editors/openoffice-1.1/files/patch-unoil+makefile.pmk (dead) 1.12 +14 -32 ports/editors/openoffice-1.1/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:21:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DAC916A4CE; Tue, 12 Oct 2004 07:21:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BECA43D46; Tue, 12 Oct 2004 07:21:06 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7L651075229; Tue, 12 Oct 2004 07:21:06 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7L6Fp075228; Tue, 12 Oct 2004 07:21:06 GMT (envelope-from sergei) Message-Id: <200410120721.i9C7L6Fp075228@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 07:21:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/getmail Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:21:06 -0000 sergei 2004-10-12 07:21:06 UTC FreeBSD ports repository Modified files: mail/getmail Makefile distinfo pkg-descr pkg-plist Log: - Update to 4.1.3 PR: ports/71248 Submitted by: Linh Pham Revision Changes Path 1.29 +15 -10 ports/mail/getmail/Makefile 1.21 +2 -2 ports/mail/getmail/distinfo 1.5 +1 -1 ports/mail/getmail/pkg-descr 1.8 +24 -13 ports/mail/getmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:21:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5619016A4CE; Tue, 12 Oct 2004 07:21:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E1B43D41; Tue, 12 Oct 2004 07:21:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7LhZO075270; Tue, 12 Oct 2004 07:21:43 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7Lhx8075269; Tue, 12 Oct 2004 07:21:43 GMT (envelope-from linimon) Message-Id: <200410120721.i9C7Lhx8075269@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:21:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/py-xdg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:21:43 -0000 linimon 2004-10-12 07:21:43 UTC FreeBSD ports repository Modified files: devel/py-xdg Makefile distinfo Log: Update to 0.7. PR: ports/71599 Submitted by: Michael Johnson (maintainer) Revision Changes Path 1.3 +1 -1 ports/devel/py-xdg/Makefile 1.3 +2 -2 ports/devel/py-xdg/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:22:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A6916A4CE; Tue, 12 Oct 2004 07:22:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 872ED43D1D; Tue, 12 Oct 2004 07:22:33 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7MXvU075352; Tue, 12 Oct 2004 07:22:33 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7MX11075351; Tue, 12 Oct 2004 07:22:33 GMT (envelope-from maho) Message-Id: <200410120722.i9C7MX11075351@repoman.freebsd.org> From: Maho Nakata Date: Tue, 12 Oct 2004 07:22:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1/files debugpatch-solenv+inc+unxfbsdi.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:22:33 -0000 maho 2004-10-12 07:22:33 UTC FreeBSD ports repository Removed files: editors/openoffice-1.1/files debugpatch-solenv+inc+unxfbsdi.mk Log: Remove debug patch, not needed anymore Revision Changes Path 1.5 +0 -18 ports/editors/openoffice-1.1/files/debugpatch-solenv+inc+unxfbsdi.mk (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:23:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F0B16A4CE; Tue, 12 Oct 2004 07:23:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E985A43D41; Tue, 12 Oct 2004 07:23:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7NnhK075402; Tue, 12 Oct 2004 07:23:49 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7NnIs075401; Tue, 12 Oct 2004 07:23:49 GMT (envelope-from linimon) Message-Id: <200410120723.i9C7NnIs075401@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:23:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mmpython Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:23:50 -0000 linimon 2004-10-12 07:23:49 UTC FreeBSD ports repository Modified files: multimedia/mmpython Makefile distinfo Log: Update to 0.4.6. PR: ports/71611 Submitted by: Lewis Thompson (maintainer) Revision Changes Path 1.13 +1 -1 ports/multimedia/mmpython/Makefile 1.10 +2 -2 ports/multimedia/mmpython/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:24:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DBC016A4CE; Tue, 12 Oct 2004 07:24:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E15FF43D31; Tue, 12 Oct 2004 07:24:26 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7OQch075454; Tue, 12 Oct 2004 07:24:26 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7OQTF075453; Tue, 12 Oct 2004 07:24:26 GMT (envelope-from edwin) Message-Id: <200410120724.i9C7OQTF075453@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 07:24:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php_doc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:24:27 -0000 edwin 2004-10-12 07:24:26 UTC FreeBSD ports repository Modified files: lang/php_doc Makefile distinfo Log: Sync with the latest version of the PHP documents. Submitted by: edwin@mavetju.org Revision Changes Path 1.21 +1 -1 ports/lang/php_doc/Makefile 1.15 +14 -14 ports/lang/php_doc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:25:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE32316A4CE; Tue, 12 Oct 2004 07:25:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE62643D2F; Tue, 12 Oct 2004 07:25:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7PwaZ075556; Tue, 12 Oct 2004 07:25:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7Pwsw075555; Tue, 12 Oct 2004 07:25:58 GMT (envelope-from linimon) Message-Id: <200410120725.i9C7Pwsw075555@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:25:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/munin-main Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:25:59 -0000 linimon 2004-10-12 07:25:58 UTC FreeBSD ports repository Modified files: sysutils/munin-main Makefile distinfo Log: Update to 1.0.2. PR: ports/71646 Submitted by: Lupe Christoph (maintainer) Revision Changes Path 1.5 +1 -1 ports/sysutils/munin-main/Makefile 1.4 +2 -2 ports/sysutils/munin-main/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:27:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF6DC16A4CE; Tue, 12 Oct 2004 07:27:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E87043D2D; Tue, 12 Oct 2004 07:27:14 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7REb1075636; Tue, 12 Oct 2004 07:27:14 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7RERG075635; Tue, 12 Oct 2004 07:27:14 GMT (envelope-from marcus) Message-Id: <200410120727.i9C7RERG075635@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 07:27:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:27:14 -0000 marcus 2004-10-12 07:27:14 UTC FreeBSD ports repository Modified files: multimedia/gstreamer Makefile distinfo Log: Update to 0.8.7. Revision Changes Path 1.29 +1 -1 ports/multimedia/gstreamer/Makefile 1.16 +2 -2 ports/multimedia/gstreamer/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:27:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BDC816A4D5; Tue, 12 Oct 2004 07:27:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56AA843D49; Tue, 12 Oct 2004 07:27:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7RKwD075667; Tue, 12 Oct 2004 07:27:20 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7RKs9075666; Tue, 12 Oct 2004 07:27:20 GMT (envelope-from linimon) Message-Id: <200410120727.i9C7RKs9075666@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:27:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/munin-node Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:27:20 -0000 linimon 2004-10-12 07:27:20 UTC FreeBSD ports repository Modified files: sysutils/munin-node Makefile distinfo Log: Update to 1.0.2. PR: ports/71647 Submitted by: Lupe Christoph (maintainer) Revision Changes Path 1.8 +1 -1 ports/sysutils/munin-node/Makefile 1.4 +2 -2 ports/sysutils/munin-node/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:31:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2E4016A4CE; Tue, 12 Oct 2004 07:31:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD27D43D2D; Tue, 12 Oct 2004 07:31:31 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7VVLN075873; Tue, 12 Oct 2004 07:31:31 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7VVBQ075872; Tue, 12 Oct 2004 07:31:31 GMT (envelope-from clsung) Message-Id: <200410120731.i9C7VVBQ075872@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 07:31:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Module-ScanDeps Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:31:32 -0000 clsung 2004-10-12 07:31:31 UTC FreeBSD ports repository Modified files: devel/p5-Module-ScanDeps Makefile distinfo Log: - Update to 0.48 * Fix case-insensitive checks. * Skip auto/ files too if explicitly specified. * Also check for lower-cased keys in %skip, if operating under a case-insensitive file system. PR: ports/71569 Submitted by: maintainer (Rong-En Fan) Approved by: mentor (vanilla) Revision Changes Path 1.6 +1 -1 ports/devel/p5-Module-ScanDeps/Makefile 1.7 +2 -2 ports/devel/p5-Module-ScanDeps/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:35:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB1416A4D1; Tue, 12 Oct 2004 07:35:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4033643D39; Tue, 12 Oct 2004 07:35:41 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7ZfTp076032; Tue, 12 Oct 2004 07:35:41 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7ZfSB076031; Tue, 12 Oct 2004 07:35:41 GMT (envelope-from sergei) Message-Id: <200410120735.i9C7ZfSB076031@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 07:35:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/serialmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:35:41 -0000 sergei 2004-10-12 07:35:40 UTC FreeBSD ports repository Modified files: mail/serialmail Makefile distinfo Log: - Add WITH_AUTH knob: this adds CRAM-MD5, PLAIN and LOGIN authentication support to serialmail (defaults to OFF). More information on the patch used can be found at: http://www.ingorohloff.de/soft/ - Bump PORTREVISION PR: ports/71414 Submitted by: lioux Revision Changes Path 1.17 +12 -1 ports/mail/serialmail/Makefile 1.3 +2 -0 ports/mail/serialmail/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:35:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B26716A4CE; Tue, 12 Oct 2004 07:35:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A16243D41; Tue, 12 Oct 2004 07:35:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7ZwVr076086; Tue, 12 Oct 2004 07:35:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7Zw3G076085; Tue, 12 Oct 2004 07:35:58 GMT (envelope-from linimon) Message-Id: <200410120735.i9C7Zw3G076085@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 07:35:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/ploticus/files patch-src::swf.cports/math/ploticus Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:35:58 -0000 linimon 2004-10-12 07:35:58 UTC FreeBSD ports repository Modified files: math/ploticus Makefile distinfo pkg-plist Removed files: math/ploticus/files patch-src::swf.c Log: Update to 2.30. PR: ports/71882 Submitted by: KATO Tsuguru Revision Changes Path 1.19 +1 -1 ports/math/ploticus/Makefile 1.8 +2 -2 ports/math/ploticus/distinfo 1.3 +0 -11 ports/math/ploticus/files/patch-src::swf.c (dead) 1.8 +7 -1 ports/math/ploticus/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:37:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DE116A4CE; Tue, 12 Oct 2004 07:37:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2764D43D2D; Tue, 12 Oct 2004 07:37:22 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7bMD5076193; Tue, 12 Oct 2004 07:37:22 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7bM8e076192; Tue, 12 Oct 2004 07:37:22 GMT (envelope-from sergei) Message-Id: <200410120737.i9C7bM8e076192@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 07:37:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/snort Makefile distinfo pkg-plist ports/security/snort/files patch-snort.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:37:22 -0000 sergei 2004-10-12 07:37:21 UTC FreeBSD ports repository Modified files: security/snort Makefile distinfo pkg-plist security/snort/files patch-snort.conf Log: - Upgrade to 2.2.0 [1] - Prevent local.rules from being clobbered [2] - Revive OPTIONS - the time has come... ;) PR: ports/70332 [1], ports/70814 [2] Submitted by: Linh Pham [1], Jez Hancock [2] Revision Changes Path 1.53 +26 -30 ports/security/snort/Makefile 1.30 +4 -4 ports/security/snort/distinfo 1.2 +11 -9 ports/security/snort/files/patch-snort.conf 1.19 +5 -2 ports/security/snort/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:41:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9D716A4CE; Tue, 12 Oct 2004 07:41:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0061E43D39; Tue, 12 Oct 2004 07:41:15 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7fEi3076355; Tue, 12 Oct 2004 07:41:14 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7fE5x076354; Tue, 12 Oct 2004 07:41:14 GMT (envelope-from fjoe) Message-Id: <200410120741.i9C7fE5x076354@repoman.freebsd.org> From: Max Khon Date: Tue, 12 Oct 2004 07:41:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-Pg Makefile distinfo pkg-plist ports/databases/p5-DBD-Pg/files patch-Makefile.PL patch-Pg.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:41:15 -0000 fjoe 2004-10-12 07:41:14 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Pg Makefile distinfo pkg-plist Added files: databases/p5-DBD-Pg/files patch-Makefile.PL Removed files: databases/p5-DBD-Pg/files patch-Pg.pm Log: - Update to 1.32. - - - - - - - - - Reset MAINTAINER to ports@. Revision Changes Path 1.56 +3 -4 ports/databases/p5-DBD-Pg/Makefile 1.19 +2 -2 ports/databases/p5-DBD-Pg/distinfo 1.1 +28 -0 ports/databases/p5-DBD-Pg/files/patch-Makefile.PL (new) 1.5 +0 -60 ports/databases/p5-DBD-Pg/files/patch-Pg.pm (dead) 1.7 +0 -1 ports/databases/p5-DBD-Pg/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:48:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BCBE16A4CE; Tue, 12 Oct 2004 07:48:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49F1A43D41; Tue, 12 Oct 2004 07:48:54 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7msI0076647; Tue, 12 Oct 2004 07:48:54 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7msDg076646; Tue, 12 Oct 2004 07:48:54 GMT (envelope-from sergei) Message-Id: <200410120748.i9C7msDg076646@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 07:48:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dovecot Makefile distinfo ports/mail/dovecot/files patch-dovecot-example.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:48:54 -0000 sergei 2004-10-12 07:48:53 UTC FreeBSD ports repository Modified files: mail/dovecot Makefile distinfo mail/dovecot/files patch-dovecot-example.conf Log: - Update to 0.99.11 Changelog at http://www.dovecot.org/list/dovecot/2004-September/004582.html PR: ports/71563 Submitted by: Robin Breathe (maintainer) Revision Changes Path 1.29 +1 -1 ports/mail/dovecot/Makefile 1.15 +2 -2 ports/mail/dovecot/distinfo 1.13 +17 -17 ports/mail/dovecot/files/patch-dovecot-example.conf From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:49:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE9D016A4CE; Tue, 12 Oct 2004 07:49:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8B143D3F; Tue, 12 Oct 2004 07:49:15 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7nFGT076695; Tue, 12 Oct 2004 07:49:15 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7nFOR076694; Tue, 12 Oct 2004 07:49:15 GMT (envelope-from phk) Message-Id: <200410120749.i9C7nFOR076694@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 07:49:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_sysctl.c kern_xxx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:49:16 -0000 phk 2004-10-12 07:49:15 UTC FreeBSD src repository Modified files: sys/kern kern_sysctl.c kern_xxx.c Log: Add missing zero flag arguments to calls to userland_sysctl() Revision Changes Path 1.161 +7 -7 src/sys/kern/kern_sysctl.c 1.44 +3 -2 src/sys/kern/kern_xxx.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:50:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5527916A4CF; Tue, 12 Oct 2004 07:50:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3357143D1D; Tue, 12 Oct 2004 07:50:16 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7oGu5076750; Tue, 12 Oct 2004 07:50:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7oFl4076749; Tue, 12 Oct 2004 07:50:15 GMT (envelope-from clsung) Message-Id: <200410120750.i9C7oFl4076749@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 07:50:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Algorithm-MarkovChain Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:50:16 -0000 clsung 2004-10-12 07:50:15 UTC FreeBSD ports repository Modified files: devel/p5-Algorithm-MarkovChain Makefile pkg-descr pkg-plist Log: - use PERL_MODBUILD instead of PERL_CONFIGURE - add WWW in pkg-descr - remove .packlist in pkg-plist PR: ports/72028 Submitted by: clsung Approved by: mentor (vanilla) Revision Changes Path 1.10 +1 -1 ports/devel/p5-Algorithm-MarkovChain/Makefile 1.2 +1 -0 ports/devel/p5-Algorithm-MarkovChain/pkg-descr 1.4 +0 -3 ports/devel/p5-Algorithm-MarkovChain/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:54:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF6B16A4CE; Tue, 12 Oct 2004 07:54:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C77743D39; Tue, 12 Oct 2004 07:54:43 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7shZP076952; Tue, 12 Oct 2004 07:54:43 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7sh3S076951; Tue, 12 Oct 2004 07:54:43 GMT (envelope-from sergei) Message-Id: <200410120754.i9C7sh3S076951@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 07:54:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/ucl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:54:43 -0000 sergei 2004-10-12 07:54:43 UTC FreeBSD ports repository Modified files: archivers/ucl Makefile distinfo Log: - Update to 1.03 PR: ports/72471 Submitted by: Dima Panov While I'm here: - Install some additional documentation - Shorten COMMENT - Various cleanup Revision Changes Path 1.13 +6 -9 ports/archivers/ucl/Makefile 1.5 +4 -2 ports/archivers/ucl/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:57:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE4316A4CE; Tue, 12 Oct 2004 07:57:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F1A543D2D; Tue, 12 Oct 2004 07:57:40 +0000 (GMT) (envelope-from cjh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7vej1077069; Tue, 12 Oct 2004 07:57:40 GMT (envelope-from cjh@repoman.freebsd.org) Received: (from cjh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7vd4O077068; Tue, 12 Oct 2004 07:57:39 GMT (envelope-from cjh) Message-Id: <200410120757.i9C7vd4O077068@repoman.freebsd.org> From: CHOI Junho Date: Tue, 12 Oct 2004 07:57:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean/aleefonts-ttf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:57:40 -0000 cjh 2004-10-12 07:57:39 UTC FreeBSD ports repository Modified files: korean/aleefonts-ttf Makefile distinfo Log: Unbroke and update to 3.1. Revision Changes Path 1.5 +1 -3 ports/korean/aleefonts-ttf/Makefile 1.3 +2 -2 ports/korean/aleefonts-ttf/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:58:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D365016A4CE; Tue, 12 Oct 2004 07:58:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B233143D3F; Tue, 12 Oct 2004 07:58:13 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7wDJu077141; Tue, 12 Oct 2004 07:58:13 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7wDf4077140; Tue, 12 Oct 2004 07:58:13 GMT (envelope-from phk) Message-Id: <200410120758.i9C7wDf4077140@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 07:58:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c ibcs2_socksys.c ibcs2_sysi86.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:58:14 -0000 phk 2004-10-12 07:58:13 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_misc.c ibcs2_socksys.c ibcs2_sysi86.c Log: Add missing zero flag arguments to sysctl calls. Add missing pointy hat to peter@ Revision Changes Path 1.56 +1 -1 src/sys/i386/ibcs2/ibcs2_misc.c 1.20 +1 -1 src/sys/i386/ibcs2/ibcs2_socksys.c 1.21 +1 -1 src/sys/i386/ibcs2/ibcs2_sysi86.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 07:59:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8258216A4CE; Tue, 12 Oct 2004 07:59:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621FC43D1D; Tue, 12 Oct 2004 07:59:02 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C7x2O8077217; Tue, 12 Oct 2004 07:59:02 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C7x2Yp077216; Tue, 12 Oct 2004 07:59:02 GMT (envelope-from phk) Message-Id: <200410120759.i9C7x2Yp077216@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 07:59:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 elan-mmcr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 07:59:02 -0000 phk 2004-10-12 07:59:02 UTC FreeBSD src repository Modified files: sys/i386/i386 elan-mmcr.c Log: Add zero flags argument to sysctl calls. Revision Changes Path 1.31 +1 -1 src/sys/i386/i386/elan-mmcr.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:14:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED80016A4CF; Tue, 12 Oct 2004 08:14:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC2DE43D2F; Tue, 12 Oct 2004 08:14:08 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8E8Or077812; Tue, 12 Oct 2004 08:14:08 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8E8AH077811; Tue, 12 Oct 2004 08:14:08 GMT (envelope-from sergei) Message-Id: <200410120814.i9C8E8AH077811@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 08:14:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/unixstat Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:14:09 -0000 sergei 2004-10-12 08:14:08 UTC FreeBSD ports repository Modified files: math/unixstat Makefile pkg-plist Log: - Fix typos (omitted $'s) PR: ports/72408 Submitted by: Mike Meyer (maintainer) While I'm here: - Remove unnecessary explicit invocation of STRIP_CMD - Merge post-install into do-install target - Use DOCSDIR macro in pkg-plist Revision Changes Path 1.8 +2 -5 ports/math/unixstat/Makefile 1.2 +31 -31 ports/math/unixstat/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:15:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3820E16A4D2; Tue, 12 Oct 2004 08:15:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28FE443D2D; Tue, 12 Oct 2004 08:15:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8FHrR077887; Tue, 12 Oct 2004 08:15:17 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8FGpV077886; Tue, 12 Oct 2004 08:15:16 GMT (envelope-from linimon) Message-Id: <200410120815.i9C8FGpV077886@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 08:15:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/rkhunter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:15:28 -0000 linimon 2004-10-12 08:15:16 UTC FreeBSD ports repository Modified files: security/rkhunter Makefile distinfo Log: Update to 1.1.8. Note to maintainer: your mailer is apparently changing tabs to spaces. For short patches like this, it's possible to work around it; for longer patches, it won't work at all. PR: ports/71680 Submitted by: bugghy ( maintainer) Revision Changes Path 1.5 +1 -1 ports/security/rkhunter/Makefile 1.5 +2 -2 ports/security/rkhunter/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:22:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C801E16A4CE; Tue, 12 Oct 2004 08:22:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A904743D49; Tue, 12 Oct 2004 08:22:08 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8M8H5078120; Tue, 12 Oct 2004 08:22:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8M8rg078119; Tue, 12 Oct 2004 08:22:08 GMT (envelope-from phk) Message-Id: <200410120822.i9C8M8rg078119@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 08:22:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netncp ncp_ncp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:22:09 -0000 phk 2004-10-12 08:22:08 UTC FreeBSD src repository Modified files: sys/netncp ncp_ncp.c Log: Add missing zero flag argument. Revision Changes Path 1.19 +1 -1 src/sys/netncp/ncp_ncp.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:22:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696C816A4CE; Tue, 12 Oct 2004 08:22:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A4A43D1F; Tue, 12 Oct 2004 08:22:31 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8MVTP078163; Tue, 12 Oct 2004 08:22:31 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8MV4K078162; Tue, 12 Oct 2004 08:22:31 GMT (envelope-from phk) Message-Id: <200410120822.i9C8MV4K078162@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 08:22:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_bus.h uart_tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:22:31 -0000 phk 2004-10-12 08:22:31 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus.h uart_tty.c Log: Use generic tty code instead of (comparatively little) local copies. Revision Changes Path 1.7 +0 -1 src/sys/dev/uart/uart_bus.h 1.19 +52 -170 src/sys/dev/uart/uart_tty.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:23:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C4FA16A4CE; Tue, 12 Oct 2004 08:23:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E83D43D81; Tue, 12 Oct 2004 08:23:53 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8NrfD078256; Tue, 12 Oct 2004 08:23:53 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8NroP078255; Tue, 12 Oct 2004 08:23:53 GMT (envelope-from sergei) Message-Id: <200410120823.i9C8NroP078255@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 08:23:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/cfvers Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:23:53 -0000 sergei 2004-10-12 08:23:53 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/cfvers Makefile distinfo pkg-descr pkg-plist Log: Add cfvers-0.4.6: cfvers is a versioning system for configuration files. It is similar to cvs and subversion, but different in its orientation toward system configuration files (think /etc), dealing with all file types and attributes. Features: - does not pollute the filesystem outside its dirs; - keeps both data and metadata (owner, group, perms, atime, mtime); - deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO); WWW: http://www.nongnu.org/cfvers/ PR: ports/72419 Submitted by: Janos Mohacsi Revision Changes Path 1.581 +1 -0 ports/sysutils/Makefile 1.1 +37 -0 ports/sysutils/cfvers/Makefile (new) 1.1 +2 -0 ports/sysutils/cfvers/distinfo (new) 1.1 +14 -0 ports/sysutils/cfvers/pkg-descr (new) 1.1 +32 -0 ports/sysutils/cfvers/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:24:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4EC016A4CF; Tue, 12 Oct 2004 08:24:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 834EB43D4C; Tue, 12 Oct 2004 08:24:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8O2CY078309; Tue, 12 Oct 2004 08:24:02 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8O2dG078308; Tue, 12 Oct 2004 08:24:02 GMT (envelope-from linimon) Message-Id: <200410120824.i9C8O2dG078308@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 08:24:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/smarty Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:24:02 -0000 linimon 2004-10-12 08:24:02 UTC FreeBSD ports repository Modified files: www/smarty Makefile distinfo pkg-plist Log: Update to 2.6.4. PR: ports/71707 Submitted by: Alexander Zhuravlev (maintainer) Revision Changes Path 1.20 +1 -1 ports/www/smarty/Makefile 1.15 +4 -4 ports/www/smarty/distinfo 1.15 +0 -1 ports/www/smarty/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:24:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A39F16A52A; Tue, 12 Oct 2004 08:24:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2938F43D7D; Tue, 12 Oct 2004 08:24:04 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8O4VZ078341; Tue, 12 Oct 2004 08:24:04 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8O45d078340; Tue, 12 Oct 2004 08:24:04 GMT (envelope-from sergei) Message-Id: <200410120824.i9C8O45d078340@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 08:24:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:24:04 -0000 sergei 2004-10-12 08:24:04 UTC FreeBSD ports repository Modified files: . modules Log: cfvers --> ports/sysutils/cfvers Revision Changes Path 1.11090 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:27:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8C916A4CE; Tue, 12 Oct 2004 08:27:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5256943D1D; Tue, 12 Oct 2004 08:27:40 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8ReMT078548; Tue, 12 Oct 2004 08:27:40 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8Red0078547; Tue, 12 Oct 2004 08:27:40 GMT (envelope-from clement) Message-Id: <200410120827.i9C8Red0078547@repoman.freebsd.org> From: Clement Laforet Date: Tue, 12 Oct 2004 08:27:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile Makefile.doc Makefile.modules Makefile.modules.3rd distinfo pkg-plist patch-fix-srclib:apr:network_io:unix:sockaddr.c patch-secfix-modules:ssl:ssl_engine_io.c patch-secfix-server:utils.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:27:40 -0000 clement 2004-10-12 08:27:40 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Makefile.doc Makefile.modules Makefile.modules.3rd distinfo pkg-plist www/apache2/files patch-support:apachectl.in Removed files: www/apache2/files exp-http-ready.patch patch-fix-srclib:apr:network_io:unix:sockaddr.c patch-secfix-modules:dav:fs:lock.c patch-secfix-modules:ssl:ssl_engine_io.c patch-secfix-server:utils.c patch-secfix-srclib:apr-util:test:testuri.c patch-srclib:apr:include:apr_atomic.h Log: - Update to 2.0.52 - Use "PORTDOCS= #" and get rid of docs entry in plist. - Support for FreeBSD 6 in apr - Move of cache modules from THREADS to EXPERIMENTAL category and make sure we enable THREADS modules (cgid only) when a threaded MPM is selected. - Resurect WITH_EXTRA_MODULES knob - powerlogo.gif is now hosted by FreeBSD mirrors - WITH_ is definitively no longer supported. - Add Includes dir when installed via a package [1] PR: ports/72309 [1] Submitted by: Christian Kratzer [1] Revision Changes Path 1.201 +10 -9 ports/www/apache2/Makefile 1.11 +3 -2 ports/www/apache2/Makefile.doc 1.18 +8 -3 ports/www/apache2/Makefile.modules 1.12 +10 -2 ports/www/apache2/Makefile.modules.3rd 1.65 +2 -2 ports/www/apache2/distinfo 1.2 +0 -21 ports/www/apache2/files/exp-http-ready.patch (dead) 1.2 +0 -10 ports/www/apache2/files/patch-fix-srclib:apr:network_io:unix:sockaddr.c (dead) 1.2 +0 -46 ports/www/apache2/files/patch-secfix-modules:dav:fs:lock.c (dead) 1.2 +0 -34 ports/www/apache2/files/patch-secfix-modules:ssl:ssl_engine_io.c (dead) 1.2 +0 -132 ports/www/apache2/files/patch-secfix-server:utils.c (dead) 1.2 +0 -33 ports/www/apache2/files/patch-secfix-srclib:apr-util:test:testuri.c (dead) 1.3 +0 -17 ports/www/apache2/files/patch-srclib:apr:include:apr_atomic.h (dead) 1.7 +8 -18 ports/www/apache2/files/patch-support:apachectl.in 1.70 +2 -1159 ports/www/apache2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:29:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B19316A4CE; Tue, 12 Oct 2004 08:29:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B45643D3F; Tue, 12 Oct 2004 08:29:37 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8TbTI078658; Tue, 12 Oct 2004 08:29:37 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8Tb4n078657; Tue, 12 Oct 2004 08:29:37 GMT (envelope-from linimon) Message-Id: <200410120829.i9C8Tb4n078657@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 08:29:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/cnd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:29:37 -0000 linimon 2004-10-12 08:29:37 UTC FreeBSD ports repository Modified files: net/cnd Makefile distinfo Log: Update to 0.5. PR: ports/71865 Submitted by: Daniel (maintainer) Revision Changes Path 1.5 +1 -1 ports/net/cnd/Makefile 1.5 +2 -2 ports/net/cnd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:42:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E069016A4CF; Tue, 12 Oct 2004 08:42:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9BA743D31; Tue, 12 Oct 2004 08:42:34 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8gY6s079032; Tue, 12 Oct 2004 08:42:34 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8gYvc079031; Tue, 12 Oct 2004 08:42:34 GMT (envelope-from erwin) Message-Id: <200410120842.i9C8gYvc079031@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 12 Oct 2004 08:42:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:42:35 -0000 erwin 2004-10-12 08:42:34 UTC FreeBSD ports repository Modified files: . modules Log: xscreensaver.app --> ports/x11/xscreensaver.app Revision Changes Path 1.11091 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:43:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CECB916A4CE; Tue, 12 Oct 2004 08:43:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF21743D5A; Tue, 12 Oct 2004 08:43:57 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8hv5n079137; Tue, 12 Oct 2004 08:43:57 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8hvBe079136; Tue, 12 Oct 2004 08:43:57 GMT (envelope-from josef) Message-Id: <200410120843.i9C8hvBe079136@repoman.freebsd.org> From: Josef El-Rayes Date: Tue, 12 Oct 2004 08:43:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/wmdrawer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:43:58 -0000 josef 2004-10-12 08:43:57 UTC FreeBSD ports repository (doc committer) Modified files: x11/wmdrawer Makefile distinfo Log: Update port to latest version. Approved by: pav Revision Changes Path 1.10 +3 -4 ports/x11/wmdrawer/Makefile 1.7 +2 -2 ports/x11/wmdrawer/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:48:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DCCF16A4CF; Tue, 12 Oct 2004 08:48:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2125343D3F; Tue, 12 Oct 2004 08:48:51 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8mphT085676; Tue, 12 Oct 2004 08:48:51 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8mpk6085675; Tue, 12 Oct 2004 08:48:51 GMT (envelope-from maho) Message-Id: <200410120848.i9C8mpk6085675@repoman.freebsd.org> From: Maho Nakata Date: Tue, 12 Oct 2004 08:48:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1-devel Makefile distinfo debugpatch-solenv+inc+unxfbsdi.mk patch-odk+configure.pl patch-odk+setsdkenv_unix.in patch-sfx2+source+config+cfgmgr.cxx ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:48:51 -0000 maho 2004-10-12 08:48:50 UTC FreeBSD ports repository Modified files: editors/openoffice-1.1-devel Makefile distinfo editors/openoffice-1.1-devel/files Makefile.mozilla patch-cppuhelper+source+gcc3_linux_intel.map patch-odk+configure.pl patch-odk+setsdkenv_unix.in patch-odk+settings+settings.mk patch-sch_setLogicRectHack patch-sfx2+source+config+cfgmgr.cxx patch-shell+source+unix+sysshell+recently_used_file_handler.cxx patch-svx_setLogicRectHack Removed files: editors/openoffice-1.1-devel/files debugpatch-solenv+inc+unxfbsdi.mk Log: update to SRX645_m49 (will be 1.1.4) a) Use CONFIGURE_WRKSRC. no longer need .. for patches. b) Still weird though, WITH_CCACHE works. c) Fix: build without X, Makefile invokes build twice. Revision Changes Path 1.159 +27 -27 ports/editors/openoffice-1.1-devel/Makefile 1.39 +4 -2 ports/editors/openoffice-1.1-devel/distinfo 1.4 +3 -3 ports/editors/openoffice-1.1-devel/files/Makefile.mozilla 1.5 +0 -18 ports/editors/openoffice-1.1-devel/files/debugpatch-solenv+inc+unxfbsdi.mk (dead) 1.2 +2 -2 ports/editors/openoffice-1.1-devel/files/patch-cppuhelper+source+gcc3_linux_intel.map 1.2 +2 -2 ports/editors/openoffice-1.1-devel/files/patch-odk+configure.pl 1.3 +2 -2 ports/editors/openoffice-1.1-devel/files/patch-odk+setsdkenv_unix.in 1.3 +2 -2 ports/editors/openoffice-1.1-devel/files/patch-odk+settings+settings.mk 1.3 +4 -2 ports/editors/openoffice-1.1-devel/files/patch-sch_setLogicRectHack 1.2 +3 -3 ports/editors/openoffice-1.1-devel/files/patch-sfx2+source+config+cfgmgr.cxx 1.2 +2 -2 ports/editors/openoffice-1.1-devel/files/patch-shell+source+unix+sysshell+recently_used_file_handler.cxx 1.3 +3 -2 ports/editors/openoffice-1.1-devel/files/patch-svx_setLogicRectHack From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:51:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3B7916A4CE; Tue, 12 Oct 2004 08:51:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C269443D1D; Tue, 12 Oct 2004 08:51:04 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8p4Sh085822; Tue, 12 Oct 2004 08:51:04 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8p4GG085821; Tue, 12 Oct 2004 08:51:04 GMT (envelope-from bms) Message-Id: <200410120851.i9C8p4GG085821@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 12 Oct 2004 08:51:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc scsi_modes X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:51:05 -0000 bms 2004-10-12 08:51:04 UTC FreeBSD src repository Modified files: share/misc scsi_modes Log: Add mode page 0x1b, "Removable Block Access Capacities". This mode page is implemented by USB floppy devices using the UFI command set. Reviewed by: ken, scottl Source: USB Mass Storage UFI Specification v1.0 MFC after: 2 weeks Revision Changes Path 1.12 +12 -0 src/share/misc/scsi_modes From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:55:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AECB716A4D1; Tue, 12 Oct 2004 08:55:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC9B43D39; Tue, 12 Oct 2004 08:55:03 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8t3q6085926; Tue, 12 Oct 2004 08:55:03 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8t3F4085925; Tue, 12 Oct 2004 08:55:03 GMT (envelope-from bms) Message-Id: <200410120855.i9C8t3F4085925@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 12 Oct 2004 08:55:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_da.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:55:21 -0000 bms 2004-10-12 08:55:02 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.h Log: Add necessary data structures and definitions for the 12-byte SCSI commands READ_FORMAT_CAPACITIES, WRITE_AND_VERIFY, and VERIFY. Reviewed by: ken, scottl Source: USB Mass Storage UFI Specification v1.0 MFC after: 2 weeks Revision Changes Path 1.6 +80 -1 src/sys/cam/scsi/scsi_da.h From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:58:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B9C416A4CF; Tue, 12 Oct 2004 08:58:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B99A43D39; Tue, 12 Oct 2004 08:58:15 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8wFwY086128; Tue, 12 Oct 2004 08:58:15 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8wFuU086127; Tue, 12 Oct 2004 08:58:15 GMT (envelope-from olgeni) Message-Id: <200410120858.i9C8wFuU086127@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 12 Oct 2004 08:58:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/netbeans Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:58:15 -0000 olgeni 2004-10-12 08:58:15 UTC FreeBSD ports repository Modified files: java/netbeans Makefile pkg-plist Log: Remove extra file from pkg-plist. Revision Changes Path 1.11 +1 -0 ports/java/netbeans/Makefile 1.4 +0 -1 ports/java/netbeans/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 08:58:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD5216A4CE; Tue, 12 Oct 2004 08:58:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F215443D48; Tue, 12 Oct 2004 08:58:57 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8wvO0086205; Tue, 12 Oct 2004 08:58:57 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8wvJx086204; Tue, 12 Oct 2004 08:58:57 GMT (envelope-from bms) Message-Id: <200410120858.i9C8wvJx086204@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 12 Oct 2004 08:58:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:58:58 -0000 bms 2004-10-12 08:58:57 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c Log: Pass through the commands necessary to format USB floppy devices, from within umass_ufi_transform(). This includes the 12-byte commands FORMAT_UNIT, WRITE_AND_VERIFY, VERIFY, and READ_FORMAT_CAPACITIES (sorted in numerical order). Reviewed by: ken, scottl MFC after: 2 weeks Revision Changes Path 1.114 +4 -5 src/sys/dev/usb/umass.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:01:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99CF216A4CE; Tue, 12 Oct 2004 09:01:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 792E643D31; Tue, 12 Oct 2004 09:01:52 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C91qKJ086412; Tue, 12 Oct 2004 09:01:52 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C91qH9086411; Tue, 12 Oct 2004 09:01:52 GMT (envelope-from sergei) Message-Id: <200410120901.i9C91qH9086411@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 09:01:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/pnetmark Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:01:52 -0000 sergei 2004-10-12 09:01:52 UTC FreeBSD ports repository Modified files: benchmarks/pnetmark Makefile Log: - Reset maintainership to ports@ PR: ports/72553 Submitted by: Michael Johnson (maintainer) Revision Changes Path 1.3 +2 -2 ports/benchmarks/pnetmark/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:03:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8738716A4F2; Tue, 12 Oct 2004 09:03:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 660F143D2D; Tue, 12 Oct 2004 09:03:01 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C931OZ086471; Tue, 12 Oct 2004 09:03:01 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C93198086470; Tue, 12 Oct 2004 09:03:01 GMT (envelope-from olgeni) Message-Id: <200410120903.i9C93198086470@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 12 Oct 2004 09:03:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/erlang Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:03:01 -0000 olgeni 2004-10-12 09:03:01 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Log: Unbreak (disable HIPE build). Revision Changes Path 1.57 +1 -5 ports/lang/erlang/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:05:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0733516A4CE; Tue, 12 Oct 2004 09:05:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA3C843D3F; Tue, 12 Oct 2004 09:05:16 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C95Gfa086553; Tue, 12 Oct 2004 09:05:16 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C95G8N086552; Tue, 12 Oct 2004 09:05:16 GMT (envelope-from clive) Message-Id: <200410120905.i9C95G8N086552@repoman.freebsd.org> From: Clive Lin Date: Tue, 12 Oct 2004 09:05:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/pine4 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:05:17 -0000 clive 2004-10-12 09:05:16 UTC FreeBSD ports repository Modified files: chinese/pine4 Makefile distinfo Log: Upgrade to 4.61. PR: ports/72410 Submitted by: MAINTAINER Revision Changes Path 1.32 +2 -2 ports/chinese/pine4/Makefile 1.23 +2 -2 ports/chinese/pine4/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:07:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB69916A4CE; Tue, 12 Oct 2004 09:07:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897B143D1F; Tue, 12 Oct 2004 09:07:06 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9769a086707; Tue, 12 Oct 2004 09:07:06 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9767C086706; Tue, 12 Oct 2004 09:07:06 GMT (envelope-from linimon) Message-Id: <200410120907.i9C9767C086706@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 09:07:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/dansguardian-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:07:06 -0000 linimon 2004-10-12 09:07:06 UTC FreeBSD ports repository Modified files: www/dansguardian-devel Makefile Log: Mark as ignore for now since the non-devel version is newer. PR: ports/72099 Submitted by: Freddie Cash (maintainer) Revision Changes Path 1.15 +2 -0 ports/www/dansguardian-devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:07:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9133716A4CE; Tue, 12 Oct 2004 09:07:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FCC243D49; Tue, 12 Oct 2004 09:07:54 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C97suf086741; Tue, 12 Oct 2004 09:07:54 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C97sLZ086740; Tue, 12 Oct 2004 09:07:54 GMT (envelope-from olgeni) Message-Id: <200410120907.i9C97sLZ086740@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 12 Oct 2004 09:07:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/erlang Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:07:54 -0000 olgeni 2004-10-12 09:07:54 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Log: Add "parallel" category. PR: ports/72356 Submitted by: Marc van Woerkom Revision Changes Path 1.58 +1 -1 ports/lang/erlang/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:09:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2BD516A4CE; Tue, 12 Oct 2004 09:09:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E1E43D1F; Tue, 12 Oct 2004 09:09:24 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C99O5j086817; Tue, 12 Oct 2004 09:09:24 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C99O8u086816; Tue, 12 Oct 2004 09:09:24 GMT (envelope-from clive) Message-Id: <200410120909.i9C99O8u086816@repoman.freebsd.org> From: Clive Lin Date: Tue, 12 Oct 2004 09:09:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/nullmailer Makefileports/mail/nullmailer/files nullmail.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:09:24 -0000 clive 2004-10-12 09:09:24 UTC FreeBSD ports repository Modified files: mail/nullmailer Makefile mail/nullmailer/files nullmail.sh Log: Embrace rc.subr(8). Revision Changes Path 1.11 +8 -5 ports/mail/nullmailer/Makefile 1.5 +20 -46 ports/mail/nullmailer/files/nullmail.sh From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:10:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46DC916A4CE; Tue, 12 Oct 2004 09:10:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2574D43D1D; Tue, 12 Oct 2004 09:10:41 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9AftD086934; Tue, 12 Oct 2004 09:10:41 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9AfbI086933; Tue, 12 Oct 2004 09:10:41 GMT (envelope-from olgeni) Message-Id: <200410120910.i9C9AfbI086933@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 12 Oct 2004 09:10:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/netbeans Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:10:41 -0000 olgeni 2004-10-12 09:10:41 UTC FreeBSD ports repository Modified files: java/netbeans Makefile pkg-plist Log: (forced) I forgot to add that last commit fixed ports/71551. PR: ports/71551 Submitted by: parv Revision Changes Path 1.12 +0 -0 ports/java/netbeans/Makefile 1.5 +0 -0 ports/java/netbeans/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:13:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0065F16A4CE; Tue, 12 Oct 2004 09:13:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52FD43D2D; Tue, 12 Oct 2004 09:13:44 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9DiLZ087091; Tue, 12 Oct 2004 09:13:44 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9DiWK087090; Tue, 12 Oct 2004 09:13:44 GMT (envelope-from sergei) Message-Id: <200410120913.i9C9DiWK087090@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 09:13:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:13:45 -0000 sergei 2004-10-12 09:13:44 UTC FreeBSD ports repository Modified files: graphics/gd Makefile Log: - Restore PORTEPOCH Poiny hat to: dinoex Revision Changes Path 1.71 +1 -0 ports/graphics/gd/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:18:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8625D16A4CE; Tue, 12 Oct 2004 09:18:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B0D43D46; Tue, 12 Oct 2004 09:18:37 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9IbxC087242; Tue, 12 Oct 2004 09:18:37 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9Ibmt087241; Tue, 12 Oct 2004 09:18:37 GMT (envelope-from phk) Message-Id: <200410120918.i9C9Ibmt087241@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 09:18:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ubser.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:18:37 -0000 phk 2004-10-12 09:18:37 UTC FreeBSD src repository Modified files: sys/dev/usb ubser.c Log: Use generic tty code instead of local copies. New devicename is ttyy{unit}{port} No callout devices created as there is no modemcontrol on these ports. Add data structure to represent each port to avoid excessive array use. Revision Changes Path 1.14 +98 -269 src/sys/dev/usb/ubser.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:21:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC1216A4CF; Tue, 12 Oct 2004 09:21:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A3B343D2F; Tue, 12 Oct 2004 09:21:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9L3wA087373; Tue, 12 Oct 2004 09:21:03 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9L3RQ087372; Tue, 12 Oct 2004 09:21:03 GMT (envelope-from phk) Message-Id: <200410120921.i9C9L3RQ087372@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 09:21:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ucycom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:21:04 -0000 phk 2004-10-12 09:21:03 UTC FreeBSD src repository Modified files: sys/dev/usb ucycom.c Log: Use generic tty code. New device names are ttyy{unit} Revision Changes Path 1.3 +13 -94 src/sys/dev/usb/ucycom.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:24:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A6016A4CE; Tue, 12 Oct 2004 09:24:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F6343D39; Tue, 12 Oct 2004 09:24:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9OCQH087448; Tue, 12 Oct 2004 09:24:12 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9OCw0087447; Tue, 12 Oct 2004 09:24:12 GMT (envelope-from linimon) Message-Id: <200410120924.i9C9OCw0087447@repoman.freebsd.org> From: Mark Linimon Date: Tue, 12 Oct 2004 09:24:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/qbrew Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:24:13 -0000 linimon 2004-10-12 09:24:12 UTC FreeBSD ports repository Modified files: misc/qbrew Makefile distinfo pkg-plist Log: Update to 0.3.4. PR: ports/72295 Submitted by: David Johnson (maintainer) Approved by: Griffin Brewery, Chiswick, London (indirectly) Revision Changes Path 1.10 +3 -4 ports/misc/qbrew/Makefile 1.9 +2 -4 ports/misc/qbrew/distinfo 1.6 +6 -61 ports/misc/qbrew/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:25:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E5116A4CE; Tue, 12 Oct 2004 09:25:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF5543D2F; Tue, 12 Oct 2004 09:25:52 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9Pq8R087602; Tue, 12 Oct 2004 09:25:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9PqJV087601; Tue, 12 Oct 2004 09:25:52 GMT (envelope-from rwatson) Message-Id: <200410120925.i9C9PqJV087601@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 09:25:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i4b/driver i4b_ipr.c i4b_isppp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:25:53 -0000 rwatson 2004-10-12 09:25:52 UTC FreeBSD src repository Modified files: sys/i4b/driver i4b_ipr.c i4b_isppp.c Log: Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they both interface with the network stack but are not yet sufficiently synchronized to run without the Giant lock. It migh be possible to mark the interfaces as IFF_NEEDSGIANT, but I'm unable to test that configuration and am unfamiliar with the architecture of i4b. Revision Changes Path 1.30 +2 -0 src/sys/i4b/driver/i4b_ipr.c 1.27 +2 -0 src/sys/i4b/driver/i4b_isppp.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:29:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 188F416A4CE; Tue, 12 Oct 2004 09:29:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF7843D1F; Tue, 12 Oct 2004 09:29:29 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9TTKB087740; Tue, 12 Oct 2004 09:29:29 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9TTkv087739; Tue, 12 Oct 2004 09:29:29 GMT (envelope-from maho) Message-Id: <200410120929.i9C9TTkv087739@repoman.freebsd.org> From: Maho Nakata Date: Tue, 12 Oct 2004 09:29:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:29:30 -0000 maho 2004-10-12 09:29:29 UTC FreeBSD ports repository Modified files: editors/openoffice-1.1-devel Makefile Log: 1.1.3->1.1.4 Revision Changes Path 1.160 +1 -1 ports/editors/openoffice-1.1-devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:33:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7122316A4CE; Tue, 12 Oct 2004 09:33:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 509A243D31; Tue, 12 Oct 2004 09:33:39 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9XdnT087909; Tue, 12 Oct 2004 09:33:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9XdOJ087908; Tue, 12 Oct 2004 09:33:39 GMT (envelope-from krion) Message-Id: <200410120933.i9C9XdOJ087908@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 09:33:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/lftp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:33:39 -0000 krion 2004-10-12 09:33:39 UTC FreeBSD ports repository Modified files: ftp/lftp Makefile distinfo Log: Update to 3.0.9 PR: based on ports/71731 Submitted by: maintainer Revision Changes Path 1.92 +3 -3 ports/ftp/lftp/Makefile 1.62 +4 -4 ports/ftp/lftp/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:35:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 595C316A4CE; Tue, 12 Oct 2004 09:35:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3819343D3F; Tue, 12 Oct 2004 09:35:46 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9ZkR2088052; Tue, 12 Oct 2004 09:35:46 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9ZkVE088051; Tue, 12 Oct 2004 09:35:46 GMT (envelope-from krion) Message-Id: <200410120935.i9C9ZkVE088051@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 09:35:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/firebird Makefile ports/databases/firebird-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:35:46 -0000 krion 2004-10-12 09:35:46 UTC FreeBSD ports repository Modified files: databases/firebird Makefile databases/firebird-devel Makefile Log: Drop maintainership PR: ports/71807 Submitted by: Chris Knight Revision Changes Path 1.24 +1 -1 ports/databases/firebird-devel/Makefile 1.34 +1 -1 ports/databases/firebird/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:37:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 556F216A4CE; Tue, 12 Oct 2004 09:37:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3371C43D2F; Tue, 12 Oct 2004 09:37:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9bSvU088179; Tue, 12 Oct 2004 09:37:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9bSAQ088178; Tue, 12 Oct 2004 09:37:28 GMT (envelope-from krion) Message-Id: <200410120937.i9C9bSAQ088178@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 09:37:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/wput Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:37:28 -0000 krion 2004-10-12 09:37:28 UTC FreeBSD ports repository Modified files: ftp/wput Makefile distinfo Log: Update to 0.4.1 PR: ports/71777 Submitted by: maintainer Revision Changes Path 1.8 +1 -2 ports/ftp/wput/Makefile 1.6 +2 -2 ports/ftp/wput/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:38:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E75A16A4CE; Tue, 12 Oct 2004 09:38:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3EA43D48; Tue, 12 Oct 2004 09:38:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9copL088257; Tue, 12 Oct 2004 09:38:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9cnw6088256; Tue, 12 Oct 2004 09:38:49 GMT (envelope-from krion) Message-Id: <200410120938.i9C9cnw6088256@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 09:38:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/faad pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:38:50 -0000 krion 2004-10-12 09:38:49 UTC FreeBSD ports repository Modified files: audio/faad pkg-descr Log: Fix WWW line PR: ports/71597 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/audio/faad/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:39:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 312E916A4CE; Tue, 12 Oct 2004 09:39:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F36743D2F; Tue, 12 Oct 2004 09:39:35 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9dYZS088298; Tue, 12 Oct 2004 09:39:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9dYXE088297; Tue, 12 Oct 2004 09:39:34 GMT (envelope-from krion) Message-Id: <200410120939.i9C9dYXE088297@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 09:39:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/faac pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:39:35 -0000 krion 2004-10-12 09:39:34 UTC FreeBSD ports repository Modified files: audio/faac pkg-descr Log: Fix WWW line PR: ports/71598 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/audio/faac/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:40:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FC9816A4CE; Tue, 12 Oct 2004 09:40:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E90043D2D; Tue, 12 Oct 2004 09:40:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9enl8088405; Tue, 12 Oct 2004 09:40:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9envL088404; Tue, 12 Oct 2004 09:40:49 GMT (envelope-from krion) Message-Id: <200410120940.i9C9envL088404@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 09:40:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/cuetools Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:40:49 -0000 krion 2004-10-12 09:40:49 UTC FreeBSD ports repository Modified files: audio/cuetools Makefile distinfo Log: Update to version 1.1 PR: ports/71867 Submitted by: Ports Fury Revision Changes Path 1.6 +1 -1 ports/audio/cuetools/Makefile 1.6 +2 -2 ports/audio/cuetools/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:42:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3FBD16A4CE; Tue, 12 Oct 2004 09:42:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E3A43D39; Tue, 12 Oct 2004 09:42:02 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9g2Zl088492; Tue, 12 Oct 2004 09:42:02 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9g2P1088491; Tue, 12 Oct 2004 09:42:02 GMT (envelope-from olgeni) Message-Id: <200410120942.i9C9g2P1088491@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 12 Oct 2004 09:42:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/webmin Makefile distinfo pkg-plist ports/sysutils/webmin/files patch-maketemp.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:42:03 -0000 olgeni 2004-10-12 09:42:02 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo pkg-plist Removed files: sysutils/webmin/files patch-maketemp.pl Log: Upgrade to version 1.160. Revision Changes Path 1.212 +7 -5 ports/sysutils/webmin/Makefile 1.171 +14 -8 ports/sysutils/webmin/distinfo 1.2 +0 -34 ports/sysutils/webmin/files/patch-maketemp.pl (dead) 1.23 +1 -1 ports/sysutils/webmin/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:43:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 946A716A4CE; Tue, 12 Oct 2004 09:43:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 728A243D3F; Tue, 12 Oct 2004 09:43:07 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9h7xS088558; Tue, 12 Oct 2004 09:43:07 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9h7Yd088557; Tue, 12 Oct 2004 09:43:07 GMT (envelope-from olgeni) Message-Id: <200410120943.i9C9h7Yd088557@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 12 Oct 2004 09:43:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ghc-doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:43:07 -0000 olgeni 2004-10-12 09:43:07 UTC FreeBSD ports repository Modified files: lang/ghc-doc Makefile Log: Drop maintainership. Revision Changes Path 1.10 +1 -1 ports/lang/ghc-doc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:43:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9673516A4CF; Tue, 12 Oct 2004 09:43:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603CE43D49; Tue, 12 Oct 2004 09:43:18 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9hIow088603; Tue, 12 Oct 2004 09:43:18 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9hIKV088602; Tue, 12 Oct 2004 09:43:18 GMT (envelope-from krion) Message-Id: <200410120943.i9C9hIKV088602@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 09:43:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/aewan Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:43:19 -0000 krion 2004-10-12 09:43:18 UTC FreeBSD ports repository Modified files: editors/aewan Makefile distinfo Log: Update to version 0.9.3 PR: ports/71874 Submitted by: Ports Fury Revision Changes Path 1.4 +5 -6 ports/editors/aewan/Makefile 1.3 +2 -2 ports/editors/aewan/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:44:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5A71016A4CF; Tue, 12 Oct 2004 09:44:08 +0000 (GMT) Date: Tue, 12 Oct 2004 09:44:08 +0000 From: Alexey Dokuchaev To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041012094408.GA5481@FreeBSD.org> References: <200410110757.i9B7v8vd039884@repoman.freebsd.org> <20041011093700.GA65811@FreeBSD.org> <20041011105900.GA4527@loge.nixsys.be> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20041011105900.GA4527@loge.nixsys.be> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/usr.sbin/moused moused.8 moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:44:08 -0000 On Mon, Oct 11, 2004 at 12:59:00PM +0200, Philip Paeps wrote: > On 2004-10-11 09:37:00 (+0000), Alexey Dokuchaev wrote: > > On Mon, Oct 11, 2004 at 07:57:08AM +0000, Philip Paeps wrote: > > > Modified files: > > > usr.sbin/moused moused.8 moused.c > > > Log: > > > Add 'virtual scrolling' support to moused(8). When holding down the middle > > > mouse button, motions are interpreted as scrolling. > > > > This is totally cool, but may I ask if you are interested in adding the same > > functionality for wheel (since most mice come with wheel (middle button) > > today)? > > It should Just Work[tm] if you hold the wheel down? In most wheel-mouse, the > wheel acts as a middle button. I know that. ;-) What I mean is, it would be nice if spinning (not pressing and holding) a wheel allowed me to scroll the console buffer. ./danfe From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:48:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F55C16A4CE; Tue, 12 Oct 2004 09:48:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F25543D3F; Tue, 12 Oct 2004 09:48:14 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9mE4G088782; Tue, 12 Oct 2004 09:48:14 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9mEAt088781; Tue, 12 Oct 2004 09:48:14 GMT (envelope-from erwin) Message-Id: <200410120948.i9C9mEAt088781@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 12 Oct 2004 09:48:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/dgd-net pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:48:14 -0000 erwin 2004-10-12 09:48:14 UTC FreeBSD ports repository Modified files: net/dgd-net pkg-descr Log: Add WWW, which I found while making the distfile fetcheable again but put off during the freeze. Revision Changes Path 1.2 +2 -0 ports/net/dgd-net/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:51:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 169C116A4CE; Tue, 12 Oct 2004 09:51:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA8643D4C; Tue, 12 Oct 2004 09:51:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9prRK088983; Tue, 12 Oct 2004 09:51:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9prKR088982; Tue, 12 Oct 2004 09:51:53 GMT (envelope-from krion) Message-Id: <200410120951.i9C9prKR088982@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 09:51:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/MathPlanner Makefile pkg-plist patch-Exp_object.cpppatch-Integer.cpp patch-MathHeaders.h patch-Math_functions.cpp patch-Maxmin.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:51:54 -0000 krion 2004-10-12 09:51:53 UTC FreeBSD ports repository Modified files: editors/MathPlanner Makefile pkg-plist Added files: editors/MathPlanner/files patch-Complex.cpp patch-Exp_object.cpp patch-Function_header_object.cpp patch-Function_object.cpp patch-Integer.cpp patch-MathHeaders.h patch-Math_functions.cpp patch-Maxmin.cpp patch-Parenthesis.cpp patch-Sigma.cpp patch-Sqrt.cpp patch-Trigono.cpp Log: Fix build on 4-stable Fix pkg-plist PR: ports/71875 Submitted by: Ports Fury Revision Changes Path 1.6 +6 -11 ports/editors/MathPlanner/Makefile 1.1 +13 -0 ports/editors/MathPlanner/files/patch-Complex.cpp (new) 1.1 +22 -0 ports/editors/MathPlanner/files/patch-Exp_object.cpp (new) 1.1 +20 -0 ports/editors/MathPlanner/files/patch-Function_header_object.cpp (new) 1.1 +35 -0 ports/editors/MathPlanner/files/patch-Function_object.cpp (new) 1.1 +15 -0 ports/editors/MathPlanner/files/patch-Integer.cpp (new) 1.1 +17 -0 ports/editors/MathPlanner/files/patch-MathHeaders.h (new) 1.1 +215 -0 ports/editors/MathPlanner/files/patch-Math_functions.cpp (new) 1.1 +15 -0 ports/editors/MathPlanner/files/patch-Maxmin.cpp (new) 1.1 +11 -0 ports/editors/MathPlanner/files/patch-Parenthesis.cpp (new) 1.1 +81 -0 ports/editors/MathPlanner/files/patch-Sigma.cpp (new) 1.1 +23 -0 ports/editors/MathPlanner/files/patch-Sqrt.cpp (new) 1.1 +47 -0 ports/editors/MathPlanner/files/patch-Trigono.cpp (new) 1.2 +0 -1 ports/editors/MathPlanner/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:54:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 604CF16A4CE; Tue, 12 Oct 2004 09:54:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4565643D46; Tue, 12 Oct 2004 09:54:24 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9sOvA089137; Tue, 12 Oct 2004 09:54:24 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9sOb8089136; Tue, 12 Oct 2004 09:54:24 GMT (envelope-from mbr) Message-Id: <200410120954.i9C9sOb8089136@repoman.freebsd.org> From: Martin Blapp Date: Tue, 12 Oct 2004 09:54:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile distinfo ports/mail/p5-MIME-Tools/files patch-7or8bit.diff patch-Benchmark patch-Filer.pm-whitespace patch-ParamVal.pm patch-Parser-BinHex patch-Parser-MaxParts ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:54:24 -0000 mbr 2004-10-12 09:54:23 UTC FreeBSD ports repository Modified files: mail/p5-MIME-Tools Makefile distinfo Removed files: mail/p5-MIME-Tools/files patch-7or8bit.diff patch-Benchmark patch-Decoder-qpdecode-pdf patch-Decoder-qpencode patch-Filer.pm-whitespace patch-ParamVal.pm patch-Parser-BinHex patch-Parser-MaxParts patch-Parser.pm patch-ParserUndef patch-Words.pm Log: Upgrade to the official 5.414 version. All our patches have been merged. Revision Changes Path 1.31 +1 -4 ports/mail/p5-MIME-Tools/Makefile 1.13 +2 -2 ports/mail/p5-MIME-Tools/distinfo 1.2 +0 -20 ports/mail/p5-MIME-Tools/files/patch-7or8bit.diff (dead) 1.2 +0 -88 ports/mail/p5-MIME-Tools/files/patch-Benchmark (dead) 1.3 +0 -41 ports/mail/p5-MIME-Tools/files/patch-Decoder-qpdecode-pdf (dead) 1.2 +0 -128 ports/mail/p5-MIME-Tools/files/patch-Decoder-qpencode (dead) 1.2 +0 -23 ports/mail/p5-MIME-Tools/files/patch-Filer.pm-whitespace (dead) 1.4 +0 -114 ports/mail/p5-MIME-Tools/files/patch-ParamVal.pm (dead) 1.2 +0 -260 ports/mail/p5-MIME-Tools/files/patch-Parser-BinHex (dead) 1.2 +0 -81 ports/mail/p5-MIME-Tools/files/patch-Parser-MaxParts (dead) 1.2 +0 -75 ports/mail/p5-MIME-Tools/files/patch-Parser.pm (dead) 1.2 +0 -43 ports/mail/p5-MIME-Tools/files/patch-ParserUndef (dead) 1.4 +0 -11 ports/mail/p5-MIME-Tools/files/patch-Words.pm (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:54:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E71916A4CE; Tue, 12 Oct 2004 09:54:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B1F843D2D; Tue, 12 Oct 2004 09:54:51 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9spSp089168; Tue, 12 Oct 2004 09:54:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9sp0B089167; Tue, 12 Oct 2004 09:54:51 GMT (envelope-from clsung) Message-Id: <200410120954.i9C9sp0B089167@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 09:54:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Data-Hierarchy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:54:51 -0000 clsung 2004-10-12 09:54:51 UTC FreeBSD ports repository Modified files: devel/p5-Data-Hierarchy Makefile distinfo Log: - Update to 0.20, needed by SVK 0.21. - Rong-En Fan take maintainership (approved by autrijus@autrijus.org) PR: ports/71929 Submitted by: Rong-En Fan Approved by: maintainer, mentor (vanilla) Revision Changes Path 1.4 +2 -2 ports/devel/p5-Data-Hierarchy/Makefile 1.4 +2 -2 ports/devel/p5-Data-Hierarchy/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:57:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6967C16A4CE; Tue, 12 Oct 2004 09:57:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41DDB43D1F; Tue, 12 Oct 2004 09:57:29 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9vS45089306; Tue, 12 Oct 2004 09:57:28 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9vSjD089305; Tue, 12 Oct 2004 09:57:28 GMT (envelope-from sergei) Message-Id: <200410120957.i9C9vSjD089305@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 09:57:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/dnrd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:57:29 -0000 sergei 2004-10-12 09:57:28 UTC FreeBSD ports repository Modified files: dns/dnrd Makefile distinfo pkg-plist Log: - Update to 2.16 - this fixes various bugs and adds random query IDs to prevent cache poisoning. PR: ports/72522 Submitted by: Natanael Copa While I'm here: - Rework installation mechanism - use do-install target - Respect NOPORTDOCS - Install samples into EXAMPLESDIR - Use DOCSDIR and EXAMPLESDIR macros in pkg-plist Revision Changes Path 1.17 +19 -7 ports/dns/dnrd/Makefile 1.7 +2 -2 ports/dns/dnrd/distinfo 1.4 +11 -9 ports/dns/dnrd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:58:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C5016A4D3; Tue, 12 Oct 2004 09:58:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D0D243D49; Tue, 12 Oct 2004 09:58:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9whck089440; Tue, 12 Oct 2004 09:58:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9whfI089439; Tue, 12 Oct 2004 09:58:43 GMT (envelope-from krion) Message-Id: <200410120958.i9C9whfI089439@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 09:58:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/giblib Makefile distinfo pkg-plist ports/graphics/giblib/files patch-aa patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:58:44 -0000 krion 2004-10-12 09:58:43 UTC FreeBSD ports repository Modified files: graphics/giblib Makefile distinfo pkg-plist Removed files: graphics/giblib/files patch-aa patch-ltmain.sh Log: Update to version 1.2.4 PR: ports/71880 Submitted by: Ports Fury Revision Changes Path 1.13 +13 -5 ports/graphics/giblib/Makefile 1.8 +2 -2 ports/graphics/giblib/distinfo 1.3 +0 -27 ports/graphics/giblib/files/patch-aa (dead) 1.6 +0 -25 ports/graphics/giblib/files/patch-ltmain.sh (dead) 1.5 +7 -6 ports/graphics/giblib/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:01:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28F3516A4CF; Tue, 12 Oct 2004 10:01:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A5743D60; Tue, 12 Oct 2004 10:01:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA18OJ089599; Tue, 12 Oct 2004 10:01:08 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA18t7089598; Tue, 12 Oct 2004 10:01:08 GMT (envelope-from krion) Message-Id: <200410121001.i9CA18t7089598@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:01:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/feh Makefile distinfo pkg-plist ports/graphics/feh/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:01:09 -0000 krion 2004-10-12 10:01:08 UTC FreeBSD ports repository Modified files: graphics/feh Makefile distinfo pkg-plist Removed files: graphics/feh/files patch-aa Log: Update to version 1.2.7 PR: ports/71879 Submitted by: Ports Fury Revision Changes Path 1.15 +12 -3 ports/graphics/feh/Makefile 1.10 +2 -2 ports/graphics/feh/distinfo 1.3 +0 -27 ports/graphics/feh/files/patch-aa (dead) 1.7 +23 -23 ports/graphics/feh/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:02:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C0616A4CE; Tue, 12 Oct 2004 10:02:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DD643D2D; Tue, 12 Oct 2004 10:02:46 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA2k0l089668; Tue, 12 Oct 2004 10:02:46 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA2kux089667; Tue, 12 Oct 2004 10:02:46 GMT (envelope-from mat) Message-Id: <200410121002.i9CA2kux089667@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:02:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-ODBC Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:02:46 -0000 mat 2004-10-12 10:02:46 UTC FreeBSD ports repository Modified files: databases/p5-DBD-ODBC Makefile distinfo Log: Update to 1.10 Revision Changes Path 1.14 +2 -2 ports/databases/p5-DBD-ODBC/Makefile 1.7 +2 -2 ports/databases/p5-DBD-ODBC/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:03:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B55BF16A4CE; Tue, 12 Oct 2004 10:03:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9186743D3F; Tue, 12 Oct 2004 10:03:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA3UUN089723; Tue, 12 Oct 2004 10:03:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA3UuB089722; Tue, 12 Oct 2004 10:03:30 GMT (envelope-from krion) Message-Id: <200410121003.i9CA3UuB089722@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:03:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/libexif Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:03:30 -0000 krion 2004-10-12 10:03:30 UTC FreeBSD ports repository Modified files: graphics/libexif Makefile distinfo pkg-plist Log: Update to 0.6.10 PR: ports/71944 Submitted by: maintainer Revision Changes Path 1.19 +1 -2 ports/graphics/libexif/Makefile 1.8 +2 -2 ports/graphics/libexif/distinfo 1.9 +3 -0 ports/graphics/libexif/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:05:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 640B516A4CE; Tue, 12 Oct 2004 10:05:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 411C643D41; Tue, 12 Oct 2004 10:05:24 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA5OJW089802; Tue, 12 Oct 2004 10:05:24 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA5N4E089801; Tue, 12 Oct 2004 10:05:23 GMT (envelope-from krion) Message-Id: <200410121005.i9CA5N4E089801@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:05:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/smartdoc Makefileports/textproc/smartdoc-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:05:24 -0000 krion 2004-10-12 10:05:23 UTC FreeBSD ports repository Modified files: textproc/smartdoc Makefile textproc/smartdoc-devel Makefile Log: Drop maintainership PR: ports/72142 Submitted by: KUNISHIMA Takeo Revision Changes Path 1.10 +1 -1 ports/textproc/smartdoc-devel/Makefile 1.11 +1 -1 ports/textproc/smartdoc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:05:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE7E16A505; Tue, 12 Oct 2004 10:05:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB90343D2D; Tue, 12 Oct 2004 10:05:36 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA5a8E089883; Tue, 12 Oct 2004 10:05:36 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA5awM089882; Tue, 12 Oct 2004 10:05:36 GMT (envelope-from mat) Message-Id: <200410121005.i9CA5awM089882@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:05:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Calendar-FrenchRevolutionary Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:05:37 -0000 mat 2004-10-12 10:05:36 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Calendar-FrenchRevolutionary Makefile distinfo Log: Update to 0.07 Revision Changes Path 1.5 +3 -2 ports/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile 1.4 +2 -2 ports/devel/p5-DateTime-Calendar-FrenchRevolutionary/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:05:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CB8916A4CE; Tue, 12 Oct 2004 10:05:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB4743D49; Tue, 12 Oct 2004 10:05:57 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA5vFS089970; Tue, 12 Oct 2004 10:05:57 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA5vNO089969; Tue, 12 Oct 2004 10:05:57 GMT (envelope-from mat) Message-Id: <200410121005.i9CA5vNO089969@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:05:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Event-Recurrence Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:05:57 -0000 mat 2004-10-12 10:05:57 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Event-Recurrence Makefile distinfo Log: Update to 0.14 Revision Changes Path 1.12 +1 -1 ports/devel/p5-DateTime-Event-Recurrence/Makefile 1.11 +2 -2 ports/devel/p5-DateTime-Event-Recurrence/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:06:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE9E16A4CE; Tue, 12 Oct 2004 10:06:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACCF43D2D; Tue, 12 Oct 2004 10:06:17 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA6HHh090010; Tue, 12 Oct 2004 10:06:17 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA6Hti090009; Tue, 12 Oct 2004 10:06:17 GMT (envelope-from mat) Message-Id: <200410121006.i9CA6Hti090009@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:06:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Format-Builder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:06:18 -0000 mat 2004-10-12 10:06:17 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Format-Builder Makefile distinfo Log: Update to 0.78.06 Revision Changes Path 1.11 +1 -1 ports/devel/p5-DateTime-Format-Builder/Makefile 1.10 +2 -2 ports/devel/p5-DateTime-Format-Builder/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:06:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8536516A4CF; Tue, 12 Oct 2004 10:06:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E6843D3F; Tue, 12 Oct 2004 10:06:48 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA6mxE090055; Tue, 12 Oct 2004 10:06:48 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA6miG090054; Tue, 12 Oct 2004 10:06:48 GMT (envelope-from mat) Message-Id: <200410121006.i9CA6miG090054@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:06:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Incomplete Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:06:48 -0000 mat 2004-10-12 10:06:48 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Incomplete Makefile distinfo Log: Update to 0.02 Add some docs Revision Changes Path 1.2 +11 -2 ports/devel/p5-DateTime-Incomplete/Makefile 1.3 +2 -2 ports/devel/p5-DateTime-Incomplete/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:07:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B43FE16A4CE; Tue, 12 Oct 2004 10:07:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9152343D2D; Tue, 12 Oct 2004 10:07:26 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA7QRb090101; Tue, 12 Oct 2004 10:07:26 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA7QAE090100; Tue, 12 Oct 2004 10:07:26 GMT (envelope-from mat) Message-Id: <200410121007.i9CA7QAE090100@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:07:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-TimeZone Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:07:26 -0000 mat 2004-10-12 10:07:26 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-TimeZone Makefile distinfo Log: Update to 0.29 Add some docs Revision Changes Path 1.19 +10 -1 ports/devel/p5-DateTime-TimeZone/Makefile 1.17 +2 -2 ports/devel/p5-DateTime-TimeZone/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:08:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B78AC16A4CE; Tue, 12 Oct 2004 10:08:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94F8243D2D; Tue, 12 Oct 2004 10:08:11 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA8BEJ090148; Tue, 12 Oct 2004 10:08:11 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA8Bd4090147; Tue, 12 Oct 2004 10:08:11 GMT (envelope-from krion) Message-Id: <200410121008.i9CA8Bd4090147@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:08:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/bsdtar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:08:11 -0000 krion 2004-10-12 10:08:11 UTC FreeBSD ports repository Modified files: archivers/bsdtar Makefile distinfo Log: Update to 1.01.015 PR: ports/72303 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/archivers/bsdtar/Makefile 1.4 +2 -2 ports/archivers/bsdtar/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:08:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D4C16A4CE; Tue, 12 Oct 2004 10:08:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F63843D3F; Tue, 12 Oct 2004 10:08:38 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA8c7f090194; Tue, 12 Oct 2004 10:08:38 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA8cTA090193; Tue, 12 Oct 2004 10:08:38 GMT (envelope-from mat) Message-Id: <200410121008.i9CA8cTA090193@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:08:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Devel-Cover Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:08:38 -0000 mat 2004-10-12 10:08:38 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Cover Makefile distinfo pkg-plist Log: Update to 0.49 Revision Changes Path 1.17 +3 -1 ports/devel/p5-Devel-Cover/Makefile 1.18 +2 -2 ports/devel/p5-Devel-Cover/distinfo 1.4 +3 -0 ports/devel/p5-Devel-Cover/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:09:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56DF516A4CE; Tue, 12 Oct 2004 10:09:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3484B43D45; Tue, 12 Oct 2004 10:09:05 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA95lm090234; Tue, 12 Oct 2004 10:09:05 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA95wc090233; Tue, 12 Oct 2004 10:09:05 GMT (envelope-from mat) Message-Id: <200410121009.i9CA95wc090233@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:09:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Devel-PPPort Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:09:05 -0000 mat 2004-10-12 10:09:05 UTC FreeBSD ports repository Modified files: devel/p5-Devel-PPPort Makefile distinfo Log: Update to 3.03 Revision Changes Path 1.9 +1 -1 ports/devel/p5-Devel-PPPort/Makefile 1.9 +2 -2 ports/devel/p5-Devel-PPPort/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:09:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 931DC16A4CE; Tue, 12 Oct 2004 10:09:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 717F543D58; Tue, 12 Oct 2004 10:09:54 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CA9sKK090280; Tue, 12 Oct 2004 10:09:54 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CA9ssx090279; Tue, 12 Oct 2004 10:09:54 GMT (envelope-from mat) Message-Id: <200410121009.i9CA9ssx090279@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:09:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Locale-Maketext-Lexicon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:09:54 -0000 mat 2004-10-12 10:09:54 UTC FreeBSD ports repository Modified files: devel/p5-Locale-Maketext-Lexicon Makefile distinfo Log: Update to 0.44 Revision Changes Path 1.19 +1 -1 ports/devel/p5-Locale-Maketext-Lexicon/Makefile 1.19 +2 -2 ports/devel/p5-Locale-Maketext-Lexicon/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:10:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE02F16A4CE; Tue, 12 Oct 2004 10:10:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B8C843D6B; Tue, 12 Oct 2004 10:10:35 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAAZOU090358; Tue, 12 Oct 2004 10:10:35 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAAZxw090357; Tue, 12 Oct 2004 10:10:35 GMT (envelope-from mat) Message-Id: <200410121010.i9CAAZxw090357@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:10:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Module-Build Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:10:35 -0000 mat 2004-10-12 10:10:35 UTC FreeBSD ports repository Modified files: devel/p5-Module-Build Makefile distinfo Log: Update to 0.25.03 Revision Changes Path 1.18 +1 -1 ports/devel/p5-Module-Build/Makefile 1.15 +2 -2 ports/devel/p5-Module-Build/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:11:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7653A16A4CE; Tue, 12 Oct 2004 10:11:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C4C343D1D; Tue, 12 Oct 2004 10:11:17 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CABGbH090445; Tue, 12 Oct 2004 10:11:17 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CABG2Y090444; Tue, 12 Oct 2004 10:11:16 GMT (envelope-from mat) Message-Id: <200410121011.i9CABG2Y090444@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:11:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-CClient Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:11:17 -0000 mat 2004-10-12 10:11:16 UTC FreeBSD ports repository Modified files: mail/p5-Mail-CClient Makefile distinfo pkg-plist Log: Update to 1.11 Add docs and examples Revision Changes Path 1.9 +41 -2 ports/mail/p5-Mail-CClient/Makefile 1.6 +2 -2 ports/mail/p5-Mail-CClient/distinfo 1.5 +22 -0 ports/mail/p5-Mail-CClient/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:11:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02ADE16A4CE; Tue, 12 Oct 2004 10:11:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43E843D1D; Tue, 12 Oct 2004 10:11:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CABnlM090487; Tue, 12 Oct 2004 10:11:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CABnu3090486; Tue, 12 Oct 2004 10:11:49 GMT (envelope-from krion) Message-Id: <200410121011.i9CABnu3090486@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:11:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/star-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:11:50 -0000 krion 2004-10-12 10:11:49 UTC FreeBSD ports repository Modified files: archivers/star-devel Makefile distinfo Log: Update to 1.5.a.49 PR: ports/72304 Submitted by: maintainer Revision Changes Path 1.44 +1 -1 ports/archivers/star-devel/Makefile 1.15 +2 -2 ports/archivers/star-devel/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:11:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0F9C16A502; Tue, 12 Oct 2004 10:11:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C0DE43D39; Tue, 12 Oct 2004 10:11:51 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CABpl8090521; Tue, 12 Oct 2004 10:11:51 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CABpHd090520; Tue, 12 Oct 2004 10:11:51 GMT (envelope-from mat) Message-Id: <200410121011.i9CABpHd090520@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:11:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-Digest-MD4 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:11:53 -0000 mat 2004-10-12 10:11:51 UTC FreeBSD ports repository Modified files: security/p5-Digest-MD4 Makefile distinfo Log: Update to 1.4 Add docs Revision Changes Path 1.6 +10 -1 ports/security/p5-Digest-MD4/Makefile 1.5 +2 -2 ports/security/p5-Digest-MD4/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:12:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E441216A4CE; Tue, 12 Oct 2004 10:12:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C283043D49; Tue, 12 Oct 2004 10:12:17 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CACHKd090562; Tue, 12 Oct 2004 10:12:17 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CACHLd090561; Tue, 12 Oct 2004 10:12:17 GMT (envelope-from mat) Message-Id: <200410121012.i9CACHLd090561@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:12:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-Validator-Schema Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:12:18 -0000 mat 2004-10-12 10:12:17 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Validator-Schema Makefile distinfo Log: Update to 1.07 Add docs Revision Changes Path 1.5 +10 -1 ports/textproc/p5-XML-Validator-Schema/Makefile 1.5 +2 -2 ports/textproc/p5-XML-Validator-Schema/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:17:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F33D416A4CE; Tue, 12 Oct 2004 10:17:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42F943D53; Tue, 12 Oct 2004 10:17:19 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAHJTc090800; Tue, 12 Oct 2004 10:17:19 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAHJqF090799; Tue, 12 Oct 2004 10:17:19 GMT (envelope-from mat) Message-Id: <200410121017.i9CAHJqF090799@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:17:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Apache-Session Makefile distinfo 5.005-Session::Generate::ModUniqueId.pm patch-Session::Lock::File.pm patch-Session::Store::File.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:17:20 -0000 mat 2004-10-12 10:17:19 UTC FreeBSD ports repository Modified files: www/p5-Apache-Session Makefile distinfo pkg-plist Added files: www/p5-Apache-Session/files 5.005-Session::Generate::ModUniqueId.pm Removed files: www/p5-Apache-Session/files patch-Session::Lock::File.pm patch-Session::Store::File.pm Log: Update to 1.60 maintainer timeout PR: 71935 Submitted by: me Revision Changes Path 1.16 +13 -4 ports/www/p5-Apache-Session/Makefile 1.6 +2 -2 ports/www/p5-Apache-Session/distinfo 1.1 +11 -0 ports/www/p5-Apache-Session/files/5.005-Session::Generate::ModUniqueId.pm (new) 1.2 +0 -24 ports/www/p5-Apache-Session/files/patch-Session::Lock::File.pm (dead) 1.2 +0 -71 ports/www/p5-Apache-Session/files/patch-Session::Store::File.pm (dead) 1.7 +9 -6 ports/www/p5-Apache-Session/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:19:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5461616A4CE; Tue, 12 Oct 2004 10:19:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F4A43D2D; Tue, 12 Oct 2004 10:19:16 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAJGcT090866; Tue, 12 Oct 2004 10:19:16 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAJGh0090865; Tue, 12 Oct 2004 10:19:16 GMT (envelope-from krion) Message-Id: <200410121019.i9CAJGh0090865@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:19:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/gmsh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:19:16 -0000 krion 2004-10-12 10:19:16 UTC FreeBSD ports repository Modified files: cad/gmsh Makefile distinfo Log: Update to version 1.55.5 PR: ports/72314 Submitted by: Ports Fury Revision Changes Path 1.15 +1 -1 ports/cad/gmsh/Makefile 1.11 +2 -2 ports/cad/gmsh/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:19:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7737116A4CE; Tue, 12 Oct 2004 10:19:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 541D643D46; Tue, 12 Oct 2004 10:19:40 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAJeu8090902; Tue, 12 Oct 2004 10:19:40 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAJeXS090901; Tue, 12 Oct 2004 10:19:40 GMT (envelope-from jeh) Message-Id: <200410121019.i9CAJeXS090901@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 12 Oct 2004 10:19:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:19:40 -0000 jeh 2004-10-12 10:19:40 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4397 Revision Changes Path 1.265 +1 -1 ports/security/uvscan-dat/Makefile 1.262 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:20:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25BD916A4CE; Tue, 12 Oct 2004 10:20:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0390543D2F; Tue, 12 Oct 2004 10:20:43 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAKgGl091011; Tue, 12 Oct 2004 10:20:42 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAKgZj091010; Tue, 12 Oct 2004 10:20:42 GMT (envelope-from krion) Message-Id: <200410121020.i9CAKgZj091010@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:20:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cdialog Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:20:43 -0000 krion 2004-10-12 10:20:42 UTC FreeBSD ports repository Modified files: devel/cdialog Makefile distinfo pkg-plist Log: Update to version 1.0.20040920 PR: ports/72315 Submitted by: Ports Fury Revision Changes Path 1.15 +1 -1 ports/devel/cdialog/Makefile 1.8 +2 -2 ports/devel/cdialog/distinfo 1.8 +98 -92 ports/devel/cdialog/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:23:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8BC816A4CE; Tue, 12 Oct 2004 10:23:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B591343D3F; Tue, 12 Oct 2004 10:23:43 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CANh08091082; Tue, 12 Oct 2004 10:23:43 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CANhSb091081; Tue, 12 Oct 2004 10:23:43 GMT (envelope-from mat) Message-Id: <200410121023.i9CANhSb091081@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:23:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-CGI-Framework Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:23:44 -0000 mat 2004-10-12 10:23:43 UTC FreeBSD ports repository Modified files: www/p5-CGI-Framework Makefile distinfo Log: Update to 0.17 Revision Changes Path 1.5 +1 -1 ports/www/p5-CGI-Framework/Makefile 1.5 +2 -2 ports/www/p5-CGI-Framework/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:24:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 314DB16A4CE; Tue, 12 Oct 2004 10:24:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8A243D39; Tue, 12 Oct 2004 10:24:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAOBta091128; Tue, 12 Oct 2004 10:24:11 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAOBgp091127; Tue, 12 Oct 2004 10:24:11 GMT (envelope-from mat) Message-Id: <200410121024.i9CAOBgp091127@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:24:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-CGI-Minimal Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:24:12 -0000 mat 2004-10-12 10:24:11 UTC FreeBSD ports repository Modified files: www/p5-CGI-Minimal Makefile distinfo pkg-plist Log: Update to 1.13 Revision Changes Path 1.10 +1 -1 ports/www/p5-CGI-Minimal/Makefile 1.6 +2 -2 ports/www/p5-CGI-Minimal/distinfo 1.4 +3 -3 ports/www/p5-CGI-Minimal/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:25:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 864E816A4CE; Tue, 12 Oct 2004 10:25:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 627C243D3F; Tue, 12 Oct 2004 10:25:13 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAPDrb091180; Tue, 12 Oct 2004 10:25:13 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAPDaM091179; Tue, 12 Oct 2004 10:25:13 GMT (envelope-from mat) Message-Id: <200410121025.i9CAPDaM091179@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:25:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-MasonX-Request-WithApacheSession Makefiledistinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:25:13 -0000 mat 2004-10-12 10:25:13 UTC FreeBSD ports repository Modified files: www/p5-MasonX-Request-WithApacheSession Makefile distinfo pkg-plist Log: Update to 0.30 PR: 71939 Submitted by: me Approved by: maintainer Revision Changes Path 1.2 +6 -4 ports/www/p5-MasonX-Request-WithApacheSession/Makefile 1.3 +2 -2 ports/www/p5-MasonX-Request-WithApacheSession/distinfo 1.3 +2 -6 ports/www/p5-MasonX-Request-WithApacheSession/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:25:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A5C916A4CE; Tue, 12 Oct 2004 10:25:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A6643D31; Tue, 12 Oct 2004 10:25:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAPY4O091278; Tue, 12 Oct 2004 10:25:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAPYdl091277; Tue, 12 Oct 2004 10:25:34 GMT (envelope-from krion) Message-Id: <200410121025.i9CAPYdl091277@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:25:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cxref Makefile distinfo ports/devel/cxref/files patch-ad patch-ae X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:25:34 -0000 krion 2004-10-12 10:25:34 UTC FreeBSD ports repository Modified files: devel/cxref Makefile distinfo devel/cxref/files patch-ad patch-ae Log: Update to version 1.6 PR: ports/72316 Submitted by: Ports Fury Revision Changes Path 1.25 +5 -4 ports/devel/cxref/Makefile 1.12 +2 -2 ports/devel/cxref/distinfo 1.3 +7 -7 ports/devel/cxref/files/patch-ad 1.2 +7 -6 ports/devel/cxref/files/patch-ae From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:25:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D7516A4CE; Tue, 12 Oct 2004 10:25:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1AC43D45; Tue, 12 Oct 2004 10:25:55 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAPt8n091358; Tue, 12 Oct 2004 10:25:55 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAPtBP091357; Tue, 12 Oct 2004 10:25:55 GMT (envelope-from mat) Message-Id: <200410121025.i9CAPtBP091357@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:25:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Template-Toolkit Makefile distinfo ports/www/p5-Template-Toolkit/files 5.005-lib-Template-Document.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:25:56 -0000 mat 2004-10-12 10:25:55 UTC FreeBSD ports repository Modified files: www/p5-Template-Toolkit Makefile distinfo Added files: www/p5-Template-Toolkit/files 5.005-lib-Template-Document.pm Log: Update to 2.14 Revision Changes Path 1.16 +6 -1 ports/www/p5-Template-Toolkit/Makefile 1.8 +2 -2 ports/www/p5-Template-Toolkit/distinfo 1.1 +21 -0 ports/www/p5-Template-Toolkit/files/5.005-lib-Template-Document.pm (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:26:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C06B16A4CE; Tue, 12 Oct 2004 10:26:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB2343D31; Tue, 12 Oct 2004 10:26:16 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAQFad091398; Tue, 12 Oct 2004 10:26:15 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAQFOP091397; Tue, 12 Oct 2004 10:26:15 GMT (envelope-from mat) Message-Id: <200410121026.i9CAQFOP091397@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:26:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-WWW-Mechanize Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:26:16 -0000 mat 2004-10-12 10:26:15 UTC FreeBSD ports repository Modified files: www/p5-WWW-Mechanize Makefile distinfo Log: Update to 1.04 Revision Changes Path 1.10 +1 -1 ports/www/p5-WWW-Mechanize/Makefile 1.9 +2 -2 ports/www/p5-WWW-Mechanize/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:28:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A30916A4CE; Tue, 12 Oct 2004 10:28:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB5BC43D41; Tue, 12 Oct 2004 10:28:11 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CASBJ8091567; Tue, 12 Oct 2004 10:28:11 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CASB8U091566; Tue, 12 Oct 2004 10:28:11 GMT (envelope-from krion) Message-Id: <200410121028.i9CASB8U091566@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:28:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/stella Makefileports/emulators/stella/files patch-src::common::Snapshot.cxx patch-src::common::mainSDL.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:28:12 -0000 krion 2004-10-12 10:28:11 UTC FreeBSD ports repository Modified files: emulators/stella Makefile Added files: emulators/stella/files patch-src::common::Snapshot.cxx patch-src::common::mainSDL.cxx Log: Fix build on 4-stable with system compiler PR: ports/72317 Submitted by: Ports Fury Revision Changes Path 1.26 +0 -1 ports/emulators/stella/Makefile 1.1 +14 -0 ports/emulators/stella/files/patch-src::common::Snapshot.cxx (new) 1.1 +14 -0 ports/emulators/stella/files/patch-src::common::mainSDL.cxx (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:29:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0128816A4CE; Tue, 12 Oct 2004 10:29:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3BE743D1F; Tue, 12 Oct 2004 10:29:09 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAT9Cs091705; Tue, 12 Oct 2004 10:29:09 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAT9mX091704; Tue, 12 Oct 2004 10:29:09 GMT (envelope-from mat) Message-Id: <200410121029.i9CAT9mX091704@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:29:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Alzabo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:29:10 -0000 mat 2004-10-12 10:29:09 UTC FreeBSD ports repository Modified files: devel/p5-Alzabo Makefile distinfo Log: Update to 0.84 Revision Changes Path 1.2 +1 -1 ports/devel/p5-Alzabo/Makefile 1.2 +2 -2 ports/devel/p5-Alzabo/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:29:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5182216A4CE; Tue, 12 Oct 2004 10:29:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED9643D48; Tue, 12 Oct 2004 10:29:48 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CATmFQ091814; Tue, 12 Oct 2004 10:29:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CATmuR091813; Tue, 12 Oct 2004 10:29:48 GMT (envelope-from krion) Message-Id: <200410121029.i9CATmuR091813@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:29:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/visualos Makefile distinfo pkg-plist ports/emulators/visualos/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:29:48 -0000 krion 2004-10-12 10:29:48 UTC FreeBSD ports repository Modified files: emulators/visualos Makefile distinfo pkg-plist Removed files: emulators/visualos/files patch-configure Log: Update to version 1.0.5 PR: ports/72318 Submitted by: Ports Fury Revision Changes Path 1.12 +7 -4 ports/emulators/visualos/Makefile 1.5 +2 -2 ports/emulators/visualos/distinfo 1.2 +0 -13 ports/emulators/visualos/files/patch-configure (dead) 1.2 +1 -0 ports/emulators/visualos/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:31:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B886416A4CE; Tue, 12 Oct 2004 10:31:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 957F243D48; Tue, 12 Oct 2004 10:31:11 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAVBhR091980; Tue, 12 Oct 2004 10:31:11 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAVBkG091979; Tue, 12 Oct 2004 10:31:11 GMT (envelope-from krion) Message-Id: <200410121031.i9CAVBkG091979@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:31:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/tksol Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:31:11 -0000 krion 2004-10-12 10:31:11 UTC FreeBSD ports repository Modified files: games/tksol Makefile distinfo pkg-plist Log: Update to version 1.8.2 PR: ports/72319 Submitted by: Ports Fury Revision Changes Path 1.23 +1 -1 ports/games/tksol/Makefile 1.6 +2 -2 ports/games/tksol/distinfo 1.13 +14 -10 ports/games/tksol/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:33:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F082316A4CE; Tue, 12 Oct 2004 10:33:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A0C43D45; Tue, 12 Oct 2004 10:33:35 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAXZxX092054; Tue, 12 Oct 2004 10:33:35 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAXZBI092053; Tue, 12 Oct 2004 10:33:35 GMT (envelope-from krion) Message-Id: <200410121033.i9CAXZBI092053@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 10:33:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xgammon Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:33:36 -0000 krion 2004-10-12 10:33:35 UTC FreeBSD ports repository Modified files: games/xgammon Makefile distinfo pkg-descr Removed files: games/xgammon pkg-plist Log: Update to version 0.98a PR: ports/72320 Submitted by: Ports Fury Revision Changes Path 1.27 +6 -23 ports/games/xgammon/Makefile 1.10 +2 -2 ports/games/xgammon/distinfo 1.2 +2 -0 ports/games/xgammon/pkg-descr 1.3 +0 -4 ports/games/xgammon/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:33:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6903216A4CF; Tue, 12 Oct 2004 10:33:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA5343D1D; Tue, 12 Oct 2004 10:33:42 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAXgVf092111; Tue, 12 Oct 2004 10:33:42 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAXgb1092110; Tue, 12 Oct 2004 10:33:42 GMT (envelope-from glebius) Message-Id: <200410121033.i9CAXgb1092110@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 12 Oct 2004 10:33:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bridge.c bridge.h if_ethersubr.c src/sys/netgraph ng_ether.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:33:42 -0000 glebius 2004-10-12 10:33:42 UTC FreeBSD src repository Modified files: sys/net bridge.c bridge.h if_ethersubr.c sys/netgraph ng_ether.c Log: Fix packet flow when both ng_ether(4) and bridge(4) are in use: - push all bridge logic from if_ethersubr.c into bridge.c make bridge_in() return mbuf pointer (or NULL). - call only bridge_in() from ether_input(), after ng_ether_input() was optinally called. - call bridge_in() from ng_ether_rcv_upper(). Long description: http://lists.freebsd.org/mailman/htdig/freebsd-net/2004-May/003881.html Reported by: Jian-Wei Wang Tested by: myself, Sergey Lyubka Reviewed by: sam Approved by: julian (mentor) MFC after: 2 months Revision Changes Path 1.85 +29 -4 src/sys/net/bridge.c 1.13 +1 -1 src/sys/net/bridge.h 1.179 +2 -46 src/sys/net/if_ethersubr.c 1.40 +5 -0 src/sys/netgraph/ng_ether.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:38:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFEE316A4D7; Tue, 12 Oct 2004 10:38:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A445143D46; Tue, 12 Oct 2004 10:38:24 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAcO7l092416; Tue, 12 Oct 2004 10:38:24 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAcOWE092415; Tue, 12 Oct 2004 10:38:24 GMT (envelope-from mat) Message-Id: <200410121038.i9CAcOWE092415@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:38:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spamd Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:38:25 -0000 mat 2004-10-12 10:38:24 UTC FreeBSD ports repository Modified files: mail/spamd Makefile pkg-plist Log: Change the rc.d/spamd.sh to rc.d/pf-spamd.sh so that it can be used with SpamAssassin. PR: 72083 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/mail/spamd/Makefile 1.3 +1 -1 ports/mail/spamd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:42:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B47516A4CE; Tue, 12 Oct 2004 10:42:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFE343D3F; Tue, 12 Oct 2004 10:42:39 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAgcl9092846; Tue, 12 Oct 2004 10:42:38 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAgc6H092845; Tue, 12 Oct 2004 10:42:38 GMT (envelope-from mat) Message-Id: <200410121042.i9CAgc6H092845@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:42:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile distinfo pkg-message pkg-plist ports/mail/p5-Mail-SpamAssassin/files patch-CmdLearn.pm patch-sa-learn.raw patch-spamassassin.raw spamd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:42:39 -0000 mat 2004-10-12 10:42:38 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile distinfo pkg-message pkg-plist mail/p5-Mail-SpamAssassin/files patch-sa-learn.raw spamd.sh Added files: mail/p5-Mail-SpamAssassin/files patch-spamassassin.raw Removed files: mail/p5-Mail-SpamAssassin/files patch-CmdLearn.pm Log: Update to 3.0.0 Require at least 5.6.0 and point users to 5.8.5 Revision Changes Path 1.60 +53 -27 ports/mail/p5-Mail-SpamAssassin/Makefile 1.24 +2 -4 ports/mail/p5-Mail-SpamAssassin/distinfo 1.2 +0 -11 ports/mail/p5-Mail-SpamAssassin/files/patch-CmdLearn.pm (dead) 1.2 +19 -6 ports/mail/p5-Mail-SpamAssassin/files/patch-sa-learn.raw 1.1 +11 -0 ports/mail/p5-Mail-SpamAssassin/files/patch-spamassassin.raw (new) 1.8 +2 -2 ports/mail/p5-Mail-SpamAssassin/files/spamd.sh 1.2 +3 -1 ports/mail/p5-Mail-SpamAssassin/pkg-message 1.24 +36 -35 ports/mail/p5-Mail-SpamAssassin/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:49:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C033E16A4CE; Tue, 12 Oct 2004 10:49:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA6243D48; Tue, 12 Oct 2004 10:49:26 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAnQqR093162; Tue, 12 Oct 2004 10:49:26 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAnQNY093161; Tue, 12 Oct 2004 10:49:26 GMT (envelope-from mat) Message-Id: <200410121049.i9CAnQNY093161@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:49:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-MIME-Lite-HTML Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:49:26 -0000 mat 2004-10-12 10:49:26 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-MIME-Lite-HTML Makefile distinfo pkg-descr pkg-plist Log: Add p5-MIME-Lite-HTML 1.21, provide routine to transform a HTML page into a MIME mail. PR: ports/68249 Submitted by: Jean-Baptiste Quenot Revision Changes Path 1.569 +1 -0 ports/mail/Makefile 1.1 +26 -0 ports/mail/p5-MIME-Lite-HTML/Makefile (new) 1.1 +2 -0 ports/mail/p5-MIME-Lite-HTML/distinfo (new) 1.1 +19 -0 ports/mail/p5-MIME-Lite-HTML/pkg-descr (new) 1.1 +7 -0 ports/mail/p5-MIME-Lite-HTML/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:49:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D9C16A4CE; Tue, 12 Oct 2004 10:49:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FD543D4C; Tue, 12 Oct 2004 10:49:40 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAneqr093208; Tue, 12 Oct 2004 10:49:40 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAneg0093207; Tue, 12 Oct 2004 10:49:40 GMT (envelope-from mat) Message-Id: <200410121049.i9CAneg0093207@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:49:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:49:40 -0000 mat 2004-10-12 10:49:40 UTC FreeBSD ports repository Modified files: . modules Log: p5-MIME-Lite-HTML --> ports/mail/p5-MIME-Lite-HTML Revision Changes Path 1.11092 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:51:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C1C16A4CE; Tue, 12 Oct 2004 10:51:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 689CE43D53; Tue, 12 Oct 2004 10:51:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CApF6k093331; Tue, 12 Oct 2004 10:51:15 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CApFsg093330; Tue, 12 Oct 2004 10:51:15 GMT (envelope-from ale) Message-Id: <200410121051.i9CApFsg093330@repoman.freebsd.org> From: Alex Dupre Date: Tue, 12 Oct 2004 10:51:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/motor/files patch-src::debugger::motordebugger.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:51:15 -0000 ale 2004-10-12 10:51:15 UTC FreeBSD ports repository Added files: devel/motor/files patch-src::debugger::motordebugger.cc Log: Fix compilation on 4.X. PR: ports/71637 Submitted by: parv Patch by: Frans Meijer Revision Changes Path 1.1 +10 -0 ports/devel/motor/files/patch-src::debugger::motordebugger.cc (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:52:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A721116A4CE; Tue, 12 Oct 2004 10:52:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9893143D55; Tue, 12 Oct 2004 10:52:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAqCkR093442; Tue, 12 Oct 2004 10:52:12 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAqCdu093441; Tue, 12 Oct 2004 10:52:12 GMT (envelope-from mat) Message-Id: <200410121052.i9CAqCdu093441@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:52:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-Apache-ParseFormData Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:52:12 -0000 mat 2004-10-12 10:52:12 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Apache-ParseFormData Makefile distinfo pkg-descr pkg-plist Log: Add p5-Apache-ParseFormData 0.09, module allows you to easily decode/parse form and query data. PR: ports/68993 Submitted by: Jon Nistor Revision Changes Path 1.981 +1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/p5-Apache-ParseFormData/Makefile (new) 1.1 +2 -0 ports/www/p5-Apache-ParseFormData/distinfo (new) 1.1 +9 -0 ports/www/p5-Apache-ParseFormData/pkg-descr (new) 1.1 +5 -0 ports/www/p5-Apache-ParseFormData/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:52:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5BB816A4CE; Tue, 12 Oct 2004 10:52:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A411F43D5E; Tue, 12 Oct 2004 10:52:27 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAqR2Z093496; Tue, 12 Oct 2004 10:52:27 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAqRmf093495; Tue, 12 Oct 2004 10:52:27 GMT (envelope-from mat) Message-Id: <200410121052.i9CAqRmf093495@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:52:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:52:27 -0000 mat 2004-10-12 10:52:27 UTC FreeBSD ports repository Modified files: . modules Log: p5-Apache-ParseFormData --> ports/www/p5-Apache-ParseFormData Revision Changes Path 1.11093 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:54:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BCC816A4CE; Tue, 12 Oct 2004 10:54:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8D043D5C; Tue, 12 Oct 2004 10:54:51 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAspR6093596; Tue, 12 Oct 2004 10:54:51 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAspPo093595; Tue, 12 Oct 2004 10:54:51 GMT (envelope-from mat) Message-Id: <200410121054.i9CAspPo093595@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:54:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Mail-Field-Received Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:54:51 -0000 mat 2004-10-12 10:54:50 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Mail-Field-Received Makefile distinfo pkg-descr pkg-plist Log: Add p5-Mail-Field-Received 0.24, perl5 modules for parsing of `Received' headers in e-mails.. PR: ports/70128 Submitted by: Andrea Venturoli Revision Changes Path 1.570 +1 -0 ports/mail/Makefile 1.1 +25 -0 ports/mail/p5-Mail-Field-Received/Makefile (new) 1.1 +2 -0 ports/mail/p5-Mail-Field-Received/distinfo (new) 1.1 +11 -0 ports/mail/p5-Mail-Field-Received/pkg-descr (new) 1.1 +7 -0 ports/mail/p5-Mail-Field-Received/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:55:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E6316A4CE; Tue, 12 Oct 2004 10:55:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E5F843D5D; Tue, 12 Oct 2004 10:55:32 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAtWdr093696; Tue, 12 Oct 2004 10:55:32 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAtWX4093695; Tue, 12 Oct 2004 10:55:32 GMT (envelope-from mat) Message-Id: <200410121055.i9CAtWX4093695@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:55:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:55:32 -0000 mat 2004-10-12 10:55:32 UTC FreeBSD ports repository Modified files: . modules Log: p5-Mail-Field-Received --> ports/mail/p5-Mail-Field-Received Revision Changes Path 1.11094 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:57:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 563A016A4CF; Tue, 12 Oct 2004 10:57:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B4843D1F; Tue, 12 Oct 2004 10:57:43 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAvh0L093838; Tue, 12 Oct 2004 10:57:43 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAvhpW093837; Tue, 12 Oct 2004 10:57:43 GMT (envelope-from mat) Message-Id: <200410121057.i9CAvhpW093837@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:57:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBM-Deep Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:57:43 -0000 mat 2004-10-12 10:57:43 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBM-Deep Makefile distinfo pkg-descr pkg-plist Log: Add p5-DBM-Deep 0.94, a pure perl persistent multi-level hash/array DBM. PR: ports/70210 Submitted by: Janos.Mohacsi@bsd.hu Revision Changes Path 1.387 +1 -0 ports/databases/Makefile 1.1 +29 -0 ports/databases/p5-DBM-Deep/Makefile (new) 1.1 +2 -0 ports/databases/p5-DBM-Deep/distinfo (new) 1.1 +8 -0 ports/databases/p5-DBM-Deep/pkg-descr (new) 1.1 +5 -0 ports/databases/p5-DBM-Deep/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:57:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62FC416A4CE; Tue, 12 Oct 2004 10:57:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401A243D39; Tue, 12 Oct 2004 10:57:56 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAvuhv093893; Tue, 12 Oct 2004 10:57:56 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAvuGs093892; Tue, 12 Oct 2004 10:57:56 GMT (envelope-from mat) Message-Id: <200410121057.i9CAvuGs093892@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:57:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:57:56 -0000 mat 2004-10-12 10:57:55 UTC FreeBSD ports repository Modified files: . modules Log: p5-DBM-Deep --> ports/databases/p5-DBM-Deep Revision Changes Path 1.11095 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:59:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A8B416A4CE; Tue, 12 Oct 2004 10:59:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD4543D55; Tue, 12 Oct 2004 10:59:42 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAxgkO094049; Tue, 12 Oct 2004 10:59:42 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAxg5k094048; Tue, 12 Oct 2004 10:59:42 GMT (envelope-from mat) Message-Id: <200410121059.i9CAxg5k094048@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:59:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-Tester Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:59:42 -0000 mat 2004-10-12 10:59:42 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-Tester Makefile distinfo pkg-descr pkg-plist Log: Add p5-Test-Tester 0.09, helps to test various Test::Builder derivatives. PR: ports/70657 Submitted by: Alex Kapranoff Revision Changes Path 1.1693 +1 -0 ports/devel/Makefile 1.1 +37 -0 ports/devel/p5-Test-Tester/Makefile (new) 1.1 +2 -0 ports/devel/p5-Test-Tester/distinfo (new) 1.1 +4 -0 ports/devel/p5-Test-Tester/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-Test-Tester/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 10:59:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B68516A4D1; Tue, 12 Oct 2004 10:59:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF4D43D53; Tue, 12 Oct 2004 10:59:54 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CAxsTx094095; Tue, 12 Oct 2004 10:59:54 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CAxsBU094094; Tue, 12 Oct 2004 10:59:54 GMT (envelope-from mat) Message-Id: <200410121059.i9CAxsBU094094@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 10:59:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 10:59:55 -0000 mat 2004-10-12 10:59:54 UTC FreeBSD ports repository Modified files: . modules Log: p5-Test-Tester --> ports/devel/p5-Test-Tester Revision Changes Path 1.11096 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:02:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F7316A4CE; Tue, 12 Oct 2004 11:02:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E7D043D53; Tue, 12 Oct 2004 11:02:20 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CB2JgW094272; Tue, 12 Oct 2004 11:02:19 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CB2JMp094271; Tue, 12 Oct 2004 11:02:19 GMT (envelope-from mat) Message-Id: <200410121102.i9CB2JMp094271@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:02:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Tree-Binary Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:02:20 -0000 mat 2004-10-12 11:02:19 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Tree-Binary Makefile distinfo pkg-descr pkg-plist Log: Add p5-Tree-Binary 0.04, an Object Oriented Binary Tree for Perl. PR: ports/71257 Submitted by: Aaron Dalton Revision Changes Path 1.1694 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/p5-Tree-Binary/Makefile (new) 1.1 +2 -0 ports/devel/p5-Tree-Binary/distinfo (new) 1.1 +16 -0 ports/devel/p5-Tree-Binary/pkg-descr (new) 1.1 +16 -0 ports/devel/p5-Tree-Binary/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:02:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39EF116A4CE; Tue, 12 Oct 2004 11:02:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1825B43D5A; Tue, 12 Oct 2004 11:02:40 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CB2dWc094326; Tue, 12 Oct 2004 11:02:39 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CB2d1V094325; Tue, 12 Oct 2004 11:02:39 GMT (envelope-from mat) Message-Id: <200410121102.i9CB2d1V094325@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:02:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:02:40 -0000 mat 2004-10-12 11:02:39 UTC FreeBSD ports repository Modified files: . modules Log: p5-Tree-Binary --> ports/devel/p5-Tree-Binary Revision Changes Path 1.11097 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:03:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B76516A4CE; Tue, 12 Oct 2004 11:03:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F157143D49; Tue, 12 Oct 2004 11:03:45 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CB3j8Q094431; Tue, 12 Oct 2004 11:03:45 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CB3je5094430; Tue, 12 Oct 2004 11:03:45 GMT (envelope-from mat) Message-Id: <200410121103.i9CB3je5094430@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:03:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/p5-Ogg-Vorbis-Header Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:03:46 -0000 mat 2004-10-12 11:03:45 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/p5-Ogg-Vorbis-Header Makefile distinfo pkg-descr pkg-plist Log: Add p5-Ogg-Vorbis-Header 0.03, manipulate / fetch info from Ogg-Vorbis audio files. PR: ports/71577 Submitted by: Simon Barner Revision Changes Path 1.552 +1 -0 ports/audio/Makefile 1.1 +33 -0 ports/audio/p5-Ogg-Vorbis-Header/Makefile (new) 1.1 +2 -0 ports/audio/p5-Ogg-Vorbis-Header/distinfo (new) 1.1 +3 -0 ports/audio/p5-Ogg-Vorbis-Header/pkg-descr (new) 1.1 +9 -0 ports/audio/p5-Ogg-Vorbis-Header/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:04:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2843516A4CE; Tue, 12 Oct 2004 11:04:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04BB643D48; Tue, 12 Oct 2004 11:04:07 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CB46O1094483; Tue, 12 Oct 2004 11:04:06 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CB46Xx094482; Tue, 12 Oct 2004 11:04:06 GMT (envelope-from mat) Message-Id: <200410121104.i9CB46Xx094482@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:04:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:04:07 -0000 mat 2004-10-12 11:04:06 UTC FreeBSD ports repository Modified files: . modules Log: p5-Ogg-Vorbis-Header --> ports/audio/p5-Ogg-Vorbis-Header Revision Changes Path 1.11098 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:05:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C1C216A4CE; Tue, 12 Oct 2004 11:05:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F1443D39; Tue, 12 Oct 2004 11:05:34 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CB5YCo094626; Tue, 12 Oct 2004 11:05:34 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CB5YXm094625; Tue, 12 Oct 2004 11:05:34 GMT (envelope-from mat) Message-Id: <200410121105.i9CB5YXm094625@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:05:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/p5-Audio-WMA Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:05:34 -0000 mat 2004-10-12 11:05:34 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/p5-Audio-WMA Makefile distinfo pkg-descr pkg-plist Log: Add p5-Audio-WMA 0.01, fetch info from WMA audio files. PR: ports/71590 Submitted by: Simon Barner Revision Changes Path 1.553 +1 -0 ports/audio/Makefile 1.1 +30 -0 ports/audio/p5-Audio-WMA/Makefile (new) 1.1 +2 -0 ports/audio/p5-Audio-WMA/distinfo (new) 1.1 +3 -0 ports/audio/p5-Audio-WMA/pkg-descr (new) 1.1 +5 -0 ports/audio/p5-Audio-WMA/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:05:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D4EA16A4CE; Tue, 12 Oct 2004 11:05:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A77443D1D; Tue, 12 Oct 2004 11:05:48 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CB5mWo094680; Tue, 12 Oct 2004 11:05:48 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CB5mNk094679; Tue, 12 Oct 2004 11:05:48 GMT (envelope-from mat) Message-Id: <200410121105.i9CB5mNk094679@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:05:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:05:48 -0000 mat 2004-10-12 11:05:48 UTC FreeBSD ports repository Modified files: . modules Log: p5-Audio-WMA --> ports/audio/p5-Audio-WMA Revision Changes Path 1.11099 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:07:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F39016A4CE; Tue, 12 Oct 2004 11:07:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C3343D1F; Tue, 12 Oct 2004 11:07:24 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CB7O2t094833; Tue, 12 Oct 2004 11:07:24 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CB7OIB094832; Tue, 12 Oct 2004 11:07:24 GMT (envelope-from mat) Message-Id: <200410121107.i9CB7OIB094832@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:07:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefileports/graphics/p5-Image-ExifTool Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:07:24 -0000 mat 2004-10-12 11:07:23 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/p5-Image-ExifTool Makefile distinfo pkg-descr pkg-plist Log: Add p5-Image-ExifTool 3.50, perl module for getting EXIF data from image files. PR: ports/71841 Submitted by: Tod McQuillin Revision Changes Path 1.731 +1 -0 ports/graphics/Makefile 1.1 +21 -0 ports/graphics/p5-Image-ExifTool/Makefile (new) 1.1 +2 -0 ports/graphics/p5-Image-ExifTool/distinfo (new) 1.1 +8 -0 ports/graphics/p5-Image-ExifTool/pkg-descr (new) 1.1 +31 -0 ports/graphics/p5-Image-ExifTool/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:07:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D55D16A4CE; Tue, 12 Oct 2004 11:07:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A4BF43D45; Tue, 12 Oct 2004 11:07:39 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CB7cVw094879; Tue, 12 Oct 2004 11:07:38 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CB7cPX094878; Tue, 12 Oct 2004 11:07:38 GMT (envelope-from mat) Message-Id: <200410121107.i9CB7cPX094878@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:07:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:07:39 -0000 mat 2004-10-12 11:07:38 UTC FreeBSD ports repository Modified files: . modules Log: p5-Image-ExifTool --> ports/graphics/p5-Image-ExifTool Revision Changes Path 1.11100 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:12:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24B5916A4CE; Tue, 12 Oct 2004 11:12:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F399E43D2F; Tue, 12 Oct 2004 11:12:52 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBCq4D095107; Tue, 12 Oct 2004 11:12:52 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBCqII095106; Tue, 12 Oct 2004 11:12:52 GMT (envelope-from mat) Message-Id: <200410121112.i9CBCqII095106@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:12:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-IO-Digest Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:12:53 -0000 mat 2004-10-12 11:12:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-IO-Digest Makefile distinfo pkg-descr pkg-plist Log: Add p5-IO-Digest 0.10, calculate digests while reading or writing. PR: ports/71930 Submitted by: Rong-En Fan Revision Changes Path 1.1695 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-IO-Digest/Makefile (new) 1.1 +2 -0 ports/devel/p5-IO-Digest/distinfo (new) 1.1 +5 -0 ports/devel/p5-IO-Digest/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-IO-Digest/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:13:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88A0516A4CE; Tue, 12 Oct 2004 11:13:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B3943D3F; Tue, 12 Oct 2004 11:13:08 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBD81I095166; Tue, 12 Oct 2004 11:13:08 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBD8Rh095165; Tue, 12 Oct 2004 11:13:08 GMT (envelope-from mat) Message-Id: <200410121113.i9CBD8Rh095165@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:13:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:13:08 -0000 mat 2004-10-12 11:13:08 UTC FreeBSD ports repository Modified files: . modules Log: p5-IO-Digest --> ports/devel/p5-IO-Digest Revision Changes Path 1.11101 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:13:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18EA916A4CE; Tue, 12 Oct 2004 11:13:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA1C643D3F; Tue, 12 Oct 2004 11:13:35 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBDZVA095211; Tue, 12 Oct 2004 11:13:35 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBDZNp095210; Tue, 12 Oct 2004 11:13:35 GMT (envelope-from ale) Message-Id: <200410121113.i9CBDZNp095210@repoman.freebsd.org> From: Alex Dupre Date: Tue, 12 Oct 2004 11:13:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ZendOptimizer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:13:36 -0000 ale 2004-10-12 11:13:35 UTC FreeBSD ports repository Modified files: devel/ZendOptimizer Makefile distinfo Log: Update to 2.5.5 release. Revision Changes Path 1.12 +3 -3 ports/devel/ZendOptimizer/Makefile 1.5 +4 -4 ports/devel/ZendOptimizer/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:16:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0149C16A4CE; Tue, 12 Oct 2004 11:16:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71AC43D54; Tue, 12 Oct 2004 11:16:00 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBG0oA095406; Tue, 12 Oct 2004 11:16:00 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBG0ND095405; Tue, 12 Oct 2004 11:16:00 GMT (envelope-from mat) Message-Id: <200410121116.i9CBG0ND095405@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:16:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefileports/databases/p5-DBIx-TableHash Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:16:01 -0000 mat 2004-10-12 11:16:00 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBIx-TableHash Makefile distinfo pkg-descr pkg-plist Log: Add p5-DBIx-TableHash 1.05, tie a hash to a mysql table + SQL utils. PR: ports/71962 Submitted by: ijliao Revision Changes Path 1.388 +1 -0 ports/databases/Makefile 1.1 +27 -0 ports/databases/p5-DBIx-TableHash/Makefile (new) 1.1 +2 -0 ports/databases/p5-DBIx-TableHash/distinfo (new) 1.1 +5 -0 ports/databases/p5-DBIx-TableHash/pkg-descr (new) 1.1 +5 -0 ports/databases/p5-DBIx-TableHash/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:16:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E4C16A4CE; Tue, 12 Oct 2004 11:16:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6377D43D41; Tue, 12 Oct 2004 11:16:14 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBGEOn095456; Tue, 12 Oct 2004 11:16:14 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBGES1095455; Tue, 12 Oct 2004 11:16:14 GMT (envelope-from mat) Message-Id: <200410121116.i9CBGES1095455@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:16:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:16:14 -0000 mat 2004-10-12 11:16:14 UTC FreeBSD ports repository Modified files: . modules Log: p5-DBIx-TableHash --> ports/databases/p5-DBIx-TableHash Revision Changes Path 1.11102 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:18:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4504116A4CE; Tue, 12 Oct 2004 11:18:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F3143D45; Tue, 12 Oct 2004 11:18:20 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBIK8u095592; Tue, 12 Oct 2004 11:18:20 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBIKZA095591; Tue, 12 Oct 2004 11:18:20 GMT (envelope-from mat) Message-Id: <200410121118.i9CBIKZA095591@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:18:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/p5-Class-DBI-AutoLoader Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:18:20 -0000 mat 2004-10-12 11:18:20 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-Class-DBI-AutoLoader Makefile distinfo pkg-descr pkg-plist Log: Add p5-Class-DBI-AutoLoader 0.12, generates Class::DBI subclasses dynamically. PR: ports/72021 Submitted by: ijliao Revision Changes Path 1.389 +1 -0 ports/databases/Makefile 1.1 +36 -0 ports/databases/p5-Class-DBI-AutoLoader/Makefile (new) 1.1 +2 -0 ports/databases/p5-Class-DBI-AutoLoader/distinfo (new) 1.1 +5 -0 ports/databases/p5-Class-DBI-AutoLoader/pkg-descr (new) 1.1 +7 -0 ports/databases/p5-Class-DBI-AutoLoader/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:18:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8DC116A4CF; Tue, 12 Oct 2004 11:18:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B680543D2F; Tue, 12 Oct 2004 11:18:32 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBIWgb095638; Tue, 12 Oct 2004 11:18:32 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBIWLx095637; Tue, 12 Oct 2004 11:18:32 GMT (envelope-from mat) Message-Id: <200410121118.i9CBIWLx095637@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:18:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:18:33 -0000 mat 2004-10-12 11:18:32 UTC FreeBSD ports repository Modified files: . modules Log: p5-Class-DBI-AutoLoader --> ports/databases/p5-Class-DBI-AutoLoader Revision Changes Path 1.11103 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:21:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBEBB16A4CE; Tue, 12 Oct 2004 11:21:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95FEC43D39; Tue, 12 Oct 2004 11:21:27 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBLRNh095824; Tue, 12 Oct 2004 11:21:27 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBLRDN095823; Tue, 12 Oct 2004 11:21:27 GMT (envelope-from mat) Message-Id: <200410121121.i9CBLRDN095823@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:21:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Exporter-Tidy Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:21:27 -0000 mat 2004-10-12 11:21:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Exporter-Tidy Makefile distinfo pkg-descr pkg-plist Log: Add p5-Exporter-Tidy 0.06, another way of exporting symbols. PR: ports/72047 Submitted by: ijliao Revision Changes Path 1.1696 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/p5-Exporter-Tidy/Makefile (new) 1.1 +2 -0 ports/devel/p5-Exporter-Tidy/distinfo (new) 1.1 +8 -0 ports/devel/p5-Exporter-Tidy/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Exporter-Tidy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:21:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCC5D16A4CE; Tue, 12 Oct 2004 11:21:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9918143D2D; Tue, 12 Oct 2004 11:21:39 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBLdZF095870; Tue, 12 Oct 2004 11:21:39 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBLd2k095869; Tue, 12 Oct 2004 11:21:39 GMT (envelope-from mat) Message-Id: <200410121121.i9CBLd2k095869@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:21:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:21:39 -0000 mat 2004-10-12 11:21:39 UTC FreeBSD ports repository Modified files: . modules Log: p5-Exporter-Tidy --> ports/devel/p5-Exporter-Tidy Revision Changes Path 1.11104 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:23:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D4F516A4CE; Tue, 12 Oct 2004 11:23:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF5743D39; Tue, 12 Oct 2004 11:23:02 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBN2o2095965; Tue, 12 Oct 2004 11:23:02 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBN2BN095964; Tue, 12 Oct 2004 11:23:02 GMT (envelope-from mat) Message-Id: <200410121123.i9CBN2BN095964@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:23:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Term-ReadLine-Zoid Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:23:02 -0000 mat 2004-10-12 11:23:02 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Term-ReadLine-Zoid Makefile distinfo pkg-descr pkg-plist Log: Add p5-Term-ReadLine-Zoid 0.06, provides an interactive input buffer written in plain PERL. PR: ports/72048 Submitted by: ijliao Revision Changes Path 1.1697 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/p5-Term-ReadLine-Zoid/Makefile (new) 1.1 +2 -0 ports/devel/p5-Term-ReadLine-Zoid/distinfo (new) 1.1 +7 -0 ports/devel/p5-Term-ReadLine-Zoid/pkg-descr (new) 1.1 +56 -0 ports/devel/p5-Term-ReadLine-Zoid/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:23:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F415016A4CE; Tue, 12 Oct 2004 11:23:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10BE43D48; Tue, 12 Oct 2004 11:23:14 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBNECB096015; Tue, 12 Oct 2004 11:23:14 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBNEJ3096014; Tue, 12 Oct 2004 11:23:14 GMT (envelope-from mat) Message-Id: <200410121123.i9CBNEJ3096014@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:23:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:23:15 -0000 mat 2004-10-12 11:23:14 UTC FreeBSD ports repository Modified files: . modules Log: p5-Term-ReadLine-Zoid --> ports/devel/p5-Term-ReadLine-Zoid Revision Changes Path 1.11105 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:24:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B534C16A4CE; Tue, 12 Oct 2004 11:24:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913BC43D46; Tue, 12 Oct 2004 11:24:07 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBO7mE096107; Tue, 12 Oct 2004 11:24:07 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBO7uN096106; Tue, 12 Oct 2004 11:24:07 GMT (envelope-from mat) Message-Id: <200410121124.i9CBO7uN096106@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:24:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Env-PS1 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:24:07 -0000 mat 2004-10-12 11:24:07 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Env-PS1 Makefile distinfo pkg-descr pkg-plist Log: Add p5-Env-PS1 0.04, prompt string formatter. PR: ports/72049 Submitted by: ijliao Revision Changes Path 1.1698 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-Env-PS1/Makefile (new) 1.1 +2 -0 ports/devel/p5-Env-PS1/distinfo (new) 1.1 +7 -0 ports/devel/p5-Env-PS1/pkg-descr (new) 1.1 +15 -0 ports/devel/p5-Env-PS1/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:24:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9F1516A4CE; Tue, 12 Oct 2004 11:24:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D1C43D49; Tue, 12 Oct 2004 11:24:19 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBOJkp096153; Tue, 12 Oct 2004 11:24:19 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBOJ8X096152; Tue, 12 Oct 2004 11:24:19 GMT (envelope-from mat) Message-Id: <200410121124.i9CBOJ8X096152@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:24:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:24:19 -0000 mat 2004-10-12 11:24:19 UTC FreeBSD ports repository Modified files: . modules Log: p5-Env-PS1 --> ports/devel/p5-Env-PS1 Revision Changes Path 1.11106 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:27:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64DF916A4CE; Tue, 12 Oct 2004 11:27:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 564A143D31; Tue, 12 Oct 2004 11:27:31 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBRVmZ096327; Tue, 12 Oct 2004 11:27:31 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBRV8O096326; Tue, 12 Oct 2004 11:27:31 GMT (envelope-from mat) Message-Id: <200410121127.i9CBRV8O096326@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:27:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/p5-Net-OSCAR Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:27:31 -0000 mat 2004-10-12 11:27:31 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-OSCAR Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-OSCAR 1.907, perl extension for the AOL Instant Messenger OSCAR protocol. PR: ports/72103 Submitted by: Kelly Cochran Revision Changes Path 1.1359 +1 -0 ports/net/Makefile 1.1 +45 -0 ports/net/p5-Net-OSCAR/Makefile (new) 1.1 +2 -0 ports/net/p5-Net-OSCAR/distinfo (new) 1.1 +3 -0 ports/net/p5-Net-OSCAR/pkg-descr (new) 1.1 +21 -0 ports/net/p5-Net-OSCAR/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:27:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C19E16A4CF; Tue, 12 Oct 2004 11:27:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA87243D4C; Tue, 12 Oct 2004 11:27:44 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBRiGe096373; Tue, 12 Oct 2004 11:27:44 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBRiQw096372; Tue, 12 Oct 2004 11:27:44 GMT (envelope-from mat) Message-Id: <200410121127.i9CBRiQw096372@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:27:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:27:45 -0000 mat 2004-10-12 11:27:44 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-OSCAR --> ports/net/p5-Net-OSCAR Revision Changes Path 1.11107 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:32:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED9D16A4CE; Tue, 12 Oct 2004 11:32:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E30A43D48; Tue, 12 Oct 2004 11:32:32 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBWW4Q096627; Tue, 12 Oct 2004 11:32:32 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBWWTH096626; Tue, 12 Oct 2004 11:32:32 GMT (envelope-from mat) Message-Id: <200410121132.i9CBWWTH096626@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:32:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-Apache-Session-Wrapper Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:32:32 -0000 mat 2004-10-12 11:32:32 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Apache-Session-Wrapper Makefile distinfo pkg-descr pkg-plist Log: Add p5-Apache-Session-Wrapper 0.17, a simple wrapper around Apache::Session. Revision Changes Path 1.982 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/p5-Apache-Session-Wrapper/Makefile (new) 1.1 +2 -0 ports/www/p5-Apache-Session-Wrapper/distinfo (new) 1.1 +12 -0 ports/www/p5-Apache-Session-Wrapper/pkg-descr (new) 1.1 +3 -0 ports/www/p5-Apache-Session-Wrapper/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:32:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F2B616A4CE; Tue, 12 Oct 2004 11:32:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFABB43D39; Tue, 12 Oct 2004 11:32:44 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBWiOw096674; Tue, 12 Oct 2004 11:32:44 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBWiH1096673; Tue, 12 Oct 2004 11:32:44 GMT (envelope-from mat) Message-Id: <200410121132.i9CBWiH1096673@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:32:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:32:45 -0000 mat 2004-10-12 11:32:44 UTC FreeBSD ports repository Modified files: . modules Log: p5-Apache-Session-Wrapper --> ports/www/p5-Apache-Session-Wrapper Revision Changes Path 1.11108 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:33:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E79D16A4CE; Tue, 12 Oct 2004 11:33:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7872E43D46; Tue, 12 Oct 2004 11:33:38 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBXc6r096765; Tue, 12 Oct 2004 11:33:38 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBXcHB096764; Tue, 12 Oct 2004 11:33:38 GMT (envelope-from mat) Message-Id: <200410121133.i9CBXcHB096764@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:33:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-MasonX-Profiler Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:33:38 -0000 mat 2004-10-12 11:33:38 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-MasonX-Profiler Makefile distinfo pkg-descr pkg-plist Log: Add p5-MasonX-Profiler 0.06, mason per-component profiler. Revision Changes Path 1.983 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/p5-MasonX-Profiler/Makefile (new) 1.1 +2 -0 ports/www/p5-MasonX-Profiler/distinfo (new) 1.1 +18 -0 ports/www/p5-MasonX-Profiler/pkg-descr (new) 1.1 +5 -0 ports/www/p5-MasonX-Profiler/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:33:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA4F416A4CE; Tue, 12 Oct 2004 11:33:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E9C43D54; Tue, 12 Oct 2004 11:33:50 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBXob5096811; Tue, 12 Oct 2004 11:33:50 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBXoP1096810; Tue, 12 Oct 2004 11:33:50 GMT (envelope-from mat) Message-Id: <200410121133.i9CBXoP1096810@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:33:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:33:50 -0000 mat 2004-10-12 11:33:50 UTC FreeBSD ports repository Modified files: . modules Log: p5-MasonX-Profiler --> ports/www/p5-MasonX-Profiler Revision Changes Path 1.11109 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:46:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B883F16A4CE; Tue, 12 Oct 2004 11:46:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9367043D4C; Tue, 12 Oct 2004 11:46:08 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBk8Us097295; Tue, 12 Oct 2004 11:46:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBk8dB097294; Tue, 12 Oct 2004 11:46:08 GMT (envelope-from edwin) Message-Id: <200410121146.i9CBk8dB097294@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 11:46:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/efax-gtk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:46:08 -0000 edwin 2004-10-12 11:46:08 UTC FreeBSD ports repository Modified files: comms/efax-gtk Makefile distinfo Log: Maintainer update: efax-gtk 2.2.11 This is an update of comms/efax-gtk to 2.2.11. PR: ports/72141 Submitted by: Jean-Baptiste Quenot Revision Changes Path 1.7 +2 -2 ports/comms/efax-gtk/Makefile 1.7 +2 -2 ports/comms/efax-gtk/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:46:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C81F816A4CE; Tue, 12 Oct 2004 11:46:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA08D43D39; Tue, 12 Oct 2004 11:46:24 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBkOnD097351; Tue, 12 Oct 2004 11:46:24 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBkOHY097350; Tue, 12 Oct 2004 11:46:24 GMT (envelope-from mbr) Message-Id: <200410121146.i9CBkOHY097350@repoman.freebsd.org> From: Martin Blapp Date: Tue, 12 Oct 2004 11:46:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/razor-agents Makefileports/mail/razor-agents/files patch-deHTML-segfault X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:46:24 -0000 mbr 2004-10-12 11:46:24 UTC FreeBSD ports repository Modified files: mail/razor-agents Makefile Added files: mail/razor-agents/files patch-deHTML-segfault Log: Fix segfault which happens with long HTML documents. There are some missing boundary checks somewhere. This patch works aound this and terminates the mail properly at the end of the html part. Checksums on a patched and unpatched razor are still the same. We run this patch now over two months and everything is working fine. Revision Changes Path 1.30 +1 -1 ports/mail/razor-agents/Makefile 1.1 +33 -0 ports/mail/razor-agents/files/patch-deHTML-segfault (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 11:55:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9830616A4CE; Tue, 12 Oct 2004 11:55:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7337243D31; Tue, 12 Oct 2004 11:55:31 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CBtVW6097654; Tue, 12 Oct 2004 11:55:31 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CBtV1i097653; Tue, 12 Oct 2004 11:55:31 GMT (envelope-from mr) Message-Id: <200410121155.i9CBtV1i097653@repoman.freebsd.org> From: Michael Reifenberger Date: Tue, 12 Oct 2004 11:55:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/qcad Makefile distinfo ports/cad/qcad/files patch-ab patch-rs_math.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 11:55:31 -0000 mr 2004-10-12 11:55:31 UTC FreeBSD ports repository Modified files: cad/qcad Makefile distinfo Removed files: cad/qcad/files patch-ab patch-rs_math.h Log: upgrade to qcad-2.0.4.0-1 Revision Changes Path 1.41 +3 -11 ports/cad/qcad/Makefile 1.17 +2 -2 ports/cad/qcad/distinfo 1.4 +0 -11 ports/cad/qcad/files/patch-ab (dead) 1.2 +0 -14 ports/cad/qcad/files/patch-rs_math.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:05:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3EB316A4CE; Tue, 12 Oct 2004 12:05:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F79143D45; Tue, 12 Oct 2004 12:05:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CC5i3i098061; Tue, 12 Oct 2004 12:05:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CC5i95098060; Tue, 12 Oct 2004 12:05:44 GMT (envelope-from krion) Message-Id: <200410121205.i9CC5i95098060@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:05:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gliv Makefile ports/graphics/gliv/files patch-src::collection.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:05:44 -0000 krion 2004-10-12 12:05:44 UTC FreeBSD ports repository Modified files: graphics/gliv Makefile graphics/gliv/files patch-src::collection.c Log: Fix build on 4-stable with system compiler PR: ports/72321 Submitted by: Ports Fury Revision Changes Path 1.31 +0 -1 ports/graphics/gliv/Makefile 1.2 +86 -1 ports/graphics/gliv/files/patch-src::collection.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:07:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9226616A4CE; Tue, 12 Oct 2004 12:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCC443D54; Tue, 12 Oct 2004 12:07:01 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CC71c0098893; Tue, 12 Oct 2004 12:07:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CC71Zf098892; Tue, 12 Oct 2004 12:07:01 GMT (envelope-from krion) Message-Id: <200410121207.i9CC71Zf098892@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:07:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/nail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:07:01 -0000 krion 2004-10-12 12:07:01 UTC FreeBSD ports repository Modified files: mail/nail Makefile distinfo Log: Update to version 11.9 PR: ports/72322 Submitted by: Ports Fury Revision Changes Path 1.31 +1 -1 ports/mail/nail/Makefile 1.23 +2 -2 ports/mail/nail/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:09:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4558116A4CE; Tue, 12 Oct 2004 12:09:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 353B643D45; Tue, 12 Oct 2004 12:09:26 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CC9Qnv000178; Tue, 12 Oct 2004 12:09:26 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CC9QIh000177; Tue, 12 Oct 2004 12:09:26 GMT (envelope-from clsung) Message-Id: <200410121209.i9CC9QIh000177@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 12:09:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-Clean Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:09:26 -0000 clsung 2004-10-12 12:09:26 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-XML-Clean Makefile distinfo pkg-descr pkg-plist Log: - new port textproc/p5-XML-Clean The ultimate quest of this module is to produce from non-XML text text, that will will most probably pass throught any XML parser one could find. Basic cleaning is just XML tag matching (for every opening tag there will be closing tag as well, and they will form a tree structure). When you add some extra parameters, you will receive complete XML text, including XML head and root element (if none were defined in text, then some will be added). WWW: http://search.cpan.org/~pkubanek/XML-Clean/ PR: ports/71829 Submitted by: Rong-En Fan Approved by: mentor (vanilla) Revision Changes Path 1.745 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/p5-XML-Clean/Makefile (new) 1.1 +2 -0 ports/textproc/p5-XML-Clean/distinfo (new) 1.1 +12 -0 ports/textproc/p5-XML-Clean/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-XML-Clean/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:09:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B62B016A4CE; Tue, 12 Oct 2004 12:09:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC7343D3F; Tue, 12 Oct 2004 12:09:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CC9YZK000243; Tue, 12 Oct 2004 12:09:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CC9Y03000241; Tue, 12 Oct 2004 12:09:34 GMT (envelope-from krion) Message-Id: <200410121209.i9CC9Y03000241@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:09:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/iselect Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:09:34 -0000 krion 2004-10-12 12:09:34 UTC FreeBSD ports repository Modified files: misc/iselect Makefile distinfo pkg-descr Added files: misc/iselect pkg-plist Removed files: misc/iselect pkg-message Log: Update to version 1.3.0 PR: ports/72323 Submitted by: Ports Fury Revision Changes Path 1.8 +23 -5 ports/misc/iselect/Makefile 1.4 +2 -2 ports/misc/iselect/distinfo 1.3 +6 -14 ports/misc/iselect/pkg-descr 1.4 +0 -10 ports/misc/iselect/pkg-message (dead) 1.4 +27 -0 ports/misc/iselect/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:09:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5D5116A4D3; Tue, 12 Oct 2004 12:09:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B4043D53; Tue, 12 Oct 2004 12:09:35 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CC9ZS6000262; Tue, 12 Oct 2004 12:09:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CC9ZaW000261; Tue, 12 Oct 2004 12:09:35 GMT (envelope-from clsung) Message-Id: <200410121209.i9CC9ZaW000261@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 12:09:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:09:35 -0000 clsung 2004-10-12 12:09:35 UTC FreeBSD ports repository Modified files: . modules Log: p5-XML-Clean --> ports/textproc/p5-XML-Clean Revision Changes Path 1.11110 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:11:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34BB116A4CE; Tue, 12 Oct 2004 12:11:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CCB343D31; Tue, 12 Oct 2004 12:11:37 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCBaqM000463; Tue, 12 Oct 2004 12:11:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCBaTv000462; Tue, 12 Oct 2004 12:11:36 GMT (envelope-from krion) Message-Id: <200410121211.i9CCBaTv000462@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:11:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/whichman Makefile distinfo pkg-plist ports/misc/whichman/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:11:37 -0000 krion 2004-10-12 12:11:36 UTC FreeBSD ports repository Modified files: misc/whichman Makefile distinfo Removed files: misc/whichman pkg-plist misc/whichman/files patch-aa patch-ab Log: Update to version 2.4 PR: ports/72324 Submitted by: Ports Fury Revision Changes Path 1.7 +16 -5 ports/misc/whichman/Makefile 1.4 +2 -2 ports/misc/whichman/distinfo 1.2 +0 -13 ports/misc/whichman/files/patch-aa (dead) 1.2 +0 -40 ports/misc/whichman/files/patch-ab (dead) 1.2 +0 -3 ports/misc/whichman/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:12:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BA2116A4CE; Tue, 12 Oct 2004 12:12:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C39743D45; Tue, 12 Oct 2004 12:12:32 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCCWnr000530; Tue, 12 Oct 2004 12:12:32 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCCW02000529; Tue, 12 Oct 2004 12:12:32 GMT (envelope-from clsung) Message-Id: <200410121212.i9CCCW02000529@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 12:12:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/p5-Color-Rgb Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:12:32 -0000 clsung 2004-10-12 12:12:32 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/p5-Color-Rgb Makefile distinfo pkg-descr pkg-plist Log: Color::Rgb - simple rgb.txt parsing class. WWW: http://search.cpan.org/~sherzodr/Color-Rgb/ PR: ports/71828 Submitted by: Rong-En Fan Approved by: mentor (vanilla) Revision Changes Path 1.732 +1 -0 ports/graphics/Makefile 1.1 +22 -0 ports/graphics/p5-Color-Rgb/Makefile (new) 1.1 +2 -0 ports/graphics/p5-Color-Rgb/distinfo (new) 1.1 +3 -0 ports/graphics/p5-Color-Rgb/pkg-descr (new) 1.1 +5 -0 ports/graphics/p5-Color-Rgb/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:12:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 925BC16A4CF; Tue, 12 Oct 2004 12:12:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61EFB43D48; Tue, 12 Oct 2004 12:12:41 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCCfRH000576; Tue, 12 Oct 2004 12:12:41 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCCfi0000575; Tue, 12 Oct 2004 12:12:41 GMT (envelope-from clsung) Message-Id: <200410121212.i9CCCfi0000575@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 12:12:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:12:41 -0000 clsung 2004-10-12 12:12:41 UTC FreeBSD ports repository Modified files: . modules Log: p5-Color-Rgb --> ports/graphics/p5-Color-Rgb Revision Changes Path 1.11111 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:16:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F29B16A4CE; Tue, 12 Oct 2004 12:16:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED9643D54; Tue, 12 Oct 2004 12:16:21 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCGLwn000847; Tue, 12 Oct 2004 12:16:21 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCGL6W000846; Tue, 12 Oct 2004 12:16:21 GMT (envelope-from krion) Message-Id: <200410121216.i9CCGL6W000846@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:16:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/foomatic-db-engine Makefile distinfo pkg-plist ports/print/foomatic-db-engine/files patch-Makefile.in patch-configure.in patch-make_configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:16:22 -0000 krion 2004-10-12 12:16:21 UTC FreeBSD ports repository Modified files: print/foomatic-db-engine Makefile distinfo pkg-plist Removed files: print/foomatic-db-engine/files patch-Makefile.in patch-configure.in patch-make_configure Log: Update to version 3.0.2 PR: ports/72325 Submitted by: Ports Fury Revision Changes Path 1.17 +20 -54 ports/print/foomatic-db-engine/Makefile 1.2 +2 -1 ports/print/foomatic-db-engine/distinfo 1.3 +0 -29 ports/print/foomatic-db-engine/files/patch-Makefile.in (dead) 1.2 +0 -15 ports/print/foomatic-db-engine/files/patch-configure.in (dead) 1.2 +0 -10 ports/print/foomatic-db-engine/files/patch-make_configure (dead) 1.4 +4 -1 ports/print/foomatic-db-engine/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:16:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6880816A4CE; Tue, 12 Oct 2004 12:16:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4396C43D49; Tue, 12 Oct 2004 12:16:42 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCGgtk000885; Tue, 12 Oct 2004 12:16:42 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCGgUc000884; Tue, 12 Oct 2004 12:16:42 GMT (envelope-from danfe) Message-Id: <200410121216.i9CCGgUc000884@repoman.freebsd.org> From: Alexey Dokuchaev Date: Tue, 12 Oct 2004 12:16:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/qstat Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:16:42 -0000 danfe 2004-10-12 12:16:42 UTC FreeBSD ports repository Modified files: games/qstat Makefile distinfo pkg-descr pkg-plist Log: Update to version 2.6. PR: ports/71140 Submitted by: myself Approved by: maintainer (timeout after >40 days) Revision Changes Path 1.19 +5 -5 ports/games/qstat/Makefile 1.14 +2 -2 ports/games/qstat/distinfo 1.6 +10 -6 ports/games/qstat/pkg-descr 1.7 +3 -0 ports/games/qstat/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:20:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F179316A4CE; Tue, 12 Oct 2004 12:20:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA5043D2D; Tue, 12 Oct 2004 12:20:54 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCKsKl001048; Tue, 12 Oct 2004 12:20:54 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCKsuc001047; Tue, 12 Oct 2004 12:20:54 GMT (envelope-from krion) Message-Id: <200410121220.i9CCKsuc001047@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:20:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libntlm Makefile distinfo pkg-plist ports/security/libntlm/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:20:55 -0000 krion 2004-10-12 12:20:54 UTC FreeBSD ports repository Modified files: security/libntlm Makefile distinfo pkg-plist Removed files: security/libntlm/files patch-ltmain.sh Log: Update to version 0.3.6 PR: ports/72328 Submitted by: Ports Fury Revision Changes Path 1.6 +3 -4 ports/security/libntlm/Makefile 1.3 +2 -2 ports/security/libntlm/distinfo 1.2 +0 -15 ports/security/libntlm/files/patch-ltmain.sh (dead) 1.4 +0 -1 ports/security/libntlm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:21:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C79DC16A4CE; Tue, 12 Oct 2004 12:21:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACA643D49; Tue, 12 Oct 2004 12:21:31 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCLV8P001098; Tue, 12 Oct 2004 12:21:31 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCLVWF001097; Tue, 12 Oct 2004 12:21:31 GMT (envelope-from skv) Message-Id: <200410121221.i9CCLVWF001097@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 12 Oct 2004 12:21:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-POE-Component-Client-UserAgent Makefiledistinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:21:32 -0000 skv 2004-10-12 12:21:31 UTC FreeBSD ports repository Modified files: devel/p5-POE-Component-Client-UserAgent Makefile distinfo pkg-descr Log: Updated to 0.06 Revision Changes Path 1.6 +1 -1 ports/devel/p5-POE-Component-Client-UserAgent/Makefile 1.5 +2 -2 ports/devel/p5-POE-Component-Client-UserAgent/distinfo 1.3 +0 -3 ports/devel/p5-POE-Component-Client-UserAgent/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:21:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 792D016A4CE; Tue, 12 Oct 2004 12:21:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5076243D48; Tue, 12 Oct 2004 12:21:45 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCLjGr001134; Tue, 12 Oct 2004 12:21:45 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCLjQS001133; Tue, 12 Oct 2004 12:21:45 GMT (envelope-from skv) Message-Id: <200410121221.i9CCLjQS001133@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 12 Oct 2004 12:21:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-POE-Component-Client-HTTP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:21:45 -0000 skv 2004-10-12 12:21:45 UTC FreeBSD ports repository Modified files: devel/p5-POE-Component-Client-HTTP Makefile distinfo Log: Updated to 0.65 Revision Changes Path 1.12 +1 -1 ports/devel/p5-POE-Component-Client-HTTP/Makefile 1.11 +2 -2 ports/devel/p5-POE-Component-Client-HTTP/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:21:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2E616A4D1; Tue, 12 Oct 2004 12:21:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8179543D49; Tue, 12 Oct 2004 12:21:58 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCLwuf001171; Tue, 12 Oct 2004 12:21:58 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCLwIw001170; Tue, 12 Oct 2004 12:21:58 GMT (envelope-from skv) Message-Id: <200410121221.i9CCLwIw001170@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 12 Oct 2004 12:21:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/p5-Math-Random-MT Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:21:59 -0000 skv 2004-10-12 12:21:58 UTC FreeBSD ports repository Modified files: math/p5-Math-Random-MT Makefile distinfo Log: Updated to 1.04 * fix ->new(@seed) Revision Changes Path 1.6 +1 -1 ports/math/p5-Math-Random-MT/Makefile 1.5 +2 -2 ports/math/p5-Math-Random-MT/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:22:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6BB116A4CE; Tue, 12 Oct 2004 12:22:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A342843D39; Tue, 12 Oct 2004 12:22:30 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCMUKa001217; Tue, 12 Oct 2004 12:22:30 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCMUW7001216; Tue, 12 Oct 2004 12:22:30 GMT (envelope-from skv) Message-Id: <200410121222.i9CCMUW7001216@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 12 Oct 2004 12:22:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-Box-Parser-C Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:22:31 -0000 skv 2004-10-12 12:22:30 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Box-Parser-C Makefile distinfo pkg-descr Log: Updated to 3.006 Revision Changes Path 1.5 +1 -1 ports/mail/p5-Mail-Box-Parser-C/Makefile 1.6 +2 -2 ports/mail/p5-Mail-Box-Parser-C/distinfo 1.2 +0 -3 ports/mail/p5-Mail-Box-Parser-C/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:24:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA50916A4D1; Tue, 12 Oct 2004 12:24:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9677E43D53; Tue, 12 Oct 2004 12:24:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCO557001273; Tue, 12 Oct 2004 12:24:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCO5qQ001272; Tue, 12 Oct 2004 12:24:05 GMT (envelope-from krion) Message-Id: <200410121224.i9CCO5qQ001272@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:24:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/raptor Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:24:05 -0000 krion 2004-10-12 12:24:05 UTC FreeBSD ports repository Modified files: textproc/raptor Makefile distinfo pkg-descr Log: Update to version 1.3.3 PR: ports/72329 Submitted by: Ports Fury Revision Changes Path 1.28 +2 -2 ports/textproc/raptor/Makefile 1.15 +2 -2 ports/textproc/raptor/distinfo 1.2 +1 -1 ports/textproc/raptor/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:25:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E5216A4CE; Tue, 12 Oct 2004 12:25:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5F243D39; Tue, 12 Oct 2004 12:25:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCPShW001379; Tue, 12 Oct 2004 12:25:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCPSMs001378; Tue, 12 Oct 2004 12:25:28 GMT (envelope-from krion) Message-Id: <200410121225.i9CCPSMs001378@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:25:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/txt2html Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:25:28 -0000 krion 2004-10-12 12:25:28 UTC FreeBSD ports repository Modified files: textproc/txt2html Makefile distinfo Log: Update to version 2.31 PR: ports/72330 Submitted by: Ports Fury Revision Changes Path 1.13 +1 -1 ports/textproc/txt2html/Makefile 1.7 +2 -2 ports/textproc/txt2html/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:26:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3139716A4CE; Tue, 12 Oct 2004 12:26:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DB0643D55; Tue, 12 Oct 2004 12:26:23 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCQMwW001429; Tue, 12 Oct 2004 12:26:22 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCQMVH001428; Tue, 12 Oct 2004 12:26:22 GMT (envelope-from skv) Message-Id: <200410121226.i9CCQMVH001428@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 12 Oct 2004 12:26:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-SAX-ExpatXS Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:26:23 -0000 skv 2004-10-12 12:26:22 UTC FreeBSD ports repository Modified files: textproc/p5-XML-SAX-ExpatXS Makefile distinfo Log: Updated to 1.01 Revision Changes Path 1.4 +1 -1 ports/textproc/p5-XML-SAX-ExpatXS/Makefile 1.4 +2 -2 ports/textproc/p5-XML-SAX-ExpatXS/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:27:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4692E16A4CE; Tue, 12 Oct 2004 12:27:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2147B43D3F; Tue, 12 Oct 2004 12:27:07 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCR7dY001500; Tue, 12 Oct 2004 12:27:07 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCR7Mp001499; Tue, 12 Oct 2004 12:27:07 GMT (envelope-from krion) Message-Id: <200410121227.i9CCR7Mp001499@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:27:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/lwm Makefile distinfo pkg-plist ports/x11-wm/lwm/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:27:07 -0000 krion 2004-10-12 12:27:06 UTC FreeBSD ports repository Modified files: x11-wm/lwm Makefile distinfo Removed files: x11-wm/lwm pkg-plist x11-wm/lwm/files patch-aa Log: Update to version 1.2.1 PR: ports/72332 Submitted by: Ports Fury Revision Changes Path 1.18 +7 -4 ports/x11-wm/lwm/Makefile 1.9 +2 -2 ports/x11-wm/lwm/distinfo 1.2 +0 -10 ports/x11-wm/lwm/files/patch-aa (dead) 1.3 +0 -7 ports/x11-wm/lwm/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:31:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ED4D16A4CE; Tue, 12 Oct 2004 12:31:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0CEC43D46; Tue, 12 Oct 2004 12:31:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCVYk4001903; Tue, 12 Oct 2004 12:31:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCVY1L001902; Tue, 12 Oct 2004 12:31:34 GMT (envelope-from krion) Message-Id: <200410121231.i9CCVY1L001902@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:31:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Proc-ProcessTable Makefileports/lang/libjit Makefile ports/lang/ml-pnet Makefile ports/lang/pnet Makefile ports/lang/pnet-base Makefile ports/lang/pnetc Makefile ports/lang/pnetlib Makefile ports/lang/treecc Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:31:35 -0000 krion 2004-10-12 12:31:34 UTC FreeBSD ports repository Modified files: devel/p5-Proc-ProcessTable Makefile lang/libjit Makefile lang/ml-pnet Makefile lang/pnet Makefile lang/pnet-base Makefile lang/pnetc Makefile lang/pnetlib Makefile lang/treecc Makefile sysutils/p5-LJ-TextMessage Makefile textproc/p5-LJ-SpellCheck Makefile Log: Drop maintainership to ports@FreeBSD.org PR: ports/72437 Submitted by: Michael Johnson Revision Changes Path 1.14 +1 -1 ports/devel/p5-Proc-ProcessTable/Makefile 1.6 +1 -1 ports/lang/libjit/Makefile 1.7 +1 -1 ports/lang/ml-pnet/Makefile 1.9 +1 -1 ports/lang/pnet-base/Makefile 1.25 +1 -1 ports/lang/pnet/Makefile 1.7 +1 -1 ports/lang/pnetc/Makefile 1.10 +1 -1 ports/lang/pnetlib/Makefile 1.27 +1 -1 ports/lang/treecc/Makefile 1.10 +1 -1 ports/sysutils/p5-LJ-TextMessage/Makefile 1.6 +1 -1 ports/textproc/p5-LJ-SpellCheck/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:33:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 263FC16A4CE; Tue, 12 Oct 2004 12:33:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1750A43D3F; Tue, 12 Oct 2004 12:33:48 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCXlMq001981; Tue, 12 Oct 2004 12:33:47 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCXlIN001980; Tue, 12 Oct 2004 12:33:47 GMT (envelope-from clsung) Message-Id: <200410121233.i9CCXlIN001980@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 12:33:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/svk Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:33:48 -0000 clsung 2004-10-12 12:33:47 UTC FreeBSD ports repository Modified files: devel/svk Makefile distinfo pkg-plist Log: - Update to 0.21 - This is second beta release for SVK, and it's SVK's one year birthday! - I also add a warning messages when user wants to run SVK with PPerl. When using PPerl, (currently) it can be used for signle user. And it doesn't respect umask. These 2 problems are PPerl's, but I think a warning is good for users. PR: ports/71969 Submitted by: Rong-En Fan Approved by: mentor (vanilla) Revision Changes Path 1.10 +11 -1 ports/devel/svk/Makefile 1.8 +2 -2 ports/devel/svk/distinfo 1.5 +3 -0 ports/devel/svk/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:34:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 261CB16A4CE; Tue, 12 Oct 2004 12:34:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 014FE43D39; Tue, 12 Oct 2004 12:34:40 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCYdi1002064; Tue, 12 Oct 2004 12:34:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCYdvd002063; Tue, 12 Oct 2004 12:34:39 GMT (envelope-from krion) Message-Id: <200410121234.i9CCYdvd002063@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:34:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mhwaveedit Makefile distinfo ports/audio/mhwaveedit/files patch-src::gtkfiles.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:34:40 -0000 krion 2004-10-12 12:34:39 UTC FreeBSD ports repository Modified files: audio/mhwaveedit Makefile distinfo Added files: audio/mhwaveedit/files patch-src::gtkfiles.h Log: Update to version 1.3.3 PR: ports/72523 Submitted by: Ports Fury Revision Changes Path 1.25 +22 -3 ports/audio/mhwaveedit/Makefile 1.15 +2 -2 ports/audio/mhwaveedit/distinfo 1.1 +10 -0 ports/audio/mhwaveedit/files/patch-src::gtkfiles.h (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:35:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE3416A4CE; Tue, 12 Oct 2004 12:35:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C7043D5A; Tue, 12 Oct 2004 12:35:38 +0000 (GMT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCZbB2002191; Tue, 12 Oct 2004 12:35:37 GMT (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCZbL9002190; Tue, 12 Oct 2004 12:35:37 GMT (envelope-from jmz) Message-Id: <200410121235.i9CCZbL9002190@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Tue, 12 Oct 2004 12:35:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/mtools Makefileports/emulators/mtools/files patch-2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:35:38 -0000 jmz 2004-10-12 12:35:37 UTC FreeBSD ports repository Modified files: emulators/mtools Makefile emulators/mtools/files patch-2 Log: Update default devices names. Submitted by: joerg Revision Changes Path 1.51 +1 -1 ports/emulators/mtools/Makefile 1.11 +26 -26 ports/emulators/mtools/files/patch-2 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:36:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 730DC16A4CE; Tue, 12 Oct 2004 12:36:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECD443D58; Tue, 12 Oct 2004 12:36:41 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCafTj002273; Tue, 12 Oct 2004 12:36:41 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCafqE002272; Tue, 12 Oct 2004 12:36:41 GMT (envelope-from krion) Message-Id: <200410121236.i9CCafqE002272@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:36:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/vda2fbd Makefile distinfo pkg-plist ports/converters/vda2fbd/files patch-Makefile patch-vda2fbd-0.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:36:41 -0000 krion 2004-10-12 12:36:41 UTC FreeBSD ports repository Modified files: converters/vda2fbd Makefile distinfo Removed files: converters/vda2fbd pkg-plist converters/vda2fbd/files patch-Makefile patch-vda2fbd-0.9 Log: Update to version 1.0 PR: ports/72524 Submitted by: Ports Fury Revision Changes Path 1.2 +11 -4 ports/converters/vda2fbd/Makefile 1.3 +2 -2 ports/converters/vda2fbd/distinfo 1.2 +0 -23 ports/converters/vda2fbd/files/patch-Makefile (dead) 1.2 +0 -68 ports/converters/vda2fbd/files/patch-vda2fbd-0.9 (dead) 1.3 +0 -3 ports/converters/vda2fbd/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:41:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1494C16A4CE; Tue, 12 Oct 2004 12:41:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4BE043D39; Tue, 12 Oct 2004 12:41:11 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCfB6w002452; Tue, 12 Oct 2004 12:41:11 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCfBt6002451; Tue, 12 Oct 2004 12:41:11 GMT (envelope-from dinoex) Message-Id: <200410121241.i9CCfBt6002451@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 12:41:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/wv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:41:12 -0000 dinoex 2004-10-12 12:41:11 UTC FreeBSD ports repository Modified files: textproc/wv Makefile Log: - use lynx-ssl as default - honor option WITHOUT_SSL Revision Changes Path 1.33 +4 -0 ports/textproc/wv/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:44:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D45CA16A4CE; Tue, 12 Oct 2004 12:44:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0CE443D54; Tue, 12 Oct 2004 12:44:40 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCieUI002572; Tue, 12 Oct 2004 12:44:40 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCied6002571; Tue, 12 Oct 2004 12:44:40 GMT (envelope-from skv) Message-Id: <200410121244.i9CCied6002571@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 12 Oct 2004 12:44:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/p5-Convert-Binary-C Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:44:41 -0000 skv 2004-10-12 12:44:40 UTC FreeBSD ports repository Modified files: converters/p5-Convert-Binary-C Makefile distinfo Log: Updated to 0.56 Revision Changes Path 1.4 +1 -1 ports/converters/p5-Convert-Binary-C/Makefile 1.4 +2 -2 ports/converters/p5-Convert-Binary-C/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:45:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BACA316A4CE; Tue, 12 Oct 2004 12:45:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96F7E43D45; Tue, 12 Oct 2004 12:45:00 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCj00d002608; Tue, 12 Oct 2004 12:45:00 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCj0VE002607; Tue, 12 Oct 2004 12:45:00 GMT (envelope-from clsung) Message-Id: <200410121245.i9CCj0VE002607@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 12:45:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-SVN-Mirror Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:45:00 -0000 clsung 2004-10-12 12:45:00 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Mirror Makefile distinfo Log: - Update to 0.47 - needed by SVK 0.21. PR: ports/71970 Submitted by: Rong-En Fan Approved by: mentor (vanilla) Revision Changes Path 1.10 +2 -1 ports/devel/p5-SVN-Mirror/Makefile 1.8 +2 -2 ports/devel/p5-SVN-Mirror/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:46:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA0F16A4CE; Tue, 12 Oct 2004 12:46:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB47A43D2F; Tue, 12 Oct 2004 12:46:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCkuuB002746; Tue, 12 Oct 2004 12:46:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCkuhU002745; Tue, 12 Oct 2004 12:46:56 GMT (envelope-from krion) Message-Id: <200410121246.i9CCkuhU002745@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:46:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/codeworker Makefile distinfopatch-ScpStream.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:46:57 -0000 krion 2004-10-12 12:46:56 UTC FreeBSD ports repository Modified files: devel/codeworker Makefile distinfo Removed files: devel/codeworker/files patch-DtaPatternScript.h patch-ScpStream.h Log: Update to version 3.8.2 PR: ports/72525 Submitted by: Ports Fury Revision Changes Path 1.7 +12 -13 ports/devel/codeworker/Makefile 1.4 +2 -2 ports/devel/codeworker/distinfo 1.2 +0 -10 ports/devel/codeworker/files/patch-DtaPatternScript.h (dead) 1.2 +0 -11 ports/devel/codeworker/files/patch-ScpStream.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:48:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE4A16A4CE; Tue, 12 Oct 2004 12:48:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7F443D2F; Tue, 12 Oct 2004 12:48:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCmYmG009171; Tue, 12 Oct 2004 12:48:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCmYrD009170; Tue, 12 Oct 2004 12:48:34 GMT (envelope-from krion) Message-Id: <200410121248.i9CCmYrD009170@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:48:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/dparser Makefile distinfo ports/devel/dparser/files patch-write_tables.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:48:35 -0000 krion 2004-10-12 12:48:34 UTC FreeBSD ports repository Modified files: devel/dparser Makefile distinfo Removed files: devel/dparser/files patch-write_tables.c Log: Update to version 1.13 PR: ports/72526 Submitted by: Ports Fury Revision Changes Path 1.9 +1 -1 ports/devel/dparser/Makefile 1.6 +2 -2 ports/devel/dparser/distinfo 1.2 +0 -26 ports/devel/dparser/files/patch-write_tables.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:48:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 753F416A4CE; Tue, 12 Oct 2004 12:48:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 516AA43D2F; Tue, 12 Oct 2004 12:48:54 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCmsoF009213; Tue, 12 Oct 2004 12:48:54 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCmsXP009212; Tue, 12 Oct 2004 12:48:54 GMT (envelope-from skv) Message-Id: <200410121248.i9CCmsXP009212@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 12 Oct 2004 12:48:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/tinyxml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:48:54 -0000 skv 2004-10-12 12:48:54 UTC FreeBSD ports repository Modified files: textproc/tinyxml Makefile distinfo Log: Updated to 2.3.2 Revision Changes Path 1.2 +1 -1 ports/textproc/tinyxml/Makefile 1.2 +2 -2 ports/textproc/tinyxml/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:50:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB9916A4CE; Tue, 12 Oct 2004 12:50:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A95C543D2D; Tue, 12 Oct 2004 12:50:09 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCo9O5009279; Tue, 12 Oct 2004 12:50:09 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCo9dm009278; Tue, 12 Oct 2004 12:50:09 GMT (envelope-from krion) Message-Id: <200410121250.i9CCo9dm009278@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:50:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/hsftp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:50:10 -0000 krion 2004-10-12 12:50:09 UTC FreeBSD ports repository Modified files: ftp/hsftp Makefile distinfo Log: Update to version 1.15 PR: ports/72527 Submitted by: Ports Fury Revision Changes Path 1.13 +1 -1 ports/ftp/hsftp/Makefile 1.10 +2 -2 ports/ftp/hsftp/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:51:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B659B16A4CE; Tue, 12 Oct 2004 12:51:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F4D43D1F; Tue, 12 Oct 2004 12:51:43 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCphBS009413; Tue, 12 Oct 2004 12:51:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCphWH009412; Tue, 12 Oct 2004 12:51:43 GMT (envelope-from clsung) Message-Id: <200410121251.i9CCphWH009412@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 12:51:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-VCP-Dest-svk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:51:43 -0000 clsung 2004-10-12 12:51:43 UTC FreeBSD ports repository Modified files: devel/p5-VCP-Dest-svk Makefile distinfo Log: - Update to 0.26 PR: ports/71971 Submitted by: Rong-En Fan Approved by: co-mentor (vanilla) Revision Changes Path 1.2 +1 -1 ports/devel/p5-VCP-Dest-svk/Makefile 1.2 +2 -2 ports/devel/p5-VCP-Dest-svk/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:52:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB82316A4CE; Tue, 12 Oct 2004 12:52:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84FB643D2D; Tue, 12 Oct 2004 12:52:04 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCq42H009475; Tue, 12 Oct 2004 12:52:04 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCq4p8009474; Tue, 12 Oct 2004 12:52:04 GMT (envelope-from krion) Message-Id: <200410121252.i9CCq4p8009474@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:52:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/mget Makefile distinfo pkg-descr ports/ftp/mget/files patch-mget.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:52:04 -0000 krion 2004-10-12 12:52:04 UTC FreeBSD ports repository Modified files: ftp/mget Makefile distinfo pkg-descr Removed files: ftp/mget/files patch-mget.c Log: Update to version 1.4.2 PR: ports/72528 Submitted by: Ports Fury Revision Changes Path 1.11 +9 -6 ports/ftp/mget/Makefile 1.5 +2 -2 ports/ftp/mget/distinfo 1.4 +0 -68 ports/ftp/mget/files/patch-mget.c (dead) 1.3 +6 -2 ports/ftp/mget/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:53:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF0916A4CE; Tue, 12 Oct 2004 12:53:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB0543D46; Tue, 12 Oct 2004 12:53:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCrN1C009537; Tue, 12 Oct 2004 12:53:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCrNe6009536; Tue, 12 Oct 2004 12:53:23 GMT (envelope-from krion) Message-Id: <200410121253.i9CCrNe6009536@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:53:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/pngwriter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:53:23 -0000 krion 2004-10-12 12:53:23 UTC FreeBSD ports repository Modified files: graphics/pngwriter Makefile distinfo Log: Update to version 0.4.8 PR: ports/72529 Submitted by: Ports Fury Revision Changes Path 1.4 +3 -2 ports/graphics/pngwriter/Makefile 1.5 +2 -2 ports/graphics/pngwriter/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:55:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6752116A4CE; Tue, 12 Oct 2004 12:55:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A2643D45; Tue, 12 Oct 2004 12:55:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCting009671; Tue, 12 Oct 2004 12:55:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCtiiD009670; Tue, 12 Oct 2004 12:55:44 GMT (envelope-from krion) Message-Id: <200410121255.i9CCtiiD009670@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:55:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/swftools Makefile distinfo patch-lib::modules::swffont.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:55:44 -0000 krion 2004-10-12 12:55:44 UTC FreeBSD ports repository Modified files: graphics/swftools Makefile distinfo Removed files: graphics/swftools/files patch-configure patch-lib::modules::swffont.c Log: Update to version 0.6.2 PR: ports/72530 Submitted by: Ports Fury Revision Changes Path 1.20 +22 -11 ports/graphics/swftools/Makefile 1.13 +2 -2 ports/graphics/swftools/distinfo 1.3 +0 -76 ports/graphics/swftools/files/patch-configure (dead) 1.2 +0 -12 ports/graphics/swftools/files/patch-lib::modules::swffont.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 12:59:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3729B16A4CE; Tue, 12 Oct 2004 12:59:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E0043D3F; Tue, 12 Oct 2004 12:59:40 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CCxeqA009880; Tue, 12 Oct 2004 12:59:40 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CCxe72009879; Tue, 12 Oct 2004 12:59:40 GMT (envelope-from krion) Message-Id: <200410121259.i9CCxe72009879@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 12:59:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/fxt Makefile distinfo pkg-plist patch-bmat::bitmatprint.ccpatch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 12:59:40 -0000 krion 2004-10-12 12:59:40 UTC FreeBSD ports repository Modified files: math/fxt Makefile distinfo pkg-plist Added files: math/fxt/files patch-aux0::aux0print.cc patch-bmat::bitmatprint.cc patch-bpol::bitpolprint.cc Removed files: math/fxt/files patch-include::jjassert.h patch-makefile Log: Update to version 2004.10.04 PR: ports/72531 Submitted by: Ports Fury Revision Changes Path 1.12 +27 -8 ports/math/fxt/Makefile 1.8 +2 -2 ports/math/fxt/distinfo 1.1 +11 -0 ports/math/fxt/files/patch-aux0::aux0print.cc (new) 1.1 +10 -0 ports/math/fxt/files/patch-bmat::bitmatprint.cc (new) 1.1 +10 -0 ports/math/fxt/files/patch-bpol::bitpolprint.cc (new) 1.2 +0 -11 ports/math/fxt/files/patch-include::jjassert.h (dead) 1.5 +0 -56 ports/math/fxt/files/patch-makefile (dead) 1.7 +356 -209 ports/math/fxt/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:00:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A67816A4D1; Tue, 12 Oct 2004 13:00:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB1D43D31; Tue, 12 Oct 2004 13:00:20 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CD0KST009952; Tue, 12 Oct 2004 13:00:20 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CD0KJa009951; Tue, 12 Oct 2004 13:00:20 GMT (envelope-from clsung) Message-Id: <200410121300.i9CD0KJa009951@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 13:00:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Dumper-Simple Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:00:20 -0000 clsung 2004-10-12 13:00:19 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Data-Dumper-Simple Makefile distinfo pkg-descr pkg-plist Log: - Add new port devel/p5-Data-Dumper-Simple - This module allow the user to dump variables in a Data::Dumper format. PR: ports/71508 Submitted by: clsung Approved by: co-mentor (vanilla) Revision Changes Path 1.1699 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-Data-Dumper-Simple/Makefile (new) 1.1 +2 -0 ports/devel/p5-Data-Dumper-Simple/distinfo (new) 1.1 +17 -0 ports/devel/p5-Data-Dumper-Simple/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Data-Dumper-Simple/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:01:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023EA16A4D1; Tue, 12 Oct 2004 13:01:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D32BC43D2F; Tue, 12 Oct 2004 13:01:10 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CD1Aqk010067; Tue, 12 Oct 2004 13:01:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CD1At6010066; Tue, 12 Oct 2004 13:01:10 GMT (envelope-from clsung) Message-Id: <200410121301.i9CD1At6010066@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 13:01:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:01:11 -0000 clsung 2004-10-12 13:01:10 UTC FreeBSD ports repository Modified files: . modules Log: p5-Data-Dumper-Simple --> ports/devel/p5-Data-Dumper-Simple Revision Changes Path 1.11112 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:01:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 174E516A4CF; Tue, 12 Oct 2004 13:01:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E677D43D4C; Tue, 12 Oct 2004 13:01:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CD1Uaq010105; Tue, 12 Oct 2004 13:01:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CD1U4V010104; Tue, 12 Oct 2004 13:01:30 GMT (envelope-from krion) Message-Id: <200410121301.i9CD1U4V010104@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:01:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gtkterm2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:01:31 -0000 krion 2004-10-12 13:01:30 UTC FreeBSD ports repository Modified files: x11/gtkterm2 Makefile distinfo Log: Update to version 0.2.3 PR: ports/72532 Submitted by: Ports Fury Revision Changes Path 1.4 +1 -1 ports/x11/gtkterm2/Makefile 1.3 +2 -2 ports/x11/gtkterm2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:04:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE70916A4CE; Tue, 12 Oct 2004 13:04:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA55643D31; Tue, 12 Oct 2004 13:04:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CD4UA7010212; Tue, 12 Oct 2004 13:04:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CD4UwY010211; Tue, 12 Oct 2004 13:04:30 GMT (envelope-from krion) Message-Id: <200410121304.i9CD4UwY010211@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:04:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/libpixman Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:04:31 -0000 krion 2004-10-12 13:04:30 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libpixman Makefile distinfo pkg-descr Log: Add libpixman 0.1.1, pixel region library. PR: ports/72389 Submitted by: Michael Johnson Revision Changes Path 1.733 +1 -0 ports/graphics/Makefile 1.1 +35 -0 ports/graphics/libpixman/Makefile (new) 1.1 +2 -0 ports/graphics/libpixman/distinfo (new) 1.1 +3 -0 ports/graphics/libpixman/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:04:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA5316A4CE; Tue, 12 Oct 2004 13:04:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479B843D31; Tue, 12 Oct 2004 13:04:43 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CD4hDX010258; Tue, 12 Oct 2004 13:04:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CD4hFo010257; Tue, 12 Oct 2004 13:04:43 GMT (envelope-from krion) Message-Id: <200410121304.i9CD4hFo010257@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:04:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:04:43 -0000 krion 2004-10-12 13:04:43 UTC FreeBSD ports repository Modified files: . modules Log: libpixman --> ports/graphics/libpixman Revision Changes Path 1.11113 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:07:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD08216A4CE; Tue, 12 Oct 2004 13:07:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD36743D53; Tue, 12 Oct 2004 13:07:09 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CD79R1010464; Tue, 12 Oct 2004 13:07:09 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CD79Wc010463; Tue, 12 Oct 2004 13:07:09 GMT (envelope-from krion) Message-Id: <200410121307.i9CD79Wc010463@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:07:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/glitz Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:07:10 -0000 krion 2004-10-12 13:07:09 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/glitz Makefile distinfo pkg-descr pkg-plist Log: Add glitz 0.2.3, Glitz is an OpenGL image compositing library. Glitz provides Porter/Duff compositing of images and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. PR: ports/72390 Submitted by: Michael Johnson Revision Changes Path 1.734 +1 -0 ports/graphics/Makefile 1.1 +33 -0 ports/graphics/glitz/Makefile (new) 1.1 +2 -0 ports/graphics/glitz/distinfo (new) 1.1 +5 -0 ports/graphics/glitz/pkg-descr (new) 1.1 +10 -0 ports/graphics/glitz/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:07:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 383F216A4CE; Tue, 12 Oct 2004 13:07:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13FB943D2D; Tue, 12 Oct 2004 13:07:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CD7Mu6010510; Tue, 12 Oct 2004 13:07:22 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CD7MVp010509; Tue, 12 Oct 2004 13:07:22 GMT (envelope-from krion) Message-Id: <200410121307.i9CD7MVp010509@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:07:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:07:23 -0000 krion 2004-10-12 13:07:22 UTC FreeBSD ports repository Modified files: . modules Log: glitz --> ports/graphics/glitz Revision Changes Path 1.11114 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:09:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C1616A4CE; Tue, 12 Oct 2004 13:09:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1C243D2F; Tue, 12 Oct 2004 13:09:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CD9U5r010608; Tue, 12 Oct 2004 13:09:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CD9U4q010607; Tue, 12 Oct 2004 13:09:30 GMT (envelope-from krion) Message-Id: <200410121309.i9CD9U4q010607@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:09:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/libsvg Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:09:30 -0000 krion 2004-10-12 13:09:30 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libsvg Makefile distinfo pkg-descr Log: Add libsvg 0.1.2, a parser for SVG content in files or buffers. PR: ports/72406 Submitted by: Michael Johnson Revision Changes Path 1.735 +1 -0 ports/graphics/Makefile 1.1 +40 -0 ports/graphics/libsvg/Makefile (new) 1.1 +2 -0 ports/graphics/libsvg/distinfo (new) 1.1 +3 -0 ports/graphics/libsvg/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:09:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 211A516A4CF; Tue, 12 Oct 2004 13:09:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E951043D39; Tue, 12 Oct 2004 13:09:42 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CD9gW8010654; Tue, 12 Oct 2004 13:09:42 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CD9gj2010653; Tue, 12 Oct 2004 13:09:42 GMT (envelope-from krion) Message-Id: <200410121309.i9CD9gj2010653@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:09:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:09:43 -0000 krion 2004-10-12 13:09:42 UTC FreeBSD ports repository Modified files: . modules Log: libsvg --> ports/graphics/libsvg Revision Changes Path 1.11115 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:15:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D21A16A4CE; Tue, 12 Oct 2004 13:15:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7837043D5A; Tue, 12 Oct 2004 13:15:46 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDFk4P011027; Tue, 12 Oct 2004 13:15:46 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDFkEA011026; Tue, 12 Oct 2004 13:15:46 GMT (envelope-from clsung) Message-Id: <200410121315.i9CDFkEA011026@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 13:15:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Module-Install Makefile distinfo pkg-descr pkg-plist ports/devel/p5-Module-Install/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:15:46 -0000 clsung 2004-10-12 13:15:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Module-Install Makefile distinfo pkg-descr pkg-plist devel/p5-Module-Install/files patch-Makefile.PL Log: - Add new port: devel/p5-Module-Install - Module::Install is a a standalone, extensible installer for Perl modules. - It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a descendent of CPAN::MakeMaker. WWW: http://search.cpan.org/dist/Module-Install/ PR: ports/71794 Submitted by: clsung Approved by: co-mentor (vanilla) Revision Changes Path 1.1700 +1 -0 ports/devel/Makefile 1.1 +48 -0 ports/devel/p5-Module-Install/Makefile (new) 1.1 +2 -0 ports/devel/p5-Module-Install/distinfo (new) 1.1 +17 -0 ports/devel/p5-Module-Install/files/patch-Makefile.PL (new) 1.1 +7 -0 ports/devel/p5-Module-Install/pkg-descr (new) 1.1 +37 -0 ports/devel/p5-Module-Install/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:15:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800D216A4CE; Tue, 12 Oct 2004 13:15:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ABF943D41; Tue, 12 Oct 2004 13:15:56 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDFuvZ011073; Tue, 12 Oct 2004 13:15:56 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDFud2011072; Tue, 12 Oct 2004 13:15:56 GMT (envelope-from clsung) Message-Id: <200410121315.i9CDFud2011072@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 13:15:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:15:56 -0000 clsung 2004-10-12 13:15:56 UTC FreeBSD ports repository Modified files: . modules Log: p5-Module-Install --> ports/devel/p5-Module-Install Revision Changes Path 1.11116 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:16:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41AAE16A4CF; Tue, 12 Oct 2004 13:16:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDAE43D3F; Tue, 12 Oct 2004 13:16:52 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDGqBY011202; Tue, 12 Oct 2004 13:16:52 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDGqw6011201; Tue, 12 Oct 2004 13:16:52 GMT (envelope-from krion) Message-Id: <200410121316.i9CDGqw6011201@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:16:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/freebooters Makefile distinfo pkg-descr pkg-plist ports/games/freebooters/files patch-Makefile patch-data_freebooters.conf patch-sdl__setup.cc patch-tools.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:16:52 -0000 krion 2004-10-12 13:16:52 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/freebooters Makefile distinfo pkg-descr pkg-plist games/freebooters/files patch-Makefile patch-data_freebooters.conf patch-sdl__setup.cc patch-tools.cc Log: Add freebooters 0.2.1, The Caribbean Sea in the late 16th century: The Dutch, French, English and Spanish crown aim to expand their areas of influence. You as an auspiscious young captain are trying to make the best of it, as you may either become a brave merchant soul, a freebooting hero of your crown or a bloodlusty dreaded pirate leader. Freebooters will hopefully become a free clone of the Sid Meier classic Pirates!. It's written in C++ using SDL and licensed under the GNU General Public License. PR: ports/72189 Submitted by: Janos Mohacsi Revision Changes Path 1.713 +1 -0 ports/games/Makefile 1.1 +34 -0 ports/games/freebooters/Makefile (new) 1.1 +2 -0 ports/games/freebooters/distinfo (new) 1.1 +80 -0 ports/games/freebooters/files/patch-Makefile (new) 1.1 +12 -0 ports/games/freebooters/files/patch-data_freebooters.conf (new) 1.1 +14 -0 ports/games/freebooters/files/patch-sdl__setup.cc (new) 1.1 +14 -0 ports/games/freebooters/files/patch-tools.cc (new) 1.1 +11 -0 ports/games/freebooters/pkg-descr (new) 1.1 +378 -0 ports/games/freebooters/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:17:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F047316A54C; Tue, 12 Oct 2004 13:17:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C862043D31; Tue, 12 Oct 2004 13:17:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDH3RH011252; Tue, 12 Oct 2004 13:17:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDH3Jj011251; Tue, 12 Oct 2004 13:17:03 GMT (envelope-from krion) Message-Id: <200410121317.i9CDH3Jj011251@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:17:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:17:04 -0000 krion 2004-10-12 13:17:03 UTC FreeBSD ports repository Modified files: . modules Log: freebooters --> ports/games/freebooters Revision Changes Path 1.11117 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:21:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C2B16A4CE; Tue, 12 Oct 2004 13:21:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E1043D1D; Tue, 12 Oct 2004 13:21:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDLi8S011412; Tue, 12 Oct 2004 13:21:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDLiWR011411; Tue, 12 Oct 2004 13:21:44 GMT (envelope-from phk) Message-Id: <200410121321.i9CDLiWR011411@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 13:21:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/config lang.l X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:21:44 -0000 phk 2004-10-12 13:21:44 UTC FreeBSD src repository Modified files: usr.sbin/config lang.l Log: We accept both "option" and "options" so also accept both "nooption" and "nooptions". Revision Changes Path 1.39 +1 -0 src/usr.sbin/config/lang.l From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:23:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D1916A4CE; Tue, 12 Oct 2004 13:23:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F4643D46; Tue, 12 Oct 2004 13:23:48 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDNmgt011706; Tue, 12 Oct 2004 13:23:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDNm5f011705; Tue, 12 Oct 2004 13:23:48 GMT (envelope-from krion) Message-Id: <200410121323.i9CDNm5f011705@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:23:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/advancecomp Makefileports/benchmarks/forkbomb Makefile ports/benchmarks/webbench Makefile ports/databases/slony1 Makefile ports/games/d2x Makefile ports/games/sarien Makefile ports/graphics/zgv Makefile ports/mail/popcheck Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:23:49 -0000 krion 2004-10-12 13:23:48 UTC FreeBSD ports repository Modified files: archivers/advancecomp Makefile benchmarks/forkbomb Makefile benchmarks/webbench Makefile databases/slony1 Makefile games/d2x Makefile games/sarien Makefile graphics/zgv Makefile mail/popcheck Makefile net/fspclient Makefile sysutils/uptimec Makefile x11-toolkits/py-fltk Makefile x11-toolkits/py-fox Makefile Log: Drop maintainership to ports@FreeBSD.org PR: ports/71721 Submitted by: Radim Kolar Revision Changes Path 1.5 +1 -1 ports/archivers/advancecomp/Makefile 1.6 +1 -1 ports/benchmarks/forkbomb/Makefile 1.7 +1 -1 ports/benchmarks/webbench/Makefile 1.7 +1 -1 ports/databases/slony1/Makefile 1.3 +1 -1 ports/games/d2x/Makefile 1.3 +1 -1 ports/games/sarien/Makefile 1.5 +1 -1 ports/graphics/zgv/Makefile 1.5 +1 -1 ports/mail/popcheck/Makefile 1.24 +1 -1 ports/net/fspclient/Makefile 1.4 +1 -1 ports/sysutils/uptimec/Makefile 1.2 +1 -1 ports/x11-toolkits/py-fltk/Makefile 1.2 +1 -1 ports/x11-toolkits/py-fox/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:30:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8CB816A4CE; Tue, 12 Oct 2004 13:30:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AD043D1F; Tue, 12 Oct 2004 13:30:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDU9ck011959; Tue, 12 Oct 2004 13:30:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDU9ki011958; Tue, 12 Oct 2004 13:30:09 GMT (envelope-from pav) Message-Id: <200410121330.i9CDU9ki011958@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 13:30:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/gnubiff Makefile distinfo pkg-plist ports/mail/gnubiff/files patch-configure patch-src-biff.cc patch-src-file.cc patch-src-socket.cc patch-src-ui-popup.cc patch-src-ui-preferences.cc patch-src::File.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:30:10 -0000 pav 2004-10-12 13:30:09 UTC FreeBSD ports repository Modified files: mail/gnubiff Makefile distinfo pkg-plist mail/gnubiff/files patch-configure Added files: mail/gnubiff/files patch-src-biff.cc patch-src-file.cc patch-src-socket.cc patch-src-ui-popup.cc patch-src-ui-preferences.cc Removed files: mail/gnubiff/files patch-src::File.h Log: - Update to 2.0.1 PR: ports/72563 Submitted by: Tim Bishop (maintainer) Revision Changes Path 1.5 +1 -2 ports/mail/gnubiff/Makefile 1.3 +2 -2 ports/mail/gnubiff/distinfo 1.2 +14 -5 ports/mail/gnubiff/files/patch-configure 1.1 +19 -0 ports/mail/gnubiff/files/patch-src-biff.cc (new) 1.1 +10 -0 ports/mail/gnubiff/files/patch-src-file.cc (new) 1.1 +11 -0 ports/mail/gnubiff/files/patch-src-socket.cc (new) 1.1 +20 -0 ports/mail/gnubiff/files/patch-src-ui-popup.cc (new) 1.1 +10 -0 ports/mail/gnubiff/files/patch-src-ui-preferences.cc (new) 1.2 +0 -10 ports/mail/gnubiff/files/patch-src::File.h (dead) 1.4 +13 -36 ports/mail/gnubiff/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:31:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A1D716A4CE; Tue, 12 Oct 2004 13:31:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA18443D46; Tue, 12 Oct 2004 13:31:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDVdTQ012067; Tue, 12 Oct 2004 13:31:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDVdYS012066; Tue, 12 Oct 2004 13:31:39 GMT (envelope-from phk) Message-Id: <200410121331.i9CDVdYS012066@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 13:31:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys ttydefaults.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:31:40 -0000 phk 2004-10-12 13:31:39 UTC FreeBSD src repository Modified files: sys/sys ttydefaults.h Log: Do not enable ECHO modes by default when a tty port is opened. If the other device also does echo'ing this can result in a character-storm before we ever get a chance to disable the echo modes. Revision Changes Path 1.17 +1 -1 src/sys/sys/ttydefaults.h From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:33:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED96216A4CE; Tue, 12 Oct 2004 13:33:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD38743D31; Tue, 12 Oct 2004 13:33:34 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDXYUb012135; Tue, 12 Oct 2004 13:33:34 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDXYbB012134; Tue, 12 Oct 2004 13:33:34 GMT (envelope-from mat) Message-Id: <200410121333.i9CDXYbB012134@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 13:33:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-ExtUtils-CBuilder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:33:35 -0000 mat 2004-10-12 13:33:34 UTC FreeBSD ports repository Modified files: devel/p5-ExtUtils-CBuilder Makefile distinfo Log: Update to 0.04 Revision Changes Path 1.4 +1 -1 ports/devel/p5-ExtUtils-CBuilder/Makefile 1.4 +2 -2 ports/devel/p5-ExtUtils-CBuilder/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:33:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5770416A4D6; Tue, 12 Oct 2004 13:33:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F4543D31; Tue, 12 Oct 2004 13:33:41 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDXfCt012178; Tue, 12 Oct 2004 13:33:41 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDXfWu012177; Tue, 12 Oct 2004 13:33:41 GMT (envelope-from krion) Message-Id: <200410121333.i9CDXfWu012177@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:33:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/qhacc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:33:41 -0000 krion 2004-10-12 13:33:41 UTC FreeBSD ports repository Modified files: finance/qhacc Makefile distinfo Log: Update to version 3.2.1 PR: ports/71878 Submitted by: Ports Fury Revision Changes Path 1.52 +1 -1 ports/finance/qhacc/Makefile 1.36 +2 -2 ports/finance/qhacc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:34:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A76516A4CE; Tue, 12 Oct 2004 13:34:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 071AC43D31; Tue, 12 Oct 2004 13:34:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDYXJg012251; Tue, 12 Oct 2004 13:34:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDYX7V012250; Tue, 12 Oct 2004 13:34:33 GMT (envelope-from krion) Message-Id: <200410121334.i9CDYX7V012250@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 13:34:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/khacc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:34:34 -0000 krion 2004-10-12 13:34:33 UTC FreeBSD ports repository Modified files: finance/khacc Makefile distinfo Log: Update to version 3.2.1 PR: ports/71877 Submitted by: Ports Fury Revision Changes Path 1.16 +2 -1 ports/finance/khacc/Makefile 1.12 +2 -2 ports/finance/khacc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:38:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E2116A4CE; Tue, 12 Oct 2004 13:38:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305BC43D31; Tue, 12 Oct 2004 13:38:34 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDcYH2012450; Tue, 12 Oct 2004 13:38:34 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDcY1H012449; Tue, 12 Oct 2004 13:38:34 GMT (envelope-from clsung) Message-Id: <200410121338.i9CDcY1H012449@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 13:38:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-Webmail-Gmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:38:34 -0000 clsung 2004-10-12 13:38:34 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Webmail-Gmail Makefile distinfo Log: - Update to 1.00 - Fixed some errors in the documentation. - Fixed an error where large message bodies were not returned properly. - Updated documentation with new test scripts. - Added the ability to delete messages. PR: ports/71977 Submitted by: clsung Approved by: co-mentor (vanilla) Revision Changes Path 1.5 +1 -1 ports/mail/p5-Mail-Webmail-Gmail/Makefile 1.4 +2 -2 ports/mail/p5-Mail-Webmail-Gmail/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:44:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 992AF16A4CE; Tue, 12 Oct 2004 13:44:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 750FF43D31; Tue, 12 Oct 2004 13:44:07 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDi7O5012675; Tue, 12 Oct 2004 13:44:07 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDi74v012674; Tue, 12 Oct 2004 13:44:07 GMT (envelope-from clsung) Message-Id: <200410121344.i9CDi74v012674@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Oct 2004 13:44:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/p5-Tcl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:44:07 -0000 clsung 2004-10-12 13:44:07 UTC FreeBSD ports repository Modified files: lang/p5-Tcl Makefile distinfo Log: - update to 0.84 PR: ports/72030 Submitted by: clsung Approved by: co-mentor (vanilla) Revision Changes Path 1.24 +1 -1 ports/lang/p5-Tcl/Makefile 1.5 +2 -2 ports/lang/p5-Tcl/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:52:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 942DF16A4CE; Tue, 12 Oct 2004 13:52:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E9843D2F; Tue, 12 Oct 2004 13:52:46 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDqk6i012928; Tue, 12 Oct 2004 13:52:46 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDqkIP012927; Tue, 12 Oct 2004 13:52:46 GMT (envelope-from maxim) Message-Id: <200410121352.i9CDqkIP012927@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 12 Oct 2004 13:52:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 tcp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:52:46 -0000 maxim 2004-10-12 13:52:46 UTC FreeBSD src repository Modified files: share/man/man4 tcp.4 Log: Document net.inet.tcp.sack.initburst sysctl. Revision Changes Path 1.47 +3 -0 src/share/man/man4/tcp.4 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 13:58:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6911116A4CE; Tue, 12 Oct 2004 13:58:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45DBD43D39; Tue, 12 Oct 2004 13:58:47 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CDwlV0013172; Tue, 12 Oct 2004 13:58:47 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CDwl6L013171; Tue, 12 Oct 2004 13:58:47 GMT (envelope-from mat) Message-Id: <200410121358.i9CDwl6L013171@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 13:58:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Module-Build Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 13:58:47 -0000 mat 2004-10-12 13:58:47 UTC FreeBSD ports repository Modified files: devel/p5-Module-Build Makefile distinfo pkg-plist Log: Update to 0.26 Revision Changes Path 1.19 +4 -2 ports/devel/p5-Module-Build/Makefile 1.16 +2 -2 ports/devel/p5-Module-Build/distinfo 1.7 +2 -1 ports/devel/p5-Module-Build/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:07:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE4016A4CE; Tue, 12 Oct 2004 14:07:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E068843D5C; Tue, 12 Oct 2004 14:07:01 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CE71cQ013498; Tue, 12 Oct 2004 14:07:01 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CE71cD013497; Tue, 12 Oct 2004 14:07:01 GMT (envelope-from mat) Message-Id: <200410121407.i9CE71cD013497@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 14:07:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-ODBC Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:07:02 -0000 mat 2004-10-12 14:07:01 UTC FreeBSD ports repository Modified files: databases/p5-DBD-ODBC Makefile distinfo Log: Update to 1.11 Revision Changes Path 1.15 +10 -2 ports/databases/p5-DBD-ODBC/Makefile 1.8 +2 -2 ports/databases/p5-DBD-ODBC/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:07:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C058F16A4CE; Tue, 12 Oct 2004 14:07:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DD8643D1D; Tue, 12 Oct 2004 14:07:39 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CE7dxV013543; Tue, 12 Oct 2004 14:07:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CE7dYY013542; Tue, 12 Oct 2004 14:07:39 GMT (envelope-from rwatson) Message-Id: <200410121407.i9CE7dYY013542@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 14:07:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en developers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:07:39 -0000 rwatson 2004-10-12 14:07:39 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Add csjp to the list of developer entitites -- victim status approaching. Revision Changes Path 1.86 +2 -1 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:10:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95FFA16A4CE; Tue, 12 Oct 2004 14:10:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7424943D1D; Tue, 12 Oct 2004 14:10:43 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEAh7q013687; Tue, 12 Oct 2004 14:10:43 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEAhFh013686; Tue, 12 Oct 2004 14:10:43 GMT (envelope-from ume) Message-Id: <200410121410.i9CEAhFh013686@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 12 Oct 2004 14:10:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cyrus-sasl2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:10:43 -0000 ume 2004-10-12 14:10:43 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile Log: add WITH_AUTHDAEMON option to allow use of courier authdaemond. PR: ports/72093 Submitted by: Marcin Gryszkalis Revision Changes Path 1.106 +4 -0 ports/security/cyrus-sasl2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:11:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9385816A4CE; Tue, 12 Oct 2004 14:11:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF1543D1D; Tue, 12 Oct 2004 14:11:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEBxmY013731; Tue, 12 Oct 2004 14:11:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEBxsp013730; Tue, 12 Oct 2004 14:11:59 GMT (envelope-from rwatson) Message-Id: <200410121411.i9CEBxsp013730@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 14:11:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:11:59 -0000 rwatson 2004-10-12 14:11:59 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Document some in-progress work items: - tcp_output() socket buffer locking fixes on the path to 5.x - accept()/sofree() locking fixes on the path to 5.x (but may not fix the reported problem?) - multicast privilege problems - i4b hangs with SMP Revision Changes Path 1.96 +50 -1 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:13:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1738716A4CE; Tue, 12 Oct 2004 14:13:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E910F43D48; Tue, 12 Oct 2004 14:13:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CED0wu013794; Tue, 12 Oct 2004 14:13:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CED0Cn013790; Tue, 12 Oct 2004 14:13:00 GMT (envelope-from pav) Message-Id: <200410121413.i9CED0Cn013790@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 14:13:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/whois Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:13:01 -0000 pav 2004-10-12 14:13:00 UTC FreeBSD ports repository Modified files: net/whois Makefile distinfo Log: - Update to 4.6.22 PR: ports/72567 Submitted by: Filippo Natali (maintainer) Revision Changes Path 1.19 +1 -1 ports/net/whois/Makefile 1.14 +2 -2 ports/net/whois/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:13:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8792616A4CF; Tue, 12 Oct 2004 14:13:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E0443D48; Tue, 12 Oct 2004 14:13:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CED1d1013819; Tue, 12 Oct 2004 14:13:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CED1VN013818; Tue, 12 Oct 2004 14:13:01 GMT (envelope-from rwatson) Message-Id: <200410121413.i9CED1VN013818@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 14:13:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:13:01 -0000 rwatson 2004-10-12 14:13:01 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Not processing entropy from a free'd mbuf in ethernet input has been fixed in 6.x, but not yet 5.x. Revision Changes Path 1.97 +3 -2 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:18:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF3316A4CE; Tue, 12 Oct 2004 14:18:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC1D343D39; Tue, 12 Oct 2004 14:18:05 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEI51R014042; Tue, 12 Oct 2004 14:18:05 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEI542014041; Tue, 12 Oct 2004 14:18:05 GMT (envelope-from mat) Message-Id: <200410121418.i9CEI542014041@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 14:18:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Tie-Array-Sorted Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:18:06 -0000 mat 2004-10-12 14:18:05 UTC FreeBSD ports repository Modified files: devel/p5-Tie-Array-Sorted Makefile distinfo pkg-plist Log: Update to 1.3 Revision Changes Path 1.2 +3 -2 ports/devel/p5-Tie-Array-Sorted/Makefile 1.2 +2 -2 ports/devel/p5-Tie-Array-Sorted/distinfo 1.2 +3 -1 ports/devel/p5-Tie-Array-Sorted/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:23:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D75616A4CE; Tue, 12 Oct 2004 14:23:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A3BC43D5A; Tue, 12 Oct 2004 14:23:32 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CENWt3014252; Tue, 12 Oct 2004 14:23:32 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CENWA1014251; Tue, 12 Oct 2004 14:23:32 GMT (envelope-from eik) Message-Id: <200410121423.i9CENWA1014251@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 12 Oct 2004 14:23:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/mail Makefile ports/mail/swaks Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:23:32 -0000 eik 2004-10-12 14:23:31 UTC FreeBSD ports repository Modified files: . modules mail Makefile Added files: mail/swaks Makefile distinfo pkg-descr pkg-message Log: add mail/swaks- a SWiss Army Knife Smtp transaction tester Revision Changes Path 1.11118 +1 -0 CVSROOT/modules 1.571 +1 -0 ports/mail/Makefile 1.1 +36 -0 ports/mail/swaks/Makefile (new) 1.1 +2 -0 ports/mail/swaks/distinfo (new) 1.1 +3 -0 ports/mail/swaks/pkg-descr (new) 1.1 +7 -0 ports/mail/swaks/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:26:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD7816A4CE; Tue, 12 Oct 2004 14:26:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC97D43D1F; Tue, 12 Oct 2004 14:26:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEQrJR014381; Tue, 12 Oct 2004 14:26:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEQrN8014380; Tue, 12 Oct 2004 14:26:53 GMT (envelope-from krion) Message-Id: <200410121426.i9CEQrN8014380@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 14:26:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libidn Makefile Makefile.man distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:26:54 -0000 krion 2004-10-12 14:26:53 UTC FreeBSD ports repository Modified files: devel/libidn Makefile Makefile.man distinfo Log: Update to 0.5.6 Revision Changes Path 1.37 +1 -1 ports/devel/libidn/Makefile 1.4 +5 -0 ports/devel/libidn/Makefile.man 1.24 +2 -2 ports/devel/libidn/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:30:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8E9D16A4CE; Tue, 12 Oct 2004 14:30:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8771E43D1D; Tue, 12 Oct 2004 14:30:52 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEUqZB014598; Tue, 12 Oct 2004 14:30:52 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEUqkp014597; Tue, 12 Oct 2004 14:30:52 GMT (envelope-from krion) Message-Id: <200410121430.i9CEUqkp014597@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 14:30:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ipsumdump Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:30:52 -0000 krion 2004-10-12 14:30:52 UTC FreeBSD ports repository Modified files: net/ipsumdump Makefile distinfo pkg-descr Log: Update to 1.43 Revision Changes Path 1.15 +2 -2 ports/net/ipsumdump/Makefile 1.11 +2 -2 ports/net/ipsumdump/distinfo 1.2 +1 -1 ports/net/ipsumdump/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:33:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8736F16A4CE; Tue, 12 Oct 2004 14:33:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651C243D41; Tue, 12 Oct 2004 14:33:06 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEX6H2014688; Tue, 12 Oct 2004 14:33:06 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEX6WU014687; Tue, 12 Oct 2004 14:33:06 GMT (envelope-from naddy) Message-Id: <200410121433.i9CEX6WU014687@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Oct 2004 14:33:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/openntpd Makefile distinfo ports/net/openntpd/files patch-config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:33:06 -0000 naddy 2004-10-12 14:33:06 UTC FreeBSD ports repository Modified files: net/openntpd Makefile distinfo Added files: net/openntpd/files patch-config.c Log: Update to release 20040824p. Revision Changes Path 1.7 +3 -2 ports/net/openntpd/Makefile 1.6 +2 -2 ports/net/openntpd/distinfo 1.1 +17 -0 ports/net/openntpd/files/patch-config.c (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:33:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4176316A4CE; Tue, 12 Oct 2004 14:33:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EA0543D2D; Tue, 12 Oct 2004 14:33:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEXuI0014728; Tue, 12 Oct 2004 14:33:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEXu5S014727; Tue, 12 Oct 2004 14:33:56 GMT (envelope-from krion) Message-Id: <200410121433.i9CEXu5S014727@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 14:33:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/nut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:33:56 -0000 krion 2004-10-12 14:33:55 UTC FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: Update to 10.6 Revision Changes Path 1.38 +1 -1 ports/misc/nut/Makefile 1.34 +2 -2 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:35:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C07116A4D4; Tue, 12 Oct 2004 14:35:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4569143D2D; Tue, 12 Oct 2004 14:35:28 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEZSmL014809; Tue, 12 Oct 2004 14:35:28 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEZSAv014808; Tue, 12 Oct 2004 14:35:28 GMT (envelope-from mat) Message-Id: <200410121435.i9CEZSAv014808@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 14:35:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-CClient Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:35:28 -0000 mat 2004-10-12 14:35:28 UTC FreeBSD ports repository Modified files: mail/p5-Mail-CClient Makefile distinfo Log: Update to 1.12 Revision Changes Path 1.10 +1 -1 ports/mail/p5-Mail-CClient/Makefile 1.7 +2 -2 ports/mail/p5-Mail-CClient/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:36:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5B8616A4D1; Tue, 12 Oct 2004 14:36:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B541B43D1D; Tue, 12 Oct 2004 14:36:33 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEaXiU014890; Tue, 12 Oct 2004 14:36:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEaXlc014889; Tue, 12 Oct 2004 14:36:33 GMT (envelope-from krion) Message-Id: <200410121436.i9CEaXlc014889@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 14:36:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/pmacct Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:36:34 -0000 krion 2004-10-12 14:36:33 UTC FreeBSD ports repository Modified files: net-mgmt/pmacct Makefile distinfo Log: Update to 0.7.4 Revision Changes Path 1.27 +1 -1 ports/net-mgmt/pmacct/Makefile 1.23 +2 -2 ports/net-mgmt/pmacct/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:38:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE2B16A4DD; Tue, 12 Oct 2004 14:38:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C253C43D31; Tue, 12 Oct 2004 14:38:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEcCVG014979; Tue, 12 Oct 2004 14:38:12 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEcCCG014978; Tue, 12 Oct 2004 14:38:12 GMT (envelope-from mat) Message-Id: <200410121438.i9CEcCCG014978@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 14:38:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/p5-Bit-Vector-Minimal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:38:13 -0000 mat 2004-10-12 14:38:12 UTC FreeBSD ports repository Modified files: math/p5-Bit-Vector-Minimal Makefile distinfo Log: Update to 1.1 Revision Changes Path 1.2 +1 -1 ports/math/p5-Bit-Vector-Minimal/Makefile 1.2 +2 -2 ports/math/p5-Bit-Vector-Minimal/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:39:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 084AB16A4CE; Tue, 12 Oct 2004 14:39:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB5443D1D; Tue, 12 Oct 2004 14:39:12 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEdCIu015024; Tue, 12 Oct 2004 14:39:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEdCvI015023; Tue, 12 Oct 2004 14:39:12 GMT (envelope-from krion) Message-Id: <200410121439.i9CEdCvI015023@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 14:39:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pork Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:39:13 -0000 krion 2004-10-12 14:39:12 UTC FreeBSD ports repository Modified files: net/pork Makefile distinfo Log: Update to 0.99.5 Revision Changes Path 1.9 +1 -1 ports/net/pork/Makefile 1.7 +2 -2 ports/net/pork/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:40:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B475416A574; Tue, 12 Oct 2004 14:40:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9195343D1D; Tue, 12 Oct 2004 14:40:10 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEeA5F015074; Tue, 12 Oct 2004 14:40:10 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEeA1D015073; Tue, 12 Oct 2004 14:40:10 GMT (envelope-from mat) Message-Id: <200410121440.i9CEeA1D015073@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 14:40:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spamass-rules Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:40:10 -0000 mat 2004-10-12 14:40:10 UTC FreeBSD ports repository Modified files: mail/spamass-rules Makefile distinfo Log: Update to 20041010 PR: 72482 Submitted by: maintainer Revision Changes Path 1.9 +1 -1 ports/mail/spamass-rules/Makefile 1.6 +2 -2 ports/mail/spamass-rules/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:42:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DFAC16A4CE; Tue, 12 Oct 2004 14:42:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1960343D3F; Tue, 12 Oct 2004 14:42:28 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEgR0g015219; Tue, 12 Oct 2004 14:42:28 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEgRMX015218; Tue, 12 Oct 2004 14:42:27 GMT (envelope-from naddy) Message-Id: <200410121442.i9CEgRMX015218@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Oct 2004 14:42:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/sdd Makefile distinfo ports/sysutils/sdd/files patch-sdd_sdd.1 patch-sdd_sdd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:42:28 -0000 naddy 2004-10-12 14:42:27 UTC FreeBSD ports repository Modified files: sysutils/sdd Makefile distinfo sysutils/sdd/files patch-sdd_sdd.c Removed files: sysutils/sdd/files patch-sdd_sdd.1 Log: Maintenance update to 1.52. Revision Changes Path 1.12 +1 -2 ports/sysutils/sdd/Makefile 1.4 +2 -2 ports/sysutils/sdd/distinfo 1.2 +0 -14 ports/sysutils/sdd/files/patch-sdd_sdd.1 (dead) 1.2 +6 -6 ports/sysutils/sdd/files/patch-sdd_sdd.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:43:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0491016A4CE; Tue, 12 Oct 2004 14:43:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D79F043D54; Tue, 12 Oct 2004 14:43:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEh3ZP015291; Tue, 12 Oct 2004 14:43:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEh3Rk015290; Tue, 12 Oct 2004 14:43:03 GMT (envelope-from krion) Message-Id: <200410121443.i9CEh3Rk015290@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 14:43:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/gmime2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:43:04 -0000 krion 2004-10-12 14:43:03 UTC FreeBSD ports repository Modified files: mail/gmime2 Makefile distinfo Log: Update to 2.1.9 Revision Changes Path 1.24 +1 -1 ports/mail/gmime2/Makefile 1.15 +2 -2 ports/mail/gmime2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:45:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 192A716A4CF; Tue, 12 Oct 2004 14:45:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB55143D3F; Tue, 12 Oct 2004 14:45:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEjo42015449; Tue, 12 Oct 2004 14:45:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEjoVo015448; Tue, 12 Oct 2004 14:45:50 GMT (envelope-from krion) Message-Id: <200410121445.i9CEjoVo015448@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 14:45:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/fprobe Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:45:51 -0000 krion 2004-10-12 14:45:50 UTC FreeBSD ports repository Modified files: net-mgmt/fprobe Makefile distinfo Log: Update to 1.0.6 Revision Changes Path 1.11 +2 -1 ports/net-mgmt/fprobe/Makefile 1.9 +2 -2 ports/net-mgmt/fprobe/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:52:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA78E16A4CE; Tue, 12 Oct 2004 14:52:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AB243D31; Tue, 12 Oct 2004 14:52:52 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEqqQ6015634; Tue, 12 Oct 2004 14:52:52 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEqqXt015633; Tue, 12 Oct 2004 14:52:52 GMT (envelope-from keramida) Message-Id: <200410121452.i9CEqqXt015633@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 12 Oct 2004 14:52:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string strerror.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:52:52 -0000 keramida 2004-10-12 14:52:52 UTC FreeBSD src repository (doc committer) Modified files: lib/libc/string strerror.3 Log: Correctly document the return value of strerror() and strerror_r() and the contents of the returned buffer for unknown error codes. PR: docs/72578 Submitted by: Jilles Tjoelker MFC after: 3 days Revision Changes Path 1.23 +10 -11 src/lib/libc/string/strerror.3 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:54:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2027216A4CE; Tue, 12 Oct 2004 14:54:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D4C43D39; Tue, 12 Oct 2004 14:54:23 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEsMQs015737; Tue, 12 Oct 2004 14:54:22 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEsMGi015736; Tue, 12 Oct 2004 14:54:22 GMT (envelope-from naddy) Message-Id: <200410121454.i9CEsMGi015736@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Oct 2004 14:54:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/libogg Makefile distinfo ports/audio/libogg/files patch-Makefile.in patch-doc_Makefile.in patch-doc_ogg_Makefile.in patch-src_bitwise.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:54:23 -0000 naddy 2004-10-12 14:54:22 UTC FreeBSD ports repository Modified files: audio/libogg Makefile distinfo audio/libogg/files patch-Makefile.in patch-doc_Makefile.in patch-doc_ogg_Makefile.in Removed files: audio/libogg/files patch-src_bitwise.c Log: Update to 1.1.2. Changes in this release: * various bugfixes * important bugfix for 64-bit platforms * various portability fixes * autotools cleanup from Thomas Vander Stichele * new multiplexed Ogg stream documentation Revision Changes Path 1.23 +3 -3 ports/audio/libogg/Makefile 1.9 +2 -2 ports/audio/libogg/distinfo 1.2 +10 -8 ports/audio/libogg/files/patch-Makefile.in 1.2 +10 -8 ports/audio/libogg/files/patch-doc_Makefile.in 1.2 +11 -9 ports/audio/libogg/files/patch-doc_ogg_Makefile.in 1.2 +0 -43 ports/audio/libogg/files/patch-src_bitwise.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:55:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DC0F16A4CE; Tue, 12 Oct 2004 14:55:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AEE943D1F; Tue, 12 Oct 2004 14:55:08 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEt89A015799; Tue, 12 Oct 2004 14:55:08 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEt8xM015798; Tue, 12 Oct 2004 14:55:08 GMT (envelope-from mat) Message-Id: <200410121455.i9CEt8xM015798@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 14:55:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-PerlIO-via-dynamic Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:55:08 -0000 mat 2004-10-12 14:55:08 UTC FreeBSD ports repository Modified files: devel/p5-PerlIO-via-dynamic Makefile distinfo pkg-descr pkg-plist Log: Update to 0.11 submiter takes maintainership PR: 71931 Submitted by: Rong-En Fan Approved by: maintainer Revision Changes Path 1.2 +3 -3 ports/devel/p5-PerlIO-via-dynamic/Makefile 1.2 +2 -1 ports/devel/p5-PerlIO-via-dynamic/distinfo 1.2 +2 -0 ports/devel/p5-PerlIO-via-dynamic/pkg-descr 1.3 +2 -2 ports/devel/p5-PerlIO-via-dynamic/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:55:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1DBC16A556; Tue, 12 Oct 2004 14:55:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4070743D41; Tue, 12 Oct 2004 14:55:17 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEtH4u015886; Tue, 12 Oct 2004 14:55:17 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEtGXd015885; Tue, 12 Oct 2004 14:55:17 GMT (envelope-from naddy) Message-Id: <200410121455.i9CEtGXd015885@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Oct 2004 14:55:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/libvorbis Makefile distinfo pkg-plist patch-doc_Makefile.in patch-doc_vorbisenc_Makefile.in patch-doc_vorbisfile_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:55:41 -0000 naddy 2004-10-12 14:55:16 UTC FreeBSD ports repository Modified files: audio/libvorbis Makefile distinfo pkg-plist audio/libvorbis/files patch-Makefile.in patch-doc_Makefile.in patch-doc_vorbisenc_Makefile.in patch-doc_vorbisfile_Makefile.in Log: Update to 1.1.0. Changes in this release: * merges tuning improvements from Aoyumi's aoTuV with fixups * new managed bitrate (CBR) mode support * new vorbis_encoder_ctl() interface * extensive documentation updates * application/ogg mimetype is now official * autotools cleanup from Thomas Vander Stichele * various bugfixes Revision Changes Path 1.25 +3 -3 ports/audio/libvorbis/Makefile 1.9 +2 -2 ports/audio/libvorbis/distinfo 1.3 +7 -7 ports/audio/libvorbis/files/patch-Makefile.in 1.2 +9 -7 ports/audio/libvorbis/files/patch-doc_Makefile.in 1.2 +11 -9 ports/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in 1.2 +11 -9 ports/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in 1.10 +2 -2 ports/audio/libvorbis/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:55:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8283716A4D1; Tue, 12 Oct 2004 14:55:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 605CC43D31; Tue, 12 Oct 2004 14:55:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEtxox015945; Tue, 12 Oct 2004 14:55:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEtxnj015944; Tue, 12 Oct 2004 14:55:59 GMT (envelope-from rwatson) Message-Id: <200410121455.i9CEtxnj015944@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 14:55:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys random.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:55:59 -0000 rwatson 2004-10-12 14:55:59 UTC FreeBSD src repository Modified files: sys/sys random.h Log: Add a note ahea of the esource enum that if new entropy source categories are added, the set of entropy source assertions in the harvesting code also need to be updated. Revision Changes Path 1.34 +4 -0 src/sys/sys/random.h From owner-cvs-all@FreeBSD.ORG Tue Oct 12 14:57:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D49C16A4CE; Tue, 12 Oct 2004 14:57:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFE3843D46; Tue, 12 Oct 2004 14:57:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CEvEFt016003; Tue, 12 Oct 2004 14:57:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CEvEPI016002; Tue, 12 Oct 2004 14:57:14 GMT (envelope-from rwatson) Message-Id: <200410121457.i9CEvEPI016002@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 14:57:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/random randomdev_soft.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 14:57:15 -0000 rwatson 2004-10-12 14:57:14 UTC FreeBSD src repository Modified files: sys/dev/random randomdev_soft.c Log: Assert that the entropy source category provided by a caller submitting entropy is valid, as an invalid source will cause dereferencing of an array of queues to an incorrect memory location. Revision Changes Path 1.6 +6 -0 src/sys/dev/random/randomdev_soft.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:00:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D8B16A4CE; Tue, 12 Oct 2004 15:00:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7ABE43D48; Tue, 12 Oct 2004 15:00:52 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CF0qZu016155; Tue, 12 Oct 2004 15:00:52 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CF0qtE016154; Tue, 12 Oct 2004 15:00:52 GMT (envelope-from krion) Message-Id: <200410121500.i9CF0qtE016154@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 15:00:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/icpld Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:00:53 -0000 krion 2004-10-12 15:00:52 UTC FreeBSD ports repository Modified files: net/icpld Makefile distinfo Log: Update to 1.0.5 Revision Changes Path 1.12 +1 -1 ports/net/icpld/Makefile 1.10 +2 -2 ports/net/icpld/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:03:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7813A16A4CE; Tue, 12 Oct 2004 15:03:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5621443D1F; Tue, 12 Oct 2004 15:03:52 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CF3q1I016282; Tue, 12 Oct 2004 15:03:52 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CF3qBD016281; Tue, 12 Oct 2004 15:03:52 GMT (envelope-from osa) Message-Id: <200410121503.i9CF3qBD016281@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 12 Oct 2004 15:03:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/oops Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:03:52 -0000 osa 2004-10-12 15:03:52 UTC FreeBSD ports repository Modified files: www/oops Makefile Log: Pass maintainership to Dmitry Morozovsky (aka marck), who highly activity using oops for business and kindly volunteered to keep this port up-to-date. Revision Changes Path 1.32 +1 -1 ports/www/oops/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:04:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1030D16A4CE; Tue, 12 Oct 2004 15:04:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F8143D1D; Tue, 12 Oct 2004 15:04:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CF4ATf016315; Tue, 12 Oct 2004 15:04:10 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CF4A47016314; Tue, 12 Oct 2004 15:04:10 GMT (envelope-from ru) Message-Id: <200410121504.i9CF4A47016314@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 12 Oct 2004 15:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:04:11 -0000 ru 2004-10-12 15:04:10 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Style fixes, including: - Sort kmod.mk knobs in the documentation section. - Fixed misuses of the word "KLD" which stands for "kernel ld", or "kernel linker", where kernel module is meant. - Removed redundant uses of ${.OBJDIR}. - Whitespace and indentation fixes. - CLEANFILES cleanup. - Target redefinition protection (install.debug). Submitted by: bde, ru Reviewed by: ru, bde Revision Changes Path 1.170 +34 -40 src/sys/conf/kmod.mk From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:06:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 265F816A4CE; Tue, 12 Oct 2004 15:06:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0538943D49; Tue, 12 Oct 2004 15:06:53 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CF6q0E016511; Tue, 12 Oct 2004 15:06:52 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CF6qnN016510; Tue, 12 Oct 2004 15:06:52 GMT (envelope-from mat) Message-Id: <200410121506.i9CF6qnN016510@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 15:06:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Heap-Simple Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:06:53 -0000 mat 2004-10-12 15:06:52 UTC FreeBSD ports repository Modified files: devel/p5-Heap-Simple Makefile distinfo pkg-plist Log: Update to 0.06 PR: 72470 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/devel/p5-Heap-Simple/Makefile 1.2 +2 -2 ports/devel/p5-Heap-Simple/distinfo 1.2 +2 -0 ports/devel/p5-Heap-Simple/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:08:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D057F16A4CF; Tue, 12 Oct 2004 15:08:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC8843D46; Tue, 12 Oct 2004 15:08:24 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CF8O8g016566; Tue, 12 Oct 2004 15:08:24 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CF8O6M016565; Tue, 12 Oct 2004 15:08:24 GMT (envelope-from ru) Message-Id: <200410121508.i9CF8O6M016565@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 12 Oct 2004 15:08:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:08:25 -0000 ru 2004-10-12 15:08:24 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Back out cumulative changes from revs. 1.92-1.94: "make depend" followed by "make depend" shouldn't do anything. It doesn't seem to be a problem anymore, and if someone finds it to break again, please contact me so we can work on a real fix. Reviewed by: bde Revision Changes Path 1.171 +0 -1 src/sys/conf/kmod.mk From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:09:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52B3B16A4CF; Tue, 12 Oct 2004 15:09:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F09D43D4C; Tue, 12 Oct 2004 15:09:53 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CF9rpB016614; Tue, 12 Oct 2004 15:09:53 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CF9r5I016613; Tue, 12 Oct 2004 15:09:53 GMT (envelope-from nectar) Message-Id: <200410121509.i9CF9r5I016613@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 12 Oct 2004 15:09:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:09:53 -0000 nectar 2004-10-12 15:09:53 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Note squid SNMP DoS. Based on an entry that was Submitted by: Thomas-Martin Seck Revision Changes Path 1.285 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:10:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8904D16A4CE; Tue, 12 Oct 2004 15:10:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE0843D49; Tue, 12 Oct 2004 15:10:09 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CFA9f9016699; Tue, 12 Oct 2004 15:10:09 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CFA9dO016698; Tue, 12 Oct 2004 15:10:09 GMT (envelope-from krion) Message-Id: <200410121510.i9CFA9dO016698@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 15:10:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gnunet Makefile pkg-plist patch-src_applications_afs_module_Makefile.in patch-src_applications_afs_tools_Makefile.in patch-src_applications_dht_tools_Makefile.in patch-src_applications_stats_Makefile.in patch-src_applications_testbed_Makefile.in patch-src_applications_tracekit_Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:10:09 -0000 krion 2004-10-12 15:10:09 UTC FreeBSD ports repository Modified files: net/gnunet Makefile pkg-plist Added files: net/gnunet/files patch-src_applications_afs_module_Makefile.in patch-src_applications_afs_tools_Makefile.in patch-src_applications_chat_Makefile.in patch-src_applications_dht_tools_Makefile.in patch-src_applications_stats_Makefile.in patch-src_applications_tbench_Makefile.in patch-src_applications_testbed_Makefile.in patch-src_applications_tracekit_Makefile.in patch-src_conf_Makefile.in patch-src_include_gnunet__util.h patch-src_server_Makefile.in patch-src_transports_udp6.c Log: Fix build Installs sample gnunet-conf Installs some documentation PR: ports/72299 Submitted by: Janos Mohacsi Revision Changes Path 1.42 +14 -3 ports/net/gnunet/Makefile 1.1 +14 -0 ports/net/gnunet/files/patch-src_applications_afs_module_Makefile.in (new) 1.1 +14 -0 ports/net/gnunet/files/patch-src_applications_afs_tools_Makefile.in (new) 1.1 +14 -0 ports/net/gnunet/files/patch-src_applications_chat_Makefile.in (new) 1.1 +14 -0 ports/net/gnunet/files/patch-src_applications_dht_tools_Makefile.in (new) 1.1 +14 -0 ports/net/gnunet/files/patch-src_applications_stats_Makefile.in (new) 1.1 +14 -0 ports/net/gnunet/files/patch-src_applications_tbench_Makefile.in (new) 1.1 +14 -0 ports/net/gnunet/files/patch-src_applications_testbed_Makefile.in (new) 1.1 +14 -0 ports/net/gnunet/files/patch-src_applications_tracekit_Makefile.in (new) 1.1 +14 -0 ports/net/gnunet/files/patch-src_conf_Makefile.in (new) 1.1 +34 -0 ports/net/gnunet/files/patch-src_include_gnunet__util.h (new) 1.1 +14 -0 ports/net/gnunet/files/patch-src_server_Makefile.in (new) 1.1 +21 -0 ports/net/gnunet/files/patch-src_transports_udp6.c (new) 1.16 +5 -0 ports/net/gnunet/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:22:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C0416A4CE; Tue, 12 Oct 2004 15:22:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9296443D39; Tue, 12 Oct 2004 15:22:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CFMZ1h017214; Tue, 12 Oct 2004 15:22:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CFMZaI017213; Tue, 12 Oct 2004 15:22:35 GMT (envelope-from pav) Message-Id: <200410121522.i9CFMZaI017213@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 15:22:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/jffnms Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:22:35 -0000 pav 2004-10-12 15:22:35 UTC FreeBSD ports repository Modified files: net/jffnms Makefile distinfo pkg-plist Log: - Update to 0.7.9 PR: ports/72556 Submitted by: Sergey Akifyev (maintainer) Revision Changes Path 1.8 +17 -3 ports/net/jffnms/Makefile 1.6 +2 -2 ports/net/jffnms/distinfo 1.6 +126 -104 ports/net/jffnms/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:39:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E821416A4CF; Tue, 12 Oct 2004 15:39:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8AAA43D45; Tue, 12 Oct 2004 15:39:33 +0000 (GMT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CFdXRf017839; Tue, 12 Oct 2004 15:39:33 GMT (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CFdX0S017838; Tue, 12 Oct 2004 15:39:33 GMT (envelope-from nectar) Message-Id: <200410121539.i9CFdX0S017838@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 12 Oct 2004 15:39:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:39:34 -0000 nectar 2004-10-12 15:39:33 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: ale@ reports that the only ports affected are php[45], php[45]-cgi, and mod_php[45]. Revision Changes Path 1.286 +3 -125 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:39:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E65116A4D6; Tue, 12 Oct 2004 15:39:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002C843D3F; Tue, 12 Oct 2004 15:39:39 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CFddJh017926; Tue, 12 Oct 2004 15:39:39 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CFddb2017925; Tue, 12 Oct 2004 15:39:39 GMT (envelope-from mat) Message-Id: <200410121539.i9CFddb2017925@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 15:39:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/spamass-rules_du_jour Makefile distinfo pkg-descr pkg-message pkg-plistpatch-rules_du_jour X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:39:40 -0000 mat 2004-10-12 15:39:39 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/spamass-rules_du_jour Makefile distinfo pkg-descr pkg-message pkg-plist mail/spamass-rules_du_jour/files patch-config patch-rules_du_jour Log: Add spamass-rules_du_jour 1.17a, automatic updates of custom rulesets for SpamAssassin. PR: ports/72483 Submitted by: mranner@inode.at Revision Changes Path 1.572 +1 -0 ports/mail/Makefile 1.1 +79 -0 ports/mail/spamass-rules_du_jour/Makefile (new) 1.1 +2 -0 ports/mail/spamass-rules_du_jour/distinfo (new) 1.1 +58 -0 ports/mail/spamass-rules_du_jour/files/patch-config (new) 1.1 +26 -0 ports/mail/spamass-rules_du_jour/files/patch-rules_du_jour (new) 1.1 +4 -0 ports/mail/spamass-rules_du_jour/pkg-descr (new) 1.1 +20 -0 ports/mail/spamass-rules_du_jour/pkg-message (new) 1.1 +3 -0 ports/mail/spamass-rules_du_jour/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:39:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E153C16A4D2; Tue, 12 Oct 2004 15:39:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C141143D1F; Tue, 12 Oct 2004 15:39:53 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CFdr31017973; Tue, 12 Oct 2004 15:39:53 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CFdrgC017972; Tue, 12 Oct 2004 15:39:53 GMT (envelope-from mat) Message-Id: <200410121539.i9CFdrgC017972@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 15:39:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:39:54 -0000 mat 2004-10-12 15:39:53 UTC FreeBSD ports repository Modified files: . modules Log: spamass-rules_du_jour --> ports/mail/spamass-rules_du_jour Revision Changes Path 1.11119 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:45:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B5016A4CE for ; Tue, 12 Oct 2004 15:45:33 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7701D43D3F for ; Tue, 12 Oct 2004 15:45:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29897 invoked from network); 12 Oct 2004 15:45:33 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 12 Oct 2004 15:45:32 -0000 Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9CFjSRP091976; Tue, 12 Oct 2004 11:45:29 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Poul-Henning Kamp Date: Tue, 12 Oct 2004 10:30:55 -0400 User-Agent: KMail/1.6.2 References: <200410121321.i9CDLiWR011411@repoman.freebsd.org> In-Reply-To: <200410121321.i9CDLiWR011411@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410121030.56192.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config lang.l X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:45:33 -0000 On Tuesday 12 October 2004 09:21 am, Poul-Henning Kamp wrote: > phk 2004-10-12 13:21:44 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/config lang.l > Log: > We accept both "option" and "options" so also accept both "nooption" > and "nooptions". Thank you! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:45:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA8816A54E for ; Tue, 12 Oct 2004 15:45:36 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9774043D2F for ; Tue, 12 Oct 2004 15:45:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29971 invoked from network); 12 Oct 2004 15:45:36 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 12 Oct 2004 15:45:35 -0000 Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9CFjSRQ091976; Tue, 12 Oct 2004 11:45:31 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Tue, 12 Oct 2004 10:37:00 -0400 User-Agent: KMail/1.6.2 References: <200410111952.i9BJqVXl083724@repoman.freebsd.org> <200410111608.18915.jhb@FreeBSD.org> <416B0075.1020006@root.org> In-Reply-To: <416B0075.1020006@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410121037.00260.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:45:38 -0000 On Monday 11 October 2004 05:51 pm, Nate Lawson wrote: > John Baldwin wrote: > > On Monday 11 October 2004 03:52 pm, Nate Lawson wrote: > >>njl 2004-10-11 19:52:31 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c > >> Log: > >> Add acpi attachments for ISA sound drivers. This is needed so they'll > >> probe and attach when ACPI is enabled. > >> > >> Submitted by: takawata (sbc fix) > >> MFC after: 1 day > > > > This should only be needed for PnP BIOS cards, not just plain old ISA PnP > > cards. The es1888.c file is only a driver on Alpha in fact as it > > basically includes a dummy identify routine to make up for the lack of > > PnP BIOS on Alphas. > > Which of those cards should have the acpi attachment removed? I think > it should be: > > * Removed from es1888.c > * Added to ess.c:esscontrol > * Moved from mss.c:snd_mss to snd_pnpmss My gut feeling is that only sbc(4) is actually integrated in motherboards (note that ACPI and PnP BIOS aren't for PNP ISA cards, but for devices integrated into the motherboard itself, and not PCI soundcards) but it doesn't hurt to have the attachment for all PNP-aware ISA sound drivers I guess. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:45:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DE8716A505 for ; Tue, 12 Oct 2004 15:45:39 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F9243D2D for ; Tue, 12 Oct 2004 15:45:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 11291 invoked from network); 12 Oct 2004 15:45:38 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 12 Oct 2004 15:45:38 -0000 Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9CFjSRR091976; Tue, 12 Oct 2004 11:45:34 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Warner Losh Date: Tue, 12 Oct 2004 10:38:38 -0400 User-Agent: KMail/1.6.2 References: <200410112110.i9BLANDE092852@repoman.freebsd.org> In-Reply-To: <200410112110.i9BLANDE092852@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410121038.38874.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_bus.c src/sys/dev/acpica acpi_pcib_acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:45:39 -0000 On Monday 11 October 2004 05:10 pm, Warner Losh wrote: > imp 2004-10-11 21:10:23 UTC > > FreeBSD src repository > > Modified files: > sys/i386/pci pci_bus.c > sys/dev/acpica acpi_pcib_acpi.c > Log: > Make the lower range of the memory area 0x80000000 again. Also > introduce hw.{pci,acpi}.host_mem_start tunable to change this. > > MFC: ASAP You could just use the same tunable for both drivers so it's perhaps less confusing and easier for users (they set the same variable for both ACPI and non-ACPI cases). I would vote for just 'hw.pci.host_mem_start'. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:48:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D5EF16A4D3 for ; Tue, 12 Oct 2004 15:48:03 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsmail.ro [193.231.236.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9870943D48 for ; Tue, 12 Oct 2004 15:47:59 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 15902 invoked by uid 89); 12 Oct 2004 15:47:57 -0000 Received: from unknown (HELO it.buh.cameradicommercio.ro) (82.76.1.117) by 0 with SMTP; 12 Oct 2004 15:47:57 -0000 Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id E3F4056C; Tue, 12 Oct 2004 18:47:35 +0300 (EEST) Date: Tue, 12 Oct 2004 18:47:35 +0300 From: Ion-Mihai Tetcu To: Kirill Ponomarew Message-ID: <20041012184735.13a72fdb@it.buh.cameradicommercio.ro> In-Reply-To: <200410121231.i9CCVY1L001902@repoman.freebsd.org> References: <200410121231.i9CCVY1L001902@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Rafal Rajko-Nenow cc: cvs-ports@FreeBSD.org cc: ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: INDEX fix (Re: cvs commit: ports/devel/p5-Proc-ProcessTable Makefileports/lang/libjit Makefile ports/lang/ml-pnet Makefile ports/lang/pnetc Makefile ports/lang/pnetlib Makefile ports/lang/treecc Makefile ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:48:03 -0000 On Tue, 12 Oct 2004 12:31:34 +0000 (UTC) Kirill Ponomarew wrote: > krion 2004-10-12 12:31:34 UTC > > FreeBSD ports repository > > Modified files: > devel/p5-Proc-ProcessTable Makefile > lang/libjit Makefile > lang/ml-pnet Makefile > lang/pnet Makefile > lang/pnet-base Makefile > lang/pnetc Makefile > lang/pnetlib Makefile > lang/treecc Makefile > sysutils/p5-LJ-TextMessage Makefile > textproc/p5-LJ-SpellCheck Makefile > Log: > Drop maintainership to ports@FreeBSD.org > > PR: ports/72437 > Submitted by: Michael Johnson # diff -u pnet/Makefile.orig pnet/Makefile --- pnet/Makefile.orig Tue Oct 12 18:43:06 2004 +++ pnet/Makefile Tue Oct 12 18:43:44 2004 @@ -26,5 +26,5 @@ do-install: # empty -.include "../pnet/Makefile.pnet" +.include "${.CURDIR}/../pnet/Makefile.pnet" .include -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:48:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CF9516A4CE; Tue, 12 Oct 2004 15:48:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A22D43D55; Tue, 12 Oct 2004 15:48:36 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CFmakB018301; Tue, 12 Oct 2004 15:48:36 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CFmag0018300; Tue, 12 Oct 2004 15:48:36 GMT (envelope-from wes) Message-Id: <200410121548.i9CFmag0018300@repoman.freebsd.org> From: Wes Peters Date: Tue, 12 Oct 2004 15:48:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mimedefang Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:48:36 -0000 wes 2004-10-12 15:48:36 UTC FreeBSD ports repository Modified files: mail/mimedefang Makefile Log: Take over maintainership of MIMEdefang. Many thanks to Andrey V. Pevnev for his past maintainership. Revision Changes Path 1.39 +1 -1 ports/mail/mimedefang/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:51:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE50E16A4CE; Tue, 12 Oct 2004 15:51:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC7743D3F; Tue, 12 Oct 2004 15:51:19 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CFpJK9018445; Tue, 12 Oct 2004 15:51:19 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CFpJB0018444; Tue, 12 Oct 2004 15:51:19 GMT (envelope-from mat) Message-Id: <200410121551.i9CFpJB0018444@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 12 Oct 2004 15:51:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-Pg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:51:20 -0000 mat 2004-10-12 15:51:19 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Pg Makefile Log: I'd rather have this maintained by perl@ Revision Changes Path 1.57 +1 -1 ports/databases/p5-DBD-Pg/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:52:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA0CA16A4CE; Tue, 12 Oct 2004 15:52:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B639A43D3F; Tue, 12 Oct 2004 15:52:58 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CFqwH0018497; Tue, 12 Oct 2004 15:52:58 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CFqwbN018496; Tue, 12 Oct 2004 15:52:58 GMT (envelope-from erwin) Message-Id: <200410121552.i9CFqwbN018496@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 12 Oct 2004 15:52:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/pnetmark Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:52:59 -0000 erwin 2004-10-12 15:52:58 UTC FreeBSD ports repository Modified files: benchmarks/pnetmark Makefile Log: Back out the use of PORTSDIR before the inclusion of bsd.ports.pre.mk which sets it. Second person to break INDEX after unfreeze: sergei Revision Changes Path 1.4 +1 -1 ports/benchmarks/pnetmark/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 15:59:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AF1216A4CE; Tue, 12 Oct 2004 15:59:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E8AA43D5D; Tue, 12 Oct 2004 15:59:16 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CFxGbI018826; Tue, 12 Oct 2004 15:59:16 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CFxGE3018825; Tue, 12 Oct 2004 15:59:16 GMT (envelope-from nork) Message-Id: <200410121559.i9CFxGE3018825@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 12 Oct 2004 15:59:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-SQLite Makefile distinfo pkg-descr pkg-plist ports/databases Makefile ports/databases/p5-DBD-SQLite/files patch-dbdimp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 15:59:17 -0000 nork 2004-10-12 15:59:16 UTC FreeBSD ports repository Modified files: databases/p5-DBD-SQLite Makefile distinfo pkg-descr pkg-plist databases Makefile Removed files: databases/p5-DBD-SQLite/files patch-dbdimp.c Log: Repocopy from p5-DBD-SQLite to p5-DBD-SQLite2. o Update to 0.33. o Remove unnecessary perl script. o Remove a patch which was already merged. Repo copied by: marcus (pcvs) Revision Changes Path 1.390 +1 -0 ports/databases/Makefile 1.18 +7 -4 ports/databases/p5-DBD-SQLite/Makefile 1.13 +2 -2 ports/databases/p5-DBD-SQLite/distinfo 1.2 +0 -22 ports/databases/p5-DBD-SQLite/files/patch-dbdimp.c (dead) 1.3 +4 -4 ports/databases/p5-DBD-SQLite/pkg-descr 1.4 +7 -8 ports/databases/p5-DBD-SQLite/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:03:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C39CE16A4CE for ; Tue, 12 Oct 2004 16:03:53 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsmail.ro [193.231.236.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB6443D45 for ; Tue, 12 Oct 2004 16:03:52 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 21537 invoked by uid 89); 12 Oct 2004 16:03:46 -0000 Received: from unknown (HELO it.buh.cameradicommercio.ro) (82.76.1.117) by 0 with SMTP; 12 Oct 2004 16:03:46 -0000 Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id E9811561; Tue, 12 Oct 2004 19:03:24 +0300 (EEST) Date: Tue, 12 Oct 2004 19:03:24 +0300 From: Ion-Mihai Tetcu To: Ion-Mihai Tetcu Message-ID: <20041012190324.287737fc@it.buh.cameradicommercio.ro> In-Reply-To: <20041012184735.13a72fdb@it.buh.cameradicommercio.ro> References: <200410121231.i9CCVY1L001902@repoman.freebsd.org> <20041012184735.13a72fdb@it.buh.cameradicommercio.ro> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Rafal Rajko-Nenow cc: cvs-ports@FreeBSD.org cc: Kirill Ponomarew Subject: Re: INDEX fix (Re: cvs commit: ports/devel/p5-Proc-ProcessTable Makefileports/lang/libjit Makefile ports/lang/ml-pnet Makefile ports/lang/pnetc Makefile ports/lang/pnetlib Makefile ports/lang/treecc Makefile ...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:03:53 -0000 On Tue, 12 Oct 2004 18:47:35 +0300 Ion-Mihai Tetcu wrote: > # diff -u pnet/Makefile.orig pnet/Makefile > --- pnet/Makefile.orig Tue Oct 12 18:43:06 2004 > +++ pnet/Makefile Tue Oct 12 18:43:44 2004 > @@ -26,5 +26,5 @@ > > do-install: # empty > > -.include "../pnet/Makefile.pnet" > +.include "${.CURDIR}/../pnet/Makefile.pnet" > .include Sorry, this is stupid :(( erwin@ found and fixed the problem Excuse the noise, please, -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:06:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D41E516A4CE; Tue, 12 Oct 2004 16:06:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A6343D1F; Tue, 12 Oct 2004 16:06:49 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CG6nKq019135; Tue, 12 Oct 2004 16:06:49 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CG6nJV019134; Tue, 12 Oct 2004 16:06:49 GMT (envelope-from nork) Message-Id: <200410121606.i9CG6nJV019134@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 12 Oct 2004 16:06:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-SQLite2 Makefile distinfo pkg-descr pkg-plist ports/databases/p5-DBD-SQLite2/files patch-dbdimp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:06:50 -0000 nork 2004-10-12 16:06:49 UTC FreeBSD ports repository Modified files: databases/p5-DBD-SQLite2 Makefile distinfo pkg-descr pkg-plist Removed files: databases/p5-DBD-SQLite2/files patch-dbdimp.c Log: Repocopy from p5-DBD-SQLite to p5-DBD-SQLite2. o Update to 0.33. o Remove unnecessary perl script. o Remove a patch which was already merged. Repo copied by: marcus (pcvs) Revision Changes Path 1.18 +7 -4 ports/databases/p5-DBD-SQLite2/Makefile 1.13 +2 -2 ports/databases/p5-DBD-SQLite2/distinfo 1.2 +0 -22 ports/databases/p5-DBD-SQLite2/files/patch-dbdimp.c (dead) 1.3 +4 -4 ports/databases/p5-DBD-SQLite2/pkg-descr 1.4 +7 -8 ports/databases/p5-DBD-SQLite2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:10:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E7F16A4CF; Tue, 12 Oct 2004 16:10:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000C743D2D; Tue, 12 Oct 2004 16:10:31 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGAVcH019244; Tue, 12 Oct 2004 16:10:31 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGAV1Z019243; Tue, 12 Oct 2004 16:10:31 GMT (envelope-from nork) Message-Id: <200410121610.i9CGAV1Z019243@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 12 Oct 2004 16:10:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-SQLite Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:10:32 -0000 nork 2004-10-12 16:10:31 UTC FreeBSD ports repository Modified files: databases/p5-DBD-SQLite Makefile distinfo pkg-descr pkg-plist Log: Update to 1.06 (Based on SQLite 3.0.7). Revision Changes Path 1.19 +3 -3 ports/databases/p5-DBD-SQLite/Makefile 1.14 +2 -2 ports/databases/p5-DBD-SQLite/distinfo 1.4 +4 -4 ports/databases/p5-DBD-SQLite/pkg-descr 1.5 +7 -7 ports/databases/p5-DBD-SQLite/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:11:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62BD016A4CE; Tue, 12 Oct 2004 16:11:25 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6A943D2F; Tue, 12 Oct 2004 16:11:25 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from [192.168.8.51] (abeille.free.absolight.net [82.66.245.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 1AAE6A24036; Tue, 12 Oct 2004 18:11:24 +0200 (CEST) Date: Tue, 12 Oct 2004 18:11:18 +0200 From: Mathieu Arnold To: Norikatsu Shigemura Message-ID: <817C2A0D1CE4148137833FA7@[192.168.8.51]> In-Reply-To: <20041012155923.3B77C16A4CE@hub.freebsd.org> References: <20041012155923.3B77C16A4CE@hub.freebsd.org> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========ABE11260C28AC03353B5==========" cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/p5-DBD-SQLite Makefile distinfo pkg-descr pkg-plist ports/databases Makefile ports/databases/p5-DBD-SQLite/files patch-dbdimp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:11:25 -0000 --==========ABE11260C28AC03353B5========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-le 12/10/2004 15:59 +0000, Norikatsu Shigemura a dit : | nork 2004-10-12 15:59:16 UTC | | o Update to 0.33. maybe you meant to update to 1.07 ? -- Mathieu Arnold --==========ABE11260C28AC03353B5========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iQEVAwUBQWwCKlvROjYJ63c1AQIxpgf/aIJZpYDliSCBfV8pxL+vOrFEQB59gQo3 Xs3mkelBNhbho4cLYWq/VQJC7ZvFe+vgGUhUvnXJgDqLncmVBaYge6Vp77tSEBLk oHNoDEGZ+OAl7ccMX1K0gM+MUp6xabUN1gjJ0odvijjkGKGol2wWRpUF+NlX7Cz3 o54ivhHcozWRfNsHx18pv9AmWRc+hT1WDcGIT2BUfmarjMt6mY2odBRuTOkWP+eY XiRtP9XIwesR7fN9MGuzBaKBAYzyVBbU+ofFROXaKqSMvaSU/D1IWSusl0L66NyA L2/Li6BBxKoZ3IQlTRjpHbb2qVqljp+ys/vTbxUvtsMD7k0HiDs+KA== =jdIJ -----END PGP SIGNATURE----- --==========ABE11260C28AC03353B5==========-- From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:16:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122B216A4CE; Tue, 12 Oct 2004 16:16:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E574543D2F; Tue, 12 Oct 2004 16:16:19 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGGJRC019541; Tue, 12 Oct 2004 16:16:19 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGGJVH019540; Tue, 12 Oct 2004 16:16:19 GMT (envelope-from dinoex) Message-Id: <200410121616.i9CGGJVH019540@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Oct 2004 16:16:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/noattach Makefile ports/mail/noattach/files patch-Makefile.in patch-noattach.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:16:20 -0000 dinoex 2004-10-12 16:16:19 UTC FreeBSD ports repository Modified files: mail/noattach Makefile Added files: mail/noattach/files patch-Makefile.in patch-noattach.c Log: - force milter dir as first include path - fix build with sendmail 8.13 mfapi.h - switch default to sendmail 8.13 Revision Changes Path 1.22 +4 -2 ports/mail/noattach/Makefile 1.1 +11 -0 ports/mail/noattach/files/patch-Makefile.in (new) 1.1 +12 -0 ports/mail/noattach/files/patch-noattach.c (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:18:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF9116A4CE; Tue, 12 Oct 2004 16:18:05 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C3643D2D; Tue, 12 Oct 2004 16:18:05 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.1/8.13.1/NinthNine) with SMTP id i9CGI3Lw060902; Wed, 13 Oct 2004 01:18:04 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Wed, 13 Oct 2004 01:18:03 +0900 (JST) Message-Id: <200410121618.i9CGI3Lw060902@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Mathieu Arnold In-Reply-To: <817C2A0D1CE4148137833FA7@[192.168.8.51]> References: <20041012155923.3B77C16A4CE@hub.freebsd.org> <817C2A0D1CE4148137833FA7@[192.168.8.51]> X-Mailer: Sylpheed version 0.9.12-gtk2-20040918 (GTK+ 2.4.9; i386-portbld-freebsd6.0) 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-1.5.6 (sakura.ninth-nine.com [219.127.74.121]); Wed, 13 Oct 2004 01:18:04 +0900 (JST) cc: cvs-ports@FreeBSD.org cc: nork@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/p5-DBD-SQLite Makefile distinfo pkg-descr pkg-plist ports/databases Makefile ports/databases/p5-DBD-SQLite/files patch-dbdimp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:18:05 -0000 On Tue, 12 Oct 2004 18:11:18 +0200 Mathieu Arnold wrote: > +-le 12/10/2004 15:59 +0000, Norikatsu Shigemura a dit : > | nork 2004-10-12 15:59:16 UTC > | o Update to 0.33. > maybe you meant to update to 1.07 ? Don't look back! Don't look back! Don't look back! (!!bomb!!) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:21:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7010E16A4D1; Tue, 12 Oct 2004 16:21:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5DC43D53; Tue, 12 Oct 2004 16:21:26 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGLQD0019687; Tue, 12 Oct 2004 16:21:26 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGLQ6Y019686; Tue, 12 Oct 2004 16:21:26 GMT (envelope-from nork) Message-Id: <200410121621.i9CGLQ6Y019686@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 12 Oct 2004 16:21:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-SQLite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:21:26 -0000 nork 2004-10-12 16:21:26 UTC FreeBSD ports repository Modified files: databases/p5-DBD-SQLite Makefile distinfo Log: Update to 1.0.7 (based on SQLite 3.0.8). Pointed out by: mat Revision Changes Path 1.20 +1 -1 ports/databases/p5-DBD-SQLite/Makefile 1.15 +2 -2 ports/databases/p5-DBD-SQLite/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:22:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7275816A4CE; Tue, 12 Oct 2004 16:22:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52BD343D5C; Tue, 12 Oct 2004 16:22:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGMk4N019734; Tue, 12 Oct 2004 16:22:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGMkrA019733; Tue, 12 Oct 2004 16:22:46 GMT (envelope-from pav) Message-Id: <200410121622.i9CGMkrA019733@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 16:22:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/estctrl pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:22:46 -0000 pav 2004-10-12 16:22:46 UTC FreeBSD ports repository Modified files: sysutils/estctrl pkg-message Log: - Fix typo PR: ports/71582 Submitted by: Leland Wang Approved by: cperciva (maintainer) Revision Changes Path 1.2 +2 -2 ports/sysutils/estctrl/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:28:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD38316A4CF; Tue, 12 Oct 2004 16:28:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECAD43D31; Tue, 12 Oct 2004 16:28:18 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGSIs7019924; Tue, 12 Oct 2004 16:28:18 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGSIiW019923; Tue, 12 Oct 2004 16:28:18 GMT (envelope-from ups) Message-Id: <200410121628.i9CGSIiW019923@repoman.freebsd.org> From: Stephan Uphoff Date: Tue, 12 Oct 2004 16:28:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mutex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:28:19 -0000 ups 2004-10-12 16:28:18 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: Force MUTEX_WAKE_ALL. A race condition in single thread wakeup may break priority inheritance. Tested by: pho Reviewed by: jhb,julian Approved by: sam (mentor) MFC: ASAP Revision Changes Path 1.150 +9 -0 src/sys/kern/kern_mutex.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:29:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFBE916A4CE; Tue, 12 Oct 2004 16:29:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D109943D41; Tue, 12 Oct 2004 16:29:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGTEMB019991; Tue, 12 Oct 2004 16:29:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGTEZu019990; Tue, 12 Oct 2004 16:29:14 GMT (envelope-from pav) Message-Id: <200410121629.i9CGTEZu019990@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 16:29:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-plugins/files patch-testsuite-multifilesink-multifilesrc_test.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:29:15 -0000 pav 2004-10-12 16:29:14 UTC FreeBSD ports repository Added files: multimedia/gstreamer-plugins/files patch-testsuite-multifilesink-multifilesrc_test.c Log: - Fix build on 4.x Revision Changes Path 1.1 +19 -0 ports/multimedia/gstreamer-plugins/files/patch-testsuite-multifilesink-multifilesrc_test.c (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:30:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 108B816A4CE; Tue, 12 Oct 2004 16:30:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48D243D2F; Tue, 12 Oct 2004 16:30:21 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGUL9J020044; Tue, 12 Oct 2004 16:30:21 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGULAi020043; Tue, 12 Oct 2004 16:30:21 GMT (envelope-from ups) Message-Id: <200410121630.i9CGULAi020043@repoman.freebsd.org> From: Stephan Uphoff Date: Tue, 12 Oct 2004 16:30:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:30:22 -0000 ups 2004-10-12 16:30:21 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Prevent preemption in slot_fill. Implement preemption between threads in the same ksegp in out of slot situations to prevent priority inversion. Tested by: pho Reviewed by: jhb, julian Approved by: sam (mentor) MFC: ASAP Revision Changes Path 1.99 +110 -1 src/sys/kern/kern_switch.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:31:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FFBC16A4CE; Tue, 12 Oct 2004 16:31:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E26B043D31; Tue, 12 Oct 2004 16:31:23 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGVNc6020169; Tue, 12 Oct 2004 16:31:23 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGVNGq020168; Tue, 12 Oct 2004 16:31:23 GMT (envelope-from ups) Message-Id: <200410121631.i9CGVNGq020168@repoman.freebsd.org> From: Stephan Uphoff Date: Tue, 12 Oct 2004 16:31:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_sleepqueue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:31:24 -0000 ups 2004-10-12 16:31:23 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Directly modifying the priority of a thread that may be on the runqueue can break the sorting order of the ksegp run queue. Tested by: pho Reviewed by: jhb, julian Approved by: sam (mentor) MFC: ASAP Revision Changes Path 1.12 +1 -1 src/sys/kern/subr_sleepqueue.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:37:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 315E616A4CE; Tue, 12 Oct 2004 16:37:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1267543D49; Tue, 12 Oct 2004 16:37:30 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGbTW8020381; Tue, 12 Oct 2004 16:37:29 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGbT4t020380; Tue, 12 Oct 2004 16:37:29 GMT (envelope-from erwin) Message-Id: <200410121637.i9CGbT4t020380@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 12 Oct 2004 16:37:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:37:30 -0000 erwin 2004-10-12 16:37:29 UTC FreeBSD ports repository Modified files: mail/p5-MIME-Tools Makefile Log: Restore PORTEPOCH that disappeared in the last update. Revision Changes Path 1.32 +1 -0 ports/mail/p5-MIME-Tools/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:42:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F0316A4CE; Tue, 12 Oct 2004 16:42:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE2A43D45; Tue, 12 Oct 2004 16:42:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGg3PG020562; Tue, 12 Oct 2004 16:42:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGg30Y020561; Tue, 12 Oct 2004 16:42:03 GMT (envelope-from krion) Message-Id: <200410121642.i9CGg30Y020561@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 16:42:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mutt-devel Makefileports/mail/mutt-devel/files extra-patch-maildir-header-cache patch-01 patch-threadcomplete X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:42:03 -0000 krion 2004-10-12 16:42:03 UTC FreeBSD ports repository Modified files: mail/mutt-devel Makefile mail/mutt-devel/files extra-patch-maildir-header-cache patch-threadcomplete Removed files: mail/mutt-devel/files patch-01 Log: Add WITH_MUTT_IDN knob and register dependency if libidn is used. Fix the WITH_MUTT_CYRUS_SASL2 knob Update the maildir-header-cache and threadcomplete patches. PR: ports/71418 Submitted by: maintainer Revision Changes Path 1.232 +22 -11 ports/mail/mutt-devel/Makefile 1.6 +208 -124 ports/mail/mutt-devel/files/extra-patch-maildir-header-cache 1.20 +0 -20 ports/mail/mutt-devel/files/patch-01 (dead) 1.3 +47 -39 ports/mail/mutt-devel/files/patch-threadcomplete From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:45:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4987D16A4CE; Tue, 12 Oct 2004 16:45:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF8B43D3F; Tue, 12 Oct 2004 16:45:46 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGjkkf020743; Tue, 12 Oct 2004 16:45:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGjkGN020742; Tue, 12 Oct 2004 16:45:46 GMT (envelope-from marcus) Message-Id: <200410121645.i9CGjkGN020742@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 16:45:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:45:46 -0000 marcus 2004-10-12 16:45:46 UTC FreeBSD ports repository Modified files: www/mozilla Makefile Log: Fix a bug with installation. Somehow I forgot to do the install step during pre-install. This patch was taken from mozilla-devel. PR: 72571 Revision Changes Path 1.172 +6 -4 ports/www/mozilla/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:47:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BF8116A4CE; Tue, 12 Oct 2004 16:47:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1014643D1D; Tue, 12 Oct 2004 16:47:26 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGlPPU027134; Tue, 12 Oct 2004 16:47:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGlPBw027133; Tue, 12 Oct 2004 16:47:25 GMT (envelope-from rwatson) Message-Id: <200410121647.i9CGlPBw027133@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 16:47:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet raw_ip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:47:26 -0000 rwatson 2004-10-12 16:47:25 UTC FreeBSD src repository Modified files: sys/netinet raw_ip.c Log: When the access control on creating raw sockets was modified so that processes in jail could create raw sockets, additional access control checks were added to raw IP sockets to limit the ways in which those sockets could be used. Specifically, only the socket option IP_HDRINCL was permitted in rip_ctloutput(). Other socket options were protected by a call to suser(). This change was required to prevent processes in a Jail from modifying system properties such as multicast routing and firewall rule sets. However, it also introduced a regression: processes that create a raw socket with root privilege, but then downgraded credential (i.e., a daemon giving up root, or a setuid process switching back to the real uid) could no longer issue other unprivileged generic IP socket option operations, such as IP_TOS, IP_TTL, and the multicast group membership options, which prevented multicast routing daemons (and some other tools) from operating correctly. This change pushes the access control decision down to the granularity of individual socket options, rather than all socket options, on raw IP sockets. When rip_ctloutput() doesn't implement an option, it will now pass the request directly to in_control() without an access control check. This should restore the functionality of the generic IP socket options for raw sockets in the above-described scenarios, which may be confirmed with the ipsockopt regression test. RELENG_5 candidate. Reviewed by: csjp Revision Changes Path 1.145 +41 -20 src/sys/netinet/raw_ip.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:49:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9454D16A4F5; Tue, 12 Oct 2004 16:49:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720EA43D45; Tue, 12 Oct 2004 16:49:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGnDtN027215; Tue, 12 Oct 2004 16:49:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGnDg0027214; Tue, 12 Oct 2004 16:49:13 GMT (envelope-from pav) Message-Id: <200410121649.i9CGnDg0027214@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 16:49:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/libxklavier/files patch-libxklavier-xklavier_config_xkb.c patch-tests-test_config.c patch-tests-test_monitor.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:49:13 -0000 pav 2004-10-12 16:49:13 UTC FreeBSD ports repository Added files: x11/libxklavier/files patch-libxklavier-xklavier_config_xkb.c patch-tests-test_config.c patch-tests-test_monitor.c Log: - Fix build on 4.x Revision Changes Path 1.1 +15 -0 ports/x11/libxklavier/files/patch-libxklavier-xklavier_config_xkb.c (new) 1.1 +19 -0 ports/x11/libxklavier/files/patch-tests-test_config.c (new) 1.1 +19 -0 ports/x11/libxklavier/files/patch-tests-test_monitor.c (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:49:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E89716A541; Tue, 12 Oct 2004 16:49:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B2543D48; Tue, 12 Oct 2004 16:49:15 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CGnFD3027246; Tue, 12 Oct 2004 16:49:15 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CGnF1i027245; Tue, 12 Oct 2004 16:49:15 GMT (envelope-from marcus) Message-Id: <200410121649.i9CGnF1i027245@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 16:49:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/gaim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:49:18 -0000 marcus 2004-10-12 16:49:15 UTC FreeBSD ports repository Modified files: japanese/gaim Makefile distinfo Log: Update to 1.0.1. PR: 72572 Submitted by: maintainer Revision Changes Path 1.18 +1 -1 ports/japanese/gaim/Makefile 1.14 +4 -4 ports/japanese/gaim/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 16:54:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B39216A4E8; Tue, 12 Oct 2004 16:54:38 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 303EF43D3F; Tue, 12 Oct 2004 16:54:37 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-187-6.dsl.snfc21.pacbell.net [64.171.187.6]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i9CGsU1d019252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 12 Oct 2004 09:54:34 -0700 Message-ID: <416C0C45.6000504@root.org> Date: Tue, 12 Oct 2004 09:54:29 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200410111952.i9BJqVXl083724@repoman.freebsd.org> <200410111608.18915.jhb@FreeBSD.org> <416B0075.1020006@root.org> <200410121037.00260.jhb@FreeBSD.org> In-Reply-To: <200410121037.00260.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:54:38 -0000 John Baldwin wrote: > On Monday 11 October 2004 05:51 pm, Nate Lawson wrote: > >>John Baldwin wrote: >> >>>On Monday 11 October 2004 03:52 pm, Nate Lawson wrote: >>> >>>>njl 2004-10-11 19:52:31 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/dev/sound/isa ad1816.c es1888.c gusc.c sbc.c >>>> Log: >>>> Add acpi attachments for ISA sound drivers. This is needed so they'll >>>> probe and attach when ACPI is enabled. >>>> >>>> Submitted by: takawata (sbc fix) >>>> MFC after: 1 day >>> >>>This should only be needed for PnP BIOS cards, not just plain old ISA PnP >>>cards. The es1888.c file is only a driver on Alpha in fact as it >>>basically includes a dummy identify routine to make up for the lack of >>>PnP BIOS on Alphas. >> >>Which of those cards should have the acpi attachment removed? I think >>it should be: >> >>* Removed from es1888.c >>* Added to ess.c:esscontrol >>* Moved from mss.c:snd_mss to snd_pnpmss > > > My gut feeling is that only sbc(4) is actually integrated in motherboards > (note that ACPI and PnP BIOS aren't for PNP ISA cards, but for devices > integrated into the motherboard itself, and not PCI soundcards) but it > doesn't hurt to have the attachment for all PNP-aware ISA sound drivers I > guess. > Ok, that's what I committed. Like you said, it can't hurt. -- Nate From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:00:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E15E16A4CF; Tue, 12 Oct 2004 17:00:40 +0000 (GMT) Received: from gateway.nixsys.be (gateway.nixsys.be [195.144.77.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6781543D53; Tue, 12 Oct 2004 17:00:39 +0000 (GMT) (envelope-from philip@paeps.cx) Received: from erda.home.paeps.cx (erda.home.paeps.cx [IPv6:2001:838:37f:10::1]) by gateway.nixsys.be (Postfix) with ESMTP id 15EC158; Tue, 12 Oct 2004 19:00:37 +0200 (CEST) Received: from fasolt.home.paeps.cx (fasolt.home.paeps.cx [10.0.0.2]) by erda.home.paeps.cx (Postfix) with ESMTP id 3F9502119; Tue, 12 Oct 2004 19:00:22 +0200 (CEST) Received: from fasolt.home.paeps.cx (philip@localhost [127.0.0.1]) by fasolt.home.paeps.cx (8.13.1/8.13.1) with ESMTP id i9CH0Z9i021116; Tue, 12 Oct 2004 19:00:35 +0200 (CEST) (envelope-from philip@fasolt.home.paeps.cx) Received: (from philip@localhost) by fasolt.home.paeps.cx (8.13.1/8.13.1/Submit) id i9CH0Z9H021115; Tue, 12 Oct 2004 19:00:35 +0200 (CEST) (envelope-from philip) Date: Tue, 12 Oct 2004 19:00:35 +0200 From: Philip Paeps To: Alexey Dokuchaev Message-ID: <20041012170035.GV599@fasolt.home.paeps.cx> Mail-Followup-To: Alexey Dokuchaev , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200410110757.i9B7v8vd039884@repoman.freebsd.org> <20041011093700.GA65811@FreeBSD.org> <20041011105900.GA4527@loge.nixsys.be> <20041012094408.GA5481@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041012094408.GA5481@FreeBSD.org> X-Date-in-Rome: ante diem IV Idius Octobres MMDCCLVII ab Urbe Condida X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get a proper mailclient! Organization: Happily Disorganized User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/moused moused.8 moused.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:00:40 -0000 On 2004-10-12 09:44:08 (+0000), Alexey Dokuchaev wrote: > On Mon, Oct 11, 2004 at 12:59:00PM +0200, Philip Paeps wrote: > > On 2004-10-11 09:37:00 (+0000), Alexey Dokuchaev wrote: > > > On Mon, Oct 11, 2004 at 07:57:08AM +0000, Philip Paeps wrote: > > > > Modified files: > > > > usr.sbin/moused moused.8 moused.c > > > > Log: > > > > Add 'virtual scrolling' support to moused(8). When holding down the middle > > > > mouse button, motions are interpreted as scrolling. > > > > > > This is totally cool, but may I ask if you are interested in adding the > > > same functionality for wheel (since most mice come with wheel (middle > > > button) today)? > > > > It should Just Work[tm] if you hold the wheel down? In most wheel-mouse, > > the wheel acts as a middle button. > > I know that. ;-) What I mean is, it would be nice if spinning (not pressing > and holding) a wheel allowed me to scroll the console buffer. Ah, I see. :-o Mmm, that will require some magic in syscons I think. It shouldn't be too difficult to convince it that a certain mouse-event should scroll up and another down. I'll look into it :-) - Philip -- Philip Paeps Please don't Cc me, I am philip@freebsd.org subscribed to the list. BOFH Excuse #214: Fluorescent lights are generating negative ions. If turning them off doesn't work, take them out and put tin foil on the ends. From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:01:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D34116A4CE; Tue, 12 Oct 2004 17:01:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB4B43D3F; Tue, 12 Oct 2004 17:01:49 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CH1nKi027691; Tue, 12 Oct 2004 17:01:49 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CH1nvO027690; Tue, 12 Oct 2004 17:01:49 GMT (envelope-from nork) Message-Id: <200410121701.i9CH1nvO027690@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 12 Oct 2004 17:01:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/samba Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:01:49 -0000 nork 2004-10-12 17:01:48 UTC FreeBSD ports repository Modified files: japanese/samba Makefile distinfo pkg-plist Log: Update to 2.2.11-ja-1.0. PR: ports/71581 Submitted by: NAKAJI Hiroyuki Revision Changes Path 1.44 +27 -19 ports/japanese/samba/Makefile 1.23 +2 -2 ports/japanese/samba/distinfo 1.18 +0 -1 ports/japanese/samba/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:10:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F4F916A525; Tue, 12 Oct 2004 17:10:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0001543D58; Tue, 12 Oct 2004 17:10:35 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHAZNg027957; Tue, 12 Oct 2004 17:10:35 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHAZlS027956; Tue, 12 Oct 2004 17:10:35 GMT (envelope-from nork) Message-Id: <200410121710.i9CHAZlS027956@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 12 Oct 2004 17:10:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/perforce Makefile distinfo.i386 pkg-install ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:10:36 -0000 nork 2004-10-12 17:10:35 UTC FreeBSD ports repository Modified files: devel/perforce Makefile distinfo.i386 pkg-install . UPDATING Log: Update to 2004.2. PR: ports/72427 Submitted by: david marshall (maintainer) Revision Changes Path 1.74 +21 -1 ports/UPDATING 1.34 +5 -10 ports/devel/perforce/Makefile 1.10 +10 -14 ports/devel/perforce/distinfo.i386 1.2 +1 -2 ports/devel/perforce/pkg-install From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:10:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E62D16A4D5; Tue, 12 Oct 2004 17:10:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D8A43D46; Tue, 12 Oct 2004 17:10:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHAesF027999; Tue, 12 Oct 2004 17:10:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHAeto027998; Tue, 12 Oct 2004 17:10:40 GMT (envelope-from rwatson) Message-Id: <200410121710.i9CHAeto027998@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 17:10:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:10:41 -0000 rwatson 2004-10-12 17:10:40 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Modify the thrilling "%D is using my IP address %s!" message so that it isn't printed if the IP address in question is '0.0.0.0', which is used by nodes performing DHCP lookup, and so constitute a false positive as a report of misconfiguration. Revision Changes Path 1.130 +7 -1 src/sys/netinet/if_ether.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:34:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68C3C16A4CE; Tue, 12 Oct 2004 17:34:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD6E43D3F; Tue, 12 Oct 2004 17:34:12 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHYCxo028695; Tue, 12 Oct 2004 17:34:12 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHYCm1028694; Tue, 12 Oct 2004 17:34:12 GMT (envelope-from leeym) Message-Id: <200410121734.i9CHYCm1028694@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 17:34:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/coreutils Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:34:12 -0000 leeym 2004-10-12 17:34:12 UTC FreeBSD ports repository Modified files: sysutils/coreutils Makefile pkg-plist Log: - fix CONFLICTS - add WITHOUT_NLS for USE_GETTEXT - don't make install in WRKSRC/lib, which will install useless charset.alias PR: ports/71579 Submitted by: leeym Approved by: maintainer Revision Changes Path 1.6 +12 -2 ports/sysutils/coreutils/Makefile 1.4 +104 -64 ports/sysutils/coreutils/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:34:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5576F16A4E5; Tue, 12 Oct 2004 17:34:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB3E43D45; Tue, 12 Oct 2004 17:34:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHYEOI028724; Tue, 12 Oct 2004 17:34:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHYEGc028723; Tue, 12 Oct 2004 17:34:14 GMT (envelope-from rwatson) Message-Id: <200410121734.i9CHYEGc028723@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 17:34:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/sys socketvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:34:14 -0000 rwatson 2004-10-12 17:34:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sys socketvar.h Log: Merge socketvar.h:1.134 from HEAD to RELENG_5: date: 2004/10/09 16:42:57; author: rwatson; state: Exp; lines: +1 -0 Add SOCKBUF_UNLOCK_ASSERT(), which asserts that the current thread does not hold the mutex for a socket buffer. This change is a dependency to merge tcp_output.c:1.103. Approved by: re (kensmith) Revision Changes Path 1.133.2.1 +1 -0 src/sys/sys/socketvar.h From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:36:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6812D16A4CE; Tue, 12 Oct 2004 17:36:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A51A43D5E; Tue, 12 Oct 2004 17:36:00 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHa0ZI028856; Tue, 12 Oct 2004 17:36:00 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHa0Jx028855; Tue, 12 Oct 2004 17:36:00 GMT (envelope-from leeym) Message-Id: <200410121736.i9CHa0Jx028855@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 17:36:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/libdnet Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:36:00 -0000 leeym 2004-10-12 17:36:00 UTC FreeBSD ports repository Modified files: net/libdnet Makefile pkg-plist Log: - add missing files - add INSTALLS_SHLIB and USE_LIBTOOL_VER PR: ports/71710 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.15 +2 -0 ports/net/libdnet/Makefile 1.3 +2 -0 ports/net/libdnet/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:36:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BEFB16A4CE; Tue, 12 Oct 2004 17:36:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1438B43D48; Tue, 12 Oct 2004 17:36:46 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHajVr028896; Tue, 12 Oct 2004 17:36:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHajWR028895; Tue, 12 Oct 2004 17:36:45 GMT (envelope-from rwatson) Message-Id: <200410121736.i9CHajWR028895@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 17:36:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:36:46 -0000 rwatson 2004-10-12 17:36:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_output.c Log: Merge tcp_output.c:1.103 from HEAD to RELENG_5: date: 2004/10/09 16:48:51; author: rwatson; state: Exp; lines: +14 -2 Acquire the send socket buffer lock around tcp_output() activities reaching into the socket buffer. This prevents a number of potential races, including dereferencing of sb_mb while unlocked leading to a NULL pointer deref (how I found it). Potentially this might also explain other "odd" TCP behavior on SMP boxes (although haven't seen it reported). Approved by: re (kensmith) Revision Changes Path 1.100.2.1 +14 -2 src/sys/netinet/tcp_output.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:40:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF7116A4CE; Tue, 12 Oct 2004 17:40:25 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id E073443D41; Tue, 12 Oct 2004 17:40:24 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i9CHeMaV032232 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Oct 2004 21:40:23 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i9CHeM6h032231; Tue, 12 Oct 2004 21:40:22 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Tue, 12 Oct 2004 21:40:22 +0400 From: Gleb Smirnoff To: Robert Watson Message-ID: <20041012174022.GE31707@cell.sick.ru> References: <200410121647.i9CGlPBw027133@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200410121647.i9CGlPBw027133@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet raw_ip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:40:26 -0000 Thank you! On Tue, Oct 12, 2004 at 04:47:25PM +0000, Robert Watson wrote: R> rwatson 2004-10-12 16:47:25 UTC R> R> FreeBSD src repository R> R> Modified files: R> sys/netinet raw_ip.c R> Log: R> When the access control on creating raw sockets was modified so that R> processes in jail could create raw sockets, additional access control R> checks were added to raw IP sockets to limit the ways in which those R> sockets could be used. Specifically, only the socket option IP_HDRINCL R> was permitted in rip_ctloutput(). Other socket options were protected R> by a call to suser(). This change was required to prevent processes R> in a Jail from modifying system properties such as multicast routing R> and firewall rule sets. R> R> However, it also introduced a regression: processes that create a raw R> socket with root privilege, but then downgraded credential (i.e., a R> daemon giving up root, or a setuid process switching back to the real R> uid) could no longer issue other unprivileged generic IP socket option R> operations, such as IP_TOS, IP_TTL, and the multicast group membership R> options, which prevented multicast routing daemons (and some other R> tools) from operating correctly. R> R> This change pushes the access control decision down to the granularity R> of individual socket options, rather than all socket options, on raw R> IP sockets. When rip_ctloutput() doesn't implement an option, it will R> now pass the request directly to in_control() without an access R> control check. This should restore the functionality of the generic R> IP socket options for raw sockets in the above-described scenarios, R> which may be confirmed with the ipsockopt regression test. R> R> RELENG_5 candidate. R> R> Reviewed by: csjp R> R> Revision Changes Path R> 1.145 +41 -20 src/sys/netinet/raw_ip.c -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:41:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A8C16A4CE; Tue, 12 Oct 2004 17:41:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88FA543D41; Tue, 12 Oct 2004 17:41:27 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHfRiS029063; Tue, 12 Oct 2004 17:41:27 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHfRHb029062; Tue, 12 Oct 2004 17:41:27 GMT (envelope-from nork) Message-Id: <200410121741.i9CHfRHb029062@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 12 Oct 2004 17:41:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:41:27 -0000 nork 2004-10-12 17:41:27 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.10.11. Revision Changes Path 1.133 +5 -3 ports/net/liveMedia/Makefile 1.124 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:42:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D83216A4CE; Tue, 12 Oct 2004 17:42:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1174843D1F; Tue, 12 Oct 2004 17:42:55 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHgscA029139; Tue, 12 Oct 2004 17:42:54 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHgs69029138; Tue, 12 Oct 2004 17:42:54 GMT (envelope-from leeym) Message-Id: <200410121742.i9CHgs69029138@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 17:42:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/proxytunnel Makefile distinfo pkg-plist ports/security/proxytunnel/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:42:55 -0000 leeym 2004-10-12 17:42:54 UTC FreeBSD ports repository Modified files: security/proxytunnel Makefile distinfo security/proxytunnel/files patch-Makefile Removed files: security/proxytunnel pkg-plist Log: - Update to 1.1.3 - Add USE_GETOPT_LONG - Replace pkg-plist with PLIST_FILES and PORTDOCS PR: 71742 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.5 +6 -5 ports/security/proxytunnel/Makefile 1.3 +2 -2 ports/security/proxytunnel/distinfo 1.2 +3 -3 ports/security/proxytunnel/files/patch-Makefile 1.3 +0 -5 ports/security/proxytunnel/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:48:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA3D16A4CE; Tue, 12 Oct 2004 17:48:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE7E943D1D; Tue, 12 Oct 2004 17:48:58 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHmwt4029375; Tue, 12 Oct 2004 17:48:58 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHmwYT029374; Tue, 12 Oct 2004 17:48:58 GMT (envelope-from krion) Message-Id: <200410121748.i9CHmwYT029374@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 17:48:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/estctrl Makefileports/sysutils/estctrl/files estctrl.c.diff.fbsd4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:48:59 -0000 krion 2004-10-12 17:48:58 UTC FreeBSD ports repository Modified files: sysutils/estctrl Makefile Added files: sysutils/estctrl/files estctrl.c.diff.fbsd4 Log: Fix build on 4.x PR: ports/72589 Submitted by: cperciva Revision Changes Path 1.2 +8 -1 ports/sysutils/estctrl/Makefile 1.1 +11 -0 ports/sysutils/estctrl/files/estctrl.c.diff.fbsd4 (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 17:53:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 750B616A4CE; Tue, 12 Oct 2004 17:53:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57BD343D31; Tue, 12 Oct 2004 17:53:22 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CHrMGS029564; Tue, 12 Oct 2004 17:53:22 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CHrMap029563; Tue, 12 Oct 2004 17:53:22 GMT (envelope-from leeym) Message-Id: <200410121753.i9CHrMap029563@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 17:53:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/click Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 17:53:22 -0000 leeym 2004-10-12 17:53:22 UTC FreeBSD ports repository Modified files: net/click Makefile pkg-plist Log: - add USE_GCC=2.95 and unbreak this port - utilize INFO - cosmetic fixes which makes portlint happier PR: 71820 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.10 +11 -13 ports/net/click/Makefile 1.4 +5 -13 ports/net/click/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:10:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0223616A4D1; Tue, 12 Oct 2004 18:10:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE91743D58; Tue, 12 Oct 2004 18:10:27 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIAR88030123; Tue, 12 Oct 2004 18:10:27 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIAR8Y030122; Tue, 12 Oct 2004 18:10:27 GMT (envelope-from leeym) Message-Id: <200410121810.i9CIAR8Y030122@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 18:10:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/xicq Makefile pkg-plist ports/net/xicq/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:10:28 -0000 leeym 2004-10-12 18:10:27 UTC FreeBSD ports repository Modified files: net/xicq Makefile net/xicq/files patch-aa Removed files: net/xicq pkg-plist Log: - add USE_GCC=2.95, update related patch, and unbreak this port - replace pkg-plist with PLIST_FILES and PLIST_DIRS - cosmetic fix which makes portlint happier PR: 71825 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.15 +7 -10 ports/net/xicq/Makefile 1.2 +4 -18 ports/net/xicq/files/patch-aa 1.3 +0 -4 ports/net/xicq/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:14:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA29116A4CE; Tue, 12 Oct 2004 18:14:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE4343D46; Tue, 12 Oct 2004 18:14:47 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIEl4C030347; Tue, 12 Oct 2004 18:14:47 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIElrl030346; Tue, 12 Oct 2004 18:14:47 GMT (envelope-from leeym) Message-Id: <200410121814.i9CIElrl030346@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 18:14:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/plp Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:14:47 -0000 leeym 2004-10-12 18:14:47 UTC FreeBSD ports repository Modified files: comms/plp Makefile Removed files: comms/plp pkg-plist Log: - add USE_GCC=2.95 and unbreak this port - replace pkg-plist with PLIST_FILES PR: 71840 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.13 +4 -8 ports/comms/plp/Makefile 1.2 +0 -2 ports/comms/plp/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:16:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0190716A4CE; Tue, 12 Oct 2004 18:16:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D77AF43D3F; Tue, 12 Oct 2004 18:16:02 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIG2m7030554; Tue, 12 Oct 2004 18:16:02 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIG2HG030553; Tue, 12 Oct 2004 18:16:02 GMT (envelope-from leeym) Message-Id: <200410121816.i9CIG2HG030553@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 18:16:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ald Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:16:03 -0000 leeym 2004-10-12 18:16:02 UTC FreeBSD ports repository Modified files: devel/ald Makefile Log: - add NOPRECIOUSMAKEVARS=yes and unbreak it on 5.x PR: 71844 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.12 +2 -7 ports/devel/ald/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:17:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E9C916A4CE; Tue, 12 Oct 2004 18:17:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 024D543D1D; Tue, 12 Oct 2004 18:17:44 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIHhQN030628; Tue, 12 Oct 2004 18:17:43 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIHhdX030627; Tue, 12 Oct 2004 18:17:43 GMT (envelope-from thierry) Message-Id: <200410121817.i9CIHhdX030627@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 18:17:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/pear-Mail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:17:44 -0000 thierry 2004-10-12 18:17:43 UTC FreeBSD ports repository Modified files: mail/pear-Mail Makefile distinfo Log: + update to 1.1.4 + take maintainership + added tests + added option to install PEAR::Net_SMTP PR: ports/71526 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.7 +12 -3 ports/mail/pear-Mail/Makefile 1.6 +2 -2 ports/mail/pear-Mail/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:21:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF04B16A4CE; Tue, 12 Oct 2004 18:21:48 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C387643D41; Tue, 12 Oct 2004 18:21:48 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id B6BE95C98B; Tue, 12 Oct 2004 11:21:48 -0700 (PDT) Date: Tue, 12 Oct 2004 11:21:48 -0700 From: Alfred Perlstein To: Robert Watson Message-ID: <20041012182148.GJ38364@elvis.mu.org> References: <200410121710.i9CHAeto027998@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410121710.i9CHAeto027998@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:21:49 -0000 * Robert Watson [041012 10:12] wrote: > rwatson 2004-10-12 17:10:40 UTC > > FreeBSD src repository > > Modified files: > sys/netinet if_ether.c > Log: > Modify the thrilling "%D is using my IP address %s!" message so that > it isn't printed if the IP address in question is '0.0.0.0', which is > used by nodes performing DHCP lookup, and so constitute a false > positive as a report of misconfiguration. MFC plz. :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:24:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C0E116A4CE; Tue, 12 Oct 2004 18:24:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA8043D46; Tue, 12 Oct 2004 18:24:36 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIOaG3030818; Tue, 12 Oct 2004 18:24:36 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIOauR030817; Tue, 12 Oct 2004 18:24:36 GMT (envelope-from thierry) Message-Id: <200410121824.i9CIOauR030817@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 18:24:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/pear-File Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:24:36 -0000 thierry 2004-10-12 18:24:36 UTC FreeBSD ports repository Modified files: sysutils/pear-File Makefile Log: Take maintainership. PR: ports/71501 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.9 +1 -1 ports/sysutils/pear-File/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:27:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7C9516A4CE; Tue, 12 Oct 2004 18:27:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B71C43D45; Tue, 12 Oct 2004 18:27:13 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIRDJ6030943; Tue, 12 Oct 2004 18:27:13 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIRDsq030942; Tue, 12 Oct 2004 18:27:13 GMT (envelope-from krion) Message-Id: <200410121827.i9CIRDsq030942@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 12 Oct 2004 18:27:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/fastest_cvsup/files patch-fastest__cvsup X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:27:13 -0000 krion 2004-10-12 18:27:13 UTC FreeBSD ports repository Added files: sysutils/fastest_cvsup/files patch-fastest__cvsup Log: Add 8th cvsup server in Germany (cvsup8.de.FreeBSD.org) Revision Changes Path 1.1 +14 -0 ports/sysutils/fastest_cvsup/files/patch-fastest__cvsup (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:27:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1798516A4F1; Tue, 12 Oct 2004 18:27:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB0D43D45; Tue, 12 Oct 2004 18:27:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIREoL030972; Tue, 12 Oct 2004 18:27:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIREMa030971; Tue, 12 Oct 2004 18:27:14 GMT (envelope-from jhb) Message-Id: <200410121827.i9CIREMa030971@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Oct 2004 18:27:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:27:16 -0000 jhb 2004-10-12 18:27:14 UTC FreeBSD src repository Modified files: sys/kern kern_subr.c Log: Add a WITNESS_WARN() to uiomove() to whine if locks are held when this function is called. MFC after: 1 month Revision Changes Path 1.89 +2 -0 src/sys/kern/kern_subr.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:30:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E5FA16A4CE; Tue, 12 Oct 2004 18:30:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 810DC43D2D; Tue, 12 Oct 2004 18:30:32 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIUWX3031140; Tue, 12 Oct 2004 18:30:32 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIUWUv031139; Tue, 12 Oct 2004 18:30:32 GMT (envelope-from leeym) Message-Id: <200410121830.i9CIUWUv031139@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 18:30:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bbsmount Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:30:32 -0000 leeym 2004-10-12 18:30:32 UTC FreeBSD ports repository Modified files: sysutils/bbsmount Makefile pkg-plist Log: - add USE_GCC=2.95 and unbreak this port - utilize PORTDOCS and DATADIR PR: 71852 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.5 +7 -17 ports/sysutils/bbsmount/Makefile 1.3 +13 -20 ports/sysutils/bbsmount/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:36:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BACF616A4CE; Tue, 12 Oct 2004 18:36:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 967DB43D2D; Tue, 12 Oct 2004 18:36:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIaKFb031471; Tue, 12 Oct 2004 18:36:20 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIaKt4031470; Tue, 12 Oct 2004 18:36:20 GMT (envelope-from jhb) Message-Id: <200410121836.i9CIaKt4031470@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Oct 2004 18:36:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_condvar.c kern_mutex.c kern_synch.c subr_sleepqueue.c subr_turnstile.c src/sys/sys sleepqueue.h turnstile.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:36:20 -0000 jhb 2004-10-12 18:36:20 UTC FreeBSD src repository Modified files: sys/kern kern_condvar.c kern_mutex.c kern_synch.c subr_sleepqueue.c subr_turnstile.c sys/sys sleepqueue.h turnstile.h Log: Refine the turnstile and sleep queue interfaces just a bit: - Add a new _lock() call to each API that locks the associated chain lock for a lock_object pointer or wait channel. The _lookup() functions now require that the chain lock be locked via _lock() when they are called. - Change sleepq_add(), turnstile_wait() and turnstile_claim() to lookup the associated queue structure internally via _lookup() rather than accepting a pointer from the caller. For turnstiles, this means that the actual lookup of the turnstile in the hash table is only done when the thread actually blocks rather than being done on each loop iteration in _mtx_lock_sleep(). For sleep queues, this means that sleepq_lookup() is no longer used outside of the sleep queue code except to implement an assertion in cv_destroy(). - Change sleepq_broadcast() and sleepq_signal() to require that the chain lock is already required. For condition variables, this lets the cv_broadcast() and cv_signal() functions lock the sleep queue chain lock while testing the waiters count. This means that the waiters count internal to condition variables is no longer protected by the interlock mutex and cv_broadcast() and cv_signal() now no longer require that the interlock be held when they are called. This lets consumers of condition variables drop the lock before waking other threads which can result in fewer context switches. MFC after: 1 month Revision Changes Path 1.52 +16 -15 src/sys/kern/kern_condvar.c 1.151 +4 -5 src/sys/kern/kern_mutex.c 1.263 +4 -3 src/sys/kern/kern_synch.c 1.13 +31 -14 src/sys/kern/subr_sleepqueue.c 1.150 +34 -12 src/sys/kern/subr_turnstile.c 1.5 +11 -12 src/sys/sys/sleepqueue.h 1.5 +17 -16 src/sys/sys/turnstile.h From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:36:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C222016A4CF; Tue, 12 Oct 2004 18:36:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A56C643D48; Tue, 12 Oct 2004 18:36:32 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIaWJi031501; Tue, 12 Oct 2004 18:36:32 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIaWEA031500; Tue, 12 Oct 2004 18:36:32 GMT (envelope-from des) Message-Id: <200410121836.i9CIaWEA031500@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 12 Oct 2004 18:36:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:36:32 -0000 des 2004-10-12 18:36:32 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: Remove a pointless syslogd_flags example. MFC after: 2 weeks Revision Changes Path 1.222 +1 -1 src/etc/defaults/rc.conf From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:37:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1289F16A4CE; Tue, 12 Oct 2004 18:37:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E91ED43D49; Tue, 12 Oct 2004 18:37:52 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIbqR0031598; Tue, 12 Oct 2004 18:37:52 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIbqId031597; Tue, 12 Oct 2004 18:37:52 GMT (envelope-from leeym) Message-Id: <200410121837.i9CIbqId031597@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 18:37:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/chinput2 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:37:53 -0000 leeym 2004-10-12 18:37:52 UTC FreeBSD ports repository Modified files: chinese/chinput2 Makefile Removed files: chinese/chinput2 pkg-plist Log: - unbreak this port - utilize USE_MYSQL and ECHO_MSG - replace pkg-plist with PLIST_FILES/PLIST_DIRS PR: 71888 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.10 +24 -19 ports/chinese/chinput2/Makefile 1.3 +0 -5 ports/chinese/chinput2/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:38:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EB6A16A4CE; Tue, 12 Oct 2004 18:38:55 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A0A43D39; Tue, 12 Oct 2004 18:38:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9CIZxZZ004499; Tue, 12 Oct 2004 12:35:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 12 Oct 2004 12:37:55 -0600 (MDT) Message-Id: <20041012.123755.40573971.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200410121038.38874.jhb@FreeBSD.org> References: <200410112110.i9BLANDE092852@repoman.freebsd.org> <200410121038.38874.jhb@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_bus.c src/sys/dev/acpica acpi_pcib_acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:38:55 -0000 In message: <200410121038.38874.jhb@FreeBSD.org> John Baldwin writes: : On Monday 11 October 2004 05:10 pm, Warner Losh wrote: : > imp 2004-10-11 21:10:23 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/i386/pci pci_bus.c : > sys/dev/acpica acpi_pcib_acpi.c : > Log: : > Make the lower range of the memory area 0x80000000 again. Also : > introduce hw.{pci,acpi}.host_mem_start tunable to change this. : > : > MFC: ASAP : : You could just use the same tunable for both drivers so it's perhaps less : confusing and easier for users (they set the same variable for both ACPI and : non-ACPI cases). I would vote for just 'hw.pci.host_mem_start'. I made them different because I wanted to expose the tunable value as a read-only sysctl. If I made them the same, I couldn't do that. Warner From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:44:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5442A16A4CE; Tue, 12 Oct 2004 18:44:23 +0000 (GMT) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1292743D2F; Tue, 12 Oct 2004 18:44:16 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw0.york.ac.uk (8.12.10/8.12.10) with ESMTP id i9CIiBvi010931; Tue, 12 Oct 2004 19:44:11 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id i9CIi1Eq055905; Tue, 12 Oct 2004 19:44:01 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)i9CIhuV8055902; Tue, 12 Oct 2004 19:44:01 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Tue, 12 Oct 2004 19:43:56 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Dag-Erling Smorgrav In-Reply-To: <200410121836.i9CIaWEA031500@repoman.freebsd.org> Message-ID: <20041012194218.D55146@ury.york.ac.uk> References: <200410121836.i9CIaWEA031500@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:44:23 -0000 On Tue, 12 Oct 2004, Dag-Erling Smorgrav wrote: > des 2004-10-12 18:36:32 UTC > > Modified files: > etc/defaults rc.conf > Log: > Remove a pointless syslogd_flags example. Was the addition of hcsecd_enable in the above commit intentional? It doesn't seem to correspond to anything in /etc/rc.d. Gavin @@ -78,6 +78,7 @@ firewall_type="UNKNOWN" # Firewall type firewall_quiet="NO" # Set to YES to suppress rule display firewall_logging="NO" # Set to YES to enable events logging firewall_flags="" # Flags passed to ipfw when type is a file +hcsecd_enable="NO" # Set to YES to enable hcsecd ip_portrange_first="NO" # Set first dynamically allocated port ip_portrange_last="NO" # Set last dynamically allocated port ike_enable="NO" # Enable IKE daemon (usually racoon or isakmpd) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:45:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB4D16A4CF; Tue, 12 Oct 2004 18:45:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF02C43D39; Tue, 12 Oct 2004 18:45:15 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIjF0x031847; Tue, 12 Oct 2004 18:45:15 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIjFdF031846; Tue, 12 Oct 2004 18:45:15 GMT (envelope-from des) Message-Id: <200410121845.i9CIjFdF031846@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 12 Oct 2004 18:45:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:45:16 -0000 des 2004-10-12 18:45:15 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: Remove hcsecd line which was inadvertantly included in the previous commit. Revision Changes Path 1.223 +0 -1 src/etc/defaults/rc.conf From owner-cvs-all@FreeBSD.ORG Tue Oct 12 18:54:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B3016A4CE; Tue, 12 Oct 2004 18:54:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6330943D41; Tue, 12 Oct 2004 18:54:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CIsmC2032143; Tue, 12 Oct 2004 18:54:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CIsm6j032142; Tue, 12 Oct 2004 18:54:48 GMT (envelope-from pav) Message-Id: <200410121854.i9CIsm6j032142@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 18:54:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/verlihub Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 18:54:48 -0000 pav 2004-10-12 18:54:48 UTC FreeBSD ports repository Modified files: net/verlihub Makefile distinfo pkg-plist Log: - Update to 0.9.8.b - Force gcc 3.3 where needed PR: ports/71776 Submitted by: Bill Cadwallader (maintainer) Revision Changes Path 1.8 +4 -4 ports/net/verlihub/Makefile 1.4 +2 -2 ports/net/verlihub/distinfo 1.4 +0 -1 ports/net/verlihub/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 19:10:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 001AF16A4CF; Tue, 12 Oct 2004 19:10:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB23D43D54; Tue, 12 Oct 2004 19:10:52 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CJAqLi032716; Tue, 12 Oct 2004 19:10:52 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CJAqa8032715; Tue, 12 Oct 2004 19:10:52 GMT (envelope-from leeym) Message-Id: <200410121910.i9CJAqa8032715@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Oct 2004 19:10:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/easysoap Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 19:10:53 -0000 leeym 2004-10-12 19:10:52 UTC FreeBSD ports repository Modified files: net/easysoap Makefile pkg-plist Log: - add USE_GCC=2.95 and unbreak this port on 5.x - utilize ECHO_MSG - eliminate *.la PR: 71898 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.14 +6 -8 ports/net/easysoap/Makefile 1.3 +0 -1 ports/net/easysoap/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 19:31:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 162FC16A4CE; Tue, 12 Oct 2004 19:31:03 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A705D43D31; Tue, 12 Oct 2004 19:31:01 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id i9CJTODJ074775; Tue, 12 Oct 2004 15:29:24 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i9CJTOap074772; Tue, 12 Oct 2004 15:29:24 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 12 Oct 2004 15:29:24 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200410121827.i9CIREMa030971@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 19:31:03 -0000 On Tue, 12 Oct 2004, John Baldwin wrote: > Modified files: > sys/kern kern_subr.c > Log: > Add a WITNESS_WARN() to uiomove() to whine if locks are held when this > function is called. Thanks! I'd love to get that to happen for copyin/copyout/fuword/suword as well, but that's less feasible. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Tue Oct 12 19:32:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AD0416A4CE; Tue, 12 Oct 2004 19:32:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83FB743D31; Tue, 12 Oct 2004 19:32:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CJWP7J033479; Tue, 12 Oct 2004 19:32:25 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CJWPfZ033478; Tue, 12 Oct 2004 19:32:25 GMT (envelope-from thierry) Message-Id: <200410121932.i9CJWPfZ033478@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 19:32:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spambnc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 19:32:25 -0000 thierry 2004-10-12 19:32:25 UTC FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: Yet another SpamBouncer's silent update! Make fetchable again. For those interested, the diff is: diff -urN work.orig/sb.rc work/sb.rc --- work.orig/sb.rc Fri Sep 24 01:36:32 2004 +++ work/sb.rc Sat Sep 25 04:35:51 2004 @@ -2417,10 +2417,6 @@ { INCLUDERC=${SBDIR}/sb-hurl0408.rc } :0 - * LOCALTAG ?? no - { INCLUDERC=${SBDIR}/sb-hurl0407.rc } - - :0 * LOCALTAG ?? yes { :0 f Reported by: Kris via pointyhat. Revision Changes Path 1.50 +1 -0 ports/mail/spambnc/Makefile 1.45 +2 -2 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 19:36:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A22416A4CE; Tue, 12 Oct 2004 19:36:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F2ED43D31; Tue, 12 Oct 2004 19:36:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CJa1HE033643; Tue, 12 Oct 2004 19:36:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CJa1Jt033642; Tue, 12 Oct 2004 19:36:01 GMT (envelope-from jhb) Message-Id: <200410121936.i9CJa1Jt033642@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Oct 2004 19:36:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 19:36:01 -0000 jhb 2004-10-12 19:36:01 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: Whitespace fix. Revision Changes Path 1.204 +1 -1 src/sys/kern/kern_thread.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 19:40:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F3016A4CE; Tue, 12 Oct 2004 19:40:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D73B943D53; Tue, 12 Oct 2004 19:40:05 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CJe5wC033786; Tue, 12 Oct 2004 19:40:05 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CJe5gL033785; Tue, 12 Oct 2004 19:40:05 GMT (envelope-from marcus) Message-Id: <200410121940.i9CJe5gL033785@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 19:40:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 19:40:06 -0000 marcus 2004-10-12 19:40:05 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Support .ifndef and !defined when doing OPTIONS checking. Revision Changes Path 1.84 +1 -0 ports/devel/portlint/Makefile 1.65 +2 -2 ports/devel/portlint/src/portlint.pl From owner-cvs-all@FreeBSD.ORG Tue Oct 12 19:43:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1162A16A4CF for ; Tue, 12 Oct 2004 19:43:56 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id B782A43D39 for ; Tue, 12 Oct 2004 19:43:55 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 13111 invoked from network); 12 Oct 2004 19:43:55 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 12 Oct 2004 19:43:55 -0000 Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9CJhpiQ093515; Tue, 12 Oct 2004 15:43:51 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Robert Watson Date: Tue, 12 Oct 2004 15:44:12 -0400 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410121544.12921.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 19:43:56 -0000 On Tuesday 12 October 2004 03:29 pm, Robert Watson wrote: > On Tue, 12 Oct 2004, John Baldwin wrote: > > Modified files: > > sys/kern kern_subr.c > > Log: > > Add a WITNESS_WARN() to uiomove() to whine if locks are held when this > > function is called. > > Thanks! I'd love to get that to happen for copyin/copyout/fuword/suword > as well, but that's less feasible. Me too, it's been on my todo list even longer, but as you say, less feasible unless we do some evil wrapper function magic (which is possible). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Oct 12 19:57:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F10B416A4CE; Tue, 12 Oct 2004 19:57:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0AA243D55; Tue, 12 Oct 2004 19:57:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CJv6wA034323; Tue, 12 Oct 2004 19:57:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CJv6iV034322; Tue, 12 Oct 2004 19:57:06 GMT (envelope-from pav) Message-Id: <200410121957.i9CJv6iV034322@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 19:57:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/qalculate Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 19:57:07 -0000 pav 2004-10-12 19:57:06 UTC FreeBSD ports repository Modified files: math/qalculate Makefile pkg-plist Log: - Bump USE_GCC to 3.4 to match cln and unbreak - Remove gettext hack, it's no longer valid Reported by: pointyhat via kris Revision Changes Path 1.3 +2 -6 ports/math/qalculate/Makefile 1.2 +1 -1 ports/math/qalculate/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:01:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C4B16A4CE; Tue, 12 Oct 2004 20:01:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C73843D48; Tue, 12 Oct 2004 20:01:00 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CK10gx034521; Tue, 12 Oct 2004 20:01:00 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CK10BR034520; Tue, 12 Oct 2004 20:01:00 GMT (envelope-from thierry) Message-Id: <200410122001.i9CK10BR034520@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 20:01:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/pear-HTTP_Request Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:01:00 -0000 thierry 2004-10-12 20:01:00 UTC FreeBSD ports repository Modified files: www/pear-HTTP_Request Makefile distinfo Log: Upgrade to 1.2.3. Revision Changes Path 1.4 +1 -1 ports/www/pear-HTTP_Request/Makefile 1.4 +2 -2 ports/www/pear-HTTP_Request/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:01:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D63D716A4CE; Tue, 12 Oct 2004 20:01:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B953D43D31; Tue, 12 Oct 2004 20:01:26 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CK1QEe034569; Tue, 12 Oct 2004 20:01:26 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CK1QmX034568; Tue, 12 Oct 2004 20:01:26 GMT (envelope-from thierry) Message-Id: <200410122001.i9CK1QmX034568@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 20:01:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-XML_Parser Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:01:27 -0000 thierry 2004-10-12 20:01:26 UTC FreeBSD ports repository Modified files: devel/pear-XML_Parser Makefile distinfo Log: Upgrade to 1.2.1. Revision Changes Path 1.5 +1 -1 ports/devel/pear-XML_Parser/Makefile 1.4 +2 -2 ports/devel/pear-XML_Parser/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:01:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2556E16A4CE; Tue, 12 Oct 2004 20:01:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D1A43D39; Tue, 12 Oct 2004 20:01:58 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CK1v6J034605; Tue, 12 Oct 2004 20:01:57 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CK1vWX034604; Tue, 12 Oct 2004 20:01:57 GMT (envelope-from thierry) Message-Id: <200410122001.i9CK1vWX034604@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 20:01:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/pear-Services_Weather Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:01:58 -0000 thierry 2004-10-12 20:01:57 UTC FreeBSD ports repository Modified files: misc/pear-Services_Weather Makefile distinfo Log: Upgrade to 1.3.1. Revision Changes Path 1.3 +1 -1 ports/misc/pear-Services_Weather/Makefile 1.3 +2 -2 ports/misc/pear-Services_Weather/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:03:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 950B016A4CE; Tue, 12 Oct 2004 20:03:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7976643D39; Tue, 12 Oct 2004 20:03:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CK3uX4034662; Tue, 12 Oct 2004 20:03:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CK3uLo034661; Tue, 12 Oct 2004 20:03:56 GMT (envelope-from rwatson) Message-Id: <200410122003.i9CK3uLo034661@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 20:03:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:03:56 -0000 rwatson 2004-10-12 20:03:56 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: Don't release the udbinfo lock until after the last use of UDP inpcb in udp_input(), since the udbinfo lock is used to prevent removal of the inpcb while in use (i.e., as a form of reference count) in the in-bound path. RELENG_5 candidate. Revision Changes Path 1.167 +3 -3 src/sys/netinet/udp_usrreq.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:12:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B59616A4CE; Tue, 12 Oct 2004 20:12:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE5B43D41; Tue, 12 Oct 2004 20:12:52 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CKCqsQ035013; Tue, 12 Oct 2004 20:12:52 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CKCq8v035012; Tue, 12 Oct 2004 20:12:52 GMT (envelope-from adamw) Message-Id: <200410122012.i9CKCq8v035012@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 12 Oct 2004 20:12:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bpm Makefile ports/sysutils/bpm/files patch-src::refresh.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:12:52 -0000 adamw 2004-10-12 20:12:51 UTC FreeBSD ports repository Modified files: sysutils/bpm Makefile sysutils/bpm/files patch-src::refresh.c Log: Enable bpm to grok the new INDEX format with extra fields. Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/sysutils/bpm/Makefile 1.3 +19 -3 ports/sysutils/bpm/files/patch-src::refresh.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:16:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3771616A4CE; Tue, 12 Oct 2004 20:16:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D14C43D2F; Tue, 12 Oct 2004 20:16:03 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CKG2jJ035214; Tue, 12 Oct 2004 20:16:03 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CKG2q8035213; Tue, 12 Oct 2004 20:16:02 GMT (envelope-from phk) Message-Id: <200410122016.i9CKG2q8035213@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 20:16:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sio sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:16:03 -0000 phk 2004-10-12 20:16:02 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Use ttyconsolemode() to set the console tty modes. Revision Changes Path 1.455 +1 -8 src/sys/dev/sio/sio.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:18:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 503FD16A4CE; Tue, 12 Oct 2004 20:18:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 350EF43D31; Tue, 12 Oct 2004 20:18:27 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CKIRNJ035271; Tue, 12 Oct 2004 20:18:27 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CKIR4f035270; Tue, 12 Oct 2004 20:18:27 GMT (envelope-from glebius) Message-Id: <200410122018.i9CKIR4f035270@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 12 Oct 2004 20:18:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:18:27 -0000 glebius 2004-10-12 20:18:27 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: Fix comment: since move from mballoc to mbuma, the allocation functions live in kern_mbuf.c, not subr_mbuf.c Revision Changes Path 1.163 +1 -1 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:32:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 222C716A4CE; Tue, 12 Oct 2004 20:32:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0654D43D5D; Tue, 12 Oct 2004 20:32:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CKWYZU035807; Tue, 12 Oct 2004 20:32:34 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CKWYGQ035806; Tue, 12 Oct 2004 20:32:34 GMT (envelope-from marcus) Message-Id: <200410122032.i9CKWYGQ035806@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 20:32:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:32:35 -0000 marcus 2004-10-12 20:32:34 UTC FreeBSD ports repository Modified files: www/mozilla Makefile Log: Fix some more installation-blocking typos missed in the back-port from 1.7.3. PR: 72594 Submitted by: Nicolas Rachinsky Revision Changes Path 1.173 +2 -2 ports/www/mozilla/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:42:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BB416A4D1; Tue, 12 Oct 2004 20:42:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D13543D48; Tue, 12 Oct 2004 20:42:05 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CKg5o2036175; Tue, 12 Oct 2004 20:42:05 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CKg509036174; Tue, 12 Oct 2004 20:42:05 GMT (envelope-from thierry) Message-Id: <200410122042.i9CKg509036174@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 20:42:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/cimg Makefile distinfo pkg-descr pkg-plist ports/graphics/cimg/files patch-CImg.h patch-Makefile patch-examples::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:42:06 -0000 thierry 2004-10-12 20:42:04 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/cimg Makefile distinfo pkg-descr pkg-plist graphics/cimg/files patch-CImg.h patch-Makefile patch-examples::Makefile Log: Add cimg 1.0.6, the C++ Template Image Processing Library. Revision Changes Path 1.736 +1 -0 ports/graphics/Makefile 1.1 +62 -0 ports/graphics/cimg/Makefile (new) 1.1 +2 -0 ports/graphics/cimg/distinfo (new) 1.1 +54 -0 ports/graphics/cimg/files/patch-CImg.h (new) 1.1 +85 -0 ports/graphics/cimg/files/patch-Makefile (new) 1.1 +117 -0 ports/graphics/cimg/files/patch-examples::Makefile (new) 1.1 +24 -0 ports/graphics/cimg/pkg-descr (new) 1.1 +150 -0 ports/graphics/cimg/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:42:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6290716A4CE; Tue, 12 Oct 2004 20:42:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4898043D2D; Tue, 12 Oct 2004 20:42:16 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CKgGYf036221; Tue, 12 Oct 2004 20:42:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CKgGiU036220; Tue, 12 Oct 2004 20:42:16 GMT (envelope-from thierry) Message-Id: <200410122042.i9CKgGiU036220@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 20:42:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:42:16 -0000 thierry 2004-10-12 20:42:16 UTC FreeBSD ports repository Modified files: . modules Log: cimg --> ports/graphics/cimg Revision Changes Path 1.11120 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:44:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA76016A4CE; Tue, 12 Oct 2004 20:44:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F80243D1D; Tue, 12 Oct 2004 20:44:52 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CKiqXO036347; Tue, 12 Oct 2004 20:44:52 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CKiqph036346; Tue, 12 Oct 2004 20:44:52 GMT (envelope-from sumikawa) Message-Id: <200410122044.i9CKiqph036346@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 12 Oct 2004 20:44:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/v6eval Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:44:52 -0000 sumikawa 2004-10-12 20:44:52 UTC FreeBSD ports repository Modified files: net/v6eval Makefile distinfo pkg-plist Log: Upgrade to 2.3b1. Revision Changes Path 1.10 +3 -2 ports/net/v6eval/Makefile 1.5 +2 -2 ports/net/v6eval/distinfo 1.5 +56 -19 ports/net/v6eval/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:49:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA0716A4CE; Tue, 12 Oct 2004 20:49:43 +0000 (GMT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E66A143D1F; Tue, 12 Oct 2004 20:49:42 +0000 (GMT) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id C94A92A8DA; Tue, 12 Oct 2004 13:49:42 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 512FCE2B3; Tue, 12 Oct 2004 13:49:42 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (8.13.1/8.13.1) with ESMTP id i9CKnfte095391; Tue, 12 Oct 2004 13:49:41 -0700 (PDT) (envelope-from peter@wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by overcee.wemm.org (8.13.1/8.13.1/Submit) id i9CKnfhv095390; Tue, 12 Oct 2004 13:49:41 -0700 (PDT) (envelope-from peter@wemm.org) X-Authentication-Warning: overcee.wemm.org: peter set sender to peter@wemm.org using -f From: Peter Wemm To: Poul-Henning Kamp Date: Tue, 12 Oct 2004 13:49:41 -0700 User-Agent: KMail/1.7 References: <200410120758.i9C7wDf4077140@repoman.freebsd.org> In-Reply-To: <200410120758.i9C7wDf4077140@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410121349.41586.peter@wemm.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c ibcs2_socksys.c ibcs2_sysi86.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:49:43 -0000 On Tuesday 12 October 2004 12:58 am, Poul-Henning Kamp wrote: > phk 2004-10-12 07:58:13 UTC > > FreeBSD src repository > > Modified files: > sys/i386/ibcs2 ibcs2_misc.c ibcs2_socksys.c > ibcs2_sysi86.c > Log: > Add missing zero flag arguments to sysctl calls. > > Add missing pointy hat to peter@ Yes, well deserved. Sorry about that folks. :-( -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 20:57:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E93D16A4CE; Tue, 12 Oct 2004 20:57:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 456F343D46; Tue, 12 Oct 2004 20:57:37 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CKvbPI043138; Tue, 12 Oct 2004 20:57:37 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CKvbIi043137; Tue, 12 Oct 2004 20:57:37 GMT (envelope-from phk) Message-Id: <200410122057.i9CKvbIi043137@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 20:57:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 20:57:37 -0000 phk 2004-10-12 20:57:37 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Make !SMP kernels compile, and as far as I can tell, work again. Revision Changes Path 1.100 +2 -1 src/sys/kern/kern_switch.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:00:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86CC316A4CF; Tue, 12 Oct 2004 21:00:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A9A143D2D; Tue, 12 Oct 2004 21:00:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CL0KsY043299; Tue, 12 Oct 2004 21:00:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CL0J0D043298; Tue, 12 Oct 2004 21:00:19 GMT (envelope-from phk) Message-Id: <200410122100.i9CL0J0D043298@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 21:00:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:00:20 -0000 phk 2004-10-12 21:00:19 UTC FreeBSD src repository Modified files: sys/dev/uart uart_tty.c Log: Remove asserts which are not correct if the port is a tty. Revision Changes Path 1.20 +1 -7 src/sys/dev/uart/uart_tty.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:02:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB70116A4E5; Tue, 12 Oct 2004 21:02:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B11F343D48; Tue, 12 Oct 2004 21:02:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CL2Cvf043457; Tue, 12 Oct 2004 21:02:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CL2Cag043456; Tue, 12 Oct 2004 21:02:12 GMT (envelope-from pav) Message-Id: <200410122102.i9CL2Cag043456@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 21:02:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/R Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:02:12 -0000 pav 2004-10-12 21:02:12 UTC FreeBSD ports repository Modified files: math/R Makefile distinfo pkg-plist Log: - Update to 2.0.0 PR: ports/72544 Submitted by: Eric van Gyzen (maintainer) Revision Changes Path 1.41 +20 -33 ports/math/R/Makefile 1.21 +2 -2 ports/math/R/distinfo 1.23 +836 -891 ports/math/R/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:14:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7437F16A4CE; Tue, 12 Oct 2004 21:14:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5904143D31; Tue, 12 Oct 2004 21:14:50 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLEofh043936; Tue, 12 Oct 2004 21:14:50 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLEoPL043935; Tue, 12 Oct 2004 21:14:50 GMT (envelope-from lth) Message-Id: <200410122114.i9CLEoPL043935@repoman.freebsd.org> From: Lars Thegler Date: Tue, 12 Oct 2004 21:14:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-SQL-Translator Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:14:50 -0000 lth 2004-10-12 21:14:49 UTC FreeBSD ports repository Modified files: databases/p5-SQL-Translator Makefile distinfo pkg-plist Log: Update to 0.06 PR: ports/71494 Submitted by: mat Revision Changes Path 1.4 +7 -4 ports/databases/p5-SQL-Translator/Makefile 1.2 +2 -2 ports/databases/p5-SQL-Translator/distinfo 1.2 +7 -3 ports/databases/p5-SQL-Translator/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:18:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBA1B16A4CE; Tue, 12 Oct 2004 21:18:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D056643D53; Tue, 12 Oct 2004 21:18:09 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLI9Cd044137; Tue, 12 Oct 2004 21:18:09 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLI9at044136; Tue, 12 Oct 2004 21:18:09 GMT (envelope-from des) Message-Id: <200410122118.i9CLI9at044136@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 12 Oct 2004 21:18:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/docbook-xsl Makefile distinfo pkg-plist ports/textproc/docbook-xsl/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:18:10 -0000 des 2004-10-12 21:18:09 UTC FreeBSD ports repository Modified files: textproc/docbook-xsl Makefile distinfo pkg-plist textproc/docbook-xsl/files pkg-install.in Log: Update to 1.66.1. Revision Changes Path 1.27 +1 -1 ports/textproc/docbook-xsl/Makefile 1.17 +2 -2 ports/textproc/docbook-xsl/distinfo 1.7 +1 -1 ports/textproc/docbook-xsl/files/pkg-install.in 1.22 +1 -128 ports/textproc/docbook-xsl/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:19:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A841616A4CE; Tue, 12 Oct 2004 21:19:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB7443D39; Tue, 12 Oct 2004 21:19:16 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLJGm2044186; Tue, 12 Oct 2004 21:19:16 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLJGSJ044185; Tue, 12 Oct 2004 21:19:16 GMT (envelope-from lth) Message-Id: <200410122119.i9CLJGSJ044185@repoman.freebsd.org> From: Lars Thegler Date: Tue, 12 Oct 2004 21:19:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/p5-Net-SNMP Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:19:16 -0000 lth 2004-10-12 21:19:16 UTC FreeBSD ports repository Modified files: net-mgmt/p5-Net-SNMP Makefile distinfo pkg-plist Log: Update to 5.0.1 PR: ports/72399 Submitted by: lth Revision Changes Path 1.14 +2 -2 ports/net-mgmt/p5-Net-SNMP/Makefile 1.8 +2 -2 ports/net-mgmt/p5-Net-SNMP/distinfo 1.4 +4 -0 ports/net-mgmt/p5-Net-SNMP/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:22:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A1116A4CE; Tue, 12 Oct 2004 21:22:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE5F43D3F; Tue, 12 Oct 2004 21:22:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLMIw5044323; Tue, 12 Oct 2004 21:22:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLMIKa044322; Tue, 12 Oct 2004 21:22:18 GMT (envelope-from pav) Message-Id: <200410122122.i9CLMIKa044322@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Oct 2004 21:22:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gphoto2/files patch-gphoto2::actions.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:22:19 -0000 pav 2004-10-12 21:22:18 UTC FreeBSD ports repository Added files: graphics/gphoto2/files patch-gphoto2::actions.c Log: - Fix build with new libexif PR: ports/72209 Submitted by: Michael Johnson Revision Changes Path 1.1 +17 -0 ports/graphics/gphoto2/files/patch-gphoto2::actions.c (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:23:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56C0E16A4CE; Tue, 12 Oct 2004 21:23:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5EA43D58; Tue, 12 Oct 2004 21:23:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLNXJt044371; Tue, 12 Oct 2004 21:23:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLNX8k044370; Tue, 12 Oct 2004 21:23:33 GMT (envelope-from phk) Message-Id: <200410122123.i9CLNX8k044370@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 21:23:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ofw ofw_console.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:23:33 -0000 phk 2004-10-12 21:23:33 UTC FreeBSD src repository Modified files: sys/dev/ofw ofw_console.c Log: Add a couple of XXX comments and fix a couple of fine points. I have not tried to make this a "canonical tty driver". Revision Changes Path 1.29 +14 -2 src/sys/dev/ofw/ofw_console.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:27:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 484C516A4CE; Tue, 12 Oct 2004 21:27:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C70743D5D; Tue, 12 Oct 2004 21:27:08 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLR8hO044533; Tue, 12 Oct 2004 21:27:08 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLR8HV044532; Tue, 12 Oct 2004 21:27:08 GMT (envelope-from lth) Message-Id: <200410122127.i9CLR8HV044532@repoman.freebsd.org> From: Lars Thegler Date: Tue, 12 Oct 2004 21:27:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-CPAN-DistnameInfo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:27:08 -0000 lth 2004-10-12 21:27:08 UTC FreeBSD ports repository Modified files: devel/p5-CPAN-DistnameInfo Makefile distinfo Log: - Update to 0.06 - Remove obsolete PREFIX-hacking PR: ports/72400 Submitted by: lth Revision Changes Path 1.4 +2 -10 ports/devel/p5-CPAN-DistnameInfo/Makefile 1.3 +2 -2 ports/devel/p5-CPAN-DistnameInfo/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:31:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA73516A4CE; Tue, 12 Oct 2004 21:31:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F33643D2F; Tue, 12 Oct 2004 21:31:16 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLVGT6044736; Tue, 12 Oct 2004 21:31:16 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLVGpp044735; Tue, 12 Oct 2004 21:31:16 GMT (envelope-from lth) Message-Id: <200410122131.i9CLVGpp044735@repoman.freebsd.org> From: Lars Thegler Date: Tue, 12 Oct 2004 21:31:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/smokeping Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:31:16 -0000 lth 2004-10-12 21:31:16 UTC FreeBSD ports repository Modified files: net/smokeping Makefile Log: Fix breakage on pointyhat's 4.x chroot environment PR: ports/72401 Noticed by: pointyhat Submitted by: lth Revision Changes Path 1.24 +3 -2 ports/net/smokeping/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:33:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A90D116A4CE; Tue, 12 Oct 2004 21:33:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E24D43D54; Tue, 12 Oct 2004 21:33:08 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLX8Rj044793; Tue, 12 Oct 2004 21:33:08 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLX84b044792; Tue, 12 Oct 2004 21:33:08 GMT (envelope-from njl) Message-Id: <200410122133.i9CLX84b044792@repoman.freebsd.org> From: Nate Lawson Date: Tue, 12 Oct 2004 21:33:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:33:08 -0000 njl 2004-10-12 21:33:08 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Attach the device description for ISA devices on the ACPI bus. MFC after: 1 day Revision Changes Path 1.191 +3 -0 src/sys/dev/acpica/acpi.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:34:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E58316A4CE; Tue, 12 Oct 2004 21:34:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D2E43D2F; Tue, 12 Oct 2004 21:34:46 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLYk4v044839; Tue, 12 Oct 2004 21:34:46 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLYk6c044838; Tue, 12 Oct 2004 21:34:46 GMT (envelope-from lth) Message-Id: <200410122134.i9CLYk6c044838@repoman.freebsd.org> From: Lars Thegler Date: Tue, 12 Oct 2004 21:34:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Email-MIME-Attachment-Stripper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:34:46 -0000 lth 2004-10-12 21:34:46 UTC FreeBSD ports repository Modified files: mail/p5-Email-MIME-Attachment-Stripper Makefile Log: - Fix for 'use warnings;' under Perl 5.005_03 PR: ports/72403 Noticed by: pointyhat Submitted by: lth Revision Changes Path 1.2 +5 -0 ports/mail/p5-Email-MIME-Attachment-Stripper/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:40:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3C4D16A4CE; Tue, 12 Oct 2004 21:40:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA02543D45; Tue, 12 Oct 2004 21:40:41 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLefo8045164; Tue, 12 Oct 2004 21:40:41 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLef24045163; Tue, 12 Oct 2004 21:40:41 GMT (envelope-from phk) Message-Id: <200410122140.i9CLef24045163@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 21:40:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:40:42 -0000 phk 2004-10-12 21:40:41 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: Don't call driver close unless we have one. Revision Changes Path 1.236 +4 -2 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:43:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8609B16A4CE; Tue, 12 Oct 2004 21:43:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B3843D1D; Tue, 12 Oct 2004 21:43:01 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLh1S0045294; Tue, 12 Oct 2004 21:43:01 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLh1Ba045293; Tue, 12 Oct 2004 21:43:01 GMT (envelope-from lth) Message-Id: <200410122143.i9CLh1Ba045293@repoman.freebsd.org> From: Lars Thegler Date: Tue, 12 Oct 2004 21:43:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Email-MIME Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:43:01 -0000 lth 2004-10-12 21:43:01 UTC FreeBSD ports repository Modified files: mail/p5-Email-MIME Makefile Log: - Fix for 'use warnings;' under Perl 5.005_03 PR: ports/72405 Submitted by: lth Revision Changes Path 1.2 +2 -0 ports/mail/p5-Email-MIME/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:43:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0448816A52E; Tue, 12 Oct 2004 21:43:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D893943D41; Tue, 12 Oct 2004 21:43:03 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLh3j2045336; Tue, 12 Oct 2004 21:43:03 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLh3ZL045335; Tue, 12 Oct 2004 21:43:03 GMT (envelope-from jmg) Message-Id: <200410122143.i9CLh3ZL045335@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 12 Oct 2004 21:43:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 re.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:43:05 -0000 jmg 2004-10-12 21:43:03 UTC FreeBSD src repository Modified files: share/man/man4 re.4 Log: update document date Reminded by: ru (a few weeks ago) Revision Changes Path 1.10 +1 -1 src/share/man/man4/re.4 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:51:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCFE316A4CF; Tue, 12 Oct 2004 21:51:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCEB43D41; Tue, 12 Oct 2004 21:51:20 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLpK5a045720; Tue, 12 Oct 2004 21:51:20 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLpKpD045719; Tue, 12 Oct 2004 21:51:20 GMT (envelope-from jmg) Message-Id: <200410122151.i9CLpKpD045719@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 12 Oct 2004 21:51:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/pci if_rlreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:51:21 -0000 jmg 2004-10-12 21:51:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 re.4 sys/dev/re if_re.c sys/pci if_rlreg.h Log: MFC: if_re.c v1.35, if_rlreg.h v1.48: > fix jumbo frames as much as they can be fixed for re. We now cap the MTU > to 7422 since it appears that the 8169S can't transmit anything larger.. > The 8169S can receive full jumbo frames, but we don't have an mru to let > the upper layers know this... > > add fixup so that this driver should work on alignment constrained > platforms > (!i386 && !amd64) re.4 v1.9 & v1.10: > document the limit on jumbo frame size.. and bump document date Approved by: re (scottl) Revision Changes Path 1.6.2.3 +2 -1 src/share/man/man4/re.4 1.28.2.5 +54 -16 src/sys/dev/re/if_re.c 1.44.2.3 +18 -1 src/sys/pci/if_rlreg.h From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:51:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7D616A4CE; Tue, 12 Oct 2004 21:51:57 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCFD43D46; Tue, 12 Oct 2004 21:51:57 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 626425C95F; Tue, 12 Oct 2004 14:51:57 -0700 (PDT) Date: Tue, 12 Oct 2004 14:51:57 -0700 From: Alfred Perlstein To: John Baldwin Message-ID: <20041012215157.GP38364@elvis.mu.org> References: <200410121827.i9CIREMa030971@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410121827.i9CIREMa030971@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:51:57 -0000 I like this, my only concern is that there may be places that call this with locks held but with the kernel/user buffer wired so that it can't fault. Are you sure this isn't the case? (specifically for some sysctls) * John Baldwin [041012 11:27] wrote: > jhb 2004-10-12 18:27:14 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_subr.c > Log: > Add a WITNESS_WARN() to uiomove() to whine if locks are held when this > function is called. > > MFC after: 1 month > > Revision Changes Path > 1.89 +2 -0 src/sys/kern/kern_subr.c -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:55:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF1116A4CE; Tue, 12 Oct 2004 21:55:42 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00AAF43D2D; Tue, 12 Oct 2004 21:55:42 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 13037651F4; Tue, 12 Oct 2004 22:55:40 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11635-06; Tue, 12 Oct 2004 22:55:39 +0100 (BST) Received: from empiric.dek.spc.org (adsl-67-121-95-134.dsl.snfc21.pacbell.net [67.121.95.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6E4AC651EE; Tue, 12 Oct 2004 22:55:39 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 8F1EF63B0; Tue, 12 Oct 2004 14:55:34 -0700 (PDT) Date: Tue, 12 Oct 2004 14:55:34 -0700 From: Bruce M Simpson To: Dag-Erling Smorgrav Message-ID: <20041012215534.GB670@empiric.icir.org> Mail-Followup-To: Dag-Erling Smorgrav , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200410121845.i9CIjFdF031846@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410121845.i9CIjFdF031846@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:55:42 -0000 On Tue, Oct 12, 2004 at 06:45:15PM +0000, Dag-Erling Smorgrav wrote: > Log: > Remove hcsecd line which was inadvertantly included in the previous commit. Please consider posting a patch or committing this separately for those of us interested in Bluetooth. Thanks, BMS From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:58:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DC3B16A4CE; Tue, 12 Oct 2004 21:58:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532A943D31; Tue, 12 Oct 2004 21:58:58 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CLwwit045950; Tue, 12 Oct 2004 21:58:58 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLwwWg045949; Tue, 12 Oct 2004 21:58:58 GMT (envelope-from josef) Message-Id: <200410122158.i9CLwwWg045949@repoman.freebsd.org> From: Josef El-Rayes Date: Tue, 12 Oct 2004 21:58:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 21:58:58 -0000 josef 2004-10-12 21:58:58 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document 2 DoS attacks possible against older versions of mail-notifier. Based on the security advisories mentioned in the reference links. Approved by: nectar Revision Changes Path 1.287 +28 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:07:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D9F16A4CE; Tue, 12 Oct 2004 22:07:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F234343D39; Tue, 12 Oct 2004 22:07:10 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CM7ARb046244; Tue, 12 Oct 2004 22:07:10 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CM7A0Y046243; Tue, 12 Oct 2004 22:07:10 GMT (envelope-from thierry) Message-Id: <200410122207.i9CM7A0Y046243@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 12 Oct 2004 22:07:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/dircproxy Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:07:11 -0000 thierry 2004-10-12 22:07:10 UTC FreeBSD ports repository Modified files: irc/dircproxy Makefile pkg-plist Log: Take maintainership. Since I'm here, use DATADIR. PR: ports/71976 Submitted by: Lester Mesa. Revision Changes Path 1.9 +1 -1 ports/irc/dircproxy/Makefile 1.3 +5 -5 ports/irc/dircproxy/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:17:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C96516A4CE; Tue, 12 Oct 2004 22:17:08 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D8F43D4C; Tue, 12 Oct 2004 22:17:07 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.1/8.13.1) with ESMTP id i9CMGuoY073261; Tue, 12 Oct 2004 15:17:00 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200410122217.i9CMGuoY073261@gw.catspoiler.org> Date: Tue, 12 Oct 2004 15:16:56 -0700 (PDT) From: Don Lewis To: alfred@FreeBSD.org In-Reply-To: <20041012215157.GP38364@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:17:08 -0000 On 12 Oct, Alfred Perlstein wrote: > I like this, my only concern is that there may be places that > call this with locks held but with the kernel/user buffer wired > so that it can't fault. > > Are you sure this isn't the case? (specifically for some sysctls) There are a number of sysctl handlers where I added code to wire the buffer so that there was no danger of sleeping while a mutex is held. Allocating a kernel buffer and doing an extra copy would be ugly. > * John Baldwin [041012 11:27] wrote: >> jhb 2004-10-12 18:27:14 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_subr.c >> Log: >> Add a WITNESS_WARN() to uiomove() to whine if locks are held when this >> function is called. >> >> MFC after: 1 month >> >> Revision Changes Path >> 1.89 +2 -0 src/sys/kern/kern_subr.c > From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:19:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE4816A4CE; Tue, 12 Oct 2004 22:19:53 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E91BD43D2F; Tue, 12 Oct 2004 22:19:50 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id DE5DF5C94F; Tue, 12 Oct 2004 15:19:50 -0700 (PDT) Date: Tue, 12 Oct 2004 15:19:50 -0700 From: Alfred Perlstein To: Don Lewis Message-ID: <20041012221950.GT38364@elvis.mu.org> References: <20041012215157.GP38364@elvis.mu.org> <200410122217.i9CMGuoY073261@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410122217.i9CMGuoY073261@gw.catspoiler.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:19:53 -0000 * Don Lewis [041012 15:17] wrote: > On 12 Oct, Alfred Perlstein wrote: > > I like this, my only concern is that there may be places that > > call this with locks held but with the kernel/user buffer wired > > so that it can't fault. > > > > Are you sure this isn't the case? (specifically for some sysctls) > > There are a number of sysctl handlers where I added code to wire the > buffer so that there was no danger of sleeping while a mutex is held. > Allocating a kernel buffer and doing an extra copy would be ugly. Yup. Maybe an auxilliary uio_move_wired() that doesn't do this check? > > > * John Baldwin [041012 11:27] wrote: > >> jhb 2004-10-12 18:27:14 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/kern kern_subr.c > >> Log: > >> Add a WITNESS_WARN() to uiomove() to whine if locks are held when this > >> function is called. > >> > >> MFC after: 1 month > >> > >> Revision Changes Path > >> 1.89 +2 -0 src/sys/kern/kern_subr.c > > -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:20:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C75E116A4CE; Tue, 12 Oct 2004 22:20:57 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6700943D1F; Tue, 12 Oct 2004 22:20:57 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.1/8.13.1) with ESMTP id i9CMKk5D073276; Tue, 12 Oct 2004 15:20:50 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200410122220.i9CMKk5D073276@gw.catspoiler.org> Date: Tue, 12 Oct 2004 15:20:46 -0700 (PDT) From: Don Lewis To: alfred@FreeBSD.org In-Reply-To: <200410122217.i9CMGuoY073261@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:20:58 -0000 On 12 Oct, Don Lewis wrote: > On 12 Oct, Alfred Perlstein wrote: >> I like this, my only concern is that there may be places that >> call this with locks held but with the kernel/user buffer wired >> so that it can't fault. >> >> Are you sure this isn't the case? (specifically for some sysctls) > > There are a number of sysctl handlers where I added code to wire the > buffer so that there was no danger of sleeping while a mutex is held. > Allocating a kernel buffer and doing an extra copy would be ugly. Oh, nevermind. The sysctl handlers use copyout(), not uiomove(). Doing Adding WITNESS_WARN() to uiomove() is probably a good thing. From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:24:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA15916A4CE; Tue, 12 Oct 2004 22:24:27 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF5D243D48; Tue, 12 Oct 2004 22:24:27 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id B02FD5C963; Tue, 12 Oct 2004 15:24:27 -0700 (PDT) Date: Tue, 12 Oct 2004 15:24:27 -0700 From: Alfred Perlstein To: Don Lewis Message-ID: <20041012222427.GU38364@elvis.mu.org> References: <200410122217.i9CMGuoY073261@gw.catspoiler.org> <200410122220.i9CMKk5D073276@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410122220.i9CMKk5D073276@gw.catspoiler.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:24:28 -0000 * Don Lewis [041012 15:21] wrote: > On 12 Oct, Don Lewis wrote: > > On 12 Oct, Alfred Perlstein wrote: > >> I like this, my only concern is that there may be places that > >> call this with locks held but with the kernel/user buffer wired > >> so that it can't fault. > >> > >> Are you sure this isn't the case? (specifically for some sysctls) > > > > There are a number of sysctl handlers where I added code to wire the > > buffer so that there was no danger of sleeping while a mutex is held. > > Allocating a kernel buffer and doing an extra copy would be ugly. > > Oh, nevermind. The sysctl handlers use copyout(), not uiomove(). Doing > Adding WITNESS_WARN() to uiomove() is probably a good thing. Oy. :) Ok. -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:30:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7407A16A4CE; Tue, 12 Oct 2004 22:30:17 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DFFF43D46; Tue, 12 Oct 2004 22:30:17 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.1/8.13.1) with ESMTP id i9CMU6dv073297; Tue, 12 Oct 2004 15:30:10 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200410122230.i9CMU6dv073297@gw.catspoiler.org> Date: Tue, 12 Oct 2004 15:30:06 -0700 (PDT) From: Don Lewis To: alfred@FreeBSD.org In-Reply-To: <20041012221950.GT38364@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:30:17 -0000 On 12 Oct, Alfred Perlstein wrote: > * Don Lewis [041012 15:17] wrote: >> On 12 Oct, Alfred Perlstein wrote: >> > I like this, my only concern is that there may be places that >> > call this with locks held but with the kernel/user buffer wired >> > so that it can't fault. >> > >> > Are you sure this isn't the case? (specifically for some sysctls) >> >> There are a number of sysctl handlers where I added code to wire the >> buffer so that there was no danger of sleeping while a mutex is held. >> Allocating a kernel buffer and doing an extra copy would be ugly. > > Yup. Maybe an auxilliary uio_move_wired() that doesn't do this > check? As I mentioned in my followup message, the sysctl handlers don't use uiomove(). This might be a good idea for copyin() and copyout(), where the _wired versions would check to see if the memory was actually wired. From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:33:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05A7016A4CE; Tue, 12 Oct 2004 22:33:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB22743D46; Tue, 12 Oct 2004 22:33:19 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CMXJPm047005; Tue, 12 Oct 2004 22:33:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CMXJxl047004; Tue, 12 Oct 2004 22:33:19 GMT (envelope-from phk) Message-Id: <200410122233.i9CMXJxl047004@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 22:33:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sab sab.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:33:20 -0000 phk 2004-10-12 22:33:19 UTC FreeBSD src repository Modified files: sys/dev/sab sab.c Log: Use generic tty code instead of local copies. New devicename is ttyz{port} No callout devices created. Isn't this driver superseeded by uart(4) anyway ? Revision Changes Path 1.37 +47 -117 src/sys/dev/sab/sab.c From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:41:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3726516A4CE; Tue, 12 Oct 2004 22:41:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C0443D1D; Tue, 12 Oct 2004 22:41:45 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CMfj39047391; Tue, 12 Oct 2004 22:41:45 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CMfjpC047390; Tue, 12 Oct 2004 22:41:45 GMT (envelope-from kuriyama) Message-Id: <200410122241.i9CMfjpC047390@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 12 Oct 2004 22:41:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/apr Makefile distinfo pkg-plist ports/devel/apr/files patch-apr_atomic.h patch-apr_hints.m4 patch-apr_threads.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:41:45 -0000 kuriyama 2004-10-12 22:41:45 UTC FreeBSD ports repository Modified files: devel/apr Makefile distinfo pkg-plist Removed files: devel/apr/files patch-apr_atomic.h patch-apr_hints.m4 patch-apr_threads.m4 Log: - Upgrade to 1.0.0. - Add APR_UTIL_WITH_LDAP knob. Approved by: maintainer (Craig Rodrigues), lev (active in this area) Revision Changes Path 1.46 +18 -7 ports/devel/apr/Makefile 1.11 +4 -4 ports/devel/apr/distinfo 1.2 +0 -20 ports/devel/apr/files/patch-apr_atomic.h (dead) 1.6 +0 -29 ports/devel/apr/files/patch-apr_hints.m4 (dead) 1.3 +0 -44 ports/devel/apr/files/patch-apr_threads.m4 (dead) 1.12 +80 -74 ports/devel/apr/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:45:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A21316A4CE; Tue, 12 Oct 2004 22:45:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43DDD43D2F; Tue, 12 Oct 2004 22:45:25 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CMjPVg047573; Tue, 12 Oct 2004 22:45:25 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CMjPhf047572; Tue, 12 Oct 2004 22:45:25 GMT (envelope-from kuriyama) Message-Id: <200410122245.i9CMjPhf047572@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 12 Oct 2004 22:45:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-libapreq2 Makefile distinfo pkg-plist patch-src-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:45:25 -0000 kuriyama 2004-10-12 22:45:25 UTC FreeBSD ports repository Modified files: www/p5-libapreq2 Makefile distinfo pkg-plist www/p5-libapreq2/files patch-src-Makefile.in Added files: www/p5-libapreq2/files patch-build-xsbuilder.pl Log: - Unbreak on pointyhat. - Upgrade to 2.04r03. - Cleanup variables usage and dependency line. Approved by: maintainer Comments from: eik Revision Changes Path 1.6 +11 -14 ports/www/p5-libapreq2/Makefile 1.3 +2 -2 ports/www/p5-libapreq2/distinfo 1.1 +11 -0 ports/www/p5-libapreq2/files/patch-build-xsbuilder.pl (new) 1.3 +10 -8 ports/www/p5-libapreq2/files/patch-src-Makefile.in 1.2 +31 -5 ports/www/p5-libapreq2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:47:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFB716A4CE; Tue, 12 Oct 2004 22:47:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12F7A43D45; Tue, 12 Oct 2004 22:47:43 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CMlgJR047655; Tue, 12 Oct 2004 22:47:42 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CMlgPf047654; Tue, 12 Oct 2004 22:47:42 GMT (envelope-from kuriyama) Message-Id: <200410122247.i9CMlgPf047654@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 12 Oct 2004 22:47:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/samba3 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:47:43 -0000 kuriyama 2004-10-12 22:47:42 UTC FreeBSD ports repository Modified files: net/samba3 Makefile distinfo pkg-plist Log: - Resurrect I18N option again with renaming as WITH_MULTIBYTE. Approved by: maintainer Revision Changes Path 1.129 +16 -1 ports/net/samba3/Makefile 1.58 +2 -0 ports/net/samba3/distinfo 1.55 +1 -0 ports/net/samba3/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:49:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDF8C16A4CE; Tue, 12 Oct 2004 22:49:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3BB443D1F; Tue, 12 Oct 2004 22:49:22 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CMnMkg047707; Tue, 12 Oct 2004 22:49:22 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CMnMDB047706; Tue, 12 Oct 2004 22:49:22 GMT (envelope-from kuriyama) Message-Id: <200410122249.i9CMnMDB047706@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 12 Oct 2004 22:49:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-IPC-Run Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:49:23 -0000 kuriyama 2004-10-12 22:49:22 UTC FreeBSD ports repository Modified files: devel/p5-IPC-Run Makefile Log: - Remove Time::HiRes dependency which is not used yet by this module. Approved by: maintainer (tobez) Revision Changes Path 1.6 +2 -2 ports/devel/p5-IPC-Run/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:50:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8A0716A4D2; Tue, 12 Oct 2004 22:50:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811F243D60; Tue, 12 Oct 2004 22:50:49 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CMonDh047830; Tue, 12 Oct 2004 22:50:49 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CMonxx047829; Tue, 12 Oct 2004 22:50:49 GMT (envelope-from kuriyama) Message-Id: <200410122250.i9CMonxx047829@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 12 Oct 2004 22:50:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Test-Builder-Tester Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:50:49 -0000 kuriyama 2004-10-12 22:50:49 UTC FreeBSD ports repository Modified files: devel/p5-Test-Builder-Tester Makefile distinfo Log: - Upgrade to 1.01. Revision Changes Path 1.4 +1 -2 ports/devel/p5-Test-Builder-Tester/Makefile 1.4 +2 -2 ports/devel/p5-Test-Builder-Tester/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:52:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C4F016A4CF; Tue, 12 Oct 2004 22:52:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FBA643D2D; Tue, 12 Oct 2004 22:52:08 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CMq83I047883; Tue, 12 Oct 2004 22:52:08 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CMq8qV047882; Tue, 12 Oct 2004 22:52:08 GMT (envelope-from kuriyama) Message-Id: <200410122252.i9CMq8qV047882@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 12 Oct 2004 22:52:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/egroupware Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:52:08 -0000 kuriyama 2004-10-12 22:52:08 UTC FreeBSD ports repository Modified files: deskutils/egroupware Makefile distinfo Log: - Upgrade to 1.0.00.005-1. Revision Changes Path 1.18 +9 -6 ports/deskutils/egroupware/Makefile 1.12 +2 -2 ports/deskutils/egroupware/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:54:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2D9416A4CE; Tue, 12 Oct 2004 22:54:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B65A743D3F; Tue, 12 Oct 2004 22:54:53 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CMsrSP047956; Tue, 12 Oct 2004 22:54:53 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CMsrUH047955; Tue, 12 Oct 2004 22:54:53 GMT (envelope-from kuriyama) Message-Id: <200410122254.i9CMsrUH047955@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 12 Oct 2004 22:54:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/psgml Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:54:54 -0000 kuriyama 2004-10-12 22:54:53 UTC FreeBSD ports repository Modified files: editors/psgml Makefile distinfo pkg-descr Log: - Upgrade to 1.2.5. Submitted by: max No response from: maintainer (shige) Revision Changes Path 1.22 +3 -4 ports/editors/psgml/Makefile 1.9 +4 -4 ports/editors/psgml/distinfo 1.7 +1 -0 ports/editors/psgml/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Oct 12 22:58:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CCD16A4CE; Tue, 12 Oct 2004 22:58:43 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A71C543D1F; Tue, 12 Oct 2004 22:58:42 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id i9CMwghk027819; Tue, 12 Oct 2004 15:58:42 -0700 (PDT) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.13.1/8.13.1/Submit) id i9CMwgH0027818; Tue, 12 Oct 2004 15:58:42 -0700 (PDT) (envelope-from marcel) Date: Tue, 12 Oct 2004 15:58:42 -0700 From: Marcel Moolenaar To: Poul-Henning Kamp Message-ID: <20041012225842.GA27757@ns1.xcllnt.net> References: <200410122233.i9CMXJxl047004@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410122233.i9CMXJxl047004@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sab sab.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:58:43 -0000 On Tue, Oct 12, 2004 at 10:33:19PM +0000, Poul-Henning Kamp wrote: > phk 2004-10-12 22:33:19 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sab sab.c > Log: > Use generic tty code instead of local copies. > > New devicename is ttyz{port} > > No callout devices created. > > Isn't this driver superseeded by uart(4) anyway ? Yes, in principle. I don't think I'm in the position to remove sab(4) though. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Oct 12 23:19:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F9F416A4CE; Tue, 12 Oct 2004 23:19:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14EC143D2F; Tue, 12 Oct 2004 23:19:43 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CNJgci048753; Tue, 12 Oct 2004 23:19:42 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CNJglx048752; Tue, 12 Oct 2004 23:19:42 GMT (envelope-from kuriyama) Message-Id: <200410122319.i9CNJglx048752@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 12 Oct 2004 23:19:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 23:19:43 -0000 kuriyama 2004-10-12 23:19:42 UTC FreeBSD ports repository Modified files: mail/p5-MIME-Tools Makefile Log: Reset maintainer to perl@. Revision Changes Path 1.33 +1 -1 ports/mail/p5-MIME-Tools/Makefile From owner-cvs-all@FreeBSD.ORG Tue Oct 12 23:22:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7784716A4CE; Tue, 12 Oct 2004 23:22:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B03943D48; Tue, 12 Oct 2004 23:22:12 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CNMC1n048882; Tue, 12 Oct 2004 23:22:12 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CNMC1H048881; Tue, 12 Oct 2004 23:22:12 GMT (envelope-from kuriyama) Message-Id: <200410122322.i9CNMC1H048881@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 12 Oct 2004 23:22:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-Tools Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 23:22:12 -0000 kuriyama 2004-10-12 23:22:12 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Tools Makefile distinfo Log: - Upgrade to 1.64. Revision Changes Path 1.40 +1 -1 ports/mail/p5-Mail-Tools/Makefile 1.20 +2 -2 ports/mail/p5-Mail-Tools/distinfo From owner-cvs-all@FreeBSD.ORG Tue Oct 12 23:33:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A25516A4CE; Tue, 12 Oct 2004 23:33:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6520A43D4C; Tue, 12 Oct 2004 23:33:46 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CNXkGS049239; Tue, 12 Oct 2004 23:33:46 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CNXknf049238; Tue, 12 Oct 2004 23:33:46 GMT (envelope-from emax) Message-Id: <200410122333.i9CNXknf049238@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 12 Oct 2004 23:33:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 23:33:46 -0000 emax 2004-10-12 23:33:46 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h Log: Get rid of device nodes interface. It is useless and confusing. The original idea was to use it for firmware upgrading and similar operations. In real life almost all Bluetooth USB devices do not need firmware download. If device does require firmware download then ugen(4) (or specialized driver like ubtbcmfw(8)) should be used instead. MFC after: 3 days Revision Changes Path 1.20 +1 -524 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c 1.4 +0 -8 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h From owner-cvs-all@FreeBSD.ORG Tue Oct 12 23:35:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44ABB16A4CE; Tue, 12 Oct 2004 23:35:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2694243D45; Tue, 12 Oct 2004 23:35:35 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CNZYan049386; Tue, 12 Oct 2004 23:35:34 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CNZYa9049385; Tue, 12 Oct 2004 23:35:34 GMT (envelope-from emax) Message-Id: <200410122335.i9CNZYa9049385@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 12 Oct 2004 23:35:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile ng_ubt.4 vkbd.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 23:35:35 -0000 emax 2004-10-12 23:35:34 UTC FreeBSD src repository Modified files: share/man/man4 Makefile ng_ubt.4 Added files: share/man/man4 vkbd.4 Log: ng_ubt(4) no longer provides device nodes interface. Update the man page to document this. MFC after: 3 days Revision Changes Path 1.286 +1 -0 src/share/man/man4/Makefile 1.10 +0 -88 src/share/man/man4/ng_ubt.4 1.1 +154 -0 src/share/man/man4/vkbd.4 (new) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 23:38:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0FF816A4D1; Tue, 12 Oct 2004 23:38:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A145643D45; Tue, 12 Oct 2004 23:38:22 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CNcM66049513; Tue, 12 Oct 2004 23:38:22 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CNcM0H049512; Tue, 12 Oct 2004 23:38:22 GMT (envelope-from emax) Message-Id: <200410122338.i9CNcM0H049512@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 12 Oct 2004 23:38:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile vkbd.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 23:38:23 -0000 emax 2004-10-12 23:38:22 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Removed files: share/man/man4 vkbd.4 Log: ooops.. vkbd(4) should not have been committed Revision Changes Path 1.287 +0 -1 src/share/man/man4/Makefile 1.2 +0 -154 src/share/man/man4/vkbd.4 (dead) From owner-cvs-all@FreeBSD.ORG Tue Oct 12 23:46:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB1D16A4CE; Tue, 12 Oct 2004 23:46:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 316DD43D1D; Tue, 12 Oct 2004 23:46:42 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CNkfah049800; Tue, 12 Oct 2004 23:46:41 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CNkfme049799; Tue, 12 Oct 2004 23:46:41 GMT (envelope-from simon) Message-Id: <200410122346.i9CNkfme049799@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 12 Oct 2004 23:46:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 23:46:42 -0000 simon 2004-10-12 23:46:41 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document a vulnerability in sharutils. Approved by: nectar Revision Changes Path 1.288 +32 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Oct 12 23:58:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1192916A4CE; Tue, 12 Oct 2004 23:58:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80E743D2D; Tue, 12 Oct 2004 23:58:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9CNwoiI050198; Tue, 12 Oct 2004 23:58:50 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CNwoJ4050197; Tue, 12 Oct 2004 23:58:50 GMT (envelope-from edwin) Message-Id: <200410122358.i9CNwoJ4050197@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 12 Oct 2004 23:58:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/postfix Makefile distinfo ports/mail/postfix/scripts configure.postfix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 23:58:51 -0000 edwin 2004-10-12 23:58:50 UTC FreeBSD ports repository Modified files: mail/postfix Makefile distinfo mail/postfix/scripts configure.postfix Log: update mail/postfix to latest update postfix to 2.1.5 update IPv6 patches to latest corresponding versions PR: ports/72009 Submitted by: Vivek Khera Revision Changes Path 1.89 +1 -1 ports/mail/postfix/Makefile 1.57 +8 -8 ports/mail/postfix/distinfo 1.54 +3 -3 ports/mail/postfix/scripts/configure.postfix From owner-cvs-all@FreeBSD.ORG Wed Oct 13 00:04:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A29ED16A4CE; Wed, 13 Oct 2004 00:04:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8327343D3F; Wed, 13 Oct 2004 00:04:39 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D04dB3050378; Wed, 13 Oct 2004 00:04:39 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D04dJa050377; Wed, 13 Oct 2004 00:04:39 GMT (envelope-from edwin) Message-Id: <200410130004.i9D04dJa050377@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 00:04:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/wordpress Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 00:04:39 -0000 edwin 2004-10-13 00:04:39 UTC FreeBSD ports repository Modified files: www/wordpress Makefile distinfo pkg-plist Log: [MAINTAINER] www/wordpress: update to 1.2.1 for security and bug fixes - Update to 1.2.1 for security and bug fixes Ref: http://wordpress.org/development/2004/10/wp-121/ PR: ports/72411 Submitted by: Elvis Chiang Revision Changes Path 1.3 +1 -3 ports/www/wordpress/Makefile 1.2 +2 -2 ports/www/wordpress/distinfo 1.2 +1 -2 ports/www/wordpress/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 00:09:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB8616A4CE; Wed, 13 Oct 2004 00:09:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DC943D39; Wed, 13 Oct 2004 00:09:08 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D098Jm050583; Wed, 13 Oct 2004 00:09:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D0980Q050582; Wed, 13 Oct 2004 00:09:08 GMT (envelope-from edwin) Message-Id: <200410130009.i9D0980Q050582@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 00:09:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/pearpc Makefile distinfo ports/emulators/pearpc/files patch-gcc34 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 00:09:08 -0000 edwin 2004-10-13 00:09:08 UTC FreeBSD ports repository Modified files: emulators/pearpc Makefile distinfo Added files: emulators/pearpc/files patch-gcc34 Log: [ maintainer ] emulators/pearpc: fix SDL build via update, fix build with JITC PearPC 0.3.1 includes my patch for configure.in which makes SDL usable and fixes stdint.h/inttypes.h trouble. Fix build with JITC cpu for gcc34 PR: ports/72442 Submitted by: Roman Bogorodskiy Revision Changes Path 1.12 +8 -6 ports/emulators/pearpc/Makefile 1.4 +2 -2 ports/emulators/pearpc/distinfo 1.1 +41 -0 ports/emulators/pearpc/files/patch-gcc34 (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 00:15:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A9216A4CE; Wed, 13 Oct 2004 00:15:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B3643D3F; Wed, 13 Oct 2004 00:15:01 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D0F1YR050836; Wed, 13 Oct 2004 00:15:01 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D0F1u2050835; Wed, 13 Oct 2004 00:15:01 GMT (envelope-from edwin) Message-Id: <200410130015.i9D0F1u2050835@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 00:15:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/isc-dhcp3-server Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 00:15:02 -0000 edwin 2004-10-13 00:15:01 UTC FreeBSD ports repository Modified files: net/isc-dhcp3-server Makefile distinfo pkg-message pkg-plist Log: add LDAP backend support to net/isc-dhcp3-server with some modifications to the port itself and utilizing a patch from Brian Masney (http://www.newwave.net/~masneyb/) it is possible to use an LDAP backend to store the configuration for dhcpd, the different network and host entries. dynamic leases are also written to the LDAP backend. this is very useful in a dhcp failover environment, as it is no longer necessary to sync the dhcpd.conf file manually to the backup system if one has changed something on the dhcp master. two lookup methods are implemented. - static lookup: on dhcpd startup one LDAP lookup for all entries is done. no further lookups will be made. dhcpd must be restarted for every configuration change. - dynamic lookup: for every client request an LDAP lookup will be made. every configuration change kicks in when the next client request is recieved and the lookup is made. PR: ports/71030 Submitted by: Joerg Pulz Approved by: Cyrille Lefevre Revision Changes Path 1.102 +61 -7 ports/net/isc-dhcp3-server/Makefile 1.48 +2 -0 ports/net/isc-dhcp3-server/distinfo 1.8 +4 -0 ports/net/isc-dhcp3-server/pkg-message 1.30 +4 -1 ports/net/isc-dhcp3-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 00:17:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D535916A4CE; Wed, 13 Oct 2004 00:17:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B42B043D1D; Wed, 13 Oct 2004 00:17:49 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D0HnOt050969; Wed, 13 Oct 2004 00:17:49 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D0HnD8050968; Wed, 13 Oct 2004 00:17:49 GMT (envelope-from edwin) Message-Id: <200410130017.i9D0HnD8050968@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 00:17:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/isc-dhcp3-server Makefile pkg-message ports/net/isc-dhcp3-server/files isc-dhcpd.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 00:17:50 -0000 edwin 2004-10-13 00:17:49 UTC FreeBSD ports repository Modified files: net/isc-dhcp3-server Makefile pkg-message net/isc-dhcp3-server/files isc-dhcpd.sh.sample Log: net/isc-dhcp3-servre (4.x devfs fix) files/isc-dhcpd.sh.sample: devfs check added pkg-message: dhcpd_devfs_enable added. PR: ports/71732 Submitted by: Cyrille Lefevre Revision Changes Path 1.103 +1 -1 ports/net/isc-dhcp3-server/Makefile 1.10 +79 -30 ports/net/isc-dhcp3-server/files/isc-dhcpd.sh.sample 1.9 +1 -0 ports/net/isc-dhcp3-server/pkg-message From owner-cvs-all@FreeBSD.ORG Wed Oct 13 00:36:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4196E16A4CE; Wed, 13 Oct 2004 00:36:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2402B43D2F; Wed, 13 Oct 2004 00:36:55 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D0asVn051522; Wed, 13 Oct 2004 00:36:54 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D0asH7051521; Wed, 13 Oct 2004 00:36:54 GMT (envelope-from leeym) Message-Id: <200410130036.i9D0asH7051521@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 00:36:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/gdbm Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 00:36:55 -0000 leeym 2004-10-13 00:36:54 UTC FreeBSD ports repository Modified files: databases/gdbm Makefile pkg-plist Log: - utilize INFO PR: 71339 Submitted by: leeym Approved by: maintainer Revision Changes Path 1.25 +1 -0 ports/databases/gdbm/Makefile 1.10 +1 -4 ports/databases/gdbm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 00:46:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5103D16A4CE; Wed, 13 Oct 2004 00:46:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3115843D31; Wed, 13 Oct 2004 00:46:37 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D0kbAQ051889; Wed, 13 Oct 2004 00:46:37 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D0kb8k051888; Wed, 13 Oct 2004 00:46:37 GMT (envelope-from leeym) Message-Id: <200410130046.i9D0kb8k051888@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 00:46:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/menushki Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 00:46:37 -0000 leeym 2004-10-13 00:46:37 UTC FreeBSD ports repository Modified files: misc/menushki Makefile Removed files: misc/menushki pkg-plist Log: - add USE_GCC=2.95 and unbreak this port - use USE_XLIB=yes instead of CATEGORIES=x11, which is suggested by portlint - replace pkg-plist with PLIST_FILES and PORTDOCS PR: 71837 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.13 +7 -12 ports/misc/menushki/Makefile 1.3 +0 -6 ports/misc/menushki/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 00:51:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A0616A4CE; Wed, 13 Oct 2004 00:51:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F0C43D1D; Wed, 13 Oct 2004 00:51:01 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D0p1Gi058393; Wed, 13 Oct 2004 00:51:01 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D0p1hL058392; Wed, 13 Oct 2004 00:51:01 GMT (envelope-from takawata) Message-Id: <200410130051.i9D0p1hL058392@repoman.freebsd.org> From: Takanori Watanabe Date: Wed, 13 Oct 2004 00:51:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb uhid.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 00:51:02 -0000 takawata 2004-10-13 00:51:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uhid.c Log: MFC: uhid.c:1.74 Don't use matchlvl attach arg. It seems to be not initialized in FreeBSD probe mechanism. Approved by: re(scottl) Revision Changes Path 1.73.2.1 +3 -0 src/sys/dev/usb/uhid.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 00:53:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D4D116A4CE; Wed, 13 Oct 2004 00:53:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F119043D45; Wed, 13 Oct 2004 00:53:36 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D0rauR058493; Wed, 13 Oct 2004 00:53:36 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D0raXU058492; Wed, 13 Oct 2004 00:53:36 GMT (envelope-from leeym) Message-Id: <200410130053.i9D0raXU058492@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 00:53:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/ipsc Makefile pkg-plist ports/sysutils/ipsc/files patch-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 00:53:37 -0000 leeym 2004-10-13 00:53:36 UTC FreeBSD ports repository Modified files: sysutils/ipsc Makefile Added files: sysutils/ipsc/files patch-main.c Removed files: sysutils/ipsc pkg-plist Log: - add patch file - correct the path of prips - unbreak this port on 5.x - use PLIST_FILES instead of pkg-plist PR: 71900 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.15 +5 -9 ports/sysutils/ipsc/Makefile 1.1 +33 -0 ports/sysutils/ipsc/files/patch-main.c (new) 1.3 +0 -2 ports/sysutils/ipsc/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:14:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26BA016A4CE; Wed, 13 Oct 2004 01:14:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0701043D46; Wed, 13 Oct 2004 01:14:24 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1ENSO059169; Wed, 13 Oct 2004 01:14:23 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1ENi2059168; Wed, 13 Oct 2004 01:14:23 GMT (envelope-from marcus) Message-Id: <200410130114.i9D1ENi2059168@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Oct 2004 01:14:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mail-notification Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:14:24 -0000 marcus 2004-10-13 01:14:23 UTC FreeBSD ports repository Modified files: mail/mail-notification Makefile Log: This port needs GCC 3.4 since gob2 is now generating C99-compliant code which does not compile under GCC 2.95. Submitted by: maintainer Reported by: pointyhat via kris Revision Changes Path 1.12 +1 -0 ports/mail/mail-notification/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:16:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50E616A4CE; Wed, 13 Oct 2004 01:16:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8609443D31; Wed, 13 Oct 2004 01:16:07 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1G7vO059292; Wed, 13 Oct 2004 01:16:07 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1G7vE059291; Wed, 13 Oct 2004 01:16:07 GMT (envelope-from leeym) Message-Id: <200410130116.i9D1G7vE059291@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 01:16:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/tct Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:16:07 -0000 leeym 2004-10-13 01:16:07 UTC FreeBSD ports repository Modified files: sysutils/tct Makefile pkg-plist Log: - utilize DOCSDIR - handle PKGMESSAGE by using REINPLACE_CMD - make this port PREFIX clean PR: 71991 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.6 +23 -21 ports/sysutils/tct/Makefile 1.4 +68 -68 ports/sysutils/tct/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:30:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF6116A4CE; Wed, 13 Oct 2004 01:30:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB6543D46; Wed, 13 Oct 2004 01:30:24 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1UOXv059943; Wed, 13 Oct 2004 01:30:24 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1UOPw059942; Wed, 13 Oct 2004 01:30:24 GMT (envelope-from markus) Message-Id: <200410130130.i9D1UOPw059942@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 13 Oct 2004 01:30:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/konversation Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:30:25 -0000 markus 2004-10-13 01:30:24 UTC FreeBSD ports repository Modified files: irc/konversation Makefile pkg-descr pkg-plist Log: - don't install xx-locale - let WWW point to the new projectsite - bump PORTREVISION Revision Changes Path 1.13 +2 -0 ports/irc/konversation/Makefile 1.2 +1 -1 ports/irc/konversation/pkg-descr 1.5 +0 -1 ports/irc/konversation/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:30:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DB2616A4CE; Wed, 13 Oct 2004 01:30:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA1343D1D; Wed, 13 Oct 2004 01:30:33 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1UX8A060037; Wed, 13 Oct 2004 01:30:33 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1UXFB060036; Wed, 13 Oct 2004 01:30:33 GMT (envelope-from leeym) Message-Id: <200410130130.i9D1UXFB060036@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 01:30:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/ngspice_rework Makefile distinfo pkg-plist ports/cad/ngspice_rework/files patch-aspice.c patch-configure.in patch-src:frontend:control.c patch-src:frontend:plotting:pvec.c patch-src:spicelib:analysis:cktncdump.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:30:33 -0000 leeym 2004-10-13 01:30:33 UTC FreeBSD ports repository Modified files: cad/ngspice_rework Makefile distinfo pkg-plist cad/ngspice_rework/files patch-doc:Makefile.in Added files: cad/ngspice_rework/files patch-src:frontend:aspice.c patch-src:frontend:control.c patch-src:spicelib:analysis:cktncdump.c Removed files: cad/ngspice_rework/files patch-aspice.c patch-configure.in patch-src:frontend:parser:complete.c patch-src:frontend:plotting:pvec.c Log: - upgrade to ngspice_rework-15 - utilize INFO - add USE_LIBTOOL_VER?=15 to eliminate *.la files - make this port portlint clean PR: 72008 Submitted by: leeym Reviewed by: maintainer Approved by: maintainer Revision Changes Path 1.4 +8 -6 ports/cad/ngspice_rework/Makefile 1.3 +2 -2 ports/cad/ngspice_rework/distinfo 1.2 +0 -11 ports/cad/ngspice_rework/files/patch-aspice.c (dead) 1.2 +0 -11 ports/cad/ngspice_rework/files/patch-configure.in (dead) 1.2 +7 -7 ports/cad/ngspice_rework/files/patch-doc:Makefile.in 1.1 +11 -0 ports/cad/ngspice_rework/files/patch-src:frontend:aspice.c (new) 1.1 +10 -0 ports/cad/ngspice_rework/files/patch-src:frontend:control.c (new) 1.2 +0 -48 ports/cad/ngspice_rework/files/patch-src:frontend:parser:complete.c (dead) 1.2 +0 -20 ports/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c (dead) 1.1 +12 -0 ports/cad/ngspice_rework/files/patch-src:spicelib:analysis:cktncdump.c (new) 1.2 +0 -156 ports/cad/ngspice_rework/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:36:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D04D716A4CE; Wed, 13 Oct 2004 01:36:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B166B43D2D; Wed, 13 Oct 2004 01:36:07 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1a7Ew060222; Wed, 13 Oct 2004 01:36:07 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1a7AE060221; Wed, 13 Oct 2004 01:36:07 GMT (envelope-from leeym) Message-Id: <200410130136.i9D1a7AE060221@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 01:36:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/uudx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:36:08 -0000 leeym 2004-10-13 01:36:07 UTC FreeBSD ports repository Modified files: converters/uudx Makefile Log: - unbreak on 5.x PR: 72034 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.16 +6 -8 ports/converters/uudx/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:39:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8257F16A4CE; Wed, 13 Oct 2004 01:39:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62AB443D2D; Wed, 13 Oct 2004 01:39:48 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1dmdG060320; Wed, 13 Oct 2004 01:39:48 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1dmCI060319; Wed, 13 Oct 2004 01:39:48 GMT (envelope-from leeym) Message-Id: <200410130139.i9D1dmCI060319@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 01:39:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/pwsafe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:39:48 -0000 leeym 2004-10-13 01:39:48 UTC FreeBSD ports repository Modified files: sysutils/pwsafe Makefile Log: - add USE_GCC=2.95 and unbreak this port PR: 72102 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.3 +2 -7 ports/sysutils/pwsafe/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:40:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 194C716A4CF; Wed, 13 Oct 2004 01:40:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D2643D39; Wed, 13 Oct 2004 01:40:18 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1eIei060367; Wed, 13 Oct 2004 01:40:18 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1eIfi060366; Wed, 13 Oct 2004 01:40:18 GMT (envelope-from markus) Message-Id: <200410130140.i9D1eIfi060366@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 13 Oct 2004 01:40:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kimdaba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:40:19 -0000 markus 2004-10-13 01:40:18 UTC FreeBSD ports repository Modified files: graphics/kimdaba Makefile Log: Don't install the xx-locale in the first place instead of removing it afterwards. Revision Changes Path 1.7 +1 -5 ports/graphics/kimdaba/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:46:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A21E516A4CE; Wed, 13 Oct 2004 01:46:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 824CB43D1F; Wed, 13 Oct 2004 01:46:15 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1kFSf060621; Wed, 13 Oct 2004 01:46:15 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1kFIx060620; Wed, 13 Oct 2004 01:46:15 GMT (envelope-from leeym) Message-Id: <200410130146.i9D1kFIx060620@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 01:46:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/munin-node Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:46:15 -0000 leeym 2004-10-13 01:46:15 UTC FreeBSD ports repository Modified files: sysutils/munin-node Makefile pkg-plist Log: - remove extra files from PLIST - add missing file into PLIST - unbreak this port PR: 72104 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.9 +3 -7 ports/sysutils/munin-node/Makefile 1.5 +56 -64 ports/sysutils/munin-node/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:48:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06CA616A4CF; Wed, 13 Oct 2004 01:48:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA02543D53; Wed, 13 Oct 2004 01:48:28 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1mS9A060705; Wed, 13 Oct 2004 01:48:28 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1mSmp060704; Wed, 13 Oct 2004 01:48:28 GMT (envelope-from edwin) Message-Id: <200410130148.i9D1mSmp060704@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 01:48:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/faac Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:48:29 -0000 edwin 2004-10-13 01:48:28 UTC FreeBSD ports repository Modified files: audio/faac Makefile Log: [MAINTAINER] audio/faac: [Fix build on 6.0-CURRENT] - Fix build on 6.0 Tested and Reported by: Chris Johnson PR: ports/72593 Submitted by: Michael Johnson Reviewed by: Chris Johnson Revision Changes Path 1.9 +3 -1 ports/audio/faac/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:49:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D97816A4CE; Wed, 13 Oct 2004 01:49:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F259443D46; Wed, 13 Oct 2004 01:49:45 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1njrI060767; Wed, 13 Oct 2004 01:49:45 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1njh0060766; Wed, 13 Oct 2004 01:49:45 GMT (envelope-from leeym) Message-Id: <200410130149.i9D1njh0060766@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 01:49:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/smtpmap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:49:46 -0000 leeym 2004-10-13 01:49:45 UTC FreeBSD ports repository Modified files: security/smtpmap Makefile Log: - add USE_GCC=2.95 and unbreak this port - remove redundant statement PR: 72127 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.6 +4 -4 ports/security/smtpmap/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:50:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539F116A4CE; Wed, 13 Oct 2004 01:50:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F20643D46; Wed, 13 Oct 2004 01:50:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1o0iN060820; Wed, 13 Oct 2004 01:50:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1o0nG060819; Wed, 13 Oct 2004 01:50:00 GMT (envelope-from marcus) Message-Id: <200410130150.i9D1o0nG060819@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Oct 2004 01:50:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/nautilus2 Makefileports/x11-fm/nautilus2/files patch-components-image_properties-nautilus-image-properties-view.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:50:00 -0000 marcus 2004-10-13 01:50:00 UTC FreeBSD ports repository Modified files: x11-fm/nautilus2 Makefile Added files: x11-fm/nautilus2/files patch-components-image_properties-nautilus-image-properties-view.c Log: Fix build, and chase new libexif. Submitted by: Michael Johnson Revision Changes Path 1.98 +1 -1 ports/x11-fm/nautilus2/Makefile 1.1 +12 -0 ports/x11-fm/nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:51:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4615516A4CF; Wed, 13 Oct 2004 01:51:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E03143D39; Wed, 13 Oct 2004 01:51:43 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1phBU060955; Wed, 13 Oct 2004 01:51:43 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1phmR060954; Wed, 13 Oct 2004 01:51:43 GMT (envelope-from edwin) Message-Id: <200410130151.i9D1phmR060954@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 01:51:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/lphoto Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:51:43 -0000 edwin 2004-10-13 01:51:42 UTC FreeBSD ports repository Modified files: graphics/lphoto Makefile Log: [MAINTAINER] graphics/lphoto: [Add option to use jpeg-mmx] - Add option to use jpeg-mmx PR: ports/69836 Submitted by: Michael Johnson Revision Changes Path 1.2 +21 -1 ports/graphics/lphoto/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:52:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E63A16A4CF; Wed, 13 Oct 2004 01:52:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D96443D2D; Wed, 13 Oct 2004 01:52:07 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1q7Fx060995; Wed, 13 Oct 2004 01:52:07 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1q7eP060994; Wed, 13 Oct 2004 01:52:07 GMT (envelope-from leeym) Message-Id: <200410130152.i9D1q7eP060994@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 01:52:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/tua Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:52:07 -0000 leeym 2004-10-13 01:52:07 UTC FreeBSD ports repository Modified files: sysutils/tua Makefile Removed files: sysutils/tua pkg-plist Log: - add USE_GCC=2.95 and unbreak this port - utilize INFO - replace pkg-plist with PLIST_FILES PR: 72134 Submitted by: leeym Revision Changes Path 1.21 +5 -7 ports/sysutils/tua/Makefile 1.4 +0 -3 ports/sysutils/tua/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 01:58:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07DE616A4CE; Wed, 13 Oct 2004 01:58:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA32743D46; Wed, 13 Oct 2004 01:58:56 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D1wuq0061264; Wed, 13 Oct 2004 01:58:56 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D1wucc061263; Wed, 13 Oct 2004 01:58:56 GMT (envelope-from edwin) Message-Id: <200410130158.i9D1wucc061263@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 01:58:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/muine Makefile ports/audio/muine/files patch-src_muine.exe.config.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 01:58:57 -0000 edwin 2004-10-13 01:58:56 UTC FreeBSD ports repository Modified files: audio/muine Makefile audio/muine/files patch-src_muine.exe.config.in Log: [Maintainer Update] Muine: Fix library mapping so minor updates don't cause breakage. Attached patch changes Muine's library mappings so minor version number changes do not break the port in the future. PR: ports/71136 Submitted by: Tom McLaughlin Revision Changes Path 1.2 +1 -7 ports/audio/muine/Makefile 1.2 +2 -2 ports/audio/muine/files/patch-src_muine.exe.config.in From owner-cvs-all@FreeBSD.ORG Wed Oct 13 02:02:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2205416A4CE; Wed, 13 Oct 2004 02:02:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00ABE43D2F; Wed, 13 Oct 2004 02:02:56 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D22tgB061409; Wed, 13 Oct 2004 02:02:55 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D22tdV061408; Wed, 13 Oct 2004 02:02:55 GMT (envelope-from leeym) Message-Id: <200410130202.i9D22tdV061408@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 02:02:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/openwebmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 02:02:56 -0000 leeym 2004-10-13 02:02:55 UTC FreeBSD ports repository Modified files: mail/openwebmail Makefile distinfo Log: - upgrade to openwebmail-2.41 - disable SpeedyCGI support automatically when PERL isn't suid-enabled. Revision Changes Path 1.48 +19 -4 ports/mail/openwebmail/Makefile 1.23 +2 -2 ports/mail/openwebmail/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 02:04:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB6116A4CE; Wed, 13 Oct 2004 02:04:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C7D643D2F; Wed, 13 Oct 2004 02:04:30 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D24UM5061461; Wed, 13 Oct 2004 02:04:30 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D24Upe061460; Wed, 13 Oct 2004 02:04:30 GMT (envelope-from edwin) Message-Id: <200410130204.i9D24Upe061460@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 02:04:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/samhain Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 02:04:30 -0000 edwin 2004-10-13 02:04:30 UTC FreeBSD ports repository Modified files: security/samhain Makefile distinfo Log: Update: security/samhain 1.8.10b -> 1.8.11 Updating the Samhain integrity checking system from 1.8.10b to 1.8.11. Code changes include: o for files in the IgnoreAll policy, there are no warnings (anymore) about 'no such user/group' and/or non-printable filenames o there is a new option HardlinkOffset=... to specify an offset from the canonical hardlink count for a directory o ... and a new option AddOKChars=... to modify the set of characters in a filename for which a warning (about obscure/non-printable) filename is issued. Port changes: Turn off kernel integrity checking by default - building this into packages wouldn't work anyhow, since it would only work with an identical kernel as on the build cluster. PR: ports/71169 Submitted by: David Thiel Revision Changes Path 1.19 +6 -6 ports/security/samhain/Makefile 1.19 +2 -2 ports/security/samhain/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 02:07:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3DE716A4D2; Wed, 13 Oct 2004 02:07:08 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8AFB43D55; Wed, 13 Oct 2004 02:07:07 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id BC82265213; Wed, 13 Oct 2004 03:07:05 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15268-02; Wed, 13 Oct 2004 03:07:05 +0100 (BST) Received: from empiric.dek.spc.org (dhcp126.icir.org [192.150.187.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id C43B365211; Wed, 13 Oct 2004 03:07:04 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 29F186465; Tue, 12 Oct 2004 19:06:59 -0700 (PDT) Date: Tue, 12 Oct 2004 19:06:58 -0700 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041013020658.GA4190@empiric.icir.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200410120858.i9C8wvJx086204@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: <200410120858.i9C8wvJx086204@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 02:07:09 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 12, 2004 at 08:58:57AM +0000, Bruce M Simpson wrote: > Log: > Pass through the commands necessary to format USB floppy devices, > from within umass_ufi_transform(). This includes the 12-byte commands > FORMAT_UNIT, WRITE_AND_VERIFY, VERIFY, and READ_FORMAT_CAPACITIES > (sorted in numerical order). Postscript. FORMAT_UNIT will be accepted by a UFI or SFF8070i device using camcontrol passthrough. However, UFI devices will *not* accept the 6-byte version of this command. The command will fit, however; there isn't the risk of a buffer overflow or panic that I can see. I have some additional pieces which will need to be committed in order that umass(4) can perform some sanity checking of what it's passing to the device. These are currently part of ufdformat(1), under construction. Regards, BMS --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: '' iD8DBQFBbI3CueUpAYYNtTsRAshrAJ4sBeaoP9AjAt6hq17YCrgJhoIZqACfTOVF HQHMZ03TUa+CkSHHTmdgOyc= =vLaU -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-cvs-all@FreeBSD.ORG Wed Oct 13 02:15:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB48916A4CE; Wed, 13 Oct 2004 02:15:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CFB43D2F; Wed, 13 Oct 2004 02:15:50 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D2FoEa061889; Wed, 13 Oct 2004 02:15:50 GMT (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D2FoW7061888; Wed, 13 Oct 2004 02:15:50 GMT (envelope-from sf) Message-Id: <200410130215.i9D2FoW7061888@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 13 Oct 2004 02:15:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/navi2ch-emacs20 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 02:15:51 -0000 sf 2004-10-13 02:15:50 UTC FreeBSD ports repository Modified files: japanese/navi2ch-emacs20 Makefile distinfo Log: update to 1.7.5. Revision Changes Path 1.50 +1 -1 ports/japanese/navi2ch-emacs20/Makefile 1.36 +2 -2 ports/japanese/navi2ch-emacs20/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 02:53:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C00F16A4CE; Wed, 13 Oct 2004 02:53:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E41B43D2F; Wed, 13 Oct 2004 02:53:10 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D2rAJ1062935; Wed, 13 Oct 2004 02:53:10 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D2rARB062934; Wed, 13 Oct 2004 02:53:10 GMT (envelope-from edwin) Message-Id: <200410130253.i9D2rARB062934@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 02:53:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mysqlcppapi Makefile ports/databases/mysqlcppapi/files patch-configure patch-mysqlcppapi-Connection.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 02:53:10 -0000 edwin 2004-10-13 02:53:10 UTC FreeBSD ports repository Modified files: databases/mysqlcppapi Makefile databases/mysqlcppapi/files patch-configure patch-mysqlcppapi-Connection.cc Log: [maintainer] Unbreak databases/mysqlcppapi after mysql41-* update databases/mysqlcppapi is unable to detect mysql-4.1.4 and use new mysql_shutdown() api. Thus it is broken with mysql41-* after mysql41-* were updated to 4.1.4. I hope this fix can make it way to ports before the freeze. PR: ports/71348 Submitted by: Jie Gao Revision Changes Path 1.2 +1 -0 ports/databases/mysqlcppapi/Makefile 1.2 +12 -1 ports/databases/mysqlcppapi/files/patch-configure 1.2 +1 -1 ports/databases/mysqlcppapi/files/patch-mysqlcppapi-Connection.cc From owner-cvs-all@FreeBSD.ORG Wed Oct 13 02:58:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 353A816A4CE; Wed, 13 Oct 2004 02:58:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C4043D4C; Wed, 13 Oct 2004 02:58:37 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D2waYO063134; Wed, 13 Oct 2004 02:58:36 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D2waC0063133; Wed, 13 Oct 2004 02:58:36 GMT (envelope-from dinoex) Message-Id: <200410130258.i9D2waC0063133@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 13 Oct 2004 02:58:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sendmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 02:58:37 -0000 dinoex 2004-10-13 02:58:36 UTC FreeBSD ports repository Modified files: mail/sendmail Makefile Log: - default USE_OPENLDAP_VER 22 PR: 71949 Submitted by: Jose M Rodriguez Revision Changes Path 1.97 +1 -1 ports/mail/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 03:03:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AF0816A4CE; Wed, 13 Oct 2004 03:03:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 460EF43D1F; Wed, 13 Oct 2004 03:03:41 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D33fkm063410; Wed, 13 Oct 2004 03:03:41 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D33frO063409; Wed, 13 Oct 2004 03:03:41 GMT (envelope-from lofi) Message-Id: <200410130303.i9D33frO063409@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 13 Oct 2004 03:03:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gnupg-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 03:03:45 -0000 lofi 2004-10-13 03:03:41 UTC FreeBSD ports repository Modified files: security/gnupg-devel/files patch-configure Log: Adjust patch. Revision Changes Path 1.3 +3 -3 ports/security/gnupg-devel/files/patch-configure From owner-cvs-all@FreeBSD.ORG Wed Oct 13 03:04:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C84716A4CE; Wed, 13 Oct 2004 03:04:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1967F43D2D; Wed, 13 Oct 2004 03:04:58 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D34vIc063636; Wed, 13 Oct 2004 03:04:57 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D34vB9063635; Wed, 13 Oct 2004 03:04:57 GMT (envelope-from edwin) Message-Id: <200410130304.i9D34vB9063635@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 03:04:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/linneighborhood Makefile ports/sysutils/linneighborhood/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 03:04:58 -0000 edwin 2004-10-13 03:04:57 UTC FreeBSD ports repository Modified files: sysutils/linneighborhood Makefile sysutils/linneighborhood/files patch-Makefile.in Log: [maintainer] sysutils/linneighborhood: fix thread usage Somehow, a hard coded -lc_r survived in a patch file. Eleminating it, makes the port (finally) PTHREAD_* conform. PR: ports/71612 Submitted by: Simon Barner Revision Changes Path 1.10 +1 -1 ports/sysutils/linneighborhood/Makefile 1.2 +1 -1 ports/sysutils/linneighborhood/files/patch-Makefile.in From owner-cvs-all@FreeBSD.ORG Wed Oct 13 03:19:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1DB116A4CE; Wed, 13 Oct 2004 03:19:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE47B43D49; Wed, 13 Oct 2004 03:19:00 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D3J0Qs064108; Wed, 13 Oct 2004 03:19:00 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D3J0KL064105; Wed, 13 Oct 2004 03:19:00 GMT (envelope-from edwin) Message-Id: <200410130319.i9D3J0KL064105@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 03:19:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/estraier Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 03:19:01 -0000 edwin 2004-10-13 03:19:00 UTC FreeBSD ports repository Modified files: japanese/estraier Makefile distinfo Log: [MAINTAINER] japanese/estraier: update to 1.2.24 Update to 1.2.24 PR: ports/71601 Submitted by: Michael Johnson Revision Changes Path 1.2 +3 -2 ports/japanese/estraier/Makefile 1.2 +2 -2 ports/japanese/estraier/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 03:31:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D438E16A4CF; Wed, 13 Oct 2004 03:31:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABF343D3F; Wed, 13 Oct 2004 03:31:14 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D3VELP064517; Wed, 13 Oct 2004 03:31:14 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D3VEIY064516; Wed, 13 Oct 2004 03:31:14 GMT (envelope-from leeym) Message-Id: <200410130331.i9D3VEIY064516@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 03:31:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/BBMan Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 03:31:15 -0000 leeym 2004-10-13 03:31:14 UTC FreeBSD ports repository Modified files: chinese/BBMan Makefile pkg-descr Removed files: chinese/BBMan pkg-plist Log: - add USE_GCC=3.3 and unbreak - respect CXX and CFLAGS - replace pkg-plist with PLIST_FILES - update WWW in pkg-descr - cosmetic fixes PR: 72214 Submitted by: leeym Revision Changes Path 1.3 +8 -11 ports/chinese/BBMan/Makefile 1.2 +1 -1 ports/chinese/BBMan/pkg-descr 1.2 +0 -1 ports/chinese/BBMan/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 03:36:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2A3D16A4CE; Wed, 13 Oct 2004 03:36:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BDF43D45; Wed, 13 Oct 2004 03:36:42 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D3agLE064730; Wed, 13 Oct 2004 03:36:42 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D3agiu064729; Wed, 13 Oct 2004 03:36:42 GMT (envelope-from edwin) Message-Id: <200410130336.i9D3agiu064729@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 03:36:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ccache Makefile distinfo ports/devel/ccache/files patch-md4 pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 03:36:43 -0000 edwin 2004-10-13 03:36:42 UTC FreeBSD ports repository Modified files: devel/ccache Makefile distinfo devel/ccache/files patch-md4 Added files: devel/ccache/files pkg-message.in Log: [MAINTAINER] devel/ccache: update to 2.4 - Update to 2.4 - Add workaround to use ccache when USE_GCC is used in a port PR: ports/71717 Submitted by: Michael Johnson Revision Changes Path 1.23 +54 -7 ports/devel/ccache/Makefile 1.14 +2 -2 ports/devel/ccache/distinfo 1.2 +72 -58 ports/devel/ccache/files/patch-md4 1.1 +20 -0 ports/devel/ccache/files/pkg-message.in (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 04:12:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 487E316A4CE; Wed, 13 Oct 2004 04:12:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8CB43D1D; Wed, 13 Oct 2004 04:12:21 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D4CL5b065762; Wed, 13 Oct 2004 04:12:21 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D4CK7v065761; Wed, 13 Oct 2004 04:12:20 GMT (envelope-from green) Message-Id: <200410130412.i9D4CK7v065761@repoman.freebsd.org> From: Brian Feldman Date: Wed, 13 Oct 2004 04:12:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 04:12:21 -0000 green 2004-10-13 04:12:20 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Back out rev.1.91 which implemented bulk read transfers in ugen(4) as asynchronous. I realize that this means the custom application will not work as written, but it is not okay to break most users of ugen(4). The major problem is that a bulk read transfer is not an interrupt saying that X bytes are available -- it is a request to be able to receive up to X bytes, with T timeout, and S short-transfer-okayness. The timeout is a software mechanism that ugen(4) provides and cannot be implemented using asynchronous reads -- the timeout must start at the time a read is done. The status of up to how many bytes can be received in this transfer and whether a short transfer returns data or error is also encoded at least in ohci(4)'s requests to the controller. Trying to detect the "maximum width" results in using a single buffer of far too small when an application requests a large read. Even if you combat this by replacing all buffers again with the maximal sized read buffer (1kb) that ugen(4) would allow you to use before, you don't get the right semantics -- you have to throw data away or make all the timeouts invalid or make the short-transfer settings invalid. There is no way to do this right without extending the ugen(4) API much further -- it breaks the USB camera interfaces used because they need a chain of many maximal-width transfers, for example, and it makes cross-platform support for all the BSDs gratuitously hard. Instead of trying to do select(2) on a bulk read pipe -- which has neither the information on desired transfer length nor ability to implement timeout -- an application can simply use a kernel thread and pipe to turn that endpoint into something poll-able. It is unfortunate that bulk endpoints cannot provide the same semantics that interrupt and isochronous endpoints can, but it is possible to just use ioctl(USB_GET_ENDPOINT_DESC) to find out when different semantics must be used without preventing the normal users of the ugen(4) device from working. Revision Changes Path 1.96 +31 -151 src/sys/dev/usb/ugen.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 04:13:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A969516A4CE; Wed, 13 Oct 2004 04:13:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883E943D41; Wed, 13 Oct 2004 04:13:05 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D4D5nd065827; Wed, 13 Oct 2004 04:13:05 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D4D5aG065826; Wed, 13 Oct 2004 04:13:05 GMT (envelope-from green) Message-Id: <200410130413.i9D4D5aG065826@repoman.freebsd.org> From: Brian Feldman Date: Wed, 13 Oct 2004 04:13:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 04:13:05 -0000 green 2004-10-13 04:13:05 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failure for FIOASYNC. Revision Changes Path 1.97 +1 -0 src/sys/dev/usb/ugen.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 05:05:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D48A16A4CE; Wed, 13 Oct 2004 05:05:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B30243D58; Wed, 13 Oct 2004 05:05:36 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D55amr073665; Wed, 13 Oct 2004 05:05:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D55ahP073664; Wed, 13 Oct 2004 05:05:36 GMT (envelope-from krion) Message-Id: <200410130505.i9D55ahP073664@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 13 Oct 2004 05:05:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/nail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:05:36 -0000 krion 2004-10-13 05:05:35 UTC FreeBSD ports repository Modified files: mail/nail Makefile distinfo Log: Update to 11.11 Revision Changes Path 1.32 +1 -1 ports/mail/nail/Makefile 1.24 +2 -2 ports/mail/nail/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 05:15:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4CF16A4CE; Wed, 13 Oct 2004 05:15:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7AE243D41; Wed, 13 Oct 2004 05:15:41 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D5FfNa074072; Wed, 13 Oct 2004 05:15:41 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D5Ffr7074071; Wed, 13 Oct 2004 05:15:41 GMT (envelope-from yongari) Message-Id: <200410130515.i9D5Ffr7074071@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 13 Oct 2004 05:15:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.sparc64 auxio.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:15:42 -0000 yongari 2004-10-13 05:15:41 UTC FreeBSD src repository Modified files: share/man/man4/man4.sparc64 auxio.4 Log: mdoc(7) police: .Dt should have a third argument. new sentence should start on its own line. use precise width specifier. Add AUTHORS section and correct device name to /dev/led/auxioled. Approved by: jake (mentor) Pointed by: ru Revision Changes Path 1.2 +16 -14 src/share/man/man4/man4.sparc64/auxio.4 From owner-cvs-all@FreeBSD.ORG Wed Oct 13 05:16:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F1C216A4CE; Wed, 13 Oct 2004 05:16:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E101843D39; Wed, 13 Oct 2004 05:16:04 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D5G48H074114; Wed, 13 Oct 2004 05:16:04 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D5G4Na074113; Wed, 13 Oct 2004 05:16:04 GMT (envelope-from krion) Message-Id: <200410130516.i9D5G4Na074113@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 13 Oct 2004 05:16:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/lsdvd pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:16:05 -0000 krion 2004-10-13 05:16:04 UTC FreeBSD ports repository Modified files: multimedia/lsdvd pkg-descr Log: Fix WWW line PR: ports/72608 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/multimedia/lsdvd/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Oct 13 05:38:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F93E16A4CE; Wed, 13 Oct 2004 05:38:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 118F643D1D; Wed, 13 Oct 2004 05:38:43 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D5cgn2074843; Wed, 13 Oct 2004 05:38:42 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D5cgfA074842; Wed, 13 Oct 2004 05:38:42 GMT (envelope-from simokawa) Message-Id: <200410130538.i9D5cgfA074842@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 13 Oct 2004 05:38:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dcons dcons.c dcons.h dcons_crom.c dcons_os.c dcons_os.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:38:43 -0000 simokawa 2004-10-13 05:38:42 UTC FreeBSD src repository Modified files: sys/dev/dcons dcons.c dcons.h dcons_crom.c Added files: sys/dev/dcons dcons_os.c dcons_os.h Log: - Split dcons core code and OS dependent code. - Implement dcons_ischar() and dcons_load_buffer(). - If loader passed a dcons buffer address, keep using it. (We still need a patch to cheat memory management system.) Revision Changes Path 1.19 +71 -642 src/sys/dev/dcons/dcons.c 1.3 +13 -8 src/sys/dev/dcons/dcons.h 1.5 +9 -0 src/sys/dev/dcons/dcons_crom.c 1.1 +746 -0 src/sys/dev/dcons/dcons_os.c (new) 1.1 +44 -0 src/sys/dev/dcons/dcons_os.h (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 05:41:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB30B16A4CE; Wed, 13 Oct 2004 05:41:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B980543D2D; Wed, 13 Oct 2004 05:41:09 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D5f9IO075068; Wed, 13 Oct 2004 05:41:09 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D5f9Oj075067; Wed, 13 Oct 2004 05:41:09 GMT (envelope-from simokawa) Message-Id: <200410130541.i9D5f9Oj075067@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 13 Oct 2004 05:41:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/modules/dcons Makefile src/sys/modules/dcons_crom Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:41:10 -0000 simokawa 2004-10-13 05:41:09 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/dcons Makefile sys/modules/dcons_crom Makefile Log: Add dcons_os.{c,h}. Revision Changes Path 1.957 +1 -0 src/sys/conf/files 1.3 +1 -1 src/sys/modules/dcons/Makefile 1.2 +1 -1 src/sys/modules/dcons_crom/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 05:41:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C489216A4CE; Wed, 13 Oct 2004 05:41:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A187443D31; Wed, 13 Oct 2004 05:41:57 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D5fvwC075121; Wed, 13 Oct 2004 05:41:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D5fvsw075120; Wed, 13 Oct 2004 05:41:57 GMT (envelope-from marcus) Message-Id: <200410130541.i9D5fvsw075120@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Oct 2004 05:41:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/nautilus2/files patch-components-image_properties-nautilus-image-properties-view.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:41:57 -0000 marcus 2004-10-13 05:41:57 UTC FreeBSD ports repository Modified files: x11-fm/nautilus2/files patch-components-image_properties-nautilus-image-properties-view.c Log: Fix the build on 4.X. Revision Changes Path 1.2 +10 -4 ports/x11-fm/nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 05:45:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB6416A4D1; Wed, 13 Oct 2004 05:45:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A7E43D31; Wed, 13 Oct 2004 05:45:17 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D5jHvY075328; Wed, 13 Oct 2004 05:45:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D5jHrv075327; Wed, 13 Oct 2004 05:45:17 GMT (envelope-from yongari) Message-Id: <200410130545.i9D5jHrv075327@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 13 Oct 2004 05:45:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c src/sys/dev/sound/pci au88x0.c aureal.c csapcm.c ds1.c emu10k1.c es137x.c fm801.c ich.c maestro3.c solo.c t4dwave.c via8233.c via82c686.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:45:17 -0000 yongari 2004-10-13 05:45:17 UTC FreeBSD src repository Modified files: sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sys/dev/sound/pci au88x0.c aureal.c csapcm.c ds1.c emu10k1.c es137x.c fm801.c ich.c maestro3.c solo.c t4dwave.c via8233.c via82c686.c Log: Audio drivers failed to detect failure condition and attempted to assign DMA address to the wrong address. It can cause system lockup or other mysterious errors. Since most sound cards requires low DMA address(BUS_SPACE_MAXADDR_24BIT) sndbuf_alloc() would fail when the audio driver is loaded after long running of operations. Approved by: jake (mentor) Reviewed by: truckman, matk Revision Changes Path 1.35 +2 -1 src/sys/dev/sound/isa/ad1816.c 1.33 +1 -1 src/sys/dev/sound/isa/ess.c 1.92 +2 -1 src/sys/dev/sound/isa/mss.c 1.89 +1 -1 src/sys/dev/sound/isa/sb16.c 1.78 +1 -1 src/sys/dev/sound/isa/sb8.c 1.9 +1 -1 src/sys/dev/sound/pci/au88x0.c 1.30 +2 -1 src/sys/dev/sound/pci/aureal.c 1.32 +2 -1 src/sys/dev/sound/pci/csapcm.c 1.41 +2 -2 src/sys/dev/sound/pci/ds1.c 1.53 +1 -1 src/sys/dev/sound/pci/emu10k1.c 1.52 +2 -1 src/sys/dev/sound/pci/es137x.c 1.25 +2 -1 src/sys/dev/sound/pci/fm801.c 1.47 +1 -1 src/sys/dev/sound/pci/ich.c 1.26 +2 -2 src/sys/dev/sound/pci/maestro3.c 1.33 +1 -1 src/sys/dev/sound/pci/solo.c 1.45 +2 -2 src/sys/dev/sound/pci/t4dwave.c 1.18 +3 -3 src/sys/dev/sound/pci/via8233.c 1.32 +1 -1 src/sys/dev/sound/pci/via82c686.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 05:51:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A9C16A4CE; Wed, 13 Oct 2004 05:51:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1300043D2D; Wed, 13 Oct 2004 05:51:33 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D5pW9g075662; Wed, 13 Oct 2004 05:51:32 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D5pWec075661; Wed, 13 Oct 2004 05:51:32 GMT (envelope-from demon) Message-Id: <200410130551.i9D5pWec075661@repoman.freebsd.org> From: Dmitry Sivachenko Date: Wed, 13 Oct 2004 05:51:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefileports/devel/p5-Cache-Simple-TimedExpiry Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:51:33 -0000 demon 2004-10-13 05:51:32 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Cache-Simple-TimedExpiry Makefile distinfo pkg-descr pkg-plist Log: New port: p5-Cache-Simple-TimedExpiry. A lightweight cache with timed expiration. PR: 71481 Submitted by: Palle Girgensohn Revision Changes Path 1.1701 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Cache-Simple-TimedExpiry/Makefile (new) 1.1 +2 -0 ports/devel/p5-Cache-Simple-TimedExpiry/distinfo (new) 1.1 +3 -0 ports/devel/p5-Cache-Simple-TimedExpiry/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Cache-Simple-TimedExpiry/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 05:51:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 219B316A4CE; Wed, 13 Oct 2004 05:51:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F416A43D31; Wed, 13 Oct 2004 05:51:47 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D5plDY075714; Wed, 13 Oct 2004 05:51:47 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D5plBm075713; Wed, 13 Oct 2004 05:51:47 GMT (envelope-from demon) Message-Id: <200410130551.i9D5plBm075713@repoman.freebsd.org> From: Dmitry Sivachenko Date: Wed, 13 Oct 2004 05:51:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:51:48 -0000 demon 2004-10-13 05:51:47 UTC FreeBSD ports repository Modified files: . modules Log: p5-Cache-Simple-TimedExpiry --> ports/devel/p5-Cache-Simple-TimedExpiry Revision Changes Path 1.11121 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Oct 13 06:01:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C6016A4CE; Wed, 13 Oct 2004 06:01:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C7C43D3F; Wed, 13 Oct 2004 06:01:38 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D61bbj076073; Wed, 13 Oct 2004 06:01:37 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D61b4Z076072; Wed, 13 Oct 2004 06:01:37 GMT (envelope-from demon) Message-Id: <200410130601.i9D61b4Z076072@repoman.freebsd.org> From: Dmitry Sivachenko Date: Wed, 13 Oct 2004 06:01:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBIx-SearchBuilder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 06:01:38 -0000 demon 2004-10-13 06:01:37 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-SearchBuilder Makefile distinfo Log: Update to version 1.11. Based on PR: 71480 (update to version 1.10) Submitted by: Palle Girgensohn Revision Changes Path 1.30 +2 -2 ports/databases/p5-DBIx-SearchBuilder/Makefile 1.26 +2 -2 ports/databases/p5-DBIx-SearchBuilder/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 06:04:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B9AB16A4CE; Wed, 13 Oct 2004 06:04:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 683E943D31; Wed, 13 Oct 2004 06:04:01 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D641Zd076132; Wed, 13 Oct 2004 06:04:01 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D6413h076131; Wed, 13 Oct 2004 06:04:01 GMT (envelope-from yongari) Message-Id: <200410130604.i9D6413h076131@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 13 Oct 2004 06:04:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci t4dwave.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 06:04:01 -0000 yongari 2004-10-13 06:04:01 UTC FreeBSD src repository Modified files: sys/dev/sound/pci t4dwave.c Log: Limit DMA address space to 1GB since the trident audio cards can't handle DMA addresses located above 1GB. The LBA(loop begin address) register which holds DMA base address is 32bits register. But the MSB 2bits are used for other purposes. This effectivly limits the DMA address space up to 1GB. Approved by: jake (mentor) Reviewed by: truckman, matk Revision Changes Path 1.46 +11 -1 src/sys/dev/sound/pci/t4dwave.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 06:33:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 638A416A4CE; Wed, 13 Oct 2004 06:33:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C76A43D2F; Wed, 13 Oct 2004 06:33:57 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D6Xvat077047; Wed, 13 Oct 2004 06:33:57 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D6XunB077046; Wed, 13 Oct 2004 06:33:57 GMT (envelope-from clsung) Message-Id: <200410130633.i9D6XunB077046@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 13 Oct 2004 06:33:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-Amazon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 06:33:57 -0000 clsung 2004-10-13 06:33:56 UTC FreeBSD ports repository Modified files: net/p5-Net-Amazon Makefile distinfo Log: - update to 0.31 - bug fix and patch. PR: ports/72605 Submitted by: Toshiya SAITOH Approved by: co-mentor (vanilla) Revision Changes Path 1.11 +1 -1 ports/net/p5-Net-Amazon/Makefile 1.9 +2 -2 ports/net/p5-Net-Amazon/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 06:35:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB8A116A4CE; Wed, 13 Oct 2004 06:35:42 +0000 (GMT) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB82443D1D; Wed, 13 Oct 2004 06:35:41 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf24aec.mail.bellsouth.netESMTP <20041013063541.UREO2383.imf24aec.mail.bellsouth.net@[192.168.1.5]>; Wed, 13 Oct 2004 02:35:41 -0400 In-Reply-To: <200410130336.i9D3agiu064729@repoman.freebsd.org> References: <200410130336.i9D3agiu064729@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1A55217B-1CE2-11D9-8C24-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Wed, 13 Oct 2004 02:35:41 -0400 To: Edwin Groothuis X-Mailer: Apple Mail (2.619) cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/ccache Makefile distinfo ports/devel/ccache/files patch-md4 pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 06:35:43 -0000 Hi Edwin, In the last commit to ccache some trash at the bottom of the Makefile got committed also .include IR} Michael From owner-cvs-all@FreeBSD.ORG Wed Oct 13 06:39:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECB7316A4CE; Wed, 13 Oct 2004 06:39:09 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B3B743D31; Wed, 13 Oct 2004 06:39:09 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i9D6d88c035814; Wed, 13 Oct 2004 08:39:08 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Hidetoshi Shimokawa From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 13 Oct 2004 05:38:42 -0000." <200410130538.i9D5cgfA074842@repoman.freebsd.org> Date: Wed, 13 Oct 2004 08:39:08 +0200 Message-ID: <35813.1097649548@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/dcons dcons.c dcons.h dcons_crom.c dcons_os.c dcons_os.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 06:39:10 -0000 This obliterated my tty patches for dcons, and after seeing the tangle of #ifdefs in dcons_os.c I'm not going anywhere near it again. My personal advice would be to have a dcons_freebsd.c and dcons_dfly.c instead of this unholy mess. Poul-Henning In message <200410130538.i9D5cgfA074842@repoman.freebsd.org>, Hidetoshi Shimoka wa writes: >simokawa 2004-10-13 05:38:42 UTC > > FreeBSD src repository > > Modified files: > sys/dev/dcons dcons.c dcons.h dcons_crom.c > Added files: > sys/dev/dcons dcons_os.c dcons_os.h > Log: > - Split dcons core code and OS dependent code. > - Implement dcons_ischar() and dcons_load_buffer(). > - If loader passed a dcons buffer address, keep using it. > (We still need a patch to cheat memory management system.) > > Revision Changes Path > 1.19 +71 -642 src/sys/dev/dcons/dcons.c > 1.3 +13 -8 src/sys/dev/dcons/dcons.h > 1.5 +9 -0 src/sys/dev/dcons/dcons_crom.c > 1.1 +746 -0 src/sys/dev/dcons/dcons_os.c (new) > 1.1 +44 -0 src/sys/dev/dcons/dcons_os.h (new) > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Wed Oct 13 06:45:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F86816A4CE; Wed, 13 Oct 2004 06:45:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CFD043D5A; Wed, 13 Oct 2004 06:45:52 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D6jp7e077484; Wed, 13 Oct 2004 06:45:51 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D6jp9J077483; Wed, 13 Oct 2004 06:45:51 GMT (envelope-from demon) Message-Id: <200410130645.i9D6jp9J077483@repoman.freebsd.org> From: Dmitry Sivachenko Date: Wed, 13 Oct 2004 06:45:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Tree-Simple Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 06:45:52 -0000 demon 2004-10-13 06:45:51 UTC FreeBSD ports repository Modified files: devel/p5-Tree-Simple Makefile distinfo Log: Update to version 1.12. PR: 72596 Submitted by: Aaron Dalton Revision Changes Path 1.6 +1 -1 ports/devel/p5-Tree-Simple/Makefile 1.4 +2 -2 ports/devel/p5-Tree-Simple/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 06:50:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA6E16A4D3; Wed, 13 Oct 2004 06:50:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278EA43D1F; Wed, 13 Oct 2004 06:50:14 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D6oEtX077571; Wed, 13 Oct 2004 06:50:14 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D6oDa3077570; Wed, 13 Oct 2004 06:50:13 GMT (envelope-from clsung) Message-Id: <200410130650.i9D6oDa3077570@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 13 Oct 2004 06:50:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Kwiki-Atom Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 06:50:27 -0000 clsung 2004-10-13 06:50:13 UTC FreeBSD ports repository Modified files: www/p5-Kwiki-Atom Makefile distinfo Log: - update to 0.14 * Removed dependency on XML::XPath (from 0.13) * Support for using LibXML with XML::Atom (from 0.12) Approved by: co-mentor (vanilla) Revision Changes Path 1.4 +1 -2 ports/www/p5-Kwiki-Atom/Makefile 1.4 +2 -2 ports/www/p5-Kwiki-Atom/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:00:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B123616A4CF; Wed, 13 Oct 2004 07:00:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFE743D45; Wed, 13 Oct 2004 07:00:22 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D70MbF077920; Wed, 13 Oct 2004 07:00:22 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D70MND077919; Wed, 13 Oct 2004 07:00:22 GMT (envelope-from ru) Message-Id: <200410130700.i9D70MND077919@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 13 Oct 2004 07:00:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:00:22 -0000 ru 2004-10-13 07:00:21 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: Fix a botched rev. 1.221 commit. Also, a number of people have pointed out that /usr/local/etc/rc.d/000.pkgtools.sh installed with the portupgrade does an equivalent thing, so I personally would like to see the change reverted, but let David handle it. Revision Changes Path 1.224 +1 -2 src/etc/defaults/rc.conf From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:02:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9FEB16A4CF; Wed, 13 Oct 2004 07:02:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A2643D5C; Wed, 13 Oct 2004 07:02:56 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D72uEv078043; Wed, 13 Oct 2004 07:02:56 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D72uha078042; Wed, 13 Oct 2004 07:02:56 GMT (envelope-from phk) Message-Id: <200410130702.i9D72uha078042@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 13 Oct 2004 07:02:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.c machdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:02:57 -0000 phk 2004-10-13 07:02:56 UTC FreeBSD src repository Modified files: sys/dev/cx if_cx.c machdep.h Log: First half of tty code rework: unifdef -D__FreeBSD_Version=600000 The changes in the next commit would make the code totally unreadable if the #ifdef'ing were maintained. It might make a lot of sense to split if_cx.c in a netgraph related and in a tty related file but I will not attempt that without hardware. Revision Changes Path 1.33 +4 -401 src/sys/dev/cx/if_cx.c 1.3 +1 -3 src/sys/dev/cx/machdep.h From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:10:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 789F316A4CE; Wed, 13 Oct 2004 07:10:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5655F43D39; Wed, 13 Oct 2004 07:10:42 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7AgKY078425; Wed, 13 Oct 2004 07:10:42 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7AgWD078424; Wed, 13 Oct 2004 07:10:42 GMT (envelope-from njl) Message-Id: <200410130710.i9D7AgWD078424@repoman.freebsd.org> From: Nate Lawson Date: Wed, 13 Oct 2004 07:10:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:10:42 -0000 njl 2004-10-13 07:10:41 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Set flags for devices before probing them. In the non-ISA case, flags set via hints were not getting passed to the child. PR: kern/72489 MFC after: 1 day Revision Changes Path 1.161 +5 -1 src/sys/kern/subr_bus.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:12:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B6816A4CE; Wed, 13 Oct 2004 07:12:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCE143D31; Wed, 13 Oct 2004 07:12:14 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7CE6Q078525; Wed, 13 Oct 2004 07:12:14 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7CEKX078524; Wed, 13 Oct 2004 07:12:14 GMT (envelope-from ru) Message-Id: <200410130712.i9D7CEKX078524@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 13 Oct 2004 07:12:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:12:15 -0000 ru 2004-10-13 07:12:14 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: Accidentally removed the last component of the pathname when committing. Revision Changes Path 1.225 +1 -1 src/etc/defaults/rc.conf From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:21:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B270516A4CF; Wed, 13 Oct 2004 07:21:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8984B43D41; Wed, 13 Oct 2004 07:21:03 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7L3Fs078917; Wed, 13 Oct 2004 07:21:03 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7L3jW078916; Wed, 13 Oct 2004 07:21:03 GMT (envelope-from leeym) Message-Id: <200410130721.i9D7L3jW078916@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Oct 2004 07:21:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/openwebmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:21:04 -0000 leeym 2004-10-13 07:21:03 UTC FreeBSD ports repository Modified files: mail/openwebmail Makefile Log: WITH_SPEEDYCGI needs suidperl enabled under perl 5.8.4 or above, so, disable it first, and enable it again if perl exists and enabled suidperl Revision Changes Path 1.49 +15 -6 ports/mail/openwebmail/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:27:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EFE316A4CE; Wed, 13 Oct 2004 07:27:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC0343D53; Wed, 13 Oct 2004 07:27:22 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7RMxA079107; Wed, 13 Oct 2004 07:27:22 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7RM2d079106; Wed, 13 Oct 2004 07:27:22 GMT (envelope-from njl) Message-Id: <200410130727.i9D7RM2d079106@repoman.freebsd.org> From: Nate Lawson Date: Wed, 13 Oct 2004 07:27:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:27:22 -0000 njl 2004-10-13 07:27:22 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: If flags are present, print them like ISA does. MFC after: 1 day Revision Changes Path 1.192 +2 -0 src/sys/dev/acpica/acpi.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:29:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C90D216A4CE; Wed, 13 Oct 2004 07:29:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A635543D1D; Wed, 13 Oct 2004 07:29:29 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7TT4c079248; Wed, 13 Oct 2004 07:29:29 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7TTIJ079247; Wed, 13 Oct 2004 07:29:29 GMT (envelope-from njl) Message-Id: <200410130729.i9D7TTIJ079247@repoman.freebsd.org> From: Nate Lawson Date: Wed, 13 Oct 2004 07:29:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:29:30 -0000 njl 2004-10-13 07:29:29 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Print before the footer, not after. Revision Changes Path 1.193 +1 -1 src/sys/dev/acpica/acpi.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:37:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B7D816A4CE; Wed, 13 Oct 2004 07:37:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB6643D1D; Wed, 13 Oct 2004 07:37:08 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7b83R079557; Wed, 13 Oct 2004 07:37:08 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7b8MI079556; Wed, 13 Oct 2004 07:37:08 GMT (envelope-from arved) Message-Id: <200410130737.i9D7b8MI079556@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 07:37:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/libsocket++ Makefile distinfo pkg-descr ports/net/libsocket++/files patch-local.h patch-sig.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:37:09 -0000 arved 2004-10-13 07:37:08 UTC FreeBSD ports repository Modified files: net/libsocket++ Makefile distinfo pkg-descr Removed files: net/libsocket++/files patch-local.h patch-sig.cpp Log: Update to 1.12.12 Revision Changes Path 1.25 +2 -2 ports/net/libsocket++/Makefile 1.7 +2 -2 ports/net/libsocket++/distinfo 1.2 +0 -11 ports/net/libsocket++/files/patch-local.h (dead) 1.2 +0 -11 ports/net/libsocket++/files/patch-sig.cpp (dead) 1.2 +1 -2 ports/net/libsocket++/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:37:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37B7C16A4CE; Wed, 13 Oct 2004 07:37:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C4A43D46; Wed, 13 Oct 2004 07:37:44 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7bhZu079593; Wed, 13 Oct 2004 07:37:43 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7bhKw079592; Wed, 13 Oct 2004 07:37:43 GMT (envelope-from arved) Message-Id: <200410130737.i9D7bhKw079592@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 07:37:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-Atom-Syndication Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:37:44 -0000 arved 2004-10-13 07:37:43 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Atom-Syndication Makefile distinfo Log: Update to 0.08 Revision Changes Path 1.2 +1 -1 ports/textproc/p5-XML-Atom-Syndication/Makefile 1.2 +2 -2 ports/textproc/p5-XML-Atom-Syndication/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:48:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9470F16A4CE; Wed, 13 Oct 2004 07:48:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870F543D5D; Wed, 13 Oct 2004 07:48:22 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7mMg7079999; Wed, 13 Oct 2004 07:48:22 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7mMR7079998; Wed, 13 Oct 2004 07:48:22 GMT (envelope-from arved) Message-Id: <200410130748.i9D7mMR7079998@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 07:48:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-Elemental Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:48:22 -0000 arved 2004-10-13 07:48:22 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-XML-Elemental Makefile distinfo pkg-descr pkg-plist Log: Add p5-XML-Elemental, an XML::Parser style and generic classes package for simplistic and perlish handling of XML data Revision Changes Path 1.746 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-XML-Elemental/Makefile (new) 1.1 +2 -0 ports/textproc/p5-XML-Elemental/distinfo (new) 1.1 +5 -0 ports/textproc/p5-XML-Elemental/pkg-descr (new) 1.1 +9 -0 ports/textproc/p5-XML-Elemental/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:50:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D0F16A4CE; Wed, 13 Oct 2004 07:50:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3572643D3F; Wed, 13 Oct 2004 07:50:05 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7o511080083; Wed, 13 Oct 2004 07:50:05 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7o4md080082; Wed, 13 Oct 2004 07:50:04 GMT (envelope-from arved) Message-Id: <200410130750.i9D7o4md080082@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 07:50:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:50:05 -0000 arved 2004-10-13 07:50:04 UTC FreeBSD ports repository Modified files: . modules Log: Add p5-XML-Elemental Revision Changes Path 1.11122 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:56:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 834D516A4CE; Wed, 13 Oct 2004 07:56:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6035243D5C; Wed, 13 Oct 2004 07:56:48 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7umbf080364; Wed, 13 Oct 2004 07:56:48 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7umJp080363; Wed, 13 Oct 2004 07:56:48 GMT (envelope-from edwin) Message-Id: <200410130756.i9D7umJp080363@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 07:56:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ccache Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:56:48 -0000 edwin 2004-10-13 07:56:48 UTC FreeBSD ports repository Modified files: devel/ccache Makefile Log: Removed trash at the end of the Makefile. No idea how that ended up there. Submitted by: Michael Johnson Revision Changes Path 1.24 +1 -1 ports/devel/ccache/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 07:57:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEDE316A4CE; Wed, 13 Oct 2004 07:57:53 +0000 (GMT) Received: from mailout2.barnet.com.au (mailout2.barnet.com.au [218.185.88.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D580C43D64; Wed, 13 Oct 2004 07:57:52 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mailout2.barnet.com.au (Postfix, from userid 27) id AC90570742D; Wed, 13 Oct 2004 17:57:50 +1000 (EST) X-Viruscan-Id: <416CDFFE00012D475B6BB7@BarNet> Received: from mail2-auth.barnet.com.au (mailout2.barnet.com.au [218.185.88.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id 6F4DF70742B; Wed, 13 Oct 2004 17:57:50 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Certificate Authority" (verified OK)) by mail2-auth.barnet.com.au (Postfix) with ESMTP id E39A6707428; Wed, 13 Oct 2004 17:57:49 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 435326197; Wed, 13 Oct 2004 17:57:47 +1000 (EST) Date: Wed, 13 Oct 2004 17:57:47 +1000 From: Edwin Groothuis To: Michael Johnson Message-ID: <20041013075747.GT10358@k7.mavetju> References: <200410130336.i9D3agiu064729@repoman.freebsd.org> <1A55217B-1CE2-11D9-8C24-000A958C81C6@ahze.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1A55217B-1CE2-11D9-8C24-000A958C81C6@ahze.net> User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Edwin Groothuis Subject: Re: cvs commit: ports/devel/ccache Makefile distinfo ports/devel/ccache/files patch-md4 pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:57:54 -0000 On Wed, Oct 13, 2004 at 02:35:41AM -0400, Michael Johnson wrote: > Hi Edwin, > > In the last commit to ccache some trash at the bottom of the Makefile > got committed also > > .include IR} I have no idea where that came from, but I've removed it. 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 Wed Oct 13 07:59:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB57616A4CE; Wed, 13 Oct 2004 07:59:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A869D43D1F; Wed, 13 Oct 2004 07:59:41 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D7xfEZ080481; Wed, 13 Oct 2004 07:59:41 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D7xfVH080480; Wed, 13 Oct 2004 07:59:41 GMT (envelope-from arved) Message-Id: <200410130759.i9D7xfVH080480@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 07:59:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libgcrypt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 07:59:41 -0000 arved 2004-10-13 07:59:41 UTC FreeBSD ports repository Modified files: security/libgcrypt Makefile Log: Use libtool 15 Revision Changes Path 1.20 +1 -1 ports/security/libgcrypt/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:01:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7370116A4D1; Wed, 13 Oct 2004 08:01:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309E543D31; Wed, 13 Oct 2004 08:01:11 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D81BV4080622; Wed, 13 Oct 2004 08:01:11 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D81BXK080621; Wed, 13 Oct 2004 08:01:11 GMT (envelope-from arved) Message-Id: <200410130801.i9D81BXK080621@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 08:01:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-RAI Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:01:11 -0000 arved 2004-10-13 08:01:11 UTC FreeBSD ports repository Modified files: textproc/p5-XML-RAI Makefile distinfo pkg-plist Log: Update to 1.01 Revision Changes Path 1.9 +5 -5 ports/textproc/p5-XML-RAI/Makefile 1.5 +2 -2 ports/textproc/p5-XML-RAI/distinfo 1.2 +2 -1 ports/textproc/p5-XML-RAI/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:04:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 872ED16A4CE; Wed, 13 Oct 2004 08:04:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6339D43D45; Wed, 13 Oct 2004 08:04:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D84m1I080781; Wed, 13 Oct 2004 08:04:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D84mnv080780; Wed, 13 Oct 2004 08:04:48 GMT (envelope-from pav) Message-Id: <200410130804.i9D84mnv080780@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Oct 2004 08:04:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/exiv2 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:04:48 -0000 pav 2004-10-13 08:04:48 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/exiv2 Makefile distinfo pkg-descr Log: Add exiv2, Exif and Iptc metadata manipulation library and tool. PR: ports/72060 Submitted by: Michael Johnson Revision Changes Path 1.737 +1 -0 ports/graphics/Makefile 1.1 +44 -0 ports/graphics/exiv2/Makefile (new) 1.1 +2 -0 ports/graphics/exiv2/distinfo (new) 1.1 +3 -0 ports/graphics/exiv2/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:06:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E82416A4CE; Wed, 13 Oct 2004 08:06:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F97843D5D; Wed, 13 Oct 2004 08:06:04 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D864a7080947; Wed, 13 Oct 2004 08:06:04 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D864FZ080946; Wed, 13 Oct 2004 08:06:04 GMT (envelope-from arved) Message-Id: <200410130806.i9D864FZ080946@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 08:06:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefileports/textproc/p5-XML-RSS-Parser Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:06:04 -0000 arved 2004-10-13 08:06:04 UTC FreeBSD ports repository Modified files: textproc Makefile Removed files: textproc/p5-XML-RSS-Parser Makefile distinfo pkg-descr pkg-plist Log: Remove this ports. Version 3 of this module is now part of the p5-XML-RAI port Approved by: clsung (Maintainer) Revision Changes Path 1.747 +0 -1 ports/textproc/Makefile 1.8 +0 -27 ports/textproc/p5-XML-RSS-Parser/Makefile (dead) 1.8 +0 -2 ports/textproc/p5-XML-RSS-Parser/distinfo (dead) 1.3 +0 -9 ports/textproc/p5-XML-RSS-Parser/pkg-descr (dead) 1.4 +0 -10 ports/textproc/p5-XML-RSS-Parser/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:06:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D98516A4CE; Wed, 13 Oct 2004 08:06:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF6943D5A; Wed, 13 Oct 2004 08:06:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D86YP6081027; Wed, 13 Oct 2004 08:06:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D86YRt081026; Wed, 13 Oct 2004 08:06:34 GMT (envelope-from pav) Message-Id: <200410130806.i9D86YRt081026@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Oct 2004 08:06:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:06:34 -0000 pav 2004-10-13 08:06:34 UTC FreeBSD ports repository Modified files: . modules Log: exiv2 --> ports/graphics/exiv2 Revision Changes Path 1.11123 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:07:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FF916A4CF; Wed, 13 Oct 2004 08:07:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80CDA43D5C; Wed, 13 Oct 2004 08:07:52 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D87qpP081068; Wed, 13 Oct 2004 08:07:52 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D87qQg081067; Wed, 13 Oct 2004 08:07:52 GMT (envelope-from arved) Message-Id: <200410130807.i9D87qQg081067@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 08:07:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:07:53 -0000 arved 2004-10-13 08:07:52 UTC FreeBSD ports repository Modified files: . MOVED Log: Add entry for p5-XML-RSS-Parser Revision Changes Path 1.524 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:10:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F4016A4CE; Wed, 13 Oct 2004 08:10:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2EAB43D31; Wed, 13 Oct 2004 08:10:08 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8A8Gd081165; Wed, 13 Oct 2004 08:10:08 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8A8kI081164; Wed, 13 Oct 2004 08:10:08 GMT (envelope-from arved) Message-Id: <200410130810.i9D8A8kI081164@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 08:10:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:10:09 -0000 arved 2004-10-13 08:10:08 UTC FreeBSD ports repository Modified files: . modules Log: Remove p5-XML-RSS-Parser Revision Changes Path 1.11124 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:11:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A812716A4CE; Wed, 13 Oct 2004 08:11:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85A2643D39; Wed, 13 Oct 2004 08:11:52 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8BqSK081317; Wed, 13 Oct 2004 08:11:52 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8BqM9081316; Wed, 13 Oct 2004 08:11:52 GMT (envelope-from clement) Message-Id: <200410130811.i9D8BqM9081316@repoman.freebsd.org> From: Clement Laforet Date: Wed, 13 Oct 2004 08:11:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linkchecker Makefile distinfo pkg-plist ports/www/linkchecker/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:11:52 -0000 clement 2004-10-13 08:11:52 UTC FreeBSD ports repository Modified files: www/linkchecker Makefile distinfo pkg-plist www/linkchecker/files patch-setup.py Log: - Update to 1.13.5 Revision Changes Path 1.11 +1 -1 ports/www/linkchecker/Makefile 1.12 +2 -2 ports/www/linkchecker/distinfo 1.4 +11 -11 ports/www/linkchecker/files/patch-setup.py 1.10 +436 -144 ports/www/linkchecker/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:14:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B98116A4CE; Wed, 13 Oct 2004 08:14:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52BCA43D5F; Wed, 13 Oct 2004 08:14:41 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8EfR0081457; Wed, 13 Oct 2004 08:14:41 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8Efm2081456; Wed, 13 Oct 2004 08:14:41 GMT (envelope-from maxim) Message-Id: <200410130814.i9D8Efm2081456@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 13 Oct 2004 08:14:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 tcp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:14:41 -0000 maxim 2004-10-13 08:14:41 UTC FreeBSD src repository Modified files: share/man/man4 tcp.4 Log: Bump the date of the document. Revision Changes Path 1.48 +1 -1 src/share/man/man4/tcp.4 From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:17:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E8F16A4CE; Wed, 13 Oct 2004 08:17:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9188A43D1D; Wed, 13 Oct 2004 08:17:54 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8Hs1C081600; Wed, 13 Oct 2004 08:17:54 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8Hs0Y081599; Wed, 13 Oct 2004 08:17:54 GMT (envelope-from arved) Message-Id: <200410130817.i9D8Hs0Y081599@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 08:17:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/libcdio Makefile distinfo pkg-plist ports/multimedia/vcdimager Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:17:54 -0000 arved 2004-10-13 08:17:54 UTC FreeBSD ports repository Modified files: sysutils/libcdio Makefile distinfo pkg-plist multimedia/vcdimager Makefile Log: Update libcdio to 0.70 Bump PORTREVISION of affected port Revision Changes Path 1.17 +2 -2 ports/multimedia/vcdimager/Makefile 1.5 +1 -1 ports/sysutils/libcdio/Makefile 1.3 +2 -2 ports/sysutils/libcdio/distinfo 1.5 +3 -1 ports/sysutils/libcdio/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:23:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D543516A4CE; Wed, 13 Oct 2004 08:23:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B284843D46; Wed, 13 Oct 2004 08:23:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8NS4G082018; Wed, 13 Oct 2004 08:23:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8NSC7082017; Wed, 13 Oct 2004 08:23:28 GMT (envelope-from clsung) Message-Id: <200410130823.i9D8NSC7082017@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 13 Oct 2004 08:23:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-WordNet-Similarity Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:23:29 -0000 clsung 2004-10-13 08:23:28 UTC FreeBSD ports repository Modified files: textproc/p5-WordNet-Similarity Makefile distinfo Log: - update to 0.11 - fix build error (see post-patch sec.) Approved by: co-mentor (vanilla) Revision Changes Path 1.8 +3 -4 ports/textproc/p5-WordNet-Similarity/Makefile 1.7 +2 -2 ports/textproc/p5-WordNet-Similarity/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:26:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BAD916A4CE; Wed, 13 Oct 2004 08:26:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB0B43D3F; Wed, 13 Oct 2004 08:26:07 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8Q7GA082198; Wed, 13 Oct 2004 08:26:07 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8Q70D082197; Wed, 13 Oct 2004 08:26:07 GMT (envelope-from sergei) Message-Id: <200410130826.i9D8Q70D082197@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 13 Oct 2004 08:26:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/t-prot Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:26:07 -0000 sergei 2004-10-13 08:26:07 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/t-prot Makefile distinfo pkg-descr pkg-plist Log: Add t-prot-1.44: This program is a filter which shall improve the readability for messages (emails and posts) by *hiding* some annoying parts, including: - mailing list footers - excessive quoting - overlong signatures - Outlook-style "TOFU" (text above - full quote below) - squeeze sequences of blank lines or punctuation Its primary mode of operation is a display filter in MUA (it has special support for Mutt), but it can also be used in MTA/MDA - e.g. for immediately bouncing "improper" messages. Author: Jochen Striepe WWW: http://www.escape.de/users/tolot/mutt/ Revision Changes Path 1.573 +1 -0 ports/mail/Makefile 1.1 +34 -0 ports/mail/t-prot/Makefile (new) 1.1 +2 -0 ports/mail/t-prot/distinfo (new) 1.1 +14 -0 ports/mail/t-prot/pkg-descr (new) 1.1 +15 -0 ports/mail/t-prot/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:26:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A83416A4CE; Wed, 13 Oct 2004 08:26:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3984D43D1D; Wed, 13 Oct 2004 08:26:17 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8QHQW082244; Wed, 13 Oct 2004 08:26:17 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8QHEl082243; Wed, 13 Oct 2004 08:26:17 GMT (envelope-from sergei) Message-Id: <200410130826.i9D8QHEl082243@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 13 Oct 2004 08:26:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:26:17 -0000 sergei 2004-10-13 08:26:17 UTC FreeBSD ports repository Modified files: . modules Log: t-prot --> ports/mail/t-prot Revision Changes Path 1.11125 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:26:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 429E216A4CE; Wed, 13 Oct 2004 08:26:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3255D43D5A; Wed, 13 Oct 2004 08:26:50 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8Qoab082310; Wed, 13 Oct 2004 08:26:50 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8Qo0S082309; Wed, 13 Oct 2004 08:26:50 GMT (envelope-from arved) Message-Id: <200410130826.i9D8Qo0S082309@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 08:26:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/tvision Makefile ports/devel/tvision/files patch-ncurses-mouse patch-streambyteorder patch-tfiledialog patch-uchar X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:26:50 -0000 arved 2004-10-13 08:26:50 UTC FreeBSD ports repository Modified files: devel/tvision Makefile Added files: devel/tvision/files patch-ncurses-mouse patch-streambyteorder patch-tfiledialog patch-uchar Log: First round of patches from Erling Jacobsen: * ntohs() won't work, because it converts from bigendian to native byteorder, and the format used in TVision streams is littleendian. Conversion must be done explicitly, by calling readByte() several times, in consecutive statements ! *This enables ncurses mouse support, which was broken (it seemed to depend on gpm in an unhealthy way). *Un*x filenames can easily contain spaces ... Don't trim the filename. *Avoid possible problems with signed/unsigned char comparisons. And functions like toupper must be called with an unsigned char. PR: 71544 Submitted by: Erling Jacobsen Set maintainer back to ports, as libh is now officially a dead project Compile with GCC 3.4 Bump PORTREVISION Revision Changes Path 1.35 +3 -3 ports/devel/tvision/Makefile 1.1 +112 -0 ports/devel/tvision/files/patch-ncurses-mouse (new) 1.1 +41 -0 ports/devel/tvision/files/patch-streambyteorder (new) 1.1 +43 -0 ports/devel/tvision/files/patch-tfiledialog (new) 1.1 +161 -0 ports/devel/tvision/files/patch-uchar (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:27:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3342816A4CE; Wed, 13 Oct 2004 08:27:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCF443D1F; Wed, 13 Oct 2004 08:27:21 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8RKMa082372; Wed, 13 Oct 2004 08:27:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8RKBM082371; Wed, 13 Oct 2004 08:27:20 GMT (envelope-from phk) Message-Id: <200410130827.i9D8RKBM082371@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 13 Oct 2004 08:27:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 sio.c src/sys/dev/sio sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:27:21 -0000 phk 2004-10-13 08:27:20 UTC FreeBSD src repository Modified files: sys/pc98/pc98 sio.c sys/dev/sio sio.c Log: Use generic tty code instead of local stuff. NB: device names are now consistent: {cua,tty}d$(port)[.lock,.init] Revision Changes Path 1.456 +79 -521 src/sys/dev/sio/sio.c 1.230 +109 -525 src/sys/pc98/pc98/sio.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:32:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40AE316A4CE; Wed, 13 Oct 2004 08:32:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3263C43D2D; Wed, 13 Oct 2004 08:32:25 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8WPW4082685; Wed, 13 Oct 2004 08:32:25 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8WPPq082684; Wed, 13 Oct 2004 08:32:25 GMT (envelope-from sergei) Message-Id: <200410130832.i9D8WPPq082684@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 13 Oct 2004 08:32:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns Makefile ports/dns/djbdns-tools Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:32:25 -0000 sergei 2004-10-13 08:32:25 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/djbdns-tools Makefile distinfo pkg-descr pkg-plist Log: Add djbdns-tools-1.05: This port contains a subset of the DJBDNS package. It includes several useful Domain Name System (DNS) tools: - dnsfilter: a parallel IP-address-to-host-name converter - dnsip, dnsipq, dnsname, dnstxt, and dnsmx: simple command-line interfaces to DNS - dnsq, dnstrace, dnstracesort: DNS debugging tools Author: Daniel J. Bernstein WWW: http://cr.yp.to/djbdns.html Revision Changes Path 1.26 +1 -0 ports/dns/Makefile 1.1 +44 -0 ports/dns/djbdns-tools/Makefile (new) 1.1 +2 -0 ports/dns/djbdns-tools/distinfo (new) 1.1 +10 -0 ports/dns/djbdns-tools/pkg-descr (new) 1.1 +12 -0 ports/dns/djbdns-tools/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:32:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF3BC16A4CE; Wed, 13 Oct 2004 08:32:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D94F43D31; Wed, 13 Oct 2004 08:32:34 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8WYKb082744; Wed, 13 Oct 2004 08:32:34 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8WYAn082743; Wed, 13 Oct 2004 08:32:34 GMT (envelope-from phk) Message-Id: <200410130832.i9D8WYAn082743@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 13 Oct 2004 08:32:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc remote X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:32:34 -0000 phk 2004-10-13 08:32:34 UTC FreeBSD src repository Modified files: etc remote Log: Reflect sio driver device name change cuaa -> cuad Revision Changes Path 1.16 +10 -10 src/etc/remote From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:32:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E8216A4CE; Wed, 13 Oct 2004 08:32:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F89B43D41; Wed, 13 Oct 2004 08:32:35 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8WZI6082760; Wed, 13 Oct 2004 08:32:35 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8WZpA082759; Wed, 13 Oct 2004 08:32:35 GMT (envelope-from sergei) Message-Id: <200410130832.i9D8WZpA082759@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 13 Oct 2004 08:32:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:32:38 -0000 sergei 2004-10-13 08:32:35 UTC FreeBSD ports repository Modified files: . modules Log: djbdns-tools --> ports/dns/djbdns-tools Revision Changes Path 1.11126 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:33:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F74D16A4D4 for ; Wed, 13 Oct 2004 08:33:05 +0000 (GMT) Received: from rdsnet.ro (smtp1-131.rdsnet.ro [62.231.74.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA86643D46 for ; Wed, 13 Oct 2004 08:33:03 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 23299 invoked from network); 13 Oct 2004 07:57:38 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by mail.rdsnet.ro with SMTP; 13 Oct 2004 07:57:38 -0000 Received: by it.buh.tecnik93.com (Postfix, from userid 1002) id 4D2431CCAD; Tue, 12 Oct 2004 22:48:25 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 17D0D1CCA6; Tue, 12 Oct 2004 21:44:39 +0300 (EEST) Date: Tue, 12 Oct 2004 21:44:38 +0300 From: Ion-Mihai Tetcu To: Edwin Groothuis Message-ID: <20041012214438.5578ea8d@it.buh.tecnik93.com> In-Reply-To: <200410120106.i9C16FZt050076@repoman.freebsd.org> References: <200410120106.i9C16FZt050076@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: Matthew Seaman cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/phpmyadmin Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:33:05 -0000 On Tue, 12 Oct 2004 01:06:15 +0000 (UTC) Edwin Groothuis wrote: > edwin 2004-10-12 01:06:15 UTC > > FreeBSD ports repository > > Modified files: > databases/phpmyadmin Makefile distinfo pkg-descr > Log: > [ Maintainer Update ] databases/phpmyadmin to 2.6.0 > > - Update to phpMyAdmin 2.6.0 > - Add OPTIONS support (From 71100) > - Add MySQLi support make fetch result: =====> /usr/ports/databases/phpmyadmin/ You may use the following additional build option: WITH_SUPHP=yes Install appropriately for use with the www/suphp port [default: no] Unknown extension mysqli. *** Error code 1 Stop in /usr/ports/databases/phpmyadmin. ---F---> /usr/ports/databases/phpmyadmin/ It happens with php4-4.3.8_2 installed or no php installed. -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:34:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F91C16A4CF; Wed, 13 Oct 2004 08:34:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A01943D2F; Wed, 13 Oct 2004 08:34:08 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8Y8H6082872; Wed, 13 Oct 2004 08:34:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8Y8NA082871; Wed, 13 Oct 2004 08:34:08 GMT (envelope-from edwin) Message-Id: <200410130834.i9D8Y8NA082871@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 08:34:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/py-bittornado Makefile pkg-plist bittorrent-downloader.1 bittorrent-multi-downloader.1 btcompletedir.1 btcopyannounce.1 btdownloadcurses.1 btdownloadheadless.1 btlaunchmany.1 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:34:08 -0000 edwin 2004-10-13 08:34:08 UTC FreeBSD ports repository Modified files: net/py-bittornado Makefile pkg-plist Added files: net/py-bittornado/files bittornado.sh.sample bittorrent-downloader.1 bittorrent-multi-downloader.1 btcompletedir.1 btcopyannounce.1 btdownloadcurses.1 btdownloadheadless.1 btlaunchmany.1 btlaunchmanycurses.1 btmakemetafile.1 btreannounce.1 btrename.1 btsethttpseeds.1 btshowmetainfo.1 bttrack.1 extra-patch-BitTornado_BT1_Rerequester.py Log: [MAINTAINER] net/py23-BitTornado: [SUMMARIZE CHANGES] - Added manual pages from Debian Linux. - Added sample script that can be used as startup/stop script for Bittorrent sites (hopefully will be integrated in $PREFIX/etc/rc.d/ once (but first I need some feedback) - Added proper IPv6 support - removing compact=1 from announcements. (If you want you can test it at http://6net.nii.hu:6969) PR: ports/71736 Submitted by: Janos Mohacsi Revision Changes Path 1.11 +22 -0 ports/net/py-bittornado/Makefile 1.1 +101 -0 ports/net/py-bittornado/files/bittornado.sh.sample (new) 1.1 +125 -0 ports/net/py-bittornado/files/bittorrent-downloader.1 (new) 1.1 +29 -0 ports/net/py-bittornado/files/bittorrent-multi-downloader.1 (new) 1.1 +95 -0 ports/net/py-bittornado/files/btcompletedir.1 (new) 1.1 +13 -0 ports/net/py-bittornado/files/btcopyannounce.1 (new) 1.1 +477 -0 ports/net/py-bittornado/files/btdownloadcurses.1 (new) 1.1 +268 -0 ports/net/py-bittornado/files/btdownloadheadless.1 (new) 1.1 +288 -0 ports/net/py-bittornado/files/btlaunchmany.1 (new) 1.1 +288 -0 ports/net/py-bittornado/files/btlaunchmanycurses.1 (new) 1.1 +50 -0 ports/net/py-bittornado/files/btmakemetafile.1 (new) 1.1 +42 -0 ports/net/py-bittornado/files/btreannounce.1 (new) 1.1 +42 -0 ports/net/py-bittornado/files/btrename.1 (new) 1.1 +26 -0 ports/net/py-bittornado/files/btsethttpseeds.1 (new) 1.1 +38 -0 ports/net/py-bittornado/files/btshowmetainfo.1 (new) 1.1 +86 -0 ports/net/py-bittornado/files/bttrack.1 (new) 1.1 +30 -0 ports/net/py-bittornado/files/extra-patch-BitTornado_BT1_Rerequester.py (new) 1.7 +2 -0 ports/net/py-bittornado/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:37:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D63C16A4CE; Wed, 13 Oct 2004 08:37:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E8E43D2F; Wed, 13 Oct 2004 08:37:32 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8bWKX083073; Wed, 13 Oct 2004 08:37:32 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8bWWc083072; Wed, 13 Oct 2004 08:37:32 GMT (envelope-from clement) Message-Id: <200410130837.i9D8bWWc083072@repoman.freebsd.org> From: Clement Laforet Date: Wed, 13 Oct 2004 08:37:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_dav Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:37:32 -0000 clement 2004-10-13 08:37:32 UTC FreeBSD ports repository Modified files: www/mod_dav Makefile Log: - Add WITHOUT_APACHE_EXPAT knob. It ensures to link with expat when apache isn't built with its own expat Noticed by: Nik Clayton PR: ports/71988 Revision Changes Path 1.18 +5 -0 ports/www/mod_dav/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:38:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CCD16A4CE; Wed, 13 Oct 2004 08:38:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E7A43D2F; Wed, 13 Oct 2004 08:38:44 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8cil4083147; Wed, 13 Oct 2004 08:38:44 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8ciKn083146; Wed, 13 Oct 2004 08:38:44 GMT (envelope-from arved) Message-Id: <200410130838.i9D8ciKn083146@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 08:38:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ripenc Makefile ports/games/kpuzzle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:38:45 -0000 arved 2004-10-13 08:38:44 UTC FreeBSD ports repository Modified files: audio/ripenc Makefile games/kpuzzle Makefile Log: Drop maintainership Revision Changes Path 1.10 +1 -1 ports/audio/ripenc/Makefile 1.12 +1 -1 ports/games/kpuzzle/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:54:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35E6E16A4CE; Wed, 13 Oct 2004 08:54:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 128E043D49; Wed, 13 Oct 2004 08:54:08 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8s77R089957; Wed, 13 Oct 2004 08:54:07 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8s7YP089956; Wed, 13 Oct 2004 08:54:07 GMT (envelope-from edwin) Message-Id: <200410130854.i9D8s7YP089956@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 08:54:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/phpmyadmin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:54:08 -0000 edwin 2004-10-13 08:54:07 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile Log: Fix build of databases/phpmyadmin Submitted by: Matthew Seaman Reviewed by: Ion-Mihai Tetcu Revision Changes Path 1.20 +10 -1 ports/databases/phpmyadmin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 08:58:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 557AF16A4CE; Wed, 13 Oct 2004 08:58:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 343E243D4C; Wed, 13 Oct 2004 08:58:09 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D8w9AQ090120; Wed, 13 Oct 2004 08:58:09 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D8w94i090119; Wed, 13 Oct 2004 08:58:09 GMT (envelope-from tobez) Message-Id: <200410130858.i9D8w94i090119@repoman.freebsd.org> From: Anton Berezin Date: Wed, 13 Oct 2004 08:58:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Storable Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 08:58:09 -0000 tobez 2004-10-13 08:58:09 UTC FreeBSD ports repository Modified files: devel/p5-Storable Makefile distinfo Log: Update to 2.13. Revision Changes Path 1.41 +2 -2 ports/devel/p5-Storable/Makefile 1.30 +2 -2 ports/devel/p5-Storable/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:02:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0967F16A4CE; Wed, 13 Oct 2004 09:02:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA06043D45; Wed, 13 Oct 2004 09:02:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D92R7h090322; Wed, 13 Oct 2004 09:02:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D92R8S090321; Wed, 13 Oct 2004 09:02:27 GMT (envelope-from pav) Message-Id: <200410130902.i9D92R8S090321@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Oct 2004 09:02:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/pykawari Makefile distinfo pkg-descr pkg-plist ports/games/pykawari/files patch-build::src::gcc.mak X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:02:28 -0000 pav 2004-10-13 09:02:27 UTC FreeBSD ports repository Modified files: games/pykawari Makefile distinfo pkg-descr pkg-plist games/pykawari/files patch-build::src::gcc.mak Log: - Update to 8.2.2 PR: ports/72602 Submitted by: UMENO Takashi (maintainer) Revision Changes Path 1.9 +10 -11 ports/games/pykawari/Makefile 1.3 +6 -4 ports/games/pykawari/distinfo 1.3 +29 -5 ports/games/pykawari/files/patch-build::src::gcc.mak 1.2 +0 -1 ports/games/pykawari/pkg-descr 1.2 +8 -3 ports/games/pykawari/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:08:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90EDE16A4CE; Wed, 13 Oct 2004 09:08:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E7E243D39; Wed, 13 Oct 2004 09:08:06 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D986M2090563; Wed, 13 Oct 2004 09:08:06 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D986ik090562; Wed, 13 Oct 2004 09:08:06 GMT (envelope-from sergei) Message-Id: <200410130908.i9D986ik090562@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 13 Oct 2004 09:08:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gnutls Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:08:06 -0000 sergei 2004-10-13 09:08:06 UTC FreeBSD ports repository Modified files: security/gnutls Makefile distinfo Log: - Update to 1.0.21 - Make security/libtasn1 and security/opencdk into optional dependencies, enabled by knobs: WITH_LIBTASN1 and WITH_OPENCDK, respectively. Default to using their included versions Revision Changes Path 1.19 +13 -7 ports/security/gnutls/Makefile 1.10 +4 -2 ports/security/gnutls/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:08:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A85C16A4CE; Wed, 13 Oct 2004 09:08:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A8743D54; Wed, 13 Oct 2004 09:08:48 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D98mRM090631; Wed, 13 Oct 2004 09:08:48 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D98mR4090630; Wed, 13 Oct 2004 09:08:48 GMT (envelope-from tobez) Message-Id: <200410130908.i9D98mR4090630@repoman.freebsd.org> From: Anton Berezin Date: Wed, 13 Oct 2004 09:08:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Time-HiRes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:08:48 -0000 tobez 2004-10-13 09:08:48 UTC FreeBSD ports repository Modified files: devel/p5-Time-HiRes Makefile distinfo Log: Update to 1.65. Revision Changes Path 1.20 +1 -1 ports/devel/p5-Time-HiRes/Makefile 1.14 +2 -2 ports/devel/p5-Time-HiRes/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:15:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C7616A4CE; Wed, 13 Oct 2004 09:15:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2AF743D39; Wed, 13 Oct 2004 09:15:44 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9Fi91091046; Wed, 13 Oct 2004 09:15:44 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9FiMK091045; Wed, 13 Oct 2004 09:15:44 GMT (envelope-from tobez) Message-Id: <200410130915.i9D9FiMK091045@repoman.freebsd.org> From: Anton Berezin Date: Wed, 13 Oct 2004 09:15:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/p5-Switch Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:15:45 -0000 tobez 2004-10-13 09:15:44 UTC FreeBSD ports repository Modified files: lang/p5-Switch Makefile distinfo Log: Update to 2.10. Revision Changes Path 1.11 +2 -2 ports/lang/p5-Switch/Makefile 1.9 +2 -2 ports/lang/p5-Switch/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:16:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1329F16A4CE; Wed, 13 Oct 2004 09:16:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E7343D3F; Wed, 13 Oct 2004 09:16:07 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9G7qS091094; Wed, 13 Oct 2004 09:16:07 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9G76a091093; Wed, 13 Oct 2004 09:16:07 GMT (envelope-from sergei) Message-Id: <200410130916.i9D9G76a091093@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 13 Oct 2004 09:16:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/dnsmasq Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:16:08 -0000 sergei 2004-10-13 09:16:07 UTC FreeBSD ports repository Modified files: dns/dnsmasq Makefile distinfo Log: - Update to 2.15 (major bug fix) PR: ports/71973 Submitted by: Steven Honson (maintainer) While I'm here: - Shorten long lines in Makefile to avoid wrapping Revision Changes Path 1.16 +3 -3 ports/dns/dnsmasq/Makefile 1.14 +2 -2 ports/dns/dnsmasq/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:17:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A5016A4CE; Wed, 13 Oct 2004 09:17:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0807B43D1F; Wed, 13 Oct 2004 09:17:39 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9Hc0Q091153; Wed, 13 Oct 2004 09:17:38 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9HcIi091152; Wed, 13 Oct 2004 09:17:38 GMT (envelope-from clement) Message-Id: <200410130917.i9D9HcIi091152@repoman.freebsd.org> From: Clement Laforet Date: Wed, 13 Oct 2004 09:17:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile ports/www/apache2/files patch-secfix-CAN-2004-0885 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:17:39 -0000 clement 2004-10-13 09:17:38 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Added files: www/apache2/files patch-secfix-CAN-2004-0885 Log: - Yet Another Security Fix Fix CAN-2004-0885: * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that a correct cipher suite has been negotiated, else deny access. * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): With OpenSSL 0.9.7, prevent session resumption during a renegotiation to force the client to negotiate a new (and acceptable) cipher suite. Credits: Hartmut Keil, Joe Orton Revision Changes Path 1.202 +1 -0 ports/www/apache2/Makefile 1.1 +56 -0 ports/www/apache2/files/patch-secfix-CAN-2004-0885 (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:20:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82AB16A4CE; Wed, 13 Oct 2004 09:20:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B56AF43D2F; Wed, 13 Oct 2004 09:20:21 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9KL0f091256; Wed, 13 Oct 2004 09:20:21 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9KLG7091254; Wed, 13 Oct 2004 09:20:21 GMT (envelope-from arved) Message-Id: <200410130920.i9D9KLG7091254@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Oct 2004 09:20:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/qscintilla Makefile distinfo pkg-plist ports/x11-toolkits/py-qt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:20:22 -0000 arved 2004-10-13 09:20:21 UTC FreeBSD ports repository Modified files: x11-toolkits/qscintilla Makefile distinfo pkg-plist x11-toolkits/py-qt Makefile Log: Update qscintilla to 1.4 Bump PORTREVISION of affected port. PR: 72152 Submitted by: Danny Pansters Revision Changes Path 1.25 +2 -1 ports/x11-toolkits/py-qt/Makefile 1.6 +4 -4 ports/x11-toolkits/qscintilla/Makefile 1.5 +2 -2 ports/x11-toolkits/qscintilla/distinfo 1.4 +3 -1 ports/x11-toolkits/qscintilla/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:25:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C9616A4CE; Wed, 13 Oct 2004 09:25:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F7743D5D; Wed, 13 Oct 2004 09:25:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9Pjk0091460; Wed, 13 Oct 2004 09:25:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9Pj7k091459; Wed, 13 Oct 2004 09:25:45 GMT (envelope-from pav) Message-Id: <200410130925.i9D9Pj7k091459@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Oct 2004 09:25:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/py-sqlobject Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:25:46 -0000 pav 2004-10-13 09:25:45 UTC FreeBSD ports repository Modified files: databases/py-sqlobject Makefile pkg-descr pkg-plist Log: - Install docs and examples PR: ports/72601 Submitted by: Choe, Cheng-Dae (maintainer) Revision Changes Path 1.3 +10 -0 ports/databases/py-sqlobject/Makefile 1.2 +1 -1 ports/databases/py-sqlobject/pkg-descr 1.3 +27 -0 ports/databases/py-sqlobject/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:26:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C76216A4CF; Wed, 13 Oct 2004 09:26:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4897A43D54; Wed, 13 Oct 2004 09:26:15 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9QFEc091520; Wed, 13 Oct 2004 09:26:15 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9QFJx091519; Wed, 13 Oct 2004 09:26:15 GMT (envelope-from erwin) Message-Id: <200410130926.i9D9QFJx091519@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 13 Oct 2004 09:26:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:26:15 -0000 erwin 2004-10-13 09:26:15 UTC FreeBSD ports repository Modified files: . modules Log: p5-DBD-SQLite2 --> ports/databases/p5-DBD-SQLite2 Revision Changes Path 1.11127 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:27:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5140016A4CE; Wed, 13 Oct 2004 09:27:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E50B43D69; Wed, 13 Oct 2004 09:27:19 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9RJDX091569; Wed, 13 Oct 2004 09:27:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9RJab091568; Wed, 13 Oct 2004 09:27:19 GMT (envelope-from phk) Message-Id: <200410130927.i9D9RJab091568@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 13 Oct 2004 09:27:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:27:19 -0000 phk 2004-10-13 09:27:19 UTC FreeBSD src repository Modified files: sys/dev/cx if_cx.c Log: Use generic tty code instead of local copy. Revision Changes Path 1.34 +79 -276 src/sys/dev/cx/if_cx.c From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:28:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A7E216A4CE; Wed, 13 Oct 2004 09:28:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE4EE43D31; Wed, 13 Oct 2004 09:28:08 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9S8X5091633; Wed, 13 Oct 2004 09:28:08 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9S8HE091632; Wed, 13 Oct 2004 09:28:08 GMT (envelope-from vs) Message-Id: <200410130928.i9D9S8HE091632@repoman.freebsd.org> From: Volker Stolz Date: Wed, 13 Oct 2004 09:28:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hs-alex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:28:09 -0000 vs 2004-10-13 09:28:08 UTC FreeBSD ports repository Modified files: devel/hs-alex Makefile Log: Add dependency on 'dvips' Reported by: cluster via kris Revision Changes Path 1.15 +1 -0 ports/devel/hs-alex/Makefile From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:31:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C6F16A4CE; Wed, 13 Oct 2004 09:31:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35EF43D53; Wed, 13 Oct 2004 09:31:04 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9V4Hn091823; Wed, 13 Oct 2004 09:31:04 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9V4n7091822; Wed, 13 Oct 2004 09:31:04 GMT (envelope-from bms) Message-Id: <200410130931.i9D9V4n7091822@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 13 Oct 2004 09:31:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_da.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:31:05 -0000 bms 2004-10-13 09:31:04 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.h Log: Remove references to the second byte of a CCB containing the LUN, as this is valid only for SCSI-2 and older devices. Rename the second byte of the VERIFY CCB from 'lun' to 'byte2'. Submitted by: ken MFC after: 2 weeks Revision Changes Path 1.7 +4 -4 src/sys/cam/scsi/scsi_da.h From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:43:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D30E16A4CE; Wed, 13 Oct 2004 09:43:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB0E43D4C; Wed, 13 Oct 2004 09:43:48 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9hmvh092262; Wed, 13 Oct 2004 09:43:48 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9hmt3092261; Wed, 13 Oct 2004 09:43:48 GMT (envelope-from sergei) Message-Id: <200410130943.i9D9hmt3092261@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 13 Oct 2004 09:43:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid Makefile distinfo pkg-install ports/www/squid/files patch-configure squid.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:43:48 -0000 sergei 2004-10-13 09:43:48 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo pkg-install www/squid/files squid.sh Removed files: www/squid/files patch-configure Log: - Update to 2.5-STABLE7; this release fixes a security issue regarding the SNMP module - Remove a patch that is now part of the distribution - Miscellaneuous small fixes: + in squid.sh, make stop_command poll for the squid processes' exit in the rcNG case too; this eliminates the need to do this in restart_command + make the information regarding rcNG'ness in pkg-install easier to read + install unstripped binaries if WITH_SQUID_STACKTRACES is defined PR: ports/72581 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.143 +3 -28 ports/www/squid/Makefile 1.106 +2 -50 ports/www/squid/distinfo 1.2 +0 -11 ports/www/squid/files/patch-configure (dead) 1.10 +15 -11 ports/www/squid/files/squid.sh 1.17 +8 -5 ports/www/squid/pkg-install From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:44:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 099A716A4CE; Wed, 13 Oct 2004 09:44:31 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6144D43D5C; Wed, 13 Oct 2004 09:44:30 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i9D9iSAZ054838; Wed, 13 Oct 2004 11:44:28 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i9D9iMiQ054837; Wed, 13 Oct 2004 11:44:22 +0200 (CEST) (envelope-from marius) Date: Wed, 13 Oct 2004 11:44:22 +0200 From: Marius Strobl To: Marcel Moolenaar Message-ID: <20041013114422.A9875@newtrinity.zeist.de> References: <200410122233.i9CMXJxl047004@repoman.freebsd.org> <20041012225842.GA27757@ns1.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20041012225842.GA27757@ns1.xcllnt.net>; from marcel@xcllnt.net on Tue, Oct 12, 2004 at 03:58:42PM -0700 X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.7; VDF: 6.28.0.12; host: newtrinity.zeist.de) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Poul-Henning Kamp cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sab sab.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:44:31 -0000 On Tue, Oct 12, 2004 at 03:58:42PM -0700, Marcel Moolenaar wrote: > On Tue, Oct 12, 2004 at 10:33:19PM +0000, Poul-Henning Kamp wrote: > > phk 2004-10-12 22:33:19 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/sab sab.c > > Log: > > Use generic tty code instead of local copies. > > > > New devicename is ttyz{port} > > > > No callout devices created. > > > > Isn't this driver superseeded by uart(4) anyway ? > > Yes, in principle. I don't think I'm in the position to remove sab(4) > though. > Uart(4) works fine as a replacement for sab(4) but we're not ready to switch to uart(4) by default on sparc64. From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:48:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543E016A4CE; Wed, 13 Oct 2004 09:48:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3341343D2F; Wed, 13 Oct 2004 09:48:38 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9mcHd092483; Wed, 13 Oct 2004 09:48:38 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9mcU2092482; Wed, 13 Oct 2004 09:48:38 GMT (envelope-from dinoex) Message-Id: <200410130948.i9D9mcU2092482@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 13 Oct 2004 09:48:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/lesstif Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 09:48:38 -0000 dinoex 2004-10-13 09:48:38 UTC FreeBSD ports repository Modified files: x11-toolkits/lesstif Makefile distinfo Log: - backout incomplete update Revision Changes Path 1.71 +1 -2 ports/x11-toolkits/lesstif/Makefile 1.30 +2 -2 ports/x11-toolkits/lesstif/distinfo From owner-cvs-all@FreeBSD.ORG Wed Oct 13 10:17:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC90216A4CE; Wed, 13 Oct 2004 10:17:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 925A343D31; Wed, 13 Oct 2004 10:17:01 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DAH1GG096506; Wed, 13 Oct 2004 10:17:01 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DAH13x096505; Wed, 13 Oct 2004 10:17:01 GMT (envelope-from simon) Message-Id: <200410131017.i9DAH13x096505@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 13 Oct 2004 10:17:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/sharutils Makefile ports/archivers/sharutils/files patch-buffer-check patch-buffer-limits X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 10:17:01 -0000 simon 2004-10-13 10:17:01 UTC FreeBSD ports repository (doc committer) Modified files: archivers/sharutils Makefile Added files: archivers/sharutils/files patch-buffer-check patch-buffer-limits Log: Security update to sharutils: - Fix two buffer overflows. [1] - Fix format string handling problems with command line parsing shar -o. [2] Obtained from: Gentoo [1] [2] Patch by: Michael Schröder [2] VuXML: 26c9e8c6-1c99-11d9-814e-0001020eed82 [1] Approved by: erwin Revision Changes Path 1.25 +1 -1 ports/archivers/sharutils/Makefile 1.1 +98 -0 ports/archivers/sharutils/files/patch-buffer-check (new) 1.1 +59 -0 ports/archivers/sharutils/files/patch-buffer-limits (new) From owner-cvs-all@FreeBSD.ORG Wed Oct 13 10:20:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8145A16A4CE; Wed, 13 Oct 2004 10:20:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7249643D1D; Wed, 13 Oct 2004 10:20:11 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DAKBLc096632; Wed, 13 Oct 2004 10:20:11 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DAKBSo096627; Wed, 13 Oct 2004 10:20:11 GMT (envelope-from krion) Message-Id: <200410131020.i9DAKBSo096627@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 13 Oct 2004 10:20:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/afterstep-stable Makefile distinfo patch-libAfterBase::audit.c patch-src::ASDocGen::Makefile.in patch-src::Wharf::Wharf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 10:20:11 -0000 krion 2004-10-13 10:20:10 UTC FreeBSD ports repository Modified files: x11-wm/afterstep-stable Makefile distinfo pkg-plist Added files: x11-wm/afterstep-stable/files patch-libAfterBase::audit.c patch-src::ASDocGen::Makefile.in patch-src::Wharf::Wharf.c Log: Update to version 2.00.00 PR: ports/72331 Submitted by: Ports Fury Approved by: maintainer Revision Changes Path 1.52 +39 -17 ports/x11-wm/afterstep-stable/Makefile 1.24 +2 -2 ports/x11-wm/afterstep-stable/distinfo 1.1 +59 -0 ports/x11-wm/afterstep-stable/files/patch-libAfterBase::audit.c (new) 1.1 +21 -0 ports/x11-wm/afterstep-stable/files/patch-src::ASDocGen::Makefile.in (new) 1.1 +13 -0 ports/x11-wm/afterstep-stable/files/patch-src::Wharf::Wharf.c (new) 1.18 +2732 -512 ports/x11-wm/afterstep-stable/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Oct 13 10:27:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DA216A4CE; Wed, 13 Oct 2004 10:27:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6967C43D49; Wed, 13 Oct 2004 10:27:33 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DARXks096819; Wed, 13 Oct 2004 10:27:33 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DARXsW096818; Wed, 13 Oct 2004 10:27:33 GMT (envelope-from simon) Message-Id: <200410131027.i9DARXsW096818@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 13 Oct 2004 10:27:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 10:27:33 -0000 simon 2004-10-13 10:27:33 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: The sharutils buffer overflows has been fixed in sharutils 4.2.1_2. Revision Changes Path 1.289 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Oct 13 10:55:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4302D16A4CE; Wed, 13 Oct 2004 10:55:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3538843D2F; Wed, 13 Oct 2004 10:55:56 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DAtuNe097615; Wed, 13 Oct 2004 10:55:56 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DAtu1E097614; Wed, 13 Oct 2004 10:55:56 GMT (envelope-from keramida) Message-Id: <200410131055.i9DAtu1E097614@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 13 Oct 2004 10:55:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi cgi-style.pl query-pr-summary.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 10:55:56 -0000 keramida 2004-10-13 10:55:55 UTC FreeBSD doc repository Modified files: en/cgi cgi-style.pl query-pr-summary.cgi Log: Put on my chain mail suit and change the output format of the PR database queries once again, because I've received complaints that the HTML output mode of the PR query scripts outputs huge, bloated tables after the style changes I made to beautify HTML output. This moves all the visual tweaks of the output in a CSS stylesheet and add a $t_style option to the common cgi-style.pl script. If not set, the style defaults to empty, but users of cgi-style.pl can set this to a local CSS style like this: $t_style=""; or use it to refer from the header of the HTML output to an external CSS stylesheet. The HTML output size is substantially reduced now (at least 50% of the size was caused by many repetitions of style="" attributes), but it's still larger than the preformatted
 output because of all the
   and  tags.
  
  Revision  Changes    Path
  1.18      +7 -2      www/en/cgi/cgi-style.pl
  1.47      +23 -17    www/en/cgi/query-pr-summary.cgi

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 10:58:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A44AD16A4CE; Wed, 13 Oct 2004 10:58:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 82AAD43D1F; Wed, 13 Oct 2004 10:58:12 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DAwCrJ097729;
	Wed, 13 Oct 2004 10:58:12 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DAwC15097728;
	Wed, 13 Oct 2004 10:58:12 GMT
	(envelope-from tobez)
Message-Id: <200410131058.i9DAwC15097728@repoman.freebsd.org>
From: Anton Berezin 
Date: Wed, 13 Oct 2004 10:58:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-IPC-Locker Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 10:58:12 -0000

tobez       2004-10-13 10:58:12 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-IPC-Locker  Makefile distinfo 
  Log:
  Update to 1.431.
  
  Revision  Changes    Path
  1.6       +1 -1      ports/devel/p5-IPC-Locker/Makefile
  1.5       +2 -2      ports/devel/p5-IPC-Locker/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:02:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AD11D16A4CE; Wed, 13 Oct 2004 11:02:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8B62B43D55; Wed, 13 Oct 2004 11:02:39 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DB2dET097931;
	Wed, 13 Oct 2004 11:02:39 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DB2d0H097930;
	Wed, 13 Oct 2004 11:02:39 GMT
	(envelope-from tobez)
Message-Id: <200410131102.i9DB2d0H097930@repoman.freebsd.org>
From: Anton Berezin 
Date: Wed, 13 Oct 2004 11:02:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/math/p5-Math-BigInt Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:02:39 -0000

tobez       2004-10-13 11:02:39 UTC

  FreeBSD ports repository

  Modified files:
    math/p5-Math-BigInt  Makefile distinfo 
  Log:
  Update to 1.72.
  
  Revision  Changes    Path
  1.10      +1 -1      ports/math/p5-Math-BigInt/Makefile
  1.8       +2 -2      ports/math/p5-Math-BigInt/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:03:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C362716A4CE; Wed, 13 Oct 2004 11:03:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A233143D41; Wed, 13 Oct 2004 11:03:50 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DB3orf097974;
	Wed, 13 Oct 2004 11:03:50 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DB3ovw097973;
	Wed, 13 Oct 2004 11:03:50 GMT
	(envelope-from brueffer)
Message-Id: <200410131103.i9DB3ovw097973@repoman.freebsd.org>
From: Christian Brueffer 
Date: Wed, 13 Oct 2004 11:03:50 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/man/man4 de.4
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:03:51 -0000

brueffer    2004-10-13 11:03:50 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man4       de.4 
  Log:
  - D-Link DFE-500TX verified to work
  - remove the 'Asante' entry which isn't very helpful
  
  Revision  Changes    Path
  1.18      +2 -2      src/share/man/man4/de.4

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:12:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 159BA16A4CE; Wed, 13 Oct 2004 11:12:06 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 08FAD43D41; Wed, 13 Oct 2004 11:12:06 +0000 (GMT)
	(envelope-from bland@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBC50k098290;
	Wed, 13 Oct 2004 11:12:05 GMT
	(envelope-from bland@repoman.freebsd.org)
Received: (from bland@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBC5YE098289;
	Wed, 13 Oct 2004 11:12:05 GMT
	(envelope-from bland)
Message-Id: <200410131112.i9DBC5YE098289@repoman.freebsd.org>
From: Alexander Nedotsukov 
Date: Wed, 13 Oct 2004 11:12:05 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/gtk-- Makefile
 ports/x11-toolkits/gtk--/files
 patch-src::gtk--::base.h patch-src::gtkmmproc::stage1.m4
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:12:06 -0000

bland       2004-10-13 11:12:05 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/gtk--   Makefile 
    x11-toolkits/gtk--/files patch-src::gtk--::base.h 
  Added files:
    x11-toolkits/gtk--/files patch-src::gtkmmproc::stage1.m4 
  Log:
  Redone gcc 3.4 build fix. Previous aproach just made gcc quiet
  and resulted in lost symbols for Gtk::wrap methods.
  
  Reported by:    pointyhat via kris
  
  Revision  Changes    Path
  1.46      +1 -1      ports/x11-toolkits/gtk--/Makefile
  1.2       +35 -20    ports/x11-toolkits/gtk--/files/patch-src::gtk--::base.h
  1.1       +11 -0     ports/x11-toolkits/gtk--/files/patch-src::gtkmmproc::stage1.m4 (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:27:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B1AF416A4CE; Wed, 13 Oct 2004 11:27:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 914CC43D45; Wed, 13 Oct 2004 11:27:34 +0000 (GMT)
	(envelope-from kuriyama@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBRY1O098726;
	Wed, 13 Oct 2004 11:27:34 GMT
	(envelope-from kuriyama@repoman.freebsd.org)
Received: (from kuriyama@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBRYfQ098725;
	Wed, 13 Oct 2004 11:27:34 GMT
	(envelope-from kuriyama)
Message-Id: <200410131127.i9DBRYfQ098725@repoman.freebsd.org>
From: Jun Kuriyama 
Date: Wed, 13 Oct 2004 11:27:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/japanese/another-htmllint Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:27:35 -0000

kuriyama    2004-10-13 11:27:34 UTC

  FreeBSD ports repository

  Modified files:
    japanese/another-htmllint Makefile distinfo 
  Log:
  - Update to 20040725 version.
  - Add $HTMLLINT_ADMIN to indicate admin address.
  
  Revision  Changes    Path
  1.7       +13 -5     ports/japanese/another-htmllint/Makefile
  1.5       +2 -2      ports/japanese/another-htmllint/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:39:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 00CC816A4CE; Wed, 13 Oct 2004 11:39:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D3BD243D48; Wed, 13 Oct 2004 11:39:11 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBdB8f099059;
	Wed, 13 Oct 2004 11:39:11 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBdBmx099058;
	Wed, 13 Oct 2004 11:39:11 GMT
	(envelope-from pav)
Message-Id: <200410131139.i9DBdBmx099058@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 11:39:11 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/tramp Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:39:12 -0000

pav         2004-10-13 11:39:11 UTC

  FreeBSD ports repository

  Modified files:
    net/tramp            Makefile distinfo 
  Log:
  - Update to 2.0.45
  
  PR:             ports/72590
  Submitted by:   Andrey Slusar  (maintainer)
  
  Revision  Changes    Path
  1.22      +1 -1      ports/net/tramp/Makefile
  1.16      +2 -2      ports/net/tramp/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:42:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BF2A916A4CE; Wed, 13 Oct 2004 11:42:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B2E3243D5D; Wed, 13 Oct 2004 11:42:20 +0000 (GMT)
	(envelope-from mtm@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBgKcA099194;
	Wed, 13 Oct 2004 11:42:20 GMT
	(envelope-from mtm@repoman.freebsd.org)
Received: (from mtm@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBgKUb099193;
	Wed, 13 Oct 2004 11:42:20 GMT
	(envelope-from mtm)
Message-Id: <200410131142.i9DBgKUb099193@repoman.freebsd.org>
From: Mike Makonnen 
Date: Wed, 13 Oct 2004 11:42:20 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/lib/libthr/thread thr_exit.c thr_join.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:42:20 -0000

mtm         2004-10-13 11:42:20 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_exit.c thr_join.c 
  Log:
  1. Now that it's a thread's state is changed from within the kernel, where
     no userland locks are heald, the dead thread lock can no longer protect
     access to it. Therefore, instead of using an if (!dead)...else clause
     after walking the active threads list test the thread pointer before
     deciding not to walk the dead threads list. If the thread pointer is null
     it means it was not found in the active threads list and the dead threads
     list should be checked.
  
  2. Do not free the stack of a thread that is not marked dead. This is the
     2nd and final part of eliminating the race to free a thread's stack.
  
  MFC after: 3 days
  
  Revision  Changes    Path
  1.16      +2 -1      src/lib/libthr/thread/thr_exit.c
  1.15      +8 -3      src/lib/libthr/thread/thr_join.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:45:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 26C4816A4CE; Wed, 13 Oct 2004 11:45:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0344743D2F; Wed, 13 Oct 2004 11:45:45 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBjiuI099390;
	Wed, 13 Oct 2004 11:45:44 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBjiFm099389;
	Wed, 13 Oct 2004 11:45:44 GMT
	(envelope-from pav)
Message-Id: <200410131145.i9DBjiFm099389@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 11:45:44 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www Makefile ports/www/zope-validation Makefile
 distinfo pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:45:45 -0000

pav         2004-10-13 11:45:44 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/zope-validation  Makefile distinfo pkg-descr 
  Log:
  Add zope-validation, a data validation product for Zope.
  
  PR:             ports/72574
  Submitted by:   Filippo Natali 
  
  Revision  Changes    Path
  1.984     +1 -0      ports/www/Makefile
  1.1       +51 -0     ports/www/zope-validation/Makefile (new)
  1.1       +2 -0      ports/www/zope-validation/distinfo (new)
  1.1       +4 -0      ports/www/zope-validation/pkg-descr (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:46:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3F0AF16A4CE; Wed, 13 Oct 2004 11:46:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1987B43D4C; Wed, 13 Oct 2004 11:46:33 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBkWqg099448;
	Wed, 13 Oct 2004 11:46:32 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBkWwd099447;
	Wed, 13 Oct 2004 11:46:32 GMT
	(envelope-from pav)
Message-Id: <200410131146.i9DBkWwd099447@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 11:46:32 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:46:33 -0000

pav         2004-10-13 11:46:32 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    zope-validation --> ports/www/zope-validation
  
  Revision  Changes    Path
  1.11128   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:48:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B873116A4CE; Wed, 13 Oct 2004 11:48:06 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 978B843D5A; Wed, 13 Oct 2004 11:48:06 +0000 (GMT)
	(envelope-from kuriyama@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBm6Uc099506;
	Wed, 13 Oct 2004 11:48:06 GMT
	(envelope-from kuriyama@repoman.freebsd.org)
Received: (from kuriyama@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBm6mf099505;
	Wed, 13 Oct 2004 11:48:06 GMT
	(envelope-from kuriyama)
Message-Id: <200410131148.i9DBm6mf099505@repoman.freebsd.org>
From: Jun Kuriyama 
Date: Wed, 13 Oct 2004 11:48:06 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/japanese/zipcodes Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:48:06 -0000

kuriyama    2004-10-13 11:48:06 UTC

  FreeBSD ports repository

  Modified files:
    japanese/zipcodes    Makefile distinfo 
  Log:
  - Update to 20041004 version.
  
  Revision  Changes    Path
  1.45      +4 -2      ports/japanese/zipcodes/Makefile
  1.29      +4 -4      ports/japanese/zipcodes/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:52:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C77C416A4CE; Wed, 13 Oct 2004 11:52:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A5F0E43D46; Wed, 13 Oct 2004 11:52:12 +0000 (GMT)
	(envelope-from arved@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBqCGd099699;
	Wed, 13 Oct 2004 11:52:12 GMT
	(envelope-from arved@repoman.freebsd.org)
Received: (from arved@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBqCB7099698;
	Wed, 13 Oct 2004 11:52:12 GMT
	(envelope-from arved)
Message-Id: <200410131152.i9DBqCB7099698@repoman.freebsd.org>
From: Tilman Linneweh 
Date: Wed, 13 Oct 2004 11:52:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/jack Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:52:13 -0000

arved       2004-10-13 11:52:12 UTC

  FreeBSD ports repository

  Modified files:
    audio/jack           Makefile distinfo pkg-plist 
  Log:
  Update to 0.99
  
  PR:             72555
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.16      +2 -2      ports/audio/jack/Makefile
  1.3       +2 -2      ports/audio/jack/distinfo
  1.5       +4 -6      ports/audio/jack/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:52:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1240416A4CE; Wed, 13 Oct 2004 11:52:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E38CE43D41; Wed, 13 Oct 2004 11:52:43 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBqhvF099759;
	Wed, 13 Oct 2004 11:52:43 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBqhEU099758;
	Wed, 13 Oct 2004 11:52:43 GMT
	(envelope-from pav)
Message-Id: <200410131152.i9DBqhEU099758@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 11:52:43 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www Makefile ports/www/zope-generator Makefile
 distinfo pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:52:44 -0000

pav         2004-10-13 11:52:43 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/zope-generator   Makefile distinfo pkg-descr 
  Log:
  Add zope-generator, a widget generator product for Zope, needed for new
  version of archetype.
  
  PR:             ports/72575
  Submitted by:   Filippo Natali 
  
  Revision  Changes    Path
  1.985     +1 -0      ports/www/Makefile
  1.1       +51 -0     ports/www/zope-generator/Makefile (new)
  1.1       +2 -0      ports/www/zope-generator/distinfo (new)
  1.1       +4 -0      ports/www/zope-generator/pkg-descr (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:53:35 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 48AD916A4CE; Wed, 13 Oct 2004 11:53:35 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 29B6043D45; Wed, 13 Oct 2004 11:53:35 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBrZqn099802;
	Wed, 13 Oct 2004 11:53:35 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBrZwc099801;
	Wed, 13 Oct 2004 11:53:35 GMT
	(envelope-from pav)
Message-Id: <200410131153.i9DBrZwc099801@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 11:53:35 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:53:35 -0000

pav         2004-10-13 11:53:34 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    zope-generator --> ports/www/zope-generator
  
  Revision  Changes    Path
  1.11129   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 11:59:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E020416A4CE; Wed, 13 Oct 2004 11:59:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BE64943D55; Wed, 13 Oct 2004 11:59:03 +0000 (GMT)
	(envelope-from arved@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DBx3Lc000145;
	Wed, 13 Oct 2004 11:59:03 GMT
	(envelope-from arved@repoman.freebsd.org)
Received: (from arved@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DBx3Cm000143;
	Wed, 13 Oct 2004 11:59:03 GMT
	(envelope-from arved)
Message-Id: <200410131159.i9DBx3Cm000143@repoman.freebsd.org>
From: Tilman Linneweh 
Date: Wed, 13 Oct 2004 11:59:03 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-File-MimeInfo Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 11:59:04 -0000

arved       2004-10-13 11:59:03 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-File-MimeInfo Makefile 
  Log:
  Add dependendy on shared-mime-info
  
  PR:             71975
  Submitted by:   Rong-En Fan 
  
  Revision  Changes    Path
  1.2       +3 -1      ports/devel/p5-File-MimeInfo/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:02:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7CC7B16A505; Wed, 13 Oct 2004 12:02:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5A0A143D53; Wed, 13 Oct 2004 12:02:13 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DC2DuU000350;
	Wed, 13 Oct 2004 12:02:13 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DC2Dx6000349;
	Wed, 13 Oct 2004 12:02:13 GMT
	(envelope-from pav)
Message-Id: <200410131202.i9DC2Dx6000349@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 12:02:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www Makefile ports/www/zope-mimetypesregistry
 Makefile distinfo pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:02:13 -0000

pav         2004-10-13 12:02:13 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/zope-mimetypesregistry Makefile distinfo pkg-descr 
  Log:
  Add zope-mimetypesregistry, a Zope product for mime types information
  handling.
  
  PR:             ports/72576
  Submitted by:   Filippo Natali 
  
  Revision  Changes    Path
  1.986     +1 -0      ports/www/Makefile
  1.1       +55 -0     ports/www/zope-mimetypesregistry/Makefile (new)
  1.1       +2 -0      ports/www/zope-mimetypesregistry/distinfo (new)
  1.1       +10 -0     ports/www/zope-mimetypesregistry/pkg-descr (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:03:00 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4FD2916A4CE; Wed, 13 Oct 2004 12:03:00 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2EA7E43D31; Wed, 13 Oct 2004 12:03:00 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DC30Op000397;
	Wed, 13 Oct 2004 12:03:00 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DC30PR000396;
	Wed, 13 Oct 2004 12:03:00 GMT
	(envelope-from pav)
Message-Id: <200410131203.i9DC30PR000396@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 12:03:00 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:03:00 -0000

pav         2004-10-13 12:03:00 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    zope-mimetypesregistry --> ports/www/zope-mimetypesregistry
  
  Revision  Changes    Path
  1.11130   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:05:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 840A916A512; Wed, 13 Oct 2004 12:05:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AB39343D1D; Wed, 13 Oct 2004 12:05:33 +0000 (GMT)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DC5XCY000465;
	Wed, 13 Oct 2004 12:05:33 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DC5XuA000464;
	Wed, 13 Oct 2004 12:05:33 GMT
	(envelope-from maxim)
Message-Id: <200410131205.i9DC5XuA000464@repoman.freebsd.org>
From: Maxim Konovalov 
Date: Wed, 13 Oct 2004 12:05:33 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/man/man4 tcp.4
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:05:50 -0000

maxim       2004-10-13 12:05:33 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       tcp.4 
  Log:
  s/Oct /October/
  
  Pointed out by: ru
  
  Revision  Changes    Path
  1.49      +1 -1      src/share/man/man4/tcp.4

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:08:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3976916A4CE; Wed, 13 Oct 2004 12:08:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1830843D3F; Wed, 13 Oct 2004 12:08:33 +0000 (GMT)
	(envelope-from arved@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DC8W8Q000629;
	Wed, 13 Oct 2004 12:08:32 GMT
	(envelope-from arved@repoman.freebsd.org)
Received: (from arved@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DC8W7j000628;
	Wed, 13 Oct 2004 12:08:32 GMT
	(envelope-from arved)
Message-Id: <200410131208.i9DC8W7j000628@repoman.freebsd.org>
From: Tilman Linneweh 
Date: Wed, 13 Oct 2004 12:08:32 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-wm/wmi Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:08:33 -0000

arved       2004-10-13 12:08:32 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/wmi           Makefile distinfo 
  Log:
  Update to release 10
  
  PR:             72283
  Submitted by:   Wesley Shields 
  
  Revision  Changes    Path
  1.4       +1 -1      ports/x11-wm/wmi/Makefile
  1.4       +2 -2      ports/x11-wm/wmi/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:11:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 77A0816A4CE; Wed, 13 Oct 2004 12:11:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6B06943D53; Wed, 13 Oct 2004 12:11:23 +0000 (GMT)
	(envelope-from sergei@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DCBNs5000822;
	Wed, 13 Oct 2004 12:11:23 GMT
	(envelope-from sergei@repoman.freebsd.org)
Received: (from sergei@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DCBNnH000821;
	Wed, 13 Oct 2004 12:11:23 GMT
	(envelope-from sergei)
Message-Id: <200410131211.i9DCBNnH000821@repoman.freebsd.org>
From: Sergei Kolobov 
Date: Wed, 13 Oct 2004 12:11:23 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail Makefile ports/mail/qmail-qfilter Makefile
 distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:11:23 -0000

sergei      2004-10-13 12:11:23 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/qmail-qfilter   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add qmail-qfilter-1.5:
  
  This program allows the body of a message to be filtered through
  a series of filters before being passed to the real qmail-queue program,
  and injected into the qmail queue.
  
  Author: Bruce Guenter 
  WWW:    http://untroubled.org/qmail-qfilter/
  
  Revision  Changes    Path
  1.574     +1 -0      ports/mail/Makefile
  1.1       +36 -0     ports/mail/qmail-qfilter/Makefile (new)
  1.1       +2 -0      ports/mail/qmail-qfilter/distinfo (new)
  1.1       +6 -0      ports/mail/qmail-qfilter/pkg-descr (new)
  1.1       +11 -0     ports/mail/qmail-qfilter/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:11:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4CF5716A4CE; Wed, 13 Oct 2004 12:11:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2DF7A43D2D; Wed, 13 Oct 2004 12:11:34 +0000 (GMT)
	(envelope-from sergei@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DCBYeK000868;
	Wed, 13 Oct 2004 12:11:34 GMT
	(envelope-from sergei@repoman.freebsd.org)
Received: (from sergei@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DCBYMf000867;
	Wed, 13 Oct 2004 12:11:34 GMT
	(envelope-from sergei)
Message-Id: <200410131211.i9DCBYMf000867@repoman.freebsd.org>
From: Sergei Kolobov 
Date: Wed, 13 Oct 2004 12:11:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:11:34 -0000

sergei      2004-10-13 12:11:34 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    qmail-qfilter --> ports/mail/qmail-qfilter
  
  Revision  Changes    Path
  1.11131   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:12:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 283C716A4CE; Wed, 13 Oct 2004 12:12:46 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 06A0443D31; Wed, 13 Oct 2004 12:12:46 +0000 (GMT)
	(envelope-from arved@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DCCjcE000927;
	Wed, 13 Oct 2004 12:12:45 GMT
	(envelope-from arved@repoman.freebsd.org)
Received: (from arved@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DCCjSC000926;
	Wed, 13 Oct 2004 12:12:45 GMT
	(envelope-from arved)
Message-Id: <200410131212.i9DCCjSC000926@repoman.freebsd.org>
From: Tilman Linneweh 
Date: Wed, 13 Oct 2004 12:12:45 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/smarty Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:12:46 -0000

arved       2004-10-13 12:12:45 UTC

  FreeBSD ports repository

  Modified files:
    www/smarty           Makefile distinfo pkg-plist 
  Log:
  Update to 2.6.5
  
  PR:             72110
  Submitted by:   Alexander Zhuravlev 
  
  Revision  Changes    Path
  1.21      +2 -8      ports/www/smarty/Makefile
  1.16      +2 -2      ports/www/smarty/distinfo
  1.16      +0 -10     ports/www/smarty/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:15:41 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1D5BF16A4CF; Wed, 13 Oct 2004 12:15:41 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F0CAC43D2D; Wed, 13 Oct 2004 12:15:40 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DCFe1w001130;
	Wed, 13 Oct 2004 12:15:40 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DCFetu001129;
	Wed, 13 Oct 2004 12:15:40 GMT
	(envelope-from markus)
Message-Id: <200410131215.i9DCFetu001129@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 12:15:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/misc/katalog Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:15:41 -0000

markus      2004-10-13 12:15:40 UTC

  FreeBSD ports repository

  Modified files:
    misc/katalog         Makefile distinfo pkg-plist 
  Log:
  Update to version 0.3
  
  Revision  Changes    Path
  1.10      +1 -1      ports/misc/katalog/Makefile
  1.4       +2 -2      ports/misc/katalog/distinfo
  1.3       +39 -0     ports/misc/katalog/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:33:21 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DF84B16A4CF; Wed, 13 Oct 2004 12:33:21 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BE0EB43D31; Wed, 13 Oct 2004 12:33:21 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DCXLNc001650;
	Wed, 13 Oct 2004 12:33:21 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DCXLB6001649;
	Wed, 13 Oct 2004 12:33:21 GMT
	(envelope-from dinoex)
Message-Id: <200410131233.i9DCXLB6001649@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 12:33:21 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/licq-console
	Makefileports/net/licq-console/files patch-window.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:33:22 -0000

dinoex      2004-10-13 12:33:21 UTC

  FreeBSD ports repository

  Modified files:
    net/licq-console     Makefile 
  Added files:
    net/licq-console/files patch-window.h 
  Log:
  - Fix gcc regression in STABLE
  
  Revision  Changes    Path
  1.16      +10 -1     ports/net/licq-console/Makefile
  1.1       +11 -0     ports/net/licq-console/files/patch-window.h (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:34:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1E6DF16A4CF; Wed, 13 Oct 2004 12:34:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E6D7D43D55; Wed, 13 Oct 2004 12:34:06 +0000 (GMT)
	(envelope-from sergei@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DCY6Pc001703;
	Wed, 13 Oct 2004 12:34:06 GMT
	(envelope-from sergei@repoman.freebsd.org)
Received: (from sergei@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DCY6Me001702;
	Wed, 13 Oct 2004 12:34:06 GMT
	(envelope-from sergei)
Message-Id: <200410131234.i9DCY6Me001702@repoman.freebsd.org>
From: Sergei Kolobov 
Date: Wed, 13 Oct 2004 12:34:06 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/anubis Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:34:07 -0000

sergei      2004-10-13 12:34:06 UTC

  FreeBSD ports repository

  Modified files:
    mail/anubis          Makefile pkg-plist 
  Log:
  - This port installs GNU message catalogs, so add explicit USE_GETTEXT
    and USE_ICONV, respect WITHOUT_NLS knob
  - Bump PORTREVISION
  
  PR:             ports/71575
  Submitted by:   leeym
  
  Revision  Changes    Path
  1.21      +10 -1     ports/mail/anubis/Makefile
  1.7       +3 -3      ports/mail/anubis/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:46:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CDFF616A4CE; Wed, 13 Oct 2004 12:46:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id ACECC43D49; Wed, 13 Oct 2004 12:46:40 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DCkeNx002204;
	Wed, 13 Oct 2004 12:46:40 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DCkelh002203;
	Wed, 13 Oct 2004 12:46:40 GMT
	(envelope-from markus)
Message-Id: <200410131246.i9DCkelh002203@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 12:46:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports MOVED ports/misc Makefile ports/misc/kwordquiz
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:46:41 -0000

markus      2004-10-13 12:46:40 UTC

  FreeBSD ports repository

  Modified files:
    .                    MOVED 
    misc                 Makefile 
  Removed files:
    misc/kwordquiz       Makefile distinfo pkg-descr pkg-plist 
  Log:
  Remove kwordquiz, which is now part of the kdeedu3 port
  
  Revision  Changes    Path
  1.525     +2 -1      ports/MOVED
  1.708     +0 -1      ports/misc/Makefile
  1.7       +0 -24     ports/misc/kwordquiz/Makefile (dead)
  1.4       +0 -2      ports/misc/kwordquiz/distinfo (dead)
  1.2       +0 -10     ports/misc/kwordquiz/pkg-descr (dead)
  1.4       +0 -102    ports/misc/kwordquiz/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:47:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 44D4516A4CE; Wed, 13 Oct 2004 12:47:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 25A9743D2D; Wed, 13 Oct 2004 12:47:25 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DClPJK008591;
	Wed, 13 Oct 2004 12:47:25 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DClPMW008590;
	Wed, 13 Oct 2004 12:47:25 GMT
	(envelope-from mat)
Message-Id: <200410131247.i9DClPMW008590@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Wed, 13 Oct 2004 12:47:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Alzabo Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:47:25 -0000

mat         2004-10-13 12:47:25 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Alzabo      Makefile distinfo pkg-plist 
  Log:
  Update to 0.85
  Add some doc and examples
  
  Revision  Changes    Path
  1.3       +17 -1     ports/devel/p5-Alzabo/Makefile
  1.3       +2 -2      ports/devel/p5-Alzabo/distinfo
  1.2       +13 -0     ports/devel/p5-Alzabo/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 12:47:30 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CA6CF16A4FE; Wed, 13 Oct 2004 12:47:30 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AC18243D1F; Wed, 13 Oct 2004 12:47:30 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DClU56008624;
	Wed, 13 Oct 2004 12:47:30 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DClUSi008623;
	Wed, 13 Oct 2004 12:47:30 GMT
	(envelope-from markus)
Message-Id: <200410131247.i9DClUSi008623@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 12:47:30 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 12:47:31 -0000

markus      2004-10-13 12:47:30 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
  Remove kwordquiz, which is now part of the kdeedu3 port
  
  Revision  Changes    Path
  1.11132   +0 -1      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:11:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 792CD16A4CE; Wed, 13 Oct 2004 13:11:54 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5A03C43D46; Wed, 13 Oct 2004 13:11:54 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DDBs6a009361;
	Wed, 13 Oct 2004 13:11:54 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DDBsKs009360;
	Wed, 13 Oct 2004 13:11:54 GMT
	(envelope-from mat)
Message-Id: <200410131311.i9DDBsKs009360@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Wed, 13 Oct 2004 13:11:54 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Alzabo Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:11:54 -0000

mat         2004-10-13 13:11:54 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Alzabo      Makefile 
  Log:
  Update MASTER_SITE_SUBDIR to something better
  
  Revision  Changes    Path
  1.4       +1 -1      ports/devel/p5-Alzabo/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:27:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1ADC416A4CE; Wed, 13 Oct 2004 13:27:57 +0000 (GMT)
Received: from smtp.des.no (flood.des.no [217.116.83.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BE2D843D31; Wed, 13 Oct 2004 13:27:56 +0000 (GMT)
	(envelope-from des@des.no)
Received: by smtp.des.no (Pony Express, from userid 666)
	id B8F3F530A; Wed, 13 Oct 2004 15:27:55 +0200 (CEST)
Received: from dwp.des.no (des.no [80.203.228.37])
	by smtp.des.no (Pony Express) with ESMTP id AABEA5314;
	Wed, 13 Oct 2004 15:27:49 +0200 (CEST)
Received: by dwp.des.no (Postfix, from userid 2602)
	id 8585FB861; Wed, 13 Oct 2004 15:27:49 +0200 (CEST)
To: src-committers@FreeBSD.org
References: <200410121845.i9CIjFdF031846@repoman.freebsd.org>
	<20041012215534.GB670@empiric.icir.org>
From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
Date: Wed, 13 Oct 2004 15:27:49 +0200
In-Reply-To: <20041012215534.GB670@empiric.icir.org> (Bruce M. Simpson's
 message of "Tue, 12 Oct 2004 14:55:34 -0700")
Message-ID: 
User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64
cc: cvs-src@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/etc/defaults rc.conf
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:27:57 -0000

Bruce M Simpson  writes:
> On Tue, Oct 12, 2004 at 06:45:15PM +0000, Dag-Erling Smorgrav wrote:
> >   Log:
> >   Remove hcsecd line which was inadvertantly included in the previous c=
ommit.
> Please consider posting a patch or committing this separately for those
> of us interested in Bluetooth.

It's no good without etc/rc.d/bluetooth and etc/rc.d/hcsecd, which I
still haven't committed because it needs more work (especially the
former).  I'll try to get it in before the end of the month.

DES
--=20
Dag-Erling Sm=F8rgrav - des@des.no

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:45:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 739C316A4D2; Wed, 13 Oct 2004 13:45:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 54C3C43D41; Wed, 13 Oct 2004 13:45:20 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DDjKDl010298;
	Wed, 13 Oct 2004 13:45:20 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DDjKpr010297;
	Wed, 13 Oct 2004 13:45:20 GMT
	(envelope-from krion)
Message-Id: <200410131345.i9DDjKpr010297@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 13:45:20 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/bugle Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:45:20 -0000

krion       2004-10-13 13:45:20 UTC

  FreeBSD ports repository

  Modified files:
    graphics/bugle       Makefile distinfo pkg-plist 
  Log:
  Update to 0.0.20041011
  
  PR:             ports/72640
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.5       +1 -1      ports/graphics/bugle/Makefile
  1.4       +2 -2      ports/graphics/bugle/distinfo
  1.4       +3 -6      ports/graphics/bugle/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:47:53 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 95D0B16A4CE; Wed, 13 Oct 2004 13:47:53 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 77B2443D3F; Wed, 13 Oct 2004 13:47:53 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DDlrCv010382;
	Wed, 13 Oct 2004 13:47:53 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DDlrVZ010381;
	Wed, 13 Oct 2004 13:47:53 GMT
	(envelope-from krion)
Message-Id: <200410131347.i9DDlrVZ010381@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 13:47:53 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/dns/dnrd Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:47:53 -0000

krion       2004-10-13 13:47:53 UTC

  FreeBSD ports repository

  Modified files:
    dns/dnrd             Makefile distinfo 
  Log:
  Update to 2.16.1
  
  PR:             ports/72637
  Submitted by:   Natanael Copa 
  
  Revision  Changes    Path
  1.18      +1 -1      ports/dns/dnrd/Makefile
  1.8       +2 -2      ports/dns/dnrd/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:49:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 21B2D16A4CF; Wed, 13 Oct 2004 13:49:54 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F1E5643D64; Wed, 13 Oct 2004 13:49:53 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DDnrmk010437;
	Wed, 13 Oct 2004 13:49:53 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DDnrqi010436;
	Wed, 13 Oct 2004 13:49:53 GMT
	(envelope-from markus)
Message-Id: <200410131349.i9DDnrqi010436@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 13:49:53 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/md5deep Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:49:54 -0000

markus      2004-10-13 13:49:53 UTC

  FreeBSD ports repository

  Modified files:
    security/md5deep     Makefile distinfo 
  Log:
  Update to version 1.5
  
  PR:             ports/72452
  Submitted by:   Frank J. Laszlo  (maintainer)
  
  Revision  Changes    Path
  1.3       +3 -3      ports/security/md5deep/Makefile
  1.2       +2 -2      ports/security/md5deep/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:50:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 92D7216A4CE; Wed, 13 Oct 2004 13:50:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7137D43D2F; Wed, 13 Oct 2004 13:50:49 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DDonqL010586;
	Wed, 13 Oct 2004 13:50:49 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DDon00010585;
	Wed, 13 Oct 2004 13:50:49 GMT
	(envelope-from krion)
Message-Id: <200410131350.i9DDon00010585@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 13:50:49 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/ftp/wzdftpd Makefile distinfo
 ports/ftp/wzdftpd/files patch-src-wzd_ServerThread.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:50:49 -0000

krion       2004-10-13 13:50:49 UTC

  FreeBSD ports repository

  Modified files:
    ftp/wzdftpd          Makefile distinfo 
  Removed files:
    ftp/wzdftpd/files    patch-src-wzd_ServerThread.c 
  Log:
  Update to 0.4.2
  
  PR:             ports/72635
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.15      +1 -1      ports/ftp/wzdftpd/Makefile
  1.8       +2 -2      ports/ftp/wzdftpd/distinfo
  1.3       +0 -18     ports/ftp/wzdftpd/files/patch-src-wzd_ServerThread.c (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:52:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5E5EC16A4CE; Wed, 13 Oct 2004 13:52:54 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3F62943D45; Wed, 13 Oct 2004 13:52:54 +0000 (GMT)
	(envelope-from eik@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DDqsTR010674;
	Wed, 13 Oct 2004 13:52:54 GMT
	(envelope-from eik@repoman.freebsd.org)
Received: (from eik@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DDqsMW010673;
	Wed, 13 Oct 2004 13:52:54 GMT
	(envelope-from eik)
Message-Id: <200410131352.i9DDqsMW010673@repoman.freebsd.org>
From: Oliver Eikemeier 
Date: Wed, 13 Oct 2004 13:52:54 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/nmap Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:52:54 -0000

eik         2004-10-13 13:52:54 UTC

  FreeBSD ports repository

  Modified files:
    security/nmap        Makefile distinfo 
  Log:
  - update to version 3.71-PRE1
  
  Revision  Changes    Path
  1.84      +13 -6     ports/security/nmap/Makefile
  1.54      +2 -2      ports/security/nmap/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:53:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B5FFF16A4CE; Wed, 13 Oct 2004 13:53:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 83CB043D54; Wed, 13 Oct 2004 13:53:01 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DDr1VN010709;
	Wed, 13 Oct 2004 13:53:01 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DDr1qG010708;
	Wed, 13 Oct 2004 13:53:01 GMT
	(envelope-from krion)
Message-Id: <200410131353.i9DDr1qG010708@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 13:53:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/msmtp Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:53:01 -0000

krion       2004-10-13 13:53:01 UTC

  FreeBSD ports repository

  Modified files:
    mail/msmtp           Makefile distinfo 
  Log:
  Update to 1.2.4
  
  PR:             ports/72641
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.9       +1 -1      ports/mail/msmtp/Makefile
  1.9       +2 -2      ports/mail/msmtp/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:55:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1D95816A4D1; Wed, 13 Oct 2004 13:55:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EFFE143D39; Wed, 13 Oct 2004 13:55:35 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DDtZVb010802;
	Wed, 13 Oct 2004 13:55:35 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DDtZjg010801;
	Wed, 13 Oct 2004 13:55:35 GMT
	(envelope-from clsung)
Message-Id: <200410131355.i9DDtZjg010801@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Wed, 13 Oct 2004 13:55:35 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/p5-GraphViz Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:55:36 -0000

clsung      2004-10-13 13:55:35 UTC

  FreeBSD ports repository

  Modified files:
    graphics/p5-GraphViz Makefile distinfo 
  Log:
  - Update to 2.01
  - move dot:${PORTSDIR}/graphics/graphviz under BUILD_DEPENDS, since
    it will check dot in build-time.
  - take maintainership. (Approved by tobez)
  
  PR:             ports/72606
  Submitted by:   clsung
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.6       +5 -4      ports/graphics/p5-GraphViz/Makefile
  1.5       +2 -2      ports/graphics/p5-GraphViz/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 13:57:24 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 30D0B16A4CE; Wed, 13 Oct 2004 13:57:24 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1154043D4C; Wed, 13 Oct 2004 13:57:24 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DDvNVw010882;
	Wed, 13 Oct 2004 13:57:23 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DDvNH9010881;
	Wed, 13 Oct 2004 13:57:23 GMT
	(envelope-from krion)
Message-Id: <200410131357.i9DDvNH9010881@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 13:57:23 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/p5-File-Scan Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 13:57:24 -0000

krion       2004-10-13 13:57:23 UTC

  FreeBSD ports repository

  Modified files:
    security/p5-File-Scan Makefile distinfo 
  Log:
  Update to 1.33
  
  PR:             ports/72597
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.55      +1 -1      ports/security/p5-File-Scan/Makefile
  1.52      +2 -2      ports/security/p5-File-Scan/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:03:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 97B2716A4CE; Wed, 13 Oct 2004 14:03:06 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7753043D41; Wed, 13 Oct 2004 14:03:06 +0000 (GMT)
	(envelope-from clement@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DE36Sc011134;
	Wed, 13 Oct 2004 14:03:06 GMT
	(envelope-from clement@repoman.freebsd.org)
Received: (from clement@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DE36iD011133;
	Wed, 13 Oct 2004 14:03:06 GMT
	(envelope-from clement)
Message-Id: <200410131403.i9DE36iD011133@repoman.freebsd.org>
From: Clement Laforet 
Date: Wed, 13 Oct 2004 14:03:06 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/apache2 Makefile ports/www/apache2/files
 patch-docs:conf:httpd-std.conf.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:03:06 -0000

clement     2004-10-13 14:03:06 UTC

  FreeBSD ports repository

  Modified files:
    www/apache2          Makefile 
    www/apache2/files    patch-docs:conf:httpd-std.conf.in 
  Log:
  - Use ${WWWOWN} and ${WWWGRP} for apache's user. (instead of harcoded
    www/www).
    It should help to keep consistancy in www-related ports.
  
  Revision  Changes    Path
  1.203     +3 -1      ports/www/apache2/Makefile
  1.5       +2 -2      ports/www/apache2/files/patch-docs:conf:httpd-std.conf.in

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:05:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0318016A4D4; Wed, 13 Oct 2004 14:05:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D6B1243D41; Wed, 13 Oct 2004 14:05:11 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DE5BOQ011222;
	Wed, 13 Oct 2004 14:05:11 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DE5BTn011221;
	Wed, 13 Oct 2004 14:05:11 GMT
	(envelope-from markus)
Message-Id: <200410131405.i9DE5BTn011221@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 14:05:11 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/science/kst Makefile distinfo pkg-plist
 ports/science/kst/files patch-kst-kst-emailthread.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:05:12 -0000

markus      2004-10-13 14:05:11 UTC

  FreeBSD ports repository

  Modified files:
    science/kst          Makefile distinfo pkg-plist 
  Added files:
    science/kst/files    patch-kst-kst-emailthread.cpp 
  Log:
  Update to version 0.99
  
  Revision  Changes    Path
  1.4       +3 -3      ports/science/kst/Makefile
  1.2       +2 -2      ports/science/kst/distinfo
  1.1       +10 -0     ports/science/kst/files/patch-kst-kst-emailthread.cpp (new)
  1.2       +240 -8    ports/science/kst/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:05:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 96AAD16A4FF; Wed, 13 Oct 2004 14:05:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7625D43D1F; Wed, 13 Oct 2004 14:05:43 +0000 (GMT)
	(envelope-from knu@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DE5h7Y011360;
	Wed, 13 Oct 2004 14:05:43 GMT
	(envelope-from knu@repoman.freebsd.org)
Received: (from knu@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DE5hrq011359;
	Wed, 13 Oct 2004 14:05:43 GMT
	(envelope-from knu)
Message-Id: <200410131405.i9DE5hrq011359@repoman.freebsd.org>
From: Akinori MUSHA 
Date: Wed, 13 Oct 2004 14:05:43 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio Makefile ports MOVED
 ports/audio/libvorbis-aotuv Makefile distinfo pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:05:43 -0000

knu         2004-10-13 14:05:43 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
    .                    MOVED 
  Removed files:
    audio/libvorbis-aotuv Makefile distinfo pkg-descr 
  Log:
  Retire audio/libvorbis-aotuv.
  The aoTuV enhancement has been merged into the mainstream.
  
  Noted by:       naddy
  
  Revision  Changes    Path
  1.526     +2 -1      ports/MOVED
  1.554     +0 -1      ports/audio/Makefile
  1.2       +0 -24     ports/audio/libvorbis-aotuv/Makefile (dead)
  1.2       +0 -4      ports/audio/libvorbis-aotuv/distinfo (dead)
  1.2       +0 -15     ports/audio/libvorbis-aotuv/pkg-descr (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:08:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4418B16A4CE; Wed, 13 Oct 2004 14:08:05 +0000 (GMT)
Received: from green.homeunix.org (green@localhost [127.0.0.1])
	by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i9DE84sl004362;
	Wed, 13 Oct 2004 10:08:04 -0400 (EDT)
	(envelope-from green@green.homeunix.org)
Received: (from green@localhost)
	by green.homeunix.org (8.13.1/8.13.1/Submit) id i9DE84P8004361;
	Wed, 13 Oct 2004 10:08:04 -0400 (EDT)
	(envelope-from green)
Date: Wed, 13 Oct 2004 10:08:04 -0400
From: Brian Fundakowski Feldman 
To: Pyun YongHyeon 
Message-ID: <20041013140803.GB986@green.homeunix.org>
References: <200410130545.i9D5jHrv075327@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200410130545.i9D5jHrv075327@repoman.freebsd.org>
User-Agent: Mutt/1.5.6i
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c
	sb8.c src/sys/dev/sound/pci au88x0.c aureal.c csapcm.c ds1.c
	emu10k1.c es137x.c fm801.c ich.c maestro3.c solo.c t4dwave.c
	via8233.c via82c686.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:08:05 -0000

On Wed, Oct 13, 2004 at 05:45:17AM +0000, Pyun YongHyeon wrote:
> yongari     2004-10-13 05:45:17 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/sound/isa    ad1816.c ess.c mss.c sb16.c sb8.c 
>     sys/dev/sound/pci    au88x0.c aureal.c csapcm.c ds1.c 
>                          emu10k1.c es137x.c fm801.c ich.c 
>                          maestro3.c solo.c t4dwave.c via8233.c 
>                          via82c686.c 
>   Log:
>   Audio drivers failed to detect failure condition and attempted to
>   assign DMA address to the wrong address. It can cause system lockup
>   or other mysterious errors. Since most sound cards requires low DMA
>   address(BUS_SPACE_MAXADDR_24BIT) sndbuf_alloc() would fail when the
>   audio driver is loaded after long running of operations.
>   
>   Approved by:    jake (mentor)
>   Reviewed by:    truckman, matk

Good job fixing all of these; do you notice that they succeed "more
often" with the new contigmalloc(9)? (It is the backend of the busdma
physical memory allocations.)

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green@FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:09:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E2FDD16A4CE; Wed, 13 Oct 2004 14:09:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D66A843D48; Wed, 13 Oct 2004 14:09:33 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DE9XoG011559;
	Wed, 13 Oct 2004 14:09:33 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DE9XGc011558;
	Wed, 13 Oct 2004 14:09:33 GMT
	(envelope-from mat)
Message-Id: <200410131409.i9DE9XGc011558@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Wed, 13 Oct 2004 14:09:33 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel Makefile ports/devel/p5-Alzabo-GUI-Mason
 Makefile distinfo pkg-descr pkg-plistpatch-inc-Alzabo-GUI-Mason-Build.pm
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:09:34 -0000

mat         2004-10-13 14:09:33 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Alzabo-GUI-Mason Makefile distinfo pkg-descr 
                              pkg-plist 
    devel/p5-Alzabo-GUI-Mason/files patch-Build.PL 
                                    patch-inc-Alzabo-GUI-Mason-Build.pm 
  Log:
  Add p5-Alzabo-GUI-Mason 0.1, a GUI for Alzabo using Mason.
  
  Revision  Changes    Path
  1.1702    +1 -0      ports/devel/Makefile
  1.1       +47 -0     ports/devel/p5-Alzabo-GUI-Mason/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Alzabo-GUI-Mason/distinfo (new)
  1.1       +35 -0     ports/devel/p5-Alzabo-GUI-Mason/files/patch-Build.PL (new)
  1.1       +40 -0     ports/devel/p5-Alzabo-GUI-Mason/files/patch-inc-Alzabo-GUI-Mason-Build.pm (new)
  1.1       +4 -0      ports/devel/p5-Alzabo-GUI-Mason/pkg-descr (new)
  1.1       +54 -0     ports/devel/p5-Alzabo-GUI-Mason/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:09:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1B0AF16A4D1; Wed, 13 Oct 2004 14:09:48 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E649243D5C; Wed, 13 Oct 2004 14:09:47 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DE9l6m011605;
	Wed, 13 Oct 2004 14:09:47 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DE9lfD011604;
	Wed, 13 Oct 2004 14:09:47 GMT
	(envelope-from mat)
Message-Id: <200410131409.i9DE9lfD011604@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Wed, 13 Oct 2004 14:09:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:09:48 -0000

mat         2004-10-13 14:09:47 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    p5-Alzabo-GUI-Mason --> ports/devel/p5-Alzabo-GUI-Mason
  
  Revision  Changes    Path
  1.11133   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:15:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C91D516A4CE; Wed, 13 Oct 2004 14:15:37 +0000 (GMT)
Received: from mail.musha.org (daemon.musha.org [210.189.104.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 483CD43D4C; Wed, 13 Oct 2004 14:15:37 +0000 (GMT)
	(envelope-from knu@iDaemons.org)
Received: from archon.local.idaemons.org (archon.local.idaemons.org
	[192.168.1.32])	by mail.musha.org (Postfix) with ESMTP id BF9A413DAB;
	Wed, 13 Oct 2004 23:15:36 +0900 (JST)
Date: Wed, 13 Oct 2004 23:16:02 +0900
Message-ID: <867jpu4sbh.knu@iDaemons.org>
From: "Akinori MUSHA" 
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
In-Reply-To: <200410131405.i9DE5hrq011359@repoman.freebsd.org>
References: <200410131405.i9DE5hrq011359@repoman.freebsd.org>
Organization: Associated I. Daemons
X-PGP-Public-Key: finger knu@FreeBSD.org
X-PGP-Fingerprint: 081D 099C 1705 861D 4B70  B04A 920B EFC7 9FD9 E1EE
MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata")
Content-Type: text/plain; charset=US-ASCII
Subject: Re: cvs commit: ports/audio Makefile ports MOVED
	ports/audio/libvorbis-aotuv Makefile distinfo pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:15:37 -0000

At Wed, 13 Oct 2004 14:05:43 +0000 (UTC),
I wrote:
> knu         2004-10-13 14:05:43 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     audio                Makefile 
>     .                    MOVED 
>   Removed files:
>     audio/libvorbis-aotuv Makefile distinfo pkg-descr 
>   Log:
>   Retire audio/libvorbis-aotuv.
>   The aoTuV enhancement has been merged into the mainstream.
>   
>   Noted by:       naddy

The author of aoTuV seems to have released yet more enhancement over
libvorbis 1.1(RC), but I'm already personally satisfied with the
quality that libvorbis 1.1 release has reached with the initial aoTuV
work.

If someone still wants to have the new aoTuV patch integrated, feel
free to re-add the libvorbis-aotuv port.  Thanks.

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"It seems to me as we make our own few circles 'round the sun
          We get it backwards and our seven years go by like one"

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:23:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BCBF816A4CE; Wed, 13 Oct 2004 14:23:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9C4AE43D1F; Wed, 13 Oct 2004 14:23:25 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DENPmh012140;
	Wed, 13 Oct 2004 14:23:25 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DENPhw012139;
	Wed, 13 Oct 2004 14:23:25 GMT
	(envelope-from mat)
Message-Id: <200410131423.i9DENPhw012139@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Wed, 13 Oct 2004 14:23:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel Makefile ports/devel/p5-Class-AlzaboWrapper
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:23:26 -0000

mat         2004-10-13 14:23:25 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Class-AlzaboWrapper Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Add p5-Class-AlzaboWrapper 0.06, higher level wrapper around Alzabo.
  
  Revision  Changes    Path
  1.1703    +1 -0      ports/devel/Makefile
  1.1       +42 -0     ports/devel/p5-Class-AlzaboWrapper/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Class-AlzaboWrapper/distinfo (new)
  1.1       +4 -0      ports/devel/p5-Class-AlzaboWrapper/pkg-descr (new)
  1.1       +4 -0      ports/devel/p5-Class-AlzaboWrapper/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:23:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 171E116A4CE; Wed, 13 Oct 2004 14:23:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EC94A43D54; Wed, 13 Oct 2004 14:23:38 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DENchb012186;
	Wed, 13 Oct 2004 14:23:38 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DENcWj012185;
	Wed, 13 Oct 2004 14:23:38 GMT
	(envelope-from mat)
Message-Id: <200410131423.i9DENcWj012185@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Wed, 13 Oct 2004 14:23:38 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:23:39 -0000

mat         2004-10-13 14:23:38 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    p5-Class-AlzaboWrapper --> ports/devel/p5-Class-AlzaboWrapper
  
  Revision  Changes    Path
  1.11134   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:25:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6335B16A4CE; Wed, 13 Oct 2004 14:25:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 59D8D43D53; Wed, 13 Oct 2004 14:25:47 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DEPlgm012350;
	Wed, 13 Oct 2004 14:25:47 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DEPlKi012349;
	Wed, 13 Oct 2004 14:25:47 GMT
	(envelope-from markus)
Message-Id: <200410131425.i9DEPlKi012349@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 14:25:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports MOVED ports/graphics Makefile
 ports/graphics/kolourpaint Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:25:47 -0000

markus      2004-10-13 14:25:47 UTC

  FreeBSD ports repository

  Modified files:
    .                    MOVED 
    graphics             Makefile 
  Removed files:
    graphics/kolourpaint Makefile distinfo pkg-descr pkg-plist 
  Log:
  Remove kolourpaint, which is now part of the kdegraphics3 port
  
  Revision  Changes    Path
  1.527     +2 -1      ports/MOVED
  1.738     +0 -1      ports/graphics/Makefile
  1.3       +0 -31     ports/graphics/kolourpaint/Makefile (dead)
  1.2       +0 -2      ports/graphics/kolourpaint/distinfo (dead)
  1.2       +0 -5      ports/graphics/kolourpaint/pkg-descr (dead)
  1.2       +0 -132    ports/graphics/kolourpaint/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:26:41 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id ABF4016A4CE; Wed, 13 Oct 2004 14:26:41 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A072243D4C; Wed, 13 Oct 2004 14:26:41 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DEQfNw012443;
	Wed, 13 Oct 2004 14:26:41 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DEQfw5012442;
	Wed, 13 Oct 2004 14:26:41 GMT
	(envelope-from krion)
Message-Id: <200410131426.i9DEQfw5012442@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 14:26:41 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/mixxx Makefile distinfo pkg-plist
 ports/audio/mixxx/files patch-src::check.qbas patch-src::configure
 patch-src::mixxx.cpp patch-src::mixxx.h patch-src::mixxx.pro
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:26:42 -0000

krion       2004-10-13 14:26:41 UTC

  FreeBSD ports repository

  Modified files:
    audio/mixxx          Makefile distinfo pkg-plist 
    audio/mixxx/files    patch-src::mixxx.cpp patch-src::mixxx.pro 
  Removed files:
    audio/mixxx/files    patch-src::check.qbas 
                         patch-src::configure patch-src::mixxx.h 
  Log:
  Update to 1.4
  
  PR:             ports/72595
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.3       +9 -12     ports/audio/mixxx/Makefile
  1.2       +2 -2      ports/audio/mixxx/distinfo
  1.2       +0 -11     ports/audio/mixxx/files/patch-src::check.qbas (dead)
  1.2       +0 -20     ports/audio/mixxx/files/patch-src::configure (dead)
  1.2       +3 -37     ports/audio/mixxx/files/patch-src::mixxx.cpp
  1.2       +0 -10     ports/audio/mixxx/files/patch-src::mixxx.h (dead)
  1.2       +17 -7     ports/audio/mixxx/files/patch-src::mixxx.pro
  1.2       +0 -2      ports/audio/mixxx/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:27:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 32A7816A4CE; Wed, 13 Oct 2004 14:27:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1309443D55; Wed, 13 Oct 2004 14:27:49 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DERm4w012510;
	Wed, 13 Oct 2004 14:27:48 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DERmog012509;
	Wed, 13 Oct 2004 14:27:48 GMT
	(envelope-from markus)
Message-Id: <200410131427.i9DERmog012509@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 14:27:48 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:27:49 -0000

markus      2004-10-13 14:27:48 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
  Remove kolourpaint, which is now part of the kdegraphics3 port
  
  Revision  Changes    Path
  1.11135   +0 -1      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:38:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3ECD516A4CE; Wed, 13 Oct 2004 14:38:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 304B843D58; Wed, 13 Oct 2004 14:38:25 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DEcPPu013039;
	Wed, 13 Oct 2004 14:38:25 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DEcPCu013038;
	Wed, 13 Oct 2004 14:38:25 GMT
	(envelope-from markus)
Message-Id: <200410131438.i9DEcPCu013038@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 14:38:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports MOVED ports/graphics Makefile
 ports/graphics/kimagemapeditor Makefile distinfo pkg-descr
 patch-kimagemapeditor.cpp         patch-kimearea.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:38:25 -0000

markus      2004-10-13 14:38:25 UTC

  FreeBSD ports repository

  Modified files:
    .                    MOVED 
    graphics             Makefile 
  Removed files:
    graphics/kimagemapeditor Makefile distinfo pkg-descr pkg-plist 
    graphics/kimagemapeditor/files patch-kimagemapeditor.cpp 
                                   patch-kimearea.cpp 
  Log:
  Remove kimagemapeditor, which is now part of the kdewebdev port
  
  Revision  Changes    Path
  1.528     +2 -1      ports/MOVED
  1.739     +0 -1      ports/graphics/Makefile
  1.15      +0 -29     ports/graphics/kimagemapeditor/Makefile (dead)
  1.3       +0 -2      ports/graphics/kimagemapeditor/distinfo (dead)
  1.2       +0 -11     ports/graphics/kimagemapeditor/files/patch-kimagemapeditor.cpp (dead)
  1.2       +0 -11     ports/graphics/kimagemapeditor/files/patch-kimearea.cpp (dead)
  1.2       +0 -6      ports/graphics/kimagemapeditor/pkg-descr (dead)
  1.2       +0 -47     ports/graphics/kimagemapeditor/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:39:21 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9017216A4CE; Wed, 13 Oct 2004 14:39:21 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 71B6A43D3F; Wed, 13 Oct 2004 14:39:21 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DEdL1o013097;
	Wed, 13 Oct 2004 14:39:21 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DEdLuM013096;
	Wed, 13 Oct 2004 14:39:21 GMT
	(envelope-from markus)
Message-Id: <200410131439.i9DEdLuM013096@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 14:39:21 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:39:21 -0000

markus      2004-10-13 14:39:21 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
  Remove kimagemapeditor, which is now part of the kdewebdev port
  
  Revision  Changes    Path
  1.11136   +0 -1      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:51:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E592116A4CE; Wed, 13 Oct 2004 14:51:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C7E8D43D2D; Wed, 13 Oct 2004 14:51:42 +0000 (GMT)
	(envelope-from le@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DEpgpZ013575;
	Wed, 13 Oct 2004 14:51:42 GMT
	(envelope-from le@repoman.freebsd.org)
Received: (from le@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DEpgsk013574;
	Wed, 13 Oct 2004 14:51:42 GMT
	(envelope-from le)
Message-Id: <200410131451.i9DEpgsk013574@repoman.freebsd.org>
From: Lukas Ertl 
Date: Wed, 13 Oct 2004 14:51:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/usb uhci_pci.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:51:43 -0000

le          2004-10-13 14:51:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          uhci_pci.c 
  Log:
  Add device IDs for Intel ICH6.
  
  PR:             kern/72492
  Submitted by:   Florian Le Goff 
  
  Revision  Changes    Path
  1.55      +20 -0     src/sys/dev/usb/uhci_pci.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:54:22 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 01B9116A4CE; Wed, 13 Oct 2004 14:54:22 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D7EE443D41; Wed, 13 Oct 2004 14:54:21 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DEsLQe013654;
	Wed, 13 Oct 2004 14:54:21 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DEsLgv013653;
	Wed, 13 Oct 2004 14:54:21 GMT
	(envelope-from clsung)
Message-Id: <200410131454.i9DEsLgv013653@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Wed, 13 Oct 2004 14:54:21 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-SVN-Mirror Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:54:22 -0000

clsung      2004-10-13 14:54:21 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-SVN-Mirror  Makefile distinfo 
  Log:
  - update to 0.48, required by svk 0.22
  
  PR:             ports/72618
  Submitted by:   Rong-En Fan 
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.11      +1 -1      ports/devel/p5-SVN-Mirror/Makefile
  1.9       +2 -2      ports/devel/p5-SVN-Mirror/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:56:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 74ECD16A4CE; Wed, 13 Oct 2004 14:56:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 545E043D3F; Wed, 13 Oct 2004 14:56:01 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DEu1ul013820;
	Wed, 13 Oct 2004 14:56:01 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DEu18L013819;
	Wed, 13 Oct 2004 14:56:01 GMT
	(envelope-from markus)
Message-Id: <200410131456.i9DEu18L013819@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 14:56:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/potracegui Makefile distinfo
 ports/graphics/potracegui/files patch-mainwidget.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:56:01 -0000

markus      2004-10-13 14:56:01 UTC

  FreeBSD ports repository

  Modified files:
    graphics/potracegui  Makefile distinfo 
  Removed files:
    graphics/potracegui/files patch-mainwidget.cpp 
  Log:
  Update to version 1.1
  
  Revision  Changes    Path
  1.2       +1 -4      ports/graphics/potracegui/Makefile
  1.2       +2 -2      ports/graphics/potracegui/distinfo
  1.2       +0 -10     ports/graphics/potracegui/files/patch-mainwidget.cpp (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:56:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D3DC216A4CF; Wed, 13 Oct 2004 14:56:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B5D1A43D48; Wed, 13 Oct 2004 14:56:25 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DEuPlJ013866;
	Wed, 13 Oct 2004 14:56:25 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DEuPWr013865;
	Wed, 13 Oct 2004 14:56:25 GMT
	(envelope-from clsung)
Message-Id: <200410131456.i9DEuPWr013865@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Wed, 13 Oct 2004 14:56:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/svk Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:56:26 -0000

clsung      2004-10-13 14:56:25 UTC

  FreeBSD ports repository

  Modified files:
    devel/svk            Makefile distinfo pkg-plist 
  Log:
  - update to 0.22
  - BUILD_DEPENDS changed
  - pkg-plist modified
  
  PR:             ports/72622
  Submitted by:   Rong-En Fan 
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.11      +8 -4      ports/devel/svk/Makefile
  1.9       +2 -2      ports/devel/svk/distinfo
  1.6       +16 -0     ports/devel/svk/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 14:58:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 000E616A4CE; Wed, 13 Oct 2004 14:58:32 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D4AD843D53; Wed, 13 Oct 2004 14:58:32 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DEwWnF013948;
	Wed, 13 Oct 2004 14:58:32 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DEwWYm013947;
	Wed, 13 Oct 2004 14:58:32 GMT
	(envelope-from clsung)
Message-Id: <200410131458.i9DEwWYm013947@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Wed, 13 Oct 2004 14:58:32 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-VCP-Dest-svk Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 14:58:33 -0000

clsung      2004-10-13 14:58:32 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-VCP-Dest-svk Makefile distinfo 
  Log:
  - update to 0.27
  
  PR:             ports/72623
  Submitted by:   Rong-En Fan  (maintainer)
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.3       +1 -1      ports/devel/p5-VCP-Dest-svk/Makefile
  1.3       +2 -2      ports/devel/p5-VCP-Dest-svk/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:02:22 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 884C516A4CF; Wed, 13 Oct 2004 15:02:22 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 62B1743D5A; Wed, 13 Oct 2004 15:02:22 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DF2Muk014186;
	Wed, 13 Oct 2004 15:02:22 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DF2MZj014185;
	Wed, 13 Oct 2004 15:02:22 GMT
	(envelope-from krion)
Message-Id: <200410131502.i9DF2MZj014185@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 15:02:22 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/sysutils/torsmo Makefileports/sysutils/torsmo/files
 freebsd.c patch-torsmo.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:02:22 -0000

krion       2004-10-13 15:02:22 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/torsmo      Makefile 
    sysutils/torsmo/files freebsd.c patch-torsmo.c 
  Log:
  Use size_t insead of int to get uptime in a correct way on amd64
  Fix wrong type cast for get_acpi_temperature()
  Set optreset to 1 before the second call to getopt()
  
  PR:             ports/72642
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.3       +1 -0      ports/sysutils/torsmo/Makefile
  1.5       +2 -2      ports/sysutils/torsmo/files/freebsd.c
  1.2       +33 -3     ports/sysutils/torsmo/files/patch-torsmo.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:14:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E9FEE16A4CE; Wed, 13 Oct 2004 15:14:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CB8E043D2D; Wed, 13 Oct 2004 15:14:01 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFE1c2014601;
	Wed, 13 Oct 2004 15:14:01 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFE12A014600;
	Wed, 13 Oct 2004 15:14:01 GMT
	(envelope-from krion)
Message-Id: <200410131514.i9DFE12A014600@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 15:14:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/news/rawdog Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:14:02 -0000

krion       2004-10-13 15:14:01 UTC

  FreeBSD ports repository

  Modified files:
    news/rawdog          Makefile distinfo 
  Log:
  Update to 1.14
  
  PR:             ports/72564
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.12      +1 -1      ports/news/rawdog/Makefile
  1.13      +2 -2      ports/news/rawdog/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:16:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2093716A4CF; Wed, 13 Oct 2004 15:16:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0186543D49; Wed, 13 Oct 2004 15:16:36 +0000 (GMT)
	(envelope-from sos@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFGZn8014717;
	Wed, 13 Oct 2004 15:16:35 GMT
	(envelope-from sos@repoman.freebsd.org)
Received: (from sos@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFGZdD014716;
	Wed, 13 Oct 2004 15:16:35 GMT
	(envelope-from sos)
Message-Id: <200410131516.i9DFGZdD014716@repoman.freebsd.org>
From: Søren Schmidt 
Date: Wed, 13 Oct 2004 15:16:35 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/ata ata-all.c ata-queue.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:16:36 -0000

sos         2004-10-13 15:16:35 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata          ata-all.c ata-queue.c 
  Log:
  Refine locking so it covers the "running" variable as well.
  Adjust comments etc to fit the new locking system.
  
  Revision  Changes    Path
  1.232     +39 -42    src/sys/dev/ata/ata-all.c
  1.37      +71 -68    src/sys/dev/ata/ata-queue.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:20:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BEB4216A4CE; Wed, 13 Oct 2004 15:20:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9FFF843D2D; Wed, 13 Oct 2004 15:20:13 +0000 (GMT)
	(envelope-from phantom@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFKDTi014786;
	Wed, 13 Oct 2004 15:20:13 GMT
	(envelope-from phantom@repoman.freebsd.org)
Received: (from phantom@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFKDEN014785;
	Wed, 13 Oct 2004 15:20:13 GMT
	(envelope-from phantom)
Message-Id: <200410131520.i9DFKDEN014785@repoman.freebsd.org>
From: Alexey Zelkin 
Date: Wed, 13 Oct 2004 15:20:13 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: www/en/donations donors.sgml wantlist.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:20:13 -0000

phantom     2004-10-13 15:20:13 UTC

  FreeBSD doc repository

  Modified files:
    en/donations         donors.sgml wantlist.sgml 
  Log:
  I have received JBB2000 package with license.  Thanks Daniel!
  
  Revision  Changes    Path
  1.217     +9 -1      www/en/donations/donors.sgml
  1.264     +1 -8      www/en/donations/wantlist.sgml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:28:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0C9B616A4CE; Wed, 13 Oct 2004 15:28:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E14D343D1D; Wed, 13 Oct 2004 15:28:24 +0000 (GMT)
	(envelope-from leeym@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFSOKj015090;
	Wed, 13 Oct 2004 15:28:24 GMT
	(envelope-from leeym@repoman.freebsd.org)
Received: (from leeym@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFSOZc015089;
	Wed, 13 Oct 2004 15:28:24 GMT
	(envelope-from leeym)
Message-Id: <200410131528.i9DFSOZc015089@repoman.freebsd.org>
From: Yen-Ming Lee 
Date: Wed, 13 Oct 2004 15:28:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/cutils Makefile pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:28:25 -0000

leeym       2004-10-13 15:28:24 UTC

  FreeBSD ports repository

  Modified files:
    devel/cutils         Makefile pkg-descr 
  Removed files:
    devel/cutils         pkg-plist 
  Log:
  - replace pkg-plist with INFO and PLIST_FILES
  - add WWW in pkg-descr
  
  Revision  Changes    Path
  1.14      +3 -0      ports/devel/cutils/Makefile
  1.3       +2 -0      ports/devel/cutils/pkg-descr
  1.6       +0 -10     ports/devel/cutils/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:31:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5DD9316A4CE; Wed, 13 Oct 2004 15:31:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3FC1743D3F; Wed, 13 Oct 2004 15:31:59 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFVx1g015280;
	Wed, 13 Oct 2004 15:31:59 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFVxsP015279;
	Wed, 13 Oct 2004 15:31:59 GMT
	(envelope-from erwin)
Message-Id: <200410131531.i9DFVxsP015279@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 15:31:59 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/hs-alex Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:31:59 -0000

erwin       2004-10-13 15:31:59 UTC

  FreeBSD ports repository

  Modified files:
    devel/hs-alex        Makefile 
  Log:
  Add missed category in previous commit and unbreak INDEX (again).
  
  Revision  Changes    Path
  1.16      +1 -1      ports/devel/hs-alex/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:32:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 193E416A4CE; Wed, 13 Oct 2004 15:32:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EDB7F43D1D; Wed, 13 Oct 2004 15:32:41 +0000 (GMT)
	(envelope-from kwm@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFWfNt015317;
	Wed, 13 Oct 2004 15:32:41 GMT
	(envelope-from kwm@repoman.freebsd.org)
Received: (from kwm@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFWf5a015316;
	Wed, 13 Oct 2004 15:32:41 GMT
	(envelope-from kwm)
Message-Id: <200410131532.i9DFWf5a015316@repoman.freebsd.org>
From: Koop Mast 
Date: Wed, 13 Oct 2004 15:32:41 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/deskutils/drivel Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:32:42 -0000

kwm         2004-10-13 15:32:41 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/drivel     Makefile distinfo pkg-plist 
  Log:
  Update to 1.2.1.
  Change e-mail to my FreeBSD.org adres.
  Add switches to disable rhythmbox and gtkspell support.
  
  Approved by:    mentor (pav)
  
  Revision  Changes    Path
  1.10      +22 -2     ports/deskutils/drivel/Makefile
  1.4       +2 -2      ports/deskutils/drivel/distinfo
  1.6       +2 -0      ports/deskutils/drivel/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:37:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 16F2116A4CE; Wed, 13 Oct 2004 15:37:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EB99C43D1D; Wed, 13 Oct 2004 15:37:13 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFbDV3015484;
	Wed, 13 Oct 2004 15:37:13 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFbDIw015483;
	Wed, 13 Oct 2004 15:37:13 GMT
	(envelope-from pav)
Message-Id: <200410131537.i9DFbDIw015483@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 15:37:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/japanese/ruby-rdic Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:37:14 -0000

pav         2004-10-13 15:37:13 UTC

  FreeBSD ports repository

  Modified files:
    japanese/ruby-rdic   Makefile distinfo 
  Log:
  - Update to 0.1.6
  
  PR:             ports/72573
  Submitted by:   Takahiro MORISHITA  (maintainer)
  
  Revision  Changes    Path
  1.6       +1 -1      ports/japanese/ruby-rdic/Makefile
  1.5       +2 -2      ports/japanese/ruby-rdic/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:44:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0AFF416A4CE; Wed, 13 Oct 2004 15:44:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BC33243D1F; Wed, 13 Oct 2004 15:44:04 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFi49H015726;
	Wed, 13 Oct 2004 15:44:04 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFi4wf015725;
	Wed, 13 Oct 2004 15:44:04 GMT
	(envelope-from pav)
Message-Id: <200410131544.i9DFi4wf015725@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 15:44:04 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/agg Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:44:05 -0000

pav         2004-10-13 15:44:04 UTC

  FreeBSD ports repository

  Modified files:
    graphics/agg         Makefile 
  Log:
  - Fix MAKE_ENV, respect CXX
  
  PR:             ports/72570
  Submitted by:   Piet Delport 
  
  Revision  Changes    Path
  1.4       +1 -1      ports/graphics/agg/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:47:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6981116A4CF; Wed, 13 Oct 2004 15:47:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5E81443D2D; Wed, 13 Oct 2004 15:47:02 +0000 (GMT)
	(envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFl203015844;
	Wed, 13 Oct 2004 15:47:02 GMT
	(envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFl2Dw015843;
	Wed, 13 Oct 2004 15:47:02 GMT
	(envelope-from ru)
Message-Id: <200410131547.i9DFl2Dw015843@repoman.freebsd.org>
From: Ruslan Ermilov 
Date: Wed, 13 Oct 2004 15:47:02 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/monetdef Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:47:02 -0000

ru          2004-10-13 15:47:02 UTC

  FreeBSD src repository

  Modified files:
    share/monetdef       Makefile 
  Log:
  - Utilize standard means for installing files and symlinks.
  
  - Simplify the symlink list construction by implementing a
    generic mechanism to map LC_MONETARY files from one locale
    to another, possibly with a different _
    components of the locale name.  Example:
  
      ENCODING-1_ENCODING-2= fo_BA fo_FO:ba_BA
  
    in Makefile will result in the following symlinks:
  
      fo_BA.ENCODING-1/LC_MONETARY -> fo_BA.ENCODING-2/LC_MONETARY
      fo_FO.ENCODING-1/LC_MONETARY -> ba_BA.ENCODING-2/LC_MONETARY
  
  - Install LC_MONETARY files with mode 444.
  
  - While here, fixed trashing of the sr_YU.UTF-8/LC_MONETARY
    file by a symlink, and removed one duplicate symlink.
  
  Revision  Changes    Path
  1.61      +40 -81    src/share/monetdef/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 15:52:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4F59D16A4CE; Wed, 13 Oct 2004 15:52:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 30A3843D54; Wed, 13 Oct 2004 15:52:14 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DFqEbp016022;
	Wed, 13 Oct 2004 15:52:14 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DFqEAL016021;
	Wed, 13 Oct 2004 15:52:14 GMT
	(envelope-from pav)
Message-Id: <200410131552.i9DFqEAL016021@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 15:52:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/libsndfile Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 15:52:14 -0000

pav         2004-10-13 15:52:13 UTC

  FreeBSD ports repository

  Modified files:
    audio/libsndfile     Makefile 
  Log:
  - Remove USE_GCC=3.4, it's not needed
  - Update libtool
  
  PR:             ports/72607
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.24      +2 -3      ports/audio/libsndfile/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:03:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9828E16A4CE; Wed, 13 Oct 2004 16:03:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7AACA43D3F; Wed, 13 Oct 2004 16:03:47 +0000 (GMT)
	(envelope-from adamw@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DG3lRY016390;
	Wed, 13 Oct 2004 16:03:47 GMT
	(envelope-from adamw@repoman.freebsd.org)
Received: (from adamw@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DG3ljS016389;
	Wed, 13 Oct 2004 16:03:47 GMT
	(envelope-from adamw)
Message-Id: <200410131603.i9DG3ljS016389@repoman.freebsd.org>
From: Adam Weinberger 
Date: Wed, 13 Oct 2004 16:03:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/glade2 Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:03:47 -0000

adamw       2004-10-13 16:03:47 UTC

  FreeBSD ports repository

  Modified files:
    devel/glade2         Makefile distinfo pkg-plist 
  Log:
  Update to 2.6.2.
  
  Extra special thanks to mezz for convincing the glade2 guys to
  release a new tarball with the mkinstalldirs bidness fixed!
  
  Revision  Changes    Path
  1.53      +2 -2      ports/devel/glade2/Makefile
  1.25      +2 -2      ports/devel/glade2/distinfo
  1.24      +2 -0      ports/devel/glade2/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:04:17 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 871D516A4CE; Wed, 13 Oct 2004 16:04:17 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6897943D1D; Wed, 13 Oct 2004 16:04:17 +0000 (GMT)
	(envelope-from mich@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DG4Hmk016426;
	Wed, 13 Oct 2004 16:04:17 GMT
	(envelope-from mich@repoman.freebsd.org)
Received: (from mich@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DG4Hol016425;
	Wed, 13 Oct 2004 16:04:17 GMT
	(envelope-from mich)
Message-Id: <200410131604.i9DG4Hol016425@repoman.freebsd.org>
From: "Michael L. Hostbaek" 
Date: Wed, 13 Oct 2004 16:04:17 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/irc/pisg Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:04:17 -0000

mich        2004-10-13 16:04:17 UTC

  FreeBSD ports repository

  Modified files:
    irc/pisg             Makefile distinfo 
  Log:
  o Update to -> 0.59
          - Bugfixing
          - Documentation fixup
  
  Revision  Changes    Path
  1.17      +1 -1      ports/irc/pisg/Makefile
  1.16      +2 -2      ports/irc/pisg/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:06:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4759A16A4E3; Wed, 13 Oct 2004 16:06:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 28EDF43D39; Wed, 13 Oct 2004 16:06:34 +0000 (GMT)
	(envelope-from nectar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DG6YLT016590;
	Wed, 13 Oct 2004 16:06:34 GMT
	(envelope-from nectar@repoman.freebsd.org)
Received: (from nectar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DG6YcW016589;
	Wed, 13 Oct 2004 16:06:34 GMT
	(envelope-from nectar)
Message-Id: <200410131606.i9DG6YcW016589@repoman.freebsd.org>
From: Jacques Vidrine 
Date: Wed, 13 Oct 2004 16:06:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:06:34 -0000

nectar      2004-10-13 16:06:34 UTC

  FreeBSD ports repository

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  Document libtiff RLE decoder issues.
  
  Revision  Changes    Path
  1.290     +27 -1     ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:08:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4FD2D16A4CE; Wed, 13 Oct 2004 16:08:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3290F43D39; Wed, 13 Oct 2004 16:08:50 +0000 (GMT)
	(envelope-from sergei@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DG8oeA016661;
	Wed, 13 Oct 2004 16:08:50 GMT
	(envelope-from sergei@repoman.freebsd.org)
Received: (from sergei@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DG8o4r016660;
	Wed, 13 Oct 2004 16:08:50 GMT
	(envelope-from sergei)
Message-Id: <200410131608.i9DG8o4r016660@repoman.freebsd.org>
From: Sergei Kolobov 
Date: Wed, 13 Oct 2004 16:08:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/getmail Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:08:50 -0000

sergei      2004-10-13 16:08:50 UTC

  FreeBSD ports repository

  Modified files:
    mail/getmail         Makefile distinfo 
  Log:
  - Update to 4.2.2 [1]
  - Update COMMENT to reflect that getmail now does IMAP too
  - Pass maintainership to the submitter
  
  PR:             ports/72584
  Submitted by:   Linh Pham 
  
  Revision  Changes    Path
  1.30      +4 -4      ports/mail/getmail/Makefile
  1.22      +2 -2      ports/mail/getmail/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:10:53 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C531516A4CE; Wed, 13 Oct 2004 16:10:53 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A51AF43D45; Wed, 13 Oct 2004 16:10:53 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGArHR016798;
	Wed, 13 Oct 2004 16:10:53 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGAr62016797;
	Wed, 13 Oct 2004 16:10:53 GMT
	(envelope-from pav)
Message-Id: <200410131610.i9DGAr62016797@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 16:10:53 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/f-prot Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:10:54 -0000

pav         2004-10-13 16:10:53 UTC

  FreeBSD ports repository

  Modified files:
    security/f-prot      Makefile distinfo 
  Log:
  - Update to 4.4.7
  
  PR:             ports/72561
  Submitted by:   Tim Bishop  (maintainer)
  
  Revision  Changes    Path
  1.18      +1 -1      ports/security/f-prot/Makefile
  1.14      +2 -2      ports/security/f-prot/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:11:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 40E2C16A4CE; Wed, 13 Oct 2004 16:11:38 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 20BE743D54; Wed, 13 Oct 2004 16:11:38 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGBcVJ016854;
	Wed, 13 Oct 2004 16:11:38 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGBb4h016853;
	Wed, 13 Oct 2004 16:11:37 GMT
	(envelope-from pav)
Message-Id: <200410131611.i9DGBb4h016853@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 16:11:37 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/f-prot-sig Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:11:38 -0000

pav         2004-10-13 16:11:37 UTC

  FreeBSD ports repository

  Modified files:
    security/f-prot-sig  Makefile distinfo 
  Log:
  - Update to 20041012
  
  PR:             ports/72562
  Submitted by:   Tim Bishop  (maintainer)
  
  Revision  Changes    Path
  1.22      +1 -1      ports/security/f-prot-sig/Makefile
  1.18      +2 -2      ports/security/f-prot-sig/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:14:15 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9387F16A4D1; Wed, 13 Oct 2004 16:14:15 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8A41F43D1F; Wed, 13 Oct 2004 16:14:15 +0000 (GMT)
	(envelope-from kwm@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGEFj8017013;
	Wed, 13 Oct 2004 16:14:15 GMT
	(envelope-from kwm@repoman.freebsd.org)
Received: (from kwm@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGEFRl017012;
	Wed, 13 Oct 2004 16:14:15 GMT
	(envelope-from kwm)
Message-Id: <200410131614.i9DGEFRl017012@repoman.freebsd.org>
From: Koop Mast 
Date: Wed, 13 Oct 2004 16:14:15 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/gstreamer-ffmpeg Makefile distinfo
 patch-ext_ffmpeg_gstffmpegenc.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:14:15 -0000

kwm         2004-10-13 16:14:15 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/gstreamer-ffmpeg Makefile distinfo 
  Added files:
    multimedia/gstreamer-ffmpeg/files 
                                      patch-ext_ffmpeg_gstffmpegenc.c 
  Log:
  Update to 0.8.2.
  Change e-mail to FreeBSD.org address.
  Add patch to fix memory leak [1].
  
  Approved by:    pav (mentor)
  Obtained from:  gstreamer cvs.
  
  Revision  Changes    Path
  1.7       +2 -3      ports/multimedia/gstreamer-ffmpeg/Makefile
  1.3       +2 -2      ports/multimedia/gstreamer-ffmpeg/distinfo
  1.1       +10 -0     ports/multimedia/gstreamer-ffmpeg/files/patch-ext_ffmpeg_gstffmpegenc.c (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:18:00 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7525016A4CE; Wed, 13 Oct 2004 16:18:00 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5711F43D1D; Wed, 13 Oct 2004 16:18:00 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGI0gL017150;
	Wed, 13 Oct 2004 16:18:00 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGI0BW017149;
	Wed, 13 Oct 2004 16:18:00 GMT
	(envelope-from marcus)
Message-Id: <200410131618.i9DGI0BW017149@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Wed, 13 Oct 2004 16:18:00 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/thunderbird Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:18:00 -0000

marcus      2004-10-13 16:18:00 UTC

  FreeBSD ports repository

  Modified files:
    mail/thunderbird     Makefile 
  Log:
  Fix build when PORTSDIR is read-only.
  
  PR:             72629
  
  Revision  Changes    Path
  1.27      +2 -0      ports/mail/thunderbird/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:20:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 32D7116A4CE; Wed, 13 Oct 2004 16:20:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 14DBF43D4C; Wed, 13 Oct 2004 16:20:12 +0000 (GMT)
	(envelope-from eik@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGKBvF017225;
	Wed, 13 Oct 2004 16:20:11 GMT
	(envelope-from eik@repoman.freebsd.org)
Received: (from eik@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGKB9f017224;
	Wed, 13 Oct 2004 16:20:11 GMT
	(envelope-from eik)
Message-Id: <200410131620.i9DGKB9f017224@repoman.freebsd.org>
From: Oliver Eikemeier 
Date: Wed, 13 Oct 2004 16:20:11 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/lesstif Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:20:12 -0000

eik         2004-10-13 16:20:11 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/lesstif Makefile 
  Log:
  - bump PORTEPOCH
  
  Forgotten by:   dinoex
  
  Revision  Changes    Path
  1.72      +1 -0      ports/x11-toolkits/lesstif/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:22:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C337D16A4CE; Wed, 13 Oct 2004 16:22:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9CD3343D3F; Wed, 13 Oct 2004 16:22:05 +0000 (GMT)
	(envelope-from sergei@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGM5j2017363;
	Wed, 13 Oct 2004 16:22:05 GMT
	(envelope-from sergei@repoman.freebsd.org)
Received: (from sergei@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGM5Is017362;
	Wed, 13 Oct 2004 16:22:05 GMT
	(envelope-from sergei)
Message-Id: <200410131622.i9DGM5Is017362@repoman.freebsd.org>
From: Sergei Kolobov 
Date: Wed, 13 Oct 2004 16:22:05 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/bincimap Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:22:06 -0000

sergei      2004-10-13 16:22:05 UTC

  FreeBSD ports repository

  Modified files:
    mail/bincimap        Makefile distinfo pkg-plist 
  Log:
  - Update to 1.2.10
  - Remove dependencies: bincimap can be used in multitude of configurations,
    supervise/tcpserver and xinetd are two of them, but not the only ones.
    For example, it can be used with inetd(8) in the base system, too. [1]
  - Install configuration samples into EXAMPLESDIR
  
  Requested by:   Paul-Andrew Joseph Miseiko  [1]
  
  Revision  Changes    Path
  1.9       +8 -39     ports/mail/bincimap/Makefile
  1.9       +2 -2      ports/mail/bincimap/distinfo
  1.5       +7 -13     ports/mail/bincimap/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:23:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BC18716A4DB; Wed, 13 Oct 2004 16:23:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6A4C343D2F; Wed, 13 Oct 2004 16:23:33 +0000 (GMT)
	(envelope-from adamw@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGNXYg017406;
	Wed, 13 Oct 2004 16:23:33 GMT
	(envelope-from adamw@repoman.freebsd.org)
Received: (from adamw@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGNXgl017405;
	Wed, 13 Oct 2004 16:23:33 GMT
	(envelope-from adamw)
Message-Id: <200410131623.i9DGNXgl017405@repoman.freebsd.org>
From: Adam Weinberger 
Date: Wed, 13 Oct 2004 16:23:33 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/Mk bsd.sites.mk
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:23:34 -0000

adamw       2004-10-13 16:23:33 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.sites.mk 
  Log:
  Remove tuwien.ac.at from MASTER_SITE_{GNOME,GNU,GNUPG}. It's been
  incredibly slow for the last couple months, and I've never had it
  go above 10KB/s. Often I've seen it stay below 1 KB/s.
  
  Revision  Changes    Path
  1.260     +1 -4      ports/Mk/bsd.sites.mk

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:27:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C497B16A4CE; Wed, 13 Oct 2004 16:27:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A542843D58; Wed, 13 Oct 2004 16:27:27 +0000 (GMT)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGRRd0017544;
	Wed, 13 Oct 2004 16:27:27 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGRRas017543;
	Wed, 13 Oct 2004 16:27:27 GMT
	(envelope-from delphij)
Message-Id: <200410131627.i9DGRRas017543@repoman.freebsd.org>
From: Xin LI 
Date: Wed, 13 Oct 2004 16:27:27 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/fs/msdosfs msdosfs_fat.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:27:28 -0000

delphij     2004-10-13 16:27:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/fs/msdosfs       msdosfs_fat.c 
  Log:
  MFC revision 1.36
  date: 2004/09/08 10:57:09;  author: tjr;  state: Exp;  lines: +5 -0
  Merge from NetBSD:
  Fix a panic that occurred when trying to traverse a corrupt msdosfs
  filesystem.  With this particular corruption, the code in pcbmap()
  would compute an offset into an array that was way out of bounds,
  so check the bounds before trying to access and return an error if
  the offset would be out of bounds.
  
  Approved by:    re (scottl)
  Approved by:    murray (mentor)
  
  Revision  Changes    Path
  1.35.2.1  +5 -0      src/sys/fs/msdosfs/msdosfs_fat.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:28:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8C01816A4CE; Wed, 13 Oct 2004 16:28:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 82A4343D2D; Wed, 13 Oct 2004 16:28:40 +0000 (GMT)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGSevZ017649;
	Wed, 13 Oct 2004 16:28:40 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGSew1017648;
	Wed, 13 Oct 2004 16:28:40 GMT
	(envelope-from delphij)
Message-Id: <200410131628.i9DGSew1017648@repoman.freebsd.org>
From: Xin LI 
Date: Wed, 13 Oct 2004 16:28:40 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/fs/msdosfs msdosfs_lookup.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:28:41 -0000

delphij     2004-10-13 16:28:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/fs/msdosfs       msdosfs_lookup.c 
  Log:
  MFC revision 1.41
  date: 2004/09/08 11:25:41;  author: tjr;  state: Exp;  lines: +18 -3
  Merge from NetBSD:
  Fix a problem in previous: we can't blindly assume that we have
  wincnt entries available at the offset the file has been found. If the dos
  directory entry is not preceded by appropriate number of long name
  entries (happens e.g. when the filesystem is corrupted, or when
  the filename complies to DOS rules and doesn't use any long name entry),
  we would overwrite random directory entries.
  
  There are still some problems, the whole thing has to be revisited and solved
  right.
  
  Approved by:    re (scottl)
  Approved by:    murray (mentor)
  
  Revision  Changes    Path
  1.40.2.1  +18 -3     src/sys/fs/msdosfs/msdosfs_lookup.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:30:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7486816A4DD; Wed, 13 Oct 2004 16:30:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 542FC43D41; Wed, 13 Oct 2004 16:30:33 +0000 (GMT)
	(envelope-from nork@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGUXVT017777;
	Wed, 13 Oct 2004 16:30:33 GMT
	(envelope-from nork@repoman.freebsd.org)
Received: (from nork@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGUX7b017776;
	Wed, 13 Oct 2004 16:30:33 GMT
	(envelope-from nork)
Message-Id: <200410131630.i9DGUX7b017776@repoman.freebsd.org>
From: Norikatsu Shigemura 
Date: Wed, 13 Oct 2004 16:30:33 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/japanese/samba Makefileports/japanese/samba/files
 patch-smbd:vfs.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:30:33 -0000

nork        2004-10-13 16:30:33 UTC

  FreeBSD ports repository

  Modified files:
    japanese/samba       Makefile 
  Added files:
    japanese/samba/files patch-smbd:vfs.c 
  Log:
  Oops, I forgot a new patch.
  
  Pointed out by: NAKAJI Hiroyuki  (maintainer)
  PR:             ports/71581
  
  Revision  Changes    Path
  1.45      +1 -0      ports/japanese/samba/Makefile
  1.1       +10 -0     ports/japanese/samba/files/patch-smbd:vfs.c (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:41:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 92F2816A4CE; Wed, 13 Oct 2004 16:41:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 75D5C43D48; Wed, 13 Oct 2004 16:41:13 +0000 (GMT)
	(envelope-from jeh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGfDis018107;
	Wed, 13 Oct 2004 16:41:13 GMT
	(envelope-from jeh@repoman.freebsd.org)
Received: (from jeh@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGfDKG018106;
	Wed, 13 Oct 2004 16:41:13 GMT
	(envelope-from jeh)
Message-Id: <200410131641.i9DGfDKG018106@repoman.freebsd.org>
From: "James E. Housley" 
Date: Wed, 13 Oct 2004 16:41:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:41:13 -0000

jeh         2004-10-13 16:41:13 UTC

  FreeBSD ports repository

  Modified files:
    security/uvscan-dat  Makefile distinfo 
  Log:
  Update to DAT 4398
  
  Revision  Changes    Path
  1.266     +1 -1      ports/security/uvscan-dat/Makefile
  1.263     +2 -2      ports/security/uvscan-dat/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:45:10 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AB52016A4CF; Wed, 13 Oct 2004 16:45:10 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8CFF943D49; Wed, 13 Oct 2004 16:45:10 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGjAKj018256;
	Wed, 13 Oct 2004 16:45:10 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGjA4E018255;
	Wed, 13 Oct 2004 16:45:10 GMT
	(envelope-from marcus)
Message-Id: <200410131645.i9DGjA4E018255@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Wed, 13 Oct 2004 16:45:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/eog2/files patch-libeog_eog-info-view.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:45:10 -0000

marcus      2004-10-13 16:45:10 UTC

  FreeBSD ports repository

  Added files:
    graphics/eog2/files  patch-libeog_eog-info-view.c 
  Log:
  Fix build with the new libexif.
  
  PR:             72643
  
  Revision  Changes    Path
  1.1       +24 -0     ports/graphics/eog2/files/patch-libeog_eog-info-view.c (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 16:55:35 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7068916A4CE; Wed, 13 Oct 2004 16:55:35 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 51F0F43D2D; Wed, 13 Oct 2004 16:55:35 +0000 (GMT)
	(envelope-from josef@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DGtZIk024914;
	Wed, 13 Oct 2004 16:55:35 GMT
	(envelope-from josef@repoman.freebsd.org)
Received: (from josef@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DGtZ0Z024913;
	Wed, 13 Oct 2004 16:55:35 GMT
	(envelope-from josef)
Message-Id: <200410131655.i9DGtZ0Z024913@repoman.freebsd.org>
From: Josef El-Rayes 
Date: Wed, 13 Oct 2004 16:55:35 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 16:55:35 -0000

josef       2004-10-13 16:55:35 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  Document a vulnerability in Zinf (freeamp).
  
  Approved by:    nectar
  
  Revision  Changes    Path
  1.291     +28 -1     ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 17:11:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BB3D716A4CF; Wed, 13 Oct 2004 17:11:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9CAAD43D31; Wed, 13 Oct 2004 17:11:03 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DHB3V3025423;
	Wed, 13 Oct 2004 17:11:03 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DHB3OW025422;
	Wed, 13 Oct 2004 17:11:03 GMT
	(envelope-from mat)
Message-Id: <200410131711.i9DHB3OW025422@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Wed, 13 Oct 2004 17:11:03 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/converters/p5-MIME-Base64 Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 17:11:03 -0000

mat         2004-10-13 17:11:03 UTC

  FreeBSD ports repository

  Modified files:
    converters/p5-MIME-Base64 Makefile distinfo 
  Log:
  Update to 3.05
  
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.38      +1 -1      ports/converters/p5-MIME-Base64/Makefile
  1.21      +2 -2      ports/converters/p5-MIME-Base64/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 17:18:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D821916A4CE; Wed, 13 Oct 2004 17:18:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B623843D48; Wed, 13 Oct 2004 17:18:02 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DHI2rk025707;
	Wed, 13 Oct 2004 17:18:02 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DHI2cm025706;
	Wed, 13 Oct 2004 17:18:02 GMT
	(envelope-from simon)
Message-Id: <200410131718.i9DHI2cm025706@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Wed, 13 Oct 2004 17:18:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 17:18:03 -0000

simon       2004-10-13 17:18:02 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  - Document a CUPS local information disclosure.
  - Note the impact of the sharutils buffer overflows.
  
  Approved by:    nectar
  
  Revision  Changes    Path
  1.292     +33 -1     ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:02:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DFB3116A4CE
	for ; Wed, 13 Oct 2004 18:02:03 +0000 (GMT)
Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9A20A43D5E
	for ; Wed, 13 Oct 2004 18:02:03 +0000 (GMT)
	(envelope-from jhb@FreeBSD.org)
Received: (qmail 7211 invoked from network); 13 Oct 2004 18:02:03 -0000
Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx)
	([216.27.160.63])          (envelope-sender )
	encrypted SMTP
	for ; 13 Oct 2004 18:02:02 -0000
Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9DI1wSW001485;
	Wed, 13 Oct 2004 14:01:59 -0400 (EDT)
	(envelope-from jhb@FreeBSD.org)
From: John Baldwin 
To: Marius Strobl 
Date: Wed, 13 Oct 2004 12:39:06 -0400
User-Agent: KMail/1.6.2
References: <200410122233.i9CMXJxl047004@repoman.freebsd.org>
	<20041012225842.GA27757@ns1.xcllnt.net>
	<20041013114422.A9875@newtrinity.zeist.de>
In-Reply-To: <20041013114422.A9875@newtrinity.zeist.de>
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <200410131239.06555.jhb@FreeBSD.org>
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: Poul-Henning Kamp 
cc: cvs-all@FreeBSD.org
cc: Marcel Moolenaar 
Subject: Re: cvs commit: src/sys/dev/sab sab.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:02:04 -0000

On Wednesday 13 October 2004 05:44 am, Marius Strobl wrote:
> On Tue, Oct 12, 2004 at 03:58:42PM -0700, Marcel Moolenaar wrote:
> > On Tue, Oct 12, 2004 at 10:33:19PM +0000, Poul-Henning Kamp wrote:
> > > phk         2004-10-12 22:33:19 UTC
> > >
> > >   FreeBSD src repository
> > >
> > >   Modified files:
> > >     sys/dev/sab          sab.c
> > >   Log:
> > >   Use generic tty code instead of local copies.
> > >
> > >   New devicename is ttyz{port}
> > >
> > >   No callout devices created.
> > >
> > >   Isn't this driver superseeded by uart(4) anyway ?
> >
> > Yes, in principle. I don't think I'm in the position to remove sab(4)
> > though.
>
> Uart(4) works fine as a replacement for sab(4) but we're not ready to
> switch to uart(4) by default on sparc64.

I can't get any kernel besides GENERIC to boot on my ultra60 atm, and GENERIC 
uses sab rather than uart.

-- 
John Baldwin   <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:10:00 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C051B16A4CE; Wed, 13 Oct 2004 18:10:00 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9F81E43D49; Wed, 13 Oct 2004 18:10:00 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIA0nk027481;
	Wed, 13 Oct 2004 18:10:00 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIA0p9027480;
	Wed, 13 Oct 2004 18:10:00 GMT
	(envelope-from erwin)
Message-Id: <200410131810.i9DIA0p9027480@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 18:10:00 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/p5-WWW-Search Makefile
 ports/www/p5-WWW-Search-AltaVista
 Makefile ports/www/p5-WWW-Search-Google Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:10:00 -0000

erwin       2004-10-13 18:10:00 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-WWW-Search    Makefile 
    www/p5-WWW-Search-AltaVista Makefile 
    www/p5-WWW-Search-Google Makefile 
  Log:
  Drop maintainership
  
  Revision  Changes    Path
  1.16      +1 -1      ports/www/p5-WWW-Search-AltaVista/Makefile
  1.9       +1 -1      ports/www/p5-WWW-Search-Google/Makefile
  1.40      +1 -1      ports/www/p5-WWW-Search/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:24:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3501C16A4CE; Wed, 13 Oct 2004 18:24:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1758343D49; Wed, 13 Oct 2004 18:24:36 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIOZgn028105;
	Wed, 13 Oct 2004 18:24:35 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIOZAr028104;
	Wed, 13 Oct 2004 18:24:35 GMT
	(envelope-from erwin)
Message-Id: <200410131824.i9DIOZAr028104@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 18:24:35 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/asp2php Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:24:36 -0000

erwin       2004-10-13 18:24:35 UTC

  FreeBSD ports repository

  Modified files:
    www/asp2php          Makefile distinfo 
  Removed files:
    www/asp2php          pkg-plist 
  Log:
  - Update to 0.76.22
  - Use PLIST
  
  PR:             71885
  Submitted by:   KATO Tsuguru 
  
  Revision  Changes    Path
  1.22      +5 -6      ports/www/asp2php/Makefile
  1.11      +2 -2      ports/www/asp2php/distinfo
  1.3       +0 -2      ports/www/asp2php/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:30:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3DFBC16A4CE; Wed, 13 Oct 2004 18:30:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1FEDB43D48; Wed, 13 Oct 2004 18:30:43 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIUhOP028378;
	Wed, 13 Oct 2004 18:30:43 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIUhYs028377;
	Wed, 13 Oct 2004 18:30:43 GMT
	(envelope-from erwin)
Message-Id: <200410131830.i9DIUhYs028377@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 18:30:42 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/p5-CDDB Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:30:43 -0000

erwin       2004-10-13 18:30:42 UTC

  FreeBSD ports repository

  Modified files:
    audio/p5-CDDB        Makefile distinfo 
  Log:
  Update to 1.15
  
  Revision  Changes    Path
  1.11      +1 -1      ports/audio/p5-CDDB/Makefile
  1.8       +2 -2      ports/audio/p5-CDDB/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:39:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A7BCF16A4CF; Wed, 13 Oct 2004 18:39:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 88CEA43D31; Wed, 13 Oct 2004 18:39:12 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIdC2U028614;
	Wed, 13 Oct 2004 18:39:12 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIdCH1028613;
	Wed, 13 Oct 2004 18:39:12 GMT
	(envelope-from erwin)
Message-Id: <200410131839.i9DIdCH1028613@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 18:39:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Curses-UI Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:39:12 -0000

erwin       2004-10-13 18:39:12 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Curses-UI   Makefile distinfo 
  Log:
  Update to 0.94
  
  Revision  Changes    Path
  1.3       +1 -1      ports/devel/p5-Curses-UI/Makefile
  1.3       +2 -2      ports/devel/p5-Curses-UI/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:39:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DA2F416A4CE; Wed, 13 Oct 2004 18:39:54 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B9F5943D39; Wed, 13 Oct 2004 18:39:54 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIdsMx028667;
	Wed, 13 Oct 2004 18:39:54 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIdsoU028666;
	Wed, 13 Oct 2004 18:39:54 GMT
	(envelope-from pav)
Message-Id: <200410131839.i9DIdsoU028666@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 18:39:54 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/iiimf-headers Makefile distinfo
 pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:39:55 -0000

pav         2004-10-13 18:39:54 UTC

  FreeBSD ports repository

  Modified files:
    textproc/iiimf-headers Makefile distinfo pkg-plist 
  Log:
  - Update to r12.0.1
  
  PR:             ports/72609
  Submitted by:   Kuang-che Wu  (maintainer)
  
  Revision  Changes    Path
  1.2       +7 -7      ports/textproc/iiimf-headers/Makefile
  1.3       +2 -2      ports/textproc/iiimf-headers/distinfo
  1.2       +2 -1      ports/textproc/iiimf-headers/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:40:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 46FB516A4FD; Wed, 13 Oct 2004 18:40:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3D1D743D49; Wed, 13 Oct 2004 18:40:44 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIeiRi028801;
	Wed, 13 Oct 2004 18:40:44 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIeiMm028800;
	Wed, 13 Oct 2004 18:40:44 GMT
	(envelope-from tobez)
Message-Id: <200410131840.i9DIeiMm028800@repoman.freebsd.org>
From: Anton Berezin 
Date: Wed, 13 Oct 2004 18:40:44 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc Makefileports/textproc/p5-Lingua-StopWords
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:40:44 -0000

tobez       2004-10-13 18:40:43 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Lingua-StopWords Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Add p5-Lingua-StopWords, a Perl module providing lists of stopwords for
  several languages.
  
  Revision  Changes    Path
  1.748     +1 -0      ports/textproc/Makefile
  1.1       +28 -0     ports/textproc/p5-Lingua-StopWords/Makefile (new)
  1.1       +2 -0      ports/textproc/p5-Lingua-StopWords/distinfo (new)
  1.1       +5 -0      ports/textproc/p5-Lingua-StopWords/pkg-descr (new)
  1.1       +16 -0     ports/textproc/p5-Lingua-StopWords/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:41:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EAD4916A63F; Wed, 13 Oct 2004 18:41:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CC88F43D46; Wed, 13 Oct 2004 18:41:05 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIf5Xn028876;
	Wed, 13 Oct 2004 18:41:05 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIf555028875;
	Wed, 13 Oct 2004 18:41:05 GMT
	(envelope-from tobez)
Message-Id: <200410131841.i9DIf555028875@repoman.freebsd.org>
From: Anton Berezin 
Date: Wed, 13 Oct 2004 18:41:05 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:41:06 -0000

tobez       2004-10-13 18:41:05 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    p5-Lingua-StopWords --> ports/textproc/p5-Lingua-StopWords
  
  Revision  Changes    Path
  1.11137   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:41:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0D65216A51A; Wed, 13 Oct 2004 18:41:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EEFFF43D49; Wed, 13 Oct 2004 18:41:12 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIfCs0028938;
	Wed, 13 Oct 2004 18:41:12 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIfCeB028937;
	Wed, 13 Oct 2004 18:41:12 GMT
	(envelope-from pav)
Message-Id: <200410131841.i9DIfCeB028937@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 18:41:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/iiimf-csconv Makefile distinfo
 patch-lib_CSConv_configurepatch-lib_CSConv_converterPI_configure
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:41:13 -0000

pav         2004-10-13 18:41:12 UTC

  FreeBSD ports repository

  Modified files:
    textproc/iiimf-csconv Makefile distinfo pkg-plist 
  Added files:
    textproc/iiimf-csconv/files patch-lib_CSConv_configure.ac 
  Removed files:
    textproc/iiimf-csconv/files patch-lib_CSConv_configure 
                                patch-lib_CSConv_converterPI_configure 
  Log:
  - Update to r12.0.1
  
  PR:             ports/72610
  Submitted by:   Kuang-che Wu  (maintainer)
  
  Revision  Changes    Path
  1.3       +22 -19    ports/textproc/iiimf-csconv/Makefile
  1.3       +2 -2      ports/textproc/iiimf-csconv/distinfo
  1.3       +0 -26     ports/textproc/iiimf-csconv/files/patch-lib_CSConv_configure (dead)
  1.1       +35 -0     ports/textproc/iiimf-csconv/files/patch-lib_CSConv_configure.ac (new)
  1.2       +0 -18     ports/textproc/iiimf-csconv/files/patch-lib_CSConv_converterPI_configure (dead)
  1.2       +0 -1      ports/textproc/iiimf-csconv/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:41:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 39A2916A4CE; Wed, 13 Oct 2004 18:41:46 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1CF1D43D2F; Wed, 13 Oct 2004 18:41:46 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIfkA5028980;
	Wed, 13 Oct 2004 18:41:46 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIfkBt028979;
	Wed, 13 Oct 2004 18:41:46 GMT
	(envelope-from erwin)
Message-Id: <200410131841.i9DIfkBt028979@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 18:41:45 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-OLE-Storage_Lite Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:41:46 -0000

erwin       2004-10-13 18:41:45 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-OLE-Storage_Lite Makefile distinfo 
  Log:
  Update to 0.13
  
  Revision  Changes    Path
  1.9       +1 -1      ports/devel/p5-OLE-Storage_Lite/Makefile
  1.7       +2 -2      ports/devel/p5-OLE-Storage_Lite/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:45:16 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id ADAF516A4CF; Wed, 13 Oct 2004 18:45:16 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A378543D3F; Wed, 13 Oct 2004 18:45:16 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIjGQo029183;
	Wed, 13 Oct 2004 18:45:16 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIjGBw029182;
	Wed, 13 Oct 2004 18:45:16 GMT
	(envelope-from pav)
Message-Id: <200410131845.i9DIjGBw029182@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 18:45:16 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/iiimf-protocol-lib Makefile distinfo
 patch-include_iiimp_iiimp-data.h
 patch-lib-iiimp-data-iiimp-dataP.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:45:16 -0000

pav         2004-10-13 18:45:16 UTC

  FreeBSD ports repository

  Modified files:
    textproc/iiimf-protocol-lib Makefile distinfo pkg-plist 
  Added files:
    textproc/iiimf-protocol-lib/files 
                                      patch-lib-iiimp-data-iiimp-dataP.h 
  Removed files:
    textproc/iiimf-protocol-lib/files 
                                      patch-include_iiimp_iiimp-data.h 
  Log:
  - Update to r12.0.1
  
  PR:             ports/72611
  Submitted by:   Kuang-che Wu  (maintainer)
  
  Revision  Changes    Path
  1.6       +20 -17    ports/textproc/iiimf-protocol-lib/Makefile
  1.3       +2 -2      ports/textproc/iiimf-protocol-lib/distinfo
  1.3       +0 -14     ports/textproc/iiimf-protocol-lib/files/patch-include_iiimp_iiimp-data.h (dead)
  1.1       +26 -0     ports/textproc/iiimf-protocol-lib/files/patch-lib-iiimp-data-iiimp-dataP.h (new)
  1.2       +2 -3      ports/textproc/iiimf-protocol-lib/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:49:41 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 397D916A4CE; Wed, 13 Oct 2004 18:49:41 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1A33243D46; Wed, 13 Oct 2004 18:49:41 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DInff0029295;
	Wed, 13 Oct 2004 18:49:41 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIneDR029294;
	Wed, 13 Oct 2004 18:49:40 GMT
	(envelope-from erwin)
Message-Id: <200410131849.i9DIneDR029294@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 18:49:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Test-Exception Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:49:41 -0000

erwin       2004-10-13 18:49:40 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Test-Exception Makefile distinfo 
  Log:
  Update to 0.20
  
  Revision  Changes    Path
  1.8       +1 -1      ports/devel/p5-Test-Exception/Makefile
  1.4       +2 -2      ports/devel/p5-Test-Exception/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:54:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2A43A16A4CE; Wed, 13 Oct 2004 18:54:57 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0B49843D39; Wed, 13 Oct 2004 18:54:57 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIsupd029481;
	Wed, 13 Oct 2004 18:54:56 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIsu5a029480;
	Wed, 13 Oct 2004 18:54:56 GMT
	(envelope-from erwin)
Message-Id: <200410131854.i9DIsu5a029480@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 18:54:56 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/finance/p5-Business-OnlinePayment-AuthorizeNet
	Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:54:57 -0000

erwin       2004-10-13 18:54:56 UTC

  FreeBSD ports repository

  Modified files:
    finance/p5-Business-OnlinePayment-AuthorizeNet Makefile 
                                                   distinfo 
  Log:
  Update to 3.14
  
  Revision  Changes    Path
  1.9       +1 -1      ports/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile
  1.5       +2 -2      ports/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 18:57:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4B11516A4CE; Wed, 13 Oct 2004 18:57:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2D6C143D2F; Wed, 13 Oct 2004 18:57:39 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DIvdpg029621;
	Wed, 13 Oct 2004 18:57:39 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DIvdUM029620;
	Wed, 13 Oct 2004 18:57:39 GMT
	(envelope-from erwin)
Message-Id: <200410131857.i9DIvdUM029620@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 18:57:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/finance/p5-Business-OnlinePayment-LinkPoint
	Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 18:57:39 -0000

erwin       2004-10-13 18:57:39 UTC

  FreeBSD ports repository

  Modified files:
    finance/p5-Business-OnlinePayment-LinkPoint Makefile distinfo 
  Log:
  Update to 0.04
  
  Revision  Changes    Path
  1.9       +1 -1      ports/finance/p5-Business-OnlinePayment-LinkPoint/Makefile
  1.4       +2 -2      ports/finance/p5-Business-OnlinePayment-LinkPoint/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:01:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6DC4C16A4CE; Wed, 13 Oct 2004 19:01:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 505FC43D1F; Wed, 13 Oct 2004 19:01:02 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJ12OR029827;
	Wed, 13 Oct 2004 19:01:02 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJ123l029826;
	Wed, 13 Oct 2004 19:01:02 GMT
	(envelope-from erwin)
Message-Id: <200410131901.i9DJ123l029826@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 19:01:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/p5-URI Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:01:02 -0000

erwin       2004-10-13 19:01:02 UTC

  FreeBSD ports repository

  Modified files:
    net/p5-URI           Makefile distinfo 
  Log:
  Update to 1.34
  
  Revision  Changes    Path
  1.36      +1 -1      ports/net/p5-URI/Makefile
  1.25      +2 -2      ports/net/p5-URI/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:03:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5D61116A4CE; Wed, 13 Oct 2004 19:03:32 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3EAC643D46; Wed, 13 Oct 2004 19:03:32 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJ3WN9029895;
	Wed, 13 Oct 2004 19:03:32 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJ3WV8029894;
	Wed, 13 Oct 2004 19:03:32 GMT
	(envelope-from erwin)
Message-Id: <200410131903.i9DJ3WV8029894@repoman.freebsd.org>
From: Erwin Lansing 
Date: Wed, 13 Oct 2004 19:03:32 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/sysutils/p5-Quota Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:03:32 -0000

erwin       2004-10-13 19:03:32 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/p5-Quota    Makefile distinfo 
  Log:
  Update to 1.4.11
  
  Revision  Changes    Path
  1.11      +1 -1      ports/sysutils/p5-Quota/Makefile
  1.8       +2 -2      ports/sysutils/p5-Quota/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:08:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A9E3716A4CE; Wed, 13 Oct 2004 19:08:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9966B43D39; Wed, 13 Oct 2004 19:08:40 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJ8eDg030203;
	Wed, 13 Oct 2004 19:08:40 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJ8eYm030202;
	Wed, 13 Oct 2004 19:08:40 GMT
	(envelope-from pav)
Message-Id: <200410131908.i9DJ8eYm030202@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 19:08:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/iiimf-client-lib Makefile distinfo
 patch-acfiles_check_sys.m4
 patch-lib-iiimcf-test-check-Makefile.am patch-lib_EIMIL_test_Makefile.am
 patch-lib_iiimcf_test_check_Makefile.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:08:40 -0000

pav         2004-10-13 19:08:40 UTC

  FreeBSD ports repository

  Modified files:
    textproc/iiimf-client-lib Makefile distinfo pkg-plist 
  Added files:
    textproc/iiimf-client-lib/files patch-acfiles_check_sys.m4 
                                    patch-lib-iiimcf-Makefile.am 
                                    patch-lib-iiimcf-test-check-Makefile.am 
                                    patch-lib_EIMIL_test_Makefile.am 
  Removed files:
    textproc/iiimf-client-lib/files 
                                    patch-lib_EIMIL_test_Makefile.in 
                                    patch-lib_iiimcf_Makefile.in 
                                    patch-lib_iiimcf_test_check_Makefile.in 
  Log:
  - Update to r12.0.1
  
  PR:             ports/72645
  Submitted by:   Kuang-che Wu  (maintainer)
  
  Revision  Changes    Path
  1.5       +46 -18    ports/textproc/iiimf-client-lib/Makefile
  1.3       +2 -2      ports/textproc/iiimf-client-lib/distinfo
  1.1       +36 -0     ports/textproc/iiimf-client-lib/files/patch-acfiles_check_sys.m4 (new)
  1.1       +11 -0     ports/textproc/iiimf-client-lib/files/patch-lib-iiimcf-Makefile.am (new)
  1.1       +20 -0     ports/textproc/iiimf-client-lib/files/patch-lib-iiimcf-test-check-Makefile.am (new)
  1.1       +23 -0     ports/textproc/iiimf-client-lib/files/patch-lib_EIMIL_test_Makefile.am (new)
  1.2       +0 -17     ports/textproc/iiimf-client-lib/files/patch-lib_EIMIL_test_Makefile.in (dead)
  1.2       +0 -11     ports/textproc/iiimf-client-lib/files/patch-lib_iiimcf_Makefile.in (dead)
  1.2       +0 -11     ports/textproc/iiimf-client-lib/files/patch-lib_iiimcf_test_check_Makefile.in (dead)
  1.2       +0 -1      ports/textproc/iiimf-client-lib/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:16:30 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 11D5916A4CF; Wed, 13 Oct 2004 19:16:30 +0000 (GMT)
Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C570D43D53; Wed, 13 Oct 2004 19:16:29 +0000 (GMT)
	(envelope-from obrien@NUXI.com)
Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1])
	by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9DJGRJX090341;
	Wed, 13 Oct 2004 12:16:27 -0700 (PDT)
	(envelope-from obrien@dragon.nuxi.com)
Received: (from obrien@localhost)
	by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9DJGQZt090340;
	Wed, 13 Oct 2004 12:16:26 -0700 (PDT)
	(envelope-from obrien)
Date: Wed, 13 Oct 2004 12:16:26 -0700
From: "David O'Brien" 
To: Jun Kuriyama 
Message-ID: <20041013191626.GA90229@dragon.nuxi.com>
References: <200410112237.i9BMbYoC033633@repoman.freebsd.org>
	<7m655gvnli.wl@black.imgsrc.co.jp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <7m655gvnli.wl@black.imgsrc.co.jp>
User-Agent: Mutt/1.4.1i
X-Operating-System: FreeBSD 6.0-CURRENT
Organization: The NUXI BSD Group
X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Rsa-Keyid: 1024/34F9F9D5
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/etc/defaults rc.conf
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: obrien@FreeBSD.org
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:16:30 -0000

On Tue, Oct 12, 2004 at 08:31:21AM +0900, Jun Kuriyama wrote:
> At Mon, 11 Oct 2004 22:37:34 +0000 (UTC),
> David E. O'Brien wrote:
> >   Modified files:
> >     etc/defaults         rc.conf 
> >   Log:
> >   'portupgrade' places obsoleted shared libraries in /usr/local/lib/compat/pkg,
> >   so add this the list of directories ldconfig'ed.
> 
> Hmm, doesn't etc/rc.d/000.pkgtools.sh script help you?

It doesn't if one pkg_delete's portupgrade and yet still have binaries
needing the compat libs.  

We have had great success due to our central, easy to admin /etc/rc.conf.
If I, a 9 year FreeBSD committer, didn't know where
/usr/local/lib/compat/pkg is 'ldocnfig'ed, then it is too hidden and
makes administrating FreeBSD like Linux.

-- 
-- David  (obrien@FreeBSD.org)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:23:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E259516A4CE; Wed, 13 Oct 2004 19:23:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8040E43D31; Wed, 13 Oct 2004 19:23:33 +0000 (GMT)
	(envelope-from mlaier@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJNXtD030756;
	Wed, 13 Oct 2004 19:23:33 GMT
	(envelope-from mlaier@repoman.freebsd.org)
Received: (from mlaier@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJNXr5030755;
	Wed, 13 Oct 2004 19:23:33 GMT
	(envelope-from mlaier)
Message-Id: <200410131923.i9DJNXr5030755@repoman.freebsd.org>
From: Max Laier 
Date: Wed, 13 Oct 2004 19:23:33 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/compat/ndis subr_ndis.c subr_ntoskrnl.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:23:34 -0000

mlaier      2004-10-13 19:23:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/compat/ndis      subr_ndis.c subr_ntoskrnl.c 
  Log:
  MFC build fix:
    Fix compiler warnings, when __stdcall is #defined, by adding explicit
    casts. These normally only manifest if the ndis compat module is
    statically compiled into a kernel image by way of 'options NDISAPI'.
  
    Submitted by: Dmitri Nikulin
    Approved by:  wpaul
    PR:           kern/71449
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.67.2.1  +1 -1      src/sys/compat/ndis/subr_ndis.c
  1.43.2.1  +1 -1      src/sys/compat/ndis/subr_ntoskrnl.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:35:35 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 17E7816A4CE; Wed, 13 Oct 2004 19:35:35 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0960C43D5A; Wed, 13 Oct 2004 19:35:35 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJZYTk031258;
	Wed, 13 Oct 2004 19:35:34 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJZYet031257;
	Wed, 13 Oct 2004 19:35:34 GMT
	(envelope-from pav)
Message-Id: <200410131935.i9DJZYet031257@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 19:35:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc Makefile ports/textproc/iiimf-x-lib
 Makefile distinfo pkg-descr pkg-plist
 patch-iiimxcf_xiiimp.so_iiimp_Makefile.am
 patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c
 patch-iiimxcf_xiiimp.so_iiimp_iiimpSwitcher.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:35:35 -0000

pav         2004-10-13 19:35:34 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/iiimf-x-lib Makefile distinfo pkg-descr pkg-plist 
    textproc/iiimf-x-lib/files 
                               patch-iiimxcf_xiiimp.so_iiimp_Makefile.am 
                               patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c 
                               patch-iiimxcf_xiiimp.so_iiimp_iiimpConv.c 
                               patch-iiimxcf_xiiimp.so_iiimp_iiimpSwitcher.c 
  Log:
  Add iiimf-x-lib, X Client Framework for Internet/Intranet Input Method
  
  PR:             ports/72613
  Submitted by:   Kuang-che Wu 
  
  Revision  Changes    Path
  1.749     +1 -0      ports/textproc/Makefile
  1.1       +59 -0     ports/textproc/iiimf-x-lib/Makefile (new)
  1.1       +2 -0      ports/textproc/iiimf-x-lib/distinfo (new)
  1.1       +12 -0     ports/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am (new)
  1.1       +16 -0     ports/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c (new)
  1.1       +11 -0     ports/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpConv.c (new)
  1.1       +22 -0     ports/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpSwitcher.c (new)
  1.1       +21 -0     ports/textproc/iiimf-x-lib/pkg-descr (new)
  1.1       +3 -0      ports/textproc/iiimf-x-lib/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:36:29 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7A10316A4CE; Wed, 13 Oct 2004 19:36:29 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5D3CF43D1D; Wed, 13 Oct 2004 19:36:29 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJaTIK031330;
	Wed, 13 Oct 2004 19:36:29 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJaTO6031329;
	Wed, 13 Oct 2004 19:36:29 GMT
	(envelope-from pav)
Message-Id: <200410131936.i9DJaTO6031329@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 19:36:29 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:36:29 -0000

pav         2004-10-13 19:36:29 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    iiimf-x-lib --> ports/textproc/iiimf-x-lib
  
  Revision  Changes    Path
  1.11138   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:39:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 858C316A4CE; Wed, 13 Oct 2004 19:39:26 +0000 (GMT)
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BC57243D2F; Wed, 13 Oct 2004 19:39:23 +0000 (GMT)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i9DJd5CJ047722;
	Wed, 13 Oct 2004 21:39:05 +0200 (CEST)
	(envelope-from phk@critter.freebsd.dk)
To: John Baldwin 
From: "Poul-Henning Kamp" 
In-Reply-To: Your message of "Wed, 13 Oct 2004 12:39:06 EDT."
             <200410131239.06555.jhb@FreeBSD.org> 
Date: Wed, 13 Oct 2004 21:39:05 +0200
Message-ID: <47721.1097696345@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
cc: cvs-src@FreeBSD.org
cc: Marcel Moolenaar 
cc: cvs-all@FreeBSD.org
cc: src-committers@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/sab sab.c 
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:39:26 -0000

In message <200410131239.06555.jhb@FreeBSD.org>, John Baldwin writes:
>> > >   Modified files:
>> > >     sys/dev/sab          sab.c
>> > >   Log:
>> > >
>> > >   Isn't this driver superseeded by uart(4) anyway ?
>> >
>> > Yes, in principle. I don't think I'm in the position to remove sab(4)
>> > though.
>>
>> Uart(4) works fine as a replacement for sab(4) but we're not ready to
>> switch to uart(4) by default on sparc64.
>
>I can't get any kernel besides GENERIC to boot on my ultra60 atm, and GENERIC 
>uses sab rather than uart.

I tried both ofw_console, sab and uart on my ultra60 and they all
worked.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:46:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D48E216A4CE; Wed, 13 Oct 2004 19:46:54 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B757D43D3F; Wed, 13 Oct 2004 19:46:54 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJks0H031664;
	Wed, 13 Oct 2004 19:46:54 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJks00031663;
	Wed, 13 Oct 2004 19:46:54 GMT
	(envelope-from krion)
Message-Id: <200410131946.i9DJks00031663@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 19:46:54 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/ng_netflow Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:46:55 -0000

krion       2004-10-13 19:46:54 UTC

  FreeBSD ports repository

  Modified files:
    net/ng_netflow       Makefile 
  Log:
  Mark IGNORE if /usr/sbin/flowctl already exists in base system.
  
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.6       +4 -0      ports/net/ng_netflow/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:47:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 679DF16A4CE; Wed, 13 Oct 2004 19:47:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5B23443D1F; Wed, 13 Oct 2004 19:47:13 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJlDC6031738;
	Wed, 13 Oct 2004 19:47:13 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJlD2A031737;
	Wed, 13 Oct 2004 19:47:13 GMT
	(envelope-from pav)
Message-Id: <200410131947.i9DJlD2A031737@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 19:47:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/iiimf-x Makefile distinfo pkg-plist
 patch-iiimxcf_htt_xbe_src_watchdog.c
 patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:47:13 -0000

pav         2004-10-13 19:47:13 UTC

  FreeBSD ports repository

  Modified files:
    textproc/iiimf-x     Makefile distinfo pkg-plist 
    textproc/iiimf-x/files patch-iiimxcf_htt_xbe_src_watchdog.c 
  Added files:
    textproc/iiimf-x/files patch-acfiles_check_sys.m4 
  Removed files:
    textproc/iiimf-x/files 
                           patch-iiimxcf_xiiimp.so_iiimp_Makefile.in 
                           patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c 
  Log:
  - Update to r12.0.1
  
  PR:             ports/72614
  Submitted by:   Kuang-che Wu  (maintainer)
  
  Revision  Changes    Path
  1.5       +25 -49    ports/textproc/iiimf-x/Makefile
  1.3       +2 -2      ports/textproc/iiimf-x/distinfo
  1.1       +36 -0     ports/textproc/iiimf-x/files/patch-acfiles_check_sys.m4 (new)
  1.2       +15 -16    ports/textproc/iiimf-x/files/patch-iiimxcf_htt_xbe_src_watchdog.c
  1.2       +0 -22     ports/textproc/iiimf-x/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.in (dead)
  1.2       +0 -11     ports/textproc/iiimf-x/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c (dead)
  1.2       +0 -5      ports/textproc/iiimf-x/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:53:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 87D4F16A4CE; Wed, 13 Oct 2004 19:53:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 68F5D43D2F; Wed, 13 Oct 2004 19:53:36 +0000 (GMT)
	(envelope-from des@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJrawl031960;
	Wed, 13 Oct 2004 19:53:36 GMT
	(envelope-from des@repoman.freebsd.org)
Received: (from des@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJrafK031959;
	Wed, 13 Oct 2004 19:53:36 GMT
	(envelope-from des)
Message-Id: <200410131953.i9DJrafK031959@repoman.freebsd.org>
From: Dag-Erling Smorgrav 
Date: Wed, 13 Oct 2004 19:53:36 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/misc/porteasy Makefile ports/misc/porteasy/src
 porteasy.pl
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:53:36 -0000

des         2004-10-13 19:53:36 UTC

  FreeBSD ports repository

  Modified files:
    misc/porteasy        Makefile 
    misc/porteasy/src    porteasy.pl 
  Log:
  Improve handling of installed ports whose origin can't be determined.
  
  Revision  Changes    Path
  1.42      +1 -1      ports/misc/porteasy/Makefile
  1.47      +14 -4     ports/misc/porteasy/src/porteasy.pl

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:55:55 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A2B9716A4CF; Wed, 13 Oct 2004 19:55:55 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7D06843D1F; Wed, 13 Oct 2004 19:55:55 +0000 (GMT)
	(envelope-from blackend@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJttQ5032109;
	Wed, 13 Oct 2004 19:55:55 GMT
	(envelope-from blackend@repoman.freebsd.org)
Received: (from blackend@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJttO1032108;
	Wed, 13 Oct 2004 19:55:55 GMT
	(envelope-from blackend)
Message-Id: <200410131955.i9DJttO1032108@repoman.freebsd.org>
From: Marc Fonvieille 
Date: Wed, 13 Oct 2004 19:55:55 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:55:55 -0000

blackend    2004-10-13 19:55:55 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/config chapter.sgml 
  Log:
  Use of command tags instead of quote+option ones where needed.
  
  Revision  Changes    Path
  1.182     +5 -5      doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:56:18 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2A9C216A4CE; Wed, 13 Oct 2004 19:56:18 +0000 (GMT)
Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EFDAF43D1D; Wed, 13 Oct 2004 19:56:17 +0000 (GMT)
	(envelope-from obrien@NUXI.com)
Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1])
	by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9DJuHEj091308;
	Wed, 13 Oct 2004 12:56:17 -0700 (PDT)
	(envelope-from obrien@dragon.nuxi.com)
Received: (from obrien@localhost)
	by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9DJuFoL091307;
	Wed, 13 Oct 2004 12:56:15 -0700 (PDT)
	(envelope-from obrien)
Date: Wed, 13 Oct 2004 12:56:15 -0700
From: "David O'Brien" 
To: Makoto Matsushita 
Message-ID: <20041013195615.GC90229@dragon.nuxi.com>
References: <200410020146.i921kKAO057981@repoman.freebsd.org>
	<20041002044957.GA36384@dragon.nuxi.com>
	<20041003004611E.matusita@jp.FreeBSD.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041003004611E.matusita@jp.FreeBSD.org>
User-Agent: Mutt/1.4.1i
X-Operating-System: FreeBSD 6.0-CURRENT
Organization: The NUXI BSD Group
X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Rsa-Keyid: 1024/34F9F9D5
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/compat/compat4x.alpha libc.so.4.bz2.uu
	libc_r.so.4.bz2.uu libhistory.so.4.bz2.uu libm.so.2.bz2.uu
	libopie.so.2.bz2.uu libpcap.so.2.bz2.uu libperl.so.3.bz2.uu
	libreadline.so.4.bz2.uu
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: obrien@FreeBSD.org
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:56:18 -0000

On Sun, Oct 03, 2004 at 12:46:11AM +0900, Makoto Matsushita wrote:
> 
> obrien> Why did you do this??  You know that we're removing these libs in
> obrien> 6-CURRENT.   I discussed it with you and you bought into it.
> 
> It would be a good decision IMHO -- can we tweak compat library
> directory in near future?  A sample patch attached below.
.. 
> -ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib"
> +ldconfig_paths="/usr/X11R6/lib /usr/local/lib"
..
> -        compat
> -            aout
> -            ..
> -        ..

There is some debate about if compat libs should be placed in
/usr/lib/compat or /usr/local/lib/compat.  I'm not sure what way I fall
on this... but I'd love to know if we have consensus among committers.

-- 
-- David  (obrien@FreeBSD.org)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 19:56:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 43EFE16A4CE; Wed, 13 Oct 2004 19:56:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 361D143D48; Wed, 13 Oct 2004 19:56:47 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DJulCT032195;
	Wed, 13 Oct 2004 19:56:47 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DJulri032194;
	Wed, 13 Oct 2004 19:56:47 GMT
	(envelope-from pav)
Message-Id: <200410131956.i9DJulri032194@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 19:56:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/iiimf-server Makefile distinfo
 patch-iiimsf-src-Makefile.ampatch-iiimsf_src_iwrap.c
 patch-iiimsf_src_watchdog.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 19:56:47 -0000

pav         2004-10-13 19:56:47 UTC

  FreeBSD ports repository

  Modified files:
    textproc/iiimf-server Makefile distinfo 
    textproc/iiimf-server/files patch-iiimsf_src_IMAuth.cpp 
                                patch-iiimsf_src_watchdog.c 
  Added files:
    textproc/iiimf-server/files patch-acfiles_check_sys.m4 
                                patch-iiimsf-src-Makefile.am 
  Removed files:
    textproc/iiimf-server/files patch-iiimsf_src_Makefile.in 
                                patch-iiimsf_src_iwrap.c 
  Log:
  - Update to r12.0.1
  
  PR:             ports/72615
  Submitted by:   Kuang-che Wu  (maintainer)
  
  Revision  Changes    Path
  1.5       +22 -25    ports/textproc/iiimf-server/Makefile
  1.3       +2 -2      ports/textproc/iiimf-server/distinfo
  1.1       +36 -0     ports/textproc/iiimf-server/files/patch-acfiles_check_sys.m4 (new)
  1.1       +9 -0      ports/textproc/iiimf-server/files/patch-iiimsf-src-Makefile.am (new)
  1.2       +2 -2      ports/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp
  1.2       +0 -21     ports/textproc/iiimf-server/files/patch-iiimsf_src_Makefile.in (dead)
  1.2       +0 -10     ports/textproc/iiimf-server/files/patch-iiimsf_src_iwrap.c (dead)
  1.2       +2 -2      ports/textproc/iiimf-server/files/patch-iiimsf_src_watchdog.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:07:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3FF5116A4CE; Wed, 13 Oct 2004 20:07:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 35DF543D1F; Wed, 13 Oct 2004 20:07:09 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DK79Fm032581;
	Wed, 13 Oct 2004 20:07:09 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DK79AG032580;
	Wed, 13 Oct 2004 20:07:09 GMT
	(envelope-from pav)
Message-Id: <200410132007.i9DK79AG032580@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 20:07:09 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/iiimf-gtk Makefile distinfo pkg-plist
 patch-iiimgcf_Makefile.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:07:09 -0000

pav         2004-10-13 20:07:09 UTC

  FreeBSD ports repository

  Modified files:
    textproc/iiimf-gtk   Makefile distinfo pkg-plist 
  Added files:
    textproc/iiimf-gtk/files patch-iiimgcf_Makefile.am 
  Removed files:
    textproc/iiimf-gtk/files patch-iiimgcf_Makefile.in 
  Log:
  - Update to r12.0.1
  
  PR:             ports/72616
  Submitted by:   Kuang-che Wu  (maintainer)
  
  Revision  Changes    Path
  1.4       +20 -17    ports/textproc/iiimf-gtk/Makefile
  1.3       +2 -2      ports/textproc/iiimf-gtk/distinfo
  1.1       +12 -0     ports/textproc/iiimf-gtk/files/patch-iiimgcf_Makefile.am (new)
  1.2       +0 -22     ports/textproc/iiimf-gtk/files/patch-iiimgcf_Makefile.in (dead)
  1.3       +0 -2      ports/textproc/iiimf-gtk/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:14:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B7DAD16A4CE; Wed, 13 Oct 2004 20:14:06 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 96D9143D41; Wed, 13 Oct 2004 20:14:06 +0000 (GMT)
	(envelope-from lth@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKE62N032877;
	Wed, 13 Oct 2004 20:14:06 GMT
	(envelope-from lth@repoman.freebsd.org)
Received: (from lth@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKE6VP032876;
	Wed, 13 Oct 2004 20:14:06 GMT
	(envelope-from lth)
Message-Id: <200410132014.i9DKE6VP032876@repoman.freebsd.org>
From: Lars Thegler 
Date: Wed, 13 Oct 2004 20:14:06 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/p5-Text-TabularDisplay Makefile distinfo
 patch-TabularDisplay.pm
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:14:06 -0000

lth         2004-10-13 20:14:06 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-Text-TabularDisplay Makefile distinfo 
  Removed files:
    textproc/p5-Text-TabularDisplay/files patch-TabularDisplay.pm 
  Log:
  - Update to 1.19
  - Remove obsolete PREFIX hackery
  - Patch now included in source
  
  Revision  Changes    Path
  1.3       +2 -8      ports/textproc/p5-Text-TabularDisplay/Makefile
  1.2       +2 -2      ports/textproc/p5-Text-TabularDisplay/distinfo
  1.2       +0 -11     ports/textproc/p5-Text-TabularDisplay/files/patch-TabularDisplay.pm (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:15:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2750316A4CE; Wed, 13 Oct 2004 20:15:54 +0000 (GMT)
Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F02B643D2D; Wed, 13 Oct 2004 20:15:53 +0000 (GMT)
	(envelope-from obrien@NUXI.com)
Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1])
	by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9DKFrIe091863;
	Wed, 13 Oct 2004 13:15:53 -0700 (PDT)
	(envelope-from obrien@dragon.nuxi.com)
Received: (from obrien@localhost)
	by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9DKFroB091861;
	Wed, 13 Oct 2004 13:15:53 -0700 (PDT)
	(envelope-from obrien)
Date: Wed, 13 Oct 2004 13:15:53 -0700
From: "David O'Brien" 
To: Poul-Henning Kamp 
Message-ID: <20041013201553.GA91818@dragon.nuxi.com>
References: <200409282200.i8SM015j016818@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200409282200.i8SM015j016818@repoman.freebsd.org>
User-Agent: Mutt/1.4.1i
X-Operating-System: FreeBSD 6.0-CURRENT
Organization: The NUXI BSD Group
X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Rsa-Keyid: 1024/34F9F9D5
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/tools/tools/recoverdisk Makefile README
	recoverdisk.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: obrien@FreeBSD.org
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:15:54 -0000

On Tue, Sep 28, 2004 at 10:00:01PM +0000, Poul-Henning Kamp wrote:
> phk         2004-09-28 22:00:01 UTC
> 
>   FreeBSD src repository
> 
>   Added files:
>     tools/tools/recoverdisk Makefile README recoverdisk.c 
>   Log:
..
>   You can refresh a disk:
>           recoverdisk /dev/ad1 /dev/ad1
>   or salvage a floppy:
>           recoverdisk /dev/fd0 myfloppy.flp

Why hide this useful tool in src/tools vs. putting it in src or making it
port?

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:19:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 86AE016A4CE; Wed, 13 Oct 2004 20:19:25 +0000 (GMT)
Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0557143D45; Wed, 13 Oct 2004 20:19:25 +0000 (GMT)
	(envelope-from marcel@xcllnt.net)
Received: from ns1.xcllnt.net (localhost [127.0.0.1])
	by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id i9DKJKEQ034343;
	Wed, 13 Oct 2004 13:19:20 -0700 (PDT)
	(envelope-from marcel@ns1.xcllnt.net)
Received: (from marcel@localhost)
	by ns1.xcllnt.net (8.13.1/8.13.1/Submit) id i9DKJKtw034342;
	Wed, 13 Oct 2004 13:19:20 -0700 (PDT)
	(envelope-from marcel)
Date: Wed, 13 Oct 2004 13:19:20 -0700
From: Marcel Moolenaar 
To: Marius Strobl 
Message-ID: <20041013201920.GA34255@ns1.xcllnt.net>
References: <200410122233.i9CMXJxl047004@repoman.freebsd.org>
	<20041012225842.GA27757@ns1.xcllnt.net>
	<20041013114422.A9875@newtrinity.zeist.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041013114422.A9875@newtrinity.zeist.de>
User-Agent: Mutt/1.4.2.1i
cc: cvs-src@freebsd.org
cc: src-committers@freebsd.org
cc: Poul-Henning Kamp 
cc: cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/dev/sab sab.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:19:25 -0000

On Wed, Oct 13, 2004 at 11:44:22AM +0200, Marius Strobl wrote:
> > >   
> > >   Isn't this driver superseeded by uart(4) anyway ?
> > 
> > Yes, in principle. I don't think I'm in the position to remove sab(4)
> > though. 
> 
> Uart(4) works fine as a replacement for sab(4) but we're not ready to
> switch to uart(4) by default on sparc64.

Z8530 issues, right?

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:25:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4104A16A4CE; Wed, 13 Oct 2004 20:25:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 227DF43D39; Wed, 13 Oct 2004 20:25:49 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKPnpQ033286;
	Wed, 13 Oct 2004 20:25:49 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKPnY2033285;
	Wed, 13 Oct 2004 20:25:49 GMT
	(envelope-from marcus)
Message-Id: <200410132025.i9DKPnY2033285@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Wed, 13 Oct 2004 20:25:49 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/firefox Makefile ports/www/firefox/files
 extra-patch-config_make-jars.pl
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:25:49 -0000

marcus      2004-10-13 20:25:49 UTC

  FreeBSD ports repository

  Modified files:
    www/firefox          Makefile 
  Added files:
    www/firefox/files    extra-patch-config_make-jars.pl 
  Log:
  Fix build with Perl 5.00503.
  
  PR:             72632
  
  Revision  Changes    Path
  1.94      +4 -0      ports/www/firefox/Makefile
  1.1       +10 -0     ports/www/firefox/files/extra-patch-config_make-jars.pl (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:28:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 45ED516A4CE; Wed, 13 Oct 2004 20:28:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2644C43D49; Wed, 13 Oct 2004 20:28:02 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKS1Ou033393;
	Wed, 13 Oct 2004 20:28:01 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKS1RR033392;
	Wed, 13 Oct 2004 20:28:01 GMT
	(envelope-from markus)
Message-Id: <200410132028.i9DKS1RR033392@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 20:28:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/taglib Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:28:02 -0000

markus      2004-10-13 20:28:01 UTC

  FreeBSD ports repository

  Modified files:
    audio/taglib         Makefile distinfo pkg-plist 
  Log:
  Update to version 1.3
  
  PR:             ports/72536
  Submitted by:   Jose M Rodriguez 
  Approved by:    Frank J. Laszlo  (maintainer)
  
  Revision  Changes    Path
  1.5       +1 -1      ports/audio/taglib/Makefile
  1.4       +2 -2      ports/audio/taglib/distinfo
  1.3       +6 -1      ports/audio/taglib/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:28:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E764F16A4CE; Wed, 13 Oct 2004 20:28:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C822043D49; Wed, 13 Oct 2004 20:28:12 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKSCV4033436;
	Wed, 13 Oct 2004 20:28:12 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKSCU4033435;
	Wed, 13 Oct 2004 20:28:12 GMT
	(envelope-from marcus)
Message-Id: <200410132028.i9DKSCU4033435@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Wed, 13 Oct 2004 20:28:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/firefox/files patch-browser_app_mozilla.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:28:13 -0000

marcus      2004-10-13 20:28:12 UTC

  FreeBSD ports repository

  Added files:
    www/firefox/files    patch-browser_app_mozilla.in 
  Log:
  Add a patch that was forgotten in the 1.0.1.p update.
  
  Revision  Changes    Path
  1.1       +10 -0     ports/www/firefox/files/patch-browser_app_mozilla.in (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:28:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A964616A4CE; Wed, 13 Oct 2004 20:28:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 881E743D39; Wed, 13 Oct 2004 20:28:37 +0000 (GMT)
	(envelope-from jmz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKSb1h033519;
	Wed, 13 Oct 2004 20:28:37 GMT
	(envelope-from jmz@repoman.freebsd.org)
Received: (from jmz@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKSb82033518;
	Wed, 13 Oct 2004 20:28:37 GMT
	(envelope-from jmz)
Message-Id: <200410132028.i9DKSb82033518@repoman.freebsd.org>
From: Jean-Marc Zucconi 
Date: Wed, 13 Oct 2004 20:28:37 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/comms/mgetty+sendfax Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:28:37 -0000

jmz         2004-10-13 20:28:37 UTC

  FreeBSD ports repository

  Modified files:
    comms/mgetty+sendfax Makefile distinfo pkg-plist 
  Log:
  - update to 1.1.31
  - utilize INFO
  - make noident before make all and get rid of #ident related error messages
  - change naming rule, keep date in DISTNAME, but not in PORTVERSION
  
  PR:             ports/72644
  Submitted by:   leeym
  
  Revision  Changes    Path
  1.47      +7 -4      ports/comms/mgetty+sendfax/Makefile
  1.19      +2 -2      ports/comms/mgetty+sendfax/distinfo
  1.22      +1 -3      ports/comms/mgetty+sendfax/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:28:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 19D0816A4CE; Wed, 13 Oct 2004 20:28:51 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F0B4243D31; Wed, 13 Oct 2004 20:28:50 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKSoDJ033552;
	Wed, 13 Oct 2004 20:28:50 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKSoGk033551;
	Wed, 13 Oct 2004 20:28:50 GMT
	(envelope-from marcus)
Message-Id: <200410132028.i9DKSoGk033551@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Wed, 13 Oct 2004 20:28:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/firefox Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:28:51 -0000

marcus      2004-10-13 20:28:50 UTC

  FreeBSD ports repository

  Modified files:
    www/firefox          Makefile 
  Log:
  Bump PORTREVISION for the last commit since it re-enables remote execution
  support.
  
  Revision  Changes    Path
  1.95      +1 -1      ports/www/firefox/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:29:30 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A830E16A4CE; Wed, 13 Oct 2004 20:29:30 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8A58743D1D; Wed, 13 Oct 2004 20:29:30 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKTUs4033601;
	Wed, 13 Oct 2004 20:29:30 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKTUDg033600;
	Wed, 13 Oct 2004 20:29:30 GMT
	(envelope-from markus)
Message-Id: <200410132029.i9DKTUDg033600@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 20:29:30 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/xmms-imms Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:29:30 -0000

markus      2004-10-13 20:29:30 UTC

  FreeBSD ports repository

  Modified files:
    audio/xmms-imms      Makefile 
  Log:
  Chase the taglib shared lib version
  
  Revision  Changes    Path
  1.11      +1 -1      ports/audio/xmms-imms/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:29:55 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5900416A4CE; Wed, 13 Oct 2004 20:29:55 +0000 (GMT)
Received: from obsecurity.dyndns.org
	(CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1DDB743D49; Wed, 13 Oct 2004 20:29:55 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id ECF2C51385; Wed, 13 Oct 2004 13:29:53 -0700 (PDT)
Date: Wed, 13 Oct 2004 13:29:53 -0700
From: Kris Kennaway 
To: Kirill Ponomarew 
Message-ID: <20041013202953.GA13365@xor.obsecurity.org>
References: <200410131946.i9DJks00031663@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn"
Content-Disposition: inline
In-Reply-To: <200410131946.i9DJks00031663@repoman.freebsd.org>
User-Agent: Mutt/1.4.2.1i
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/net/ng_netflow Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:29:55 -0000


--x+6KMIRAuhnl3hBn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Oct 13, 2004 at 07:46:54PM +0000, Kirill Ponomarew wrote:
> krion       2004-10-13 19:46:54 UTC
>=20
>   FreeBSD ports repository
>=20
>   Modified files:
>     net/ng_netflow       Makefile=20
>   Log:
>   Mark IGNORE if /usr/sbin/flowctl already exists in base system.
>  =20
>   Submitted by:   maintainer

This must use an OSVERSION test instead of an exists() test, or the
package won't be built for 4.x (since pointyhat has that file).

Kris

--x+6KMIRAuhnl3hBn
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBbZBBWry0BWjoQKURAqk7AKDdd5p88Iko/GcQ6Io8+BiSzSRpagCg6HKU
Xzwhchw8pFvmFIxK+m98FDc=
=fJQU
-----END PGP SIGNATURE-----

--x+6KMIRAuhnl3hBn--

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:31:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5E70A16A4CE; Wed, 13 Oct 2004 20:31:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 40F7E43D3F; Wed, 13 Oct 2004 20:31:11 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKVBTR033731;
	Wed, 13 Oct 2004 20:31:11 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKVBO1033730;
	Wed, 13 Oct 2004 20:31:11 GMT
	(envelope-from dinoex)
Message-Id: <200410132031.i9DKVBO1033730@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:31:11 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/lesstif Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:31:11 -0000

dinoex      2004-10-13 20:31:11 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/lesstif Makefile 
  Log:
  - It was not forgotten, as no port package could be build!
  
  Revision  Changes    Path
  1.73      +1 -1      ports/x11-toolkits/lesstif/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:31:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A428216A4CE; Wed, 13 Oct 2004 20:31:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8557943D3F; Wed, 13 Oct 2004 20:31:45 +0000 (GMT)
	(envelope-from lth@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKVjX0033765;
	Wed, 13 Oct 2004 20:31:45 GMT
	(envelope-from lth@repoman.freebsd.org)
Received: (from lth@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKVjaC033764;
	Wed, 13 Oct 2004 20:31:45 GMT
	(envelope-from lth)
Message-Id: <200410132031.i9DKVjaC033764@repoman.freebsd.org>
From: Lars Thegler 
Date: Wed, 13 Oct 2004 20:31:45 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/p5-Text-RecordParser Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:31:45 -0000

lth         2004-10-13 20:31:45 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-Text-RecordParser Makefile 
  Log:
  - Update to 0.07
  - Remove obsolete PREFIX hackery
  
  Revision  Changes    Path
  1.6       +1 -7      ports/textproc/p5-Text-RecordParser/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:33:19 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0494416A4CE; Wed, 13 Oct 2004 20:33:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DABF643D55; Wed, 13 Oct 2004 20:33:18 +0000 (GMT)
	(envelope-from schweikh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKXIm4033821;
	Wed, 13 Oct 2004 20:33:18 GMT
	(envelope-from schweikh@repoman.freebsd.org)
Received: (from schweikh@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKXId7033820;
	Wed, 13 Oct 2004 20:33:18 GMT
	(envelope-from schweikh)
Message-Id: <200410132033.i9DKXId7033820@repoman.freebsd.org>
From: Jens Schweikhardt 
Date: Wed, 13 Oct 2004 20:33:18 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sbin/dmesg dmesg.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:33:19 -0000

schweikh    2004-10-13 20:33:18 UTC

  FreeBSD src repository

  Modified files:
    sbin/dmesg           dmesg.c 
  Log:
  Print a usage message if a non-option is specified.
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.26      +2 -1      src/sbin/dmesg/dmesg.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:35:52 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9130816A4CE
	for ; Wed, 13 Oct 2004 20:35:52 +0000 (GMT)
Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3E62043D6D
	for ; Wed, 13 Oct 2004 20:35:52 +0000 (GMT)
	(envelope-from jhb@FreeBSD.org)
Received: (qmail 11058 invoked from network); 13 Oct 2004 20:35:52 -0000
Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx)
	([216.27.160.63])          (envelope-sender )
	encrypted SMTP
	for ; 13 Oct 2004 20:35:51 -0000
Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i9DKZm4X002378;
	Wed, 13 Oct 2004 16:35:48 -0400 (EDT)
	(envelope-from jhb@FreeBSD.org)
From: John Baldwin 
To: "Poul-Henning Kamp" 
Date: Wed, 13 Oct 2004 16:33:56 -0400
User-Agent: KMail/1.6.2
References: <47721.1097696345@critter.freebsd.dk>
In-Reply-To: <47721.1097696345@critter.freebsd.dk>
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <200410131633.56275.jhb@FreeBSD.org>
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx
cc: cvs-src@FreeBSD.org
cc: Marcel Moolenaar 
cc: cvs-all@FreeBSD.org
cc: src-committers@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/sab sab.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:35:52 -0000

On Wednesday 13 October 2004 03:39 pm, Poul-Henning Kamp wrote:
> In message <200410131239.06555.jhb@FreeBSD.org>, John Baldwin writes:
> >> > >   Modified files:
> >> > >     sys/dev/sab          sab.c
> >> > >   Log:
> >> > >
> >> > >   Isn't this driver superseeded by uart(4) anyway ?
> >> >
> >> > Yes, in principle. I don't think I'm in the position to remove sab(4)
> >> > though.
> >>
> >> Uart(4) works fine as a replacement for sab(4) but we're not ready to
> >> switch to uart(4) by default on sparc64.
> >
> >I can't get any kernel besides GENERIC to boot on my ultra60 atm, and
> > GENERIC uses sab rather than uart.
>
> I tried both ofw_console, sab and uart on my ultra60 and they all
> worked.

My problem is that my ultra60 panics if I use a non-GENERIC kernel.  It 
doesn't seem to be specific to either uart(4) or sc(4).  I get a panic early 
on from a page fault with a NULL vmspace.  I think its running out of the 
pre-allocated pages for UMA somehow.

-- 
John Baldwin   <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:39:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5276216A4CE; Wed, 13 Oct 2004 20:39:48 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 347C643D41; Wed, 13 Oct 2004 20:39:48 +0000 (GMT)
	(envelope-from nectar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKdmEs034062;
	Wed, 13 Oct 2004 20:39:48 GMT
	(envelope-from nectar@repoman.freebsd.org)
Received: (from nectar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKdmqh034061;
	Wed, 13 Oct 2004 20:39:48 GMT
	(envelope-from nectar)
Message-Id: <200410132039.i9DKdmqh034061@repoman.freebsd.org>
From: Jacques Vidrine 
Date: Wed, 13 Oct 2004 20:39:48 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:39:48 -0000

nectar      2004-10-13 20:39:48 UTC

  FreeBSD ports repository

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  Document integer overflows in libtiff.
  
  Revision  Changes    Path
  1.293     +26 -1     ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:42:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B490516A4CE; Wed, 13 Oct 2004 20:42:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 93A3843D46; Wed, 13 Oct 2004 20:42:03 +0000 (GMT)
	(envelope-from lth@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKg3qH034210;
	Wed, 13 Oct 2004 20:42:03 GMT
	(envelope-from lth@repoman.freebsd.org)
Received: (from lth@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKg3XB034209;
	Wed, 13 Oct 2004 20:42:03 GMT
	(envelope-from lth)
Message-Id: <200410132042.i9DKg3XB034209@repoman.freebsd.org>
From: Lars Thegler 
Date: Wed, 13 Oct 2004 20:42:03 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/p5-Email-MIME-ContentType Makefile
 ports/mail/p5-Email-MIME-ContentType/files
 5.005_03-ContentType.pm 5.005_03-Makefile.PL
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:42:03 -0000

lth         2004-10-13 20:42:03 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Email-MIME-ContentType Makefile 
  Removed files:
    mail/p5-Email-MIME-ContentType/files 5.005_03-ContentType.pm 
                                         5.005_03-Makefile.PL 
  Log:
  - Unbreak under Perl 5.005_03
  - Moved simple patches into Makefile
  
  Revision  Changes    Path
  1.2       +8 -3      ports/mail/p5-Email-MIME-ContentType/Makefile
  1.2       +0 -17     ports/mail/p5-Email-MIME-ContentType/files/5.005_03-ContentType.pm (dead)
  1.2       +0 -7      ports/mail/p5-Email-MIME-ContentType/files/5.005_03-Makefile.PL (dead)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:42:24 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B815116A4CE; Wed, 13 Oct 2004 20:42:24 +0000 (GMT)
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 10C8F43D48; Wed, 13 Oct 2004 20:42:24 +0000 (GMT)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i9DKgMAk048991;
	Wed, 13 Oct 2004 22:42:22 +0200 (CEST)
	(envelope-from phk@critter.freebsd.dk)
To: obrien@FreeBSD.org
From: "Poul-Henning Kamp" 
In-Reply-To: Your message of "Wed, 13 Oct 2004 13:15:53 PDT."
             <20041013201553.GA91818@dragon.nuxi.com> 
Date: Wed, 13 Oct 2004 22:42:22 +0200
Message-ID: <48990.1097700142@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/tools/tools/recoverdisk Makefile README
	recoverdisk.c 
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:42:24 -0000

In message <20041013201553.GA91818@dragon.nuxi.com>, "David O'Brien" writes:
>On Tue, Sep 28, 2004 at 10:00:01PM +0000, Poul-Henning Kamp wrote:
>> phk         2004-09-28 22:00:01 UTC
>> 
>>   FreeBSD src repository
>> 
>>   Added files:
>>     tools/tools/recoverdisk Makefile README recoverdisk.c 
>>   Log:
>..
>>   You can refresh a disk:
>>           recoverdisk /dev/ad1 /dev/ad1
>>   or salvage a floppy:
>>           recoverdisk /dev/fd0 myfloppy.flp
>
>Why hide this useful tool in src/tools vs. putting it in src or making it
>port?

because I didn't feel it had the necessary generality or finish to
merit placement in src.  Ideally it should be a mode to dd(1) to
behave this way.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:48:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9F7F916A4CE; Wed, 13 Oct 2004 20:48:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 809BC43D39; Wed, 13 Oct 2004 20:48:45 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKmjfb040754;
	Wed, 13 Oct 2004 20:48:45 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKmjls040753;
	Wed, 13 Oct 2004 20:48:45 GMT
	(envelope-from dinoex)
Message-Id: <200410132048.i9DKmjls040753@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:48:45 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/lesstif Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:48:45 -0000

dinoex      2004-10-13 20:48:45 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/lesstif Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.74      +1 -1      ports/x11-toolkits/lesstif/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:49:18 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3901616A4CE; Wed, 13 Oct 2004 20:49:18 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1A1BA43D1D; Wed, 13 Oct 2004 20:49:18 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKnH6b040793;
	Wed, 13 Oct 2004 20:49:18 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKnH3n040792;
	Wed, 13 Oct 2004 20:49:17 GMT
	(envelope-from dinoex)
Message-Id: <200410132049.i9DKnH3n040792@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:49:17 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/mpeg2play Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:49:18 -0000

dinoex      2004-10-13 20:49:17 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mpeg2play Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.13      +1 -1      ports/multimedia/mpeg2play/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:51:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 64F5416A4CE; Wed, 13 Oct 2004 20:51:08 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4799D43D1D; Wed, 13 Oct 2004 20:51:08 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKp8Gi040939;
	Wed, 13 Oct 2004 20:51:08 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKp8kk040938;
	Wed, 13 Oct 2004 20:51:08 GMT
	(envelope-from dinoex)
Message-Id: <200410132051.i9DKp8kk040938@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:51:08 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/libdvbpsi Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:51:08 -0000

dinoex      2004-10-13 20:51:08 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libdvbpsi Makefile 
  Log:
  - drop maintinership
  
  Revision  Changes    Path
  1.7       +1 -1      ports/multimedia/libdvbpsi/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:51:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5B4F316A4CE; Wed, 13 Oct 2004 20:51:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3DD3043D2D; Wed, 13 Oct 2004 20:51:36 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKpaoc040977;
	Wed, 13 Oct 2004 20:51:36 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKpa6q040976;
	Wed, 13 Oct 2004 20:51:36 GMT
	(envelope-from dinoex)
Message-Id: <200410132051.i9DKpa6q040976@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:51:36 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/vlc Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:51:36 -0000

dinoex      2004-10-13 20:51:36 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/vlc       Makefile 
  Log:
  - drop maintinership
  
  Revision  Changes    Path
  1.60      +2 -2      ports/multimedia/vlc/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:52:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CC14D16A4CE; Wed, 13 Oct 2004 20:52:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AEE6743D45; Wed, 13 Oct 2004 20:52:01 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKq16B041018;
	Wed, 13 Oct 2004 20:52:01 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKq1Wr041017;
	Wed, 13 Oct 2004 20:52:01 GMT
	(envelope-from dinoex)
Message-Id: <200410132052.i9DKq1Wr041017@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:52:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/vls Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:52:02 -0000

dinoex      2004-10-13 20:52:01 UTC

  FreeBSD ports repository

  Modified files:
    net/vls              Makefile 
  Log:
  - drop maintinership
  
  Revision  Changes    Path
  1.9       +1 -1      ports/net/vls/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:52:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 185A316A4CE; Wed, 13 Oct 2004 20:52:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EE3D743D4C; Wed, 13 Oct 2004 20:52:30 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKqUvn041060;
	Wed, 13 Oct 2004 20:52:30 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKqUeD041059;
	Wed, 13 Oct 2004 20:52:30 GMT
	(envelope-from dinoex)
Message-Id: <200410132052.i9DKqUeD041059@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:52:30 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/crescendo Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:52:31 -0000

dinoex      2004-10-13 20:52:30 UTC

  FreeBSD ports repository

  Modified files:
    net/crescendo        Makefile 
  Log:
  - drop maintinership
  
  Revision  Changes    Path
  1.20      +1 -1      ports/net/crescendo/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:53:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A22E216A4CE; Wed, 13 Oct 2004 20:53:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 84DC943D2F; Wed, 13 Oct 2004 20:53:07 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKr7KO041098;
	Wed, 13 Oct 2004 20:53:07 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKr76t041097;
	Wed, 13 Oct 2004 20:53:07 GMT
	(envelope-from dinoex)
Message-Id: <200410132053.i9DKr76t041097@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:53:07 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/portuguese/webalizer-pt_BR Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:53:07 -0000

dinoex      2004-10-13 20:53:07 UTC

  FreeBSD ports repository

  Modified files:
    portuguese/webalizer-pt_BR Makefile 
  Log:
  - drop maintinership
  
  Revision  Changes    Path
  1.5       +1 -1      ports/portuguese/webalizer-pt_BR/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:53:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C969616A4CE; Wed, 13 Oct 2004 20:53:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id ABD5543D31; Wed, 13 Oct 2004 20:53:28 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKrSOV041136;
	Wed, 13 Oct 2004 20:53:28 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKrSHZ041135;
	Wed, 13 Oct 2004 20:53:28 GMT
	(envelope-from dinoex)
Message-Id: <200410132053.i9DKrSHZ041135@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:53:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/portuguese/webalizer-pt_PT Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:53:28 -0000

dinoex      2004-10-13 20:53:28 UTC

  FreeBSD ports repository

  Modified files:
    portuguese/webalizer-pt_PT Makefile 
  Log:
  - drop maintinership
  
  Revision  Changes    Path
  1.5       +1 -1      ports/portuguese/webalizer-pt_PT/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:54:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BBBF116A4CE; Wed, 13 Oct 2004 20:54:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9F65143D2D; Wed, 13 Oct 2004 20:54:45 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKsj9w041191;
	Wed, 13 Oct 2004 20:54:45 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKsjIH041190;
	Wed, 13 Oct 2004 20:54:45 GMT
	(envelope-from dinoex)
Message-Id: <200410132054.i9DKsjIH041190@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:54:45 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/vbsfilter Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:54:45 -0000

dinoex      2004-10-13 20:54:45 UTC

  FreeBSD ports repository

  Modified files:
    mail/vbsfilter       Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.18      +1 -1      ports/mail/vbsfilter/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:55:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 16DAE16A4CF; Wed, 13 Oct 2004 20:55:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id ED81943D2D; Wed, 13 Oct 2004 20:55:19 +0000 (GMT)
	(envelope-from jmg@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKtJ6X041260;
	Wed, 13 Oct 2004 20:55:19 GMT
	(envelope-from jmg@repoman.freebsd.org)
Received: (from jmg@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKtJJ3041259;
	Wed, 13 Oct 2004 20:55:19 GMT
	(envelope-from jmg)
Message-Id: <200410132055.i9DKtJJ3041259@repoman.freebsd.org>
From: John-Mark Gurney 
Date: Wed, 13 Oct 2004 20:55:19 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/kern kern_event.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:55:20 -0000

jmg         2004-10-13 20:55:19 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  fix a bug where signal events didn't set the flags for attach/detach..
  
  PR:             72234
  MFC after:      2 days
  
  Revision  Changes    Path
  1.83      +2 -0      src/sys/kern/kern_event.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:55:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2F96216A4CE; Wed, 13 Oct 2004 20:55:51 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1203143D49; Wed, 13 Oct 2004 20:55:51 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKto8j041343;
	Wed, 13 Oct 2004 20:55:50 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKtoJB041342;
	Wed, 13 Oct 2004 20:55:50 GMT
	(envelope-from dinoex)
Message-Id: <200410132055.i9DKtoJB041342@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:55:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/raysfilter Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:55:51 -0000

dinoex      2004-10-13 20:55:50 UTC

  FreeBSD ports repository

  Modified files:
    mail/raysfilter      Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.9       +1 -1      ports/mail/raysfilter/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 20:56:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9427516A4CE; Wed, 13 Oct 2004 20:56:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 75FDE43D49; Wed, 13 Oct 2004 20:56:12 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DKuCWc041381;
	Wed, 13 Oct 2004 20:56:12 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DKuC3V041380;
	Wed, 13 Oct 2004 20:56:12 GMT
	(envelope-from dinoex)
Message-Id: <200410132056.i9DKuC3V041380@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 20:56:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/kiltdown Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 20:56:12 -0000

dinoex      2004-10-13 20:56:12 UTC

  FreeBSD ports repository

  Modified files:
    mail/kiltdown        Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.19      +1 -1      ports/mail/kiltdown/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:01:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 73BBA16A4CE; Wed, 13 Oct 2004 21:01:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5491143D2F; Wed, 13 Oct 2004 21:01:12 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DL1CYw041590;
	Wed, 13 Oct 2004 21:01:12 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DL1CV3041589;
	Wed, 13 Oct 2004 21:01:12 GMT
	(envelope-from simon)
Message-Id: <200410132101.i9DL1CV3041589@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Wed, 13 Oct 2004 21:01:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:01:12 -0000

simon       2004-10-13 21:01:12 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  Document XSS in wordpress.
  
  Approved by:    nectar
  
  Revision  Changes    Path
  1.294     +25 -1     ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:02:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 43E0416A4CE; Wed, 13 Oct 2004 21:02:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2751E43D31; Wed, 13 Oct 2004 21:02:43 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DL2hRc041641;
	Wed, 13 Oct 2004 21:02:43 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DL2h8Q041640;
	Wed, 13 Oct 2004 21:02:43 GMT
	(envelope-from dinoex)
Message-Id: <200410132102.i9DL2h8Q041640@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 21:02:43 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/tk83 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:02:43 -0000

dinoex      2004-10-13 21:02:43 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/tk83    Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.63      +1 -1      ports/x11-toolkits/tk83/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:03:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 39BBD16A4CF; Wed, 13 Oct 2004 21:03:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1917943D4C; Wed, 13 Oct 2004 21:03:14 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DL3DYI041679;
	Wed, 13 Oct 2004 21:03:14 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DL3DgV041678;
	Wed, 13 Oct 2004 21:03:13 GMT
	(envelope-from dinoex)
Message-Id: <200410132103.i9DL3DgV041678@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 21:03:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/lang/tcl83 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:03:14 -0000

dinoex      2004-10-13 21:03:13 UTC

  FreeBSD ports repository

  Modified files:
    lang/tcl83           Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.65      +1 -1      ports/lang/tcl83/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:08:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 234A916A4CE; Wed, 13 Oct 2004 21:08:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EAE6343D2F; Wed, 13 Oct 2004 21:08:10 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DL8A4j041900;
	Wed, 13 Oct 2004 21:08:10 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DL8AKn041899;
	Wed, 13 Oct 2004 21:08:10 GMT
	(envelope-from pav)
Message-Id: <200410132108.i9DL8AKn041899@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 21:08:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/iiimf-le-unit Makefile distinfo
 pkg-descr pkg-plist ports/textproc/iiimf-le-unit/files
 patch-leif_unit_codepoint_im_Makefile.am
 patch-leif_unit_ctim_Makefile.am patch-leif_unit_ctim_Makefile.in ...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:08:11 -0000

pav         2004-10-13 21:08:10 UTC

  FreeBSD ports repository

  Modified files:
    textproc/iiimf-le-unit Makefile distinfo pkg-descr pkg-plist 
  Added files:
    textproc/iiimf-le-unit/files patch-leif_configure.ac 
                                 patch-leif_unit_Xctim_Makefile.am 
                                 patch-leif_unit_codepoint_im_Makefile.am 
                                 patch-leif_unit_ctim_Makefile.am 
                                 patch-leif_unit_leif_Makefile.am 
                                 patch-leif_unit_phonetic_im_Makefile.am 
                                 patch-leif_unit_phonetic_im_mapfile_Makefile.am 
                                 patch-leif_unit_xaux_common_Makefile.am 
  Removed files:
    textproc/iiimf-le-unit/files 
                                 patch-leif_unit_codetable_Makefile.in 
                                 patch-leif_unit_ctim_Makefile.in 
                                 patch-leif_unit_leif_Makefile.in 
                                 patch-leif_unit_xaux_common_Makefile.in 
  Log:
  - Update to r12.0.1
  - Mark IGNORE on FreeBSD 4.x, due to missing wide character io functions
    in libc. Patches welcomed.
  
  PR:             ports/72619
  Submitted by:   Kuang-che Wu  (maintainer)
  
  Revision  Changes    Path
  1.4       +31 -19    ports/textproc/iiimf-le-unit/Makefile
  1.3       +2 -2      ports/textproc/iiimf-le-unit/distinfo
  1.1       +10 -0     ports/textproc/iiimf-le-unit/files/patch-leif_configure.ac (new)
  1.1       +10 -0     ports/textproc/iiimf-le-unit/files/patch-leif_unit_Xctim_Makefile.am (new)
  1.1       +10 -0     ports/textproc/iiimf-le-unit/files/patch-leif_unit_codepoint_im_Makefile.am (new)
  1.2       +0 -11     ports/textproc/iiimf-le-unit/files/patch-leif_unit_codetable_Makefile.in (dead)
  1.1       +10 -0     ports/textproc/iiimf-le-unit/files/patch-leif_unit_ctim_Makefile.am (new)
  1.2       +0 -11     ports/textproc/iiimf-le-unit/files/patch-leif_unit_ctim_Makefile.in (dead)
  1.1       +10 -0     ports/textproc/iiimf-le-unit/files/patch-leif_unit_leif_Makefile.am (new)
  1.2       +0 -11     ports/textproc/iiimf-le-unit/files/patch-leif_unit_leif_Makefile.in (dead)
  1.1       +11 -0     ports/textproc/iiimf-le-unit/files/patch-leif_unit_phonetic_im_Makefile.am (new)
  1.1       +17 -0     ports/textproc/iiimf-le-unit/files/patch-leif_unit_phonetic_im_mapfile_Makefile.am (new)
  1.1       +9 -0      ports/textproc/iiimf-le-unit/files/patch-leif_unit_xaux_common_Makefile.am (new)
  1.2       +0 -11     ports/textproc/iiimf-le-unit/files/patch-leif_unit_xaux_common_Makefile.in (dead)
  1.2       +5 -13     ports/textproc/iiimf-le-unit/pkg-descr
  1.2       +81 -42    ports/textproc/iiimf-le-unit/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:10:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5A88F16A4CF; Wed, 13 Oct 2004 21:10:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3B98143D4C; Wed, 13 Oct 2004 21:10:14 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DLAEU2041999;
	Wed, 13 Oct 2004 21:10:14 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DLADa9041998;
	Wed, 13 Oct 2004 21:10:13 GMT
	(envelope-from dinoex)
Message-Id: <200410132110.i9DLADa9041998@repoman.freebsd.org>
From: Dirk Meyer 
Date: Wed, 13 Oct 2004 21:10:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/tiff Makefile ports/graphics/tiff/files
 patch-ah
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:10:14 -0000

dinoex      2004-10-13 21:10:13 UTC

  FreeBSD ports repository

  Modified files:
    graphics/tiff        Makefile 
  Added files:
    graphics/tiff/files  patch-ah 
  Log:
  - Security Fix
  reference: CVE name CAN-2004-0886
  Submitted by:   nectar
  Obtained from:  Dmitry V. Levin
  
  Revision  Changes    Path
  1.46      +1 -1      ports/graphics/tiff/Makefile
  1.1       +1158 -0   ports/graphics/tiff/files/patch-ah (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:12:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EE76016A4CE; Wed, 13 Oct 2004 21:12:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CFBE143D1D; Wed, 13 Oct 2004 21:12:02 +0000 (GMT)
	(envelope-from nectar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DLC2Pi042143;
	Wed, 13 Oct 2004 21:12:02 GMT
	(envelope-from nectar@repoman.freebsd.org)
Received: (from nectar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DLC27D042142;
	Wed, 13 Oct 2004 21:12:02 GMT
	(envelope-from nectar)
Message-Id: <200410132112.i9DLC27D042142@repoman.freebsd.org>
From: Jacques Vidrine 
Date: Wed, 13 Oct 2004 21:12:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:12:03 -0000

nectar      2004-10-13 21:12:02 UTC

  FreeBSD ports repository

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  It turns out that lesstif has libXpm sneakily embedded.  There are at
  least three files with this comment at the top:
  
    * This file contains most of the source files of Xpm, concatenated and with
    * the public names changed (to have an _LtXpm prefix).
  
  Revision  Changes    Path
  1.295     +6 -2      ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:19:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DC8B116A4CE; Wed, 13 Oct 2004 21:19:38 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BEB4A43D39; Wed, 13 Oct 2004 21:19:38 +0000 (GMT)
	(envelope-from lth@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DLJcFX042366;
	Wed, 13 Oct 2004 21:19:38 GMT
	(envelope-from lth@repoman.freebsd.org)
Received: (from lth@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DLJcut042365;
	Wed, 13 Oct 2004 21:19:38 GMT
	(envelope-from lth)
Message-Id: <200410132119.i9DLJcut042365@repoman.freebsd.org>
From: Lars Thegler 
Date: Wed, 13 Oct 2004 21:19:38 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/p5-Email-Date Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:19:39 -0000

lth         2004-10-13 21:19:38 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Email-Date   Makefile distinfo 
  Log:
  - Update to 1.03
  
  Revision  Changes    Path
  1.2       +1 -2      ports/mail/p5-Email-Date/Makefile
  1.2       +2 -2      ports/mail/p5-Email-Date/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:27:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 01CAE16A4CE; Wed, 13 Oct 2004 21:27:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EC77243D2D; Wed, 13 Oct 2004 21:27:43 +0000 (GMT)
	(envelope-from thierry@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DLRhRS042697;
	Wed, 13 Oct 2004 21:27:43 GMT
	(envelope-from thierry@repoman.freebsd.org)
Received: (from thierry@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DLRhwV042696;
	Wed, 13 Oct 2004 21:27:43 GMT
	(envelope-from thierry)
Message-Id: <200410132127.i9DLRhwV042696@repoman.freebsd.org>
From: Thierry Thomas 
Date: Wed, 13 Oct 2004 21:27:43 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11/rxvt-unicode
	Makefileports/x11/rxvt-unicode/files
	patch-src::command.C patch-src::rxvtfont.C
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:27:44 -0000

thierry     2004-10-13 21:27:43 UTC

  FreeBSD ports repository

  Modified files:
    x11/rxvt-unicode     Makefile 
    x11/rxvt-unicode/files patch-src::command.C 
  Added files:
    x11/rxvt-unicode/files patch-src::rxvtfont.C 
  Log:
  - rxvt-unicode 4.0 change language name "cn" to "zh";
  - provide mbrtowc() workaround for old FreeBSD systems without mbstate fix;
  - extra patch for box drawing characters, which respected locale width data;
  - bump PORTREVISION.
  
  PR:             ports/72628
  Submitted by:   Kuang-che Wu
  
  Revision  Changes    Path
  1.61      +4 -3      ports/x11/rxvt-unicode/Makefile
  1.3       +16 -5     ports/x11/rxvt-unicode/files/patch-src::command.C
  1.1       +11 -0     ports/x11/rxvt-unicode/files/patch-src::rxvtfont.C (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:50:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2852016A4CE; Wed, 13 Oct 2004 21:50:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0A1F843D31; Wed, 13 Oct 2004 21:50:59 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DLowSq043485;
	Wed, 13 Oct 2004 21:50:58 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DLowA2043484;
	Wed, 13 Oct 2004 21:50:58 GMT
	(envelope-from simon)
Message-Id: <200410132150.i9DLowA2043484@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Wed, 13 Oct 2004 21:50:58 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:50:59 -0000

simon       2004-10-13 21:50:58 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  - Document DoS in Xerces-C++.
  - Fix typo in a mozilla entry.
  
  Approved by:    nectar
  
  Revision  Changes    Path
  1.296     +32 -2     ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 21:54:15 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2C46E16A4CE; Wed, 13 Oct 2004 21:54:15 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0D9F243D58; Wed, 13 Oct 2004 21:54:15 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DLsEf2043571;
	Wed, 13 Oct 2004 21:54:14 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DLsEjU043570;
	Wed, 13 Oct 2004 21:54:14 GMT
	(envelope-from brueffer)
Message-Id: <200410132154.i9DLsEjU043570@repoman.freebsd.org>
From: Christian Brueffer 
Date: Wed, 13 Oct 2004 21:54:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/share/man/man4 de.4
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 21:54:15 -0000

brueffer    2004-10-13 21:54:14 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    share/man/man4       de.4 
  Log:
  MFC: rev. 1.18
  
  - D-Link DFE-500TX verified to work
  - remove the 'Asante' entry which isn't very helpful
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.16.2.2  +2 -2      src/share/man/man4/de.4

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:00:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BE9B316A4CE; Wed, 13 Oct 2004 22:00:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A028D43D46; Wed, 13 Oct 2004 22:00:05 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DM05gl043791;
	Wed, 13 Oct 2004 22:00:05 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DM05SA043790;
	Wed, 13 Oct 2004 22:00:05 GMT
	(envelope-from krion)
Message-Id: <200410132200.i9DM05SA043790@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Wed, 13 Oct 2004 22:00:05 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/ng_netflow Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:00:05 -0000

krion       2004-10-13 22:00:05 UTC

  FreeBSD ports repository

  Modified files:
    net/ng_netflow       Makefile 
  Log:
  Use OSVERSION check instead of exists().
  
  Pointed out by:         kris
  
  Revision  Changes    Path
  1.7       +4 -4      ports/net/ng_netflow/Makefile

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:00:22 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B7D7F16A505; Wed, 13 Oct 2004 22:00:21 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 98E1E43D3F; Wed, 13 Oct 2004 22:00:21 +0000 (GMT)
	(envelope-from josef@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DM0L1r043819;
	Wed, 13 Oct 2004 22:00:21 GMT
	(envelope-from josef@repoman.freebsd.org)
Received: (from josef@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DM0L6x043818;
	Wed, 13 Oct 2004 22:00:21 GMT
	(envelope-from josef)
Message-Id: <200410132200.i9DM0L6x043818@repoman.freebsd.org>
From: Josef El-Rayes 
Date: Wed, 13 Oct 2004 22:00:21 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:00:22 -0000

josef       2004-10-13 22:00:21 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  Document vulnerability in freeradius.
  
  Approved by:    nectar
  
  Revision  Changes    Path
  1.297     +27 -1     ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:07:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E158C16A4CE; Wed, 13 Oct 2004 22:07:04 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C294A43D5D; Wed, 13 Oct 2004 22:07:04 +0000 (GMT)
	(envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DM74T6044127;
	Wed, 13 Oct 2004 22:07:04 GMT
	(envelope-from ups@repoman.freebsd.org)
Received: (from ups@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DM744n044126;
	Wed, 13 Oct 2004 22:07:04 GMT
	(envelope-from ups)
Message-Id: <200410132207.i9DM744n044126@repoman.freebsd.org>
From: Stephan Uphoff 
Date: Wed, 13 Oct 2004 22:07:04 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/kern kern_switch.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:07:05 -0000

ups         2004-10-13 22:07:04 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_switch.c 
  Log:
  Fix maybe_preempt_in_ksegrp for !SMP.
  
  Tested   by: tegge
  Reviewed by: julian
  Approved by: sam (mentor)
  MFC after: 3 days
  
  Revision  Changes    Path
  1.101     +33 -7     src/sys/kern/kern_switch.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:07:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4AB8616A4D5; Wed, 13 Oct 2004 22:07:06 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2B42143D5D; Wed, 13 Oct 2004 22:07:06 +0000 (GMT)
	(envelope-from green@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DM76s4044156;
	Wed, 13 Oct 2004 22:07:06 GMT
	(envelope-from green@repoman.freebsd.org)
Received: (from green@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DM76Or044155;
	Wed, 13 Oct 2004 22:07:06 GMT
	(envelope-from green)
Message-Id: <200410132207.i9DM76Or044155@repoman.freebsd.org>
From: Brian Feldman 
Date: Wed, 13 Oct 2004 22:07:06 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/netinet ip_fw2.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:07:06 -0000

green       2004-10-13 22:07:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          ip_fw2.c 
  Log:
  MFC r1.78: further rule verification (against corrupt rules added by root).
  
  Approved by:    re
  
  Revision  Changes    Path
  1.70.2.7  +5 -0      src/sys/netinet/ip_fw2.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:12:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BDEFC16A4CF; Wed, 13 Oct 2004 22:12:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9BC6943D2F; Wed, 13 Oct 2004 22:12:59 +0000 (GMT)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMCxkL044383;
	Wed, 13 Oct 2004 22:12:59 GMT
	(envelope-from keramida@repoman.freebsd.org)
Received: (from keramida@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMCxoV044382;
	Wed, 13 Oct 2004 22:12:59 GMT
	(envelope-from keramida)
Message-Id: <200410132212.i9DMCxoV044382@repoman.freebsd.org>
From: Giorgos Keramidas 
Date: Wed, 13 Oct 2004 22:12:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/numericdef el_GR.ISO8859-7.src
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:13:00 -0000

keramida    2004-10-13 22:12:59 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/numericdef     el_GR.ISO8859-7.src 
  Log:
  Add the necessary magic to make the thousands separator work for
  floating-point formats in the Greek locale.  This allows printing
  numbers with the ' format modifier, like this:
  
  $ env -i LC_NUMERIC=el_GR.ISO8859-7 printf "%'.3f\n" 1024000
  1.024.000,000
  
  Reviewed by:    das
  
  Revision  Changes    Path
  1.3       +2 -2      src/share/numericdef/el_GR.ISO8859-7.src

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:19:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0A78216A4CE; Wed, 13 Oct 2004 22:19:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E99C443D45; Wed, 13 Oct 2004 22:19:24 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMJOMM044731;
	Wed, 13 Oct 2004 22:19:24 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMJO0S044730;
	Wed, 13 Oct 2004 22:19:24 GMT
	(envelope-from pav)
Message-Id: <200410132219.i9DMJO0S044730@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 22:19:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc
	Makefileports/textproc/iiimf-gnome-im-switcher
	Makefile distinfo pkg-descr pkg-plistpatch-src_quick-access-menu.c
	patch-src_widgets.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:19:25 -0000

pav         2004-10-13 22:19:24 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/iiimf-gnome-im-switcher Makefile distinfo pkg-descr 
                                     pkg-plist 
    textproc/iiimf-gnome-im-switcher/files patch-src_language.c 
                                           patch-src_quick-access-menu.c 
                                           patch-src_widgets.c 
  Log:
  Add iiimf-gnome-im-switcher.
  
  This port provides two input method utility applications for GNOME desktop
  environments.
  
    GIMLET - GNOME Input Method Language Enabling Tool
  
  As a gnome-panel applet, this UI is used to select input languages for IIIM
  client applications (IIIMGCF and IIIMXCF).
  
    GIMPET - GNOME Input Method Property Edittingggg Tool
  
  As a gnome capplet, this UI is to allow user to customize input methods,
  for enabling/disabling input method infrastucuture itself, and
  enabling/disabling input method statur bar and candidate choice window.
  
  PR:             ports/72617
  Submitted by:   Kuang-che Wu 
  
  Revision  Changes    Path
  1.750     +1 -0      ports/textproc/Makefile
  1.1       +54 -0     ports/textproc/iiimf-gnome-im-switcher/Makefile (new)
  1.1       +2 -0      ports/textproc/iiimf-gnome-im-switcher/distinfo (new)
  1.1       +12 -0     ports/textproc/iiimf-gnome-im-switcher/files/patch-src_language.c (new)
  1.1       +13 -0     ports/textproc/iiimf-gnome-im-switcher/files/patch-src_quick-access-menu.c (new)
  1.1       +11 -0     ports/textproc/iiimf-gnome-im-switcher/files/patch-src_widgets.c (new)
  1.1       +21 -0     ports/textproc/iiimf-gnome-im-switcher/pkg-descr (new)
  1.1       +23 -0     ports/textproc/iiimf-gnome-im-switcher/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:20:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 573DB16A4CE; Wed, 13 Oct 2004 22:20:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3910143D1F; Wed, 13 Oct 2004 22:20:50 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMKomv044853;
	Wed, 13 Oct 2004 22:20:50 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMKorS044852;
	Wed, 13 Oct 2004 22:20:50 GMT
	(envelope-from pav)
Message-Id: <200410132220.i9DMKorS044852@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 22:20:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:20:50 -0000

pav         2004-10-13 22:20:50 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    iiimf-gnome-im-switcher --> ports/textproc/iiimf-gnome-im-switcher
  
  Revision  Changes    Path
  1.11139   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:23:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CDA0616A4CE; Wed, 13 Oct 2004 22:23:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id ADFEB43D1F; Wed, 13 Oct 2004 22:23:42 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMNgSX044964;
	Wed, 13 Oct 2004 22:23:42 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMNg1b044963;
	Wed, 13 Oct 2004 22:23:42 GMT
	(envelope-from pav)
Message-Id: <200410132223.i9DMNg1b044963@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 22:23:42 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/chinese Makefile ports/chinese/libchewing
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:23:42 -0000

pav         2004-10-13 22:23:42 UTC

  FreeBSD ports repository

  Modified files:
    chinese              Makefile 
  Added files:
    chinese/libchewing   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add libchewing, an Intelligent Chinese Phonetic Input Method for UNIX.
  
  PR:             ports/72620
  Submitted by:   Kuang-che Wu 
  
  Revision  Changes    Path
  1.192     +1 -0      ports/chinese/Makefile
  1.1       +23 -0     ports/chinese/libchewing/Makefile (new)
  1.1       +2 -0      ports/chinese/libchewing/distinfo (new)
  1.1       +6 -0      ports/chinese/libchewing/pkg-descr (new)
  1.1       +20 -0     ports/chinese/libchewing/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:24:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7495016A4D1; Wed, 13 Oct 2004 22:24:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 562A343D62; Wed, 13 Oct 2004 22:24:31 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMOVkl045006;
	Wed, 13 Oct 2004 22:24:31 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMOVZc045005;
	Wed, 13 Oct 2004 22:24:31 GMT
	(envelope-from pav)
Message-Id: <200410132224.i9DMOVZc045005@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 22:24:31 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:24:31 -0000

pav         2004-10-13 22:24:31 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    zh-libchewing --> ports/chinese/libchewing
  
  Revision  Changes    Path
  1.11140   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:31:10 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E229116A4CE; Wed, 13 Oct 2004 22:31:10 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D7D6943D3F; Wed, 13 Oct 2004 22:31:10 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMVAr4045319;
	Wed, 13 Oct 2004 22:31:10 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMVAjr045318;
	Wed, 13 Oct 2004 22:31:10 GMT
	(envelope-from pav)
Message-Id: <200410132231.i9DMVAjr045318@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 22:31:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/chinese/iiimf-le-newpy Makefile distinfo
 patch-leif_configure.ac         patch-leif_newpy_PYIM.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:31:11 -0000

pav         2004-10-13 22:31:10 UTC

  FreeBSD ports repository

  Modified files:
    chinese/iiimf-le-newpy Makefile distinfo pkg-plist 
  Added files:
    chinese/iiimf-le-newpy/files patch-leif_configure.ac 
  Removed files:
    chinese/iiimf-le-newpy/files patch-leif_newpy_PYIM.h 
  Log:
  - Update to r12.0.1
  
  PR:             ports/72621
  Submitted by:   Kuang-che Wu  (maintainer)
  
  Revision  Changes    Path
  1.3       +28 -21    ports/chinese/iiimf-le-newpy/Makefile
  1.3       +2 -2      ports/chinese/iiimf-le-newpy/distinfo
  1.1       +10 -0     ports/chinese/iiimf-le-newpy/files/patch-leif_configure.ac (new)
  1.2       +0 -10     ports/chinese/iiimf-le-newpy/files/patch-leif_newpy_PYIM.h (dead)
  1.2       +3 -6      ports/chinese/iiimf-le-newpy/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:32:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 507EE16A4CE; Wed, 13 Oct 2004 22:32:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3127B43D1F; Wed, 13 Oct 2004 22:32:12 +0000 (GMT)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMWCuj045361;
	Wed, 13 Oct 2004 22:32:12 GMT
	(envelope-from keramida@repoman.freebsd.org)
Received: (from keramida@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMWCKk045360;
	Wed, 13 Oct 2004 22:32:12 GMT
	(envelope-from keramida)
Message-Id: <200410132232.i9DMWCKk045360@repoman.freebsd.org>
From: Giorgos Keramidas 
Date: Wed, 13 Oct 2004 22:32:12 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/tools/regression/lib/libc/stdio test-printfloat.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:32:12 -0000

keramida    2004-10-13 22:32:12 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    tools/regression/lib/libc/stdio test-printfloat.c 
  Log:
  Add a regression test for floating-point output in the Greek locale.
  See revision 1.3 of src/share/numericdef/el_GR.ISO8859-7.src
  
  Reviewed by:    das (a while ago)
  
  Revision  Changes    Path
  1.7       +7 -0      src/tools/regression/lib/libc/stdio/test-printfloat.c

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:36:16 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5C2D316A4CE; Wed, 13 Oct 2004 22:36:16 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 50E7D43D55; Wed, 13 Oct 2004 22:36:16 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMaGMk045603;
	Wed, 13 Oct 2004 22:36:16 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMaGAE045602;
	Wed, 13 Oct 2004 22:36:16 GMT
	(envelope-from pav)
Message-Id: <200410132236.i9DMaGAE045602@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 22:36:16 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/chinese Makefile ports/chinese/iiimf-le-chewing
 Makefile distinfo pkg-descr pkg-plist
 ports/chinese/iiimf-le-chewing/files patch-chewing.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:36:16 -0000

pav         2004-10-13 22:36:16 UTC

  FreeBSD ports repository

  Modified files:
    chinese              Makefile 
  Added files:
    chinese/iiimf-le-chewing Makefile distinfo pkg-descr pkg-plist 
    chinese/iiimf-le-chewing/files patch-chewing.c 
  Log:
  Add iiimf-le-chewing, an Intelligent Chinese Phonetic Input Method for UNIX.
  
  PR:             ports/72624
  Submitted by:   Kuang-che Wu 
  
  Revision  Changes    Path
  1.193     +1 -0      ports/chinese/Makefile
  1.1       +34 -0     ports/chinese/iiimf-le-chewing/Makefile (new)
  1.1       +2 -0      ports/chinese/iiimf-le-chewing/distinfo (new)
  1.1       +19 -0     ports/chinese/iiimf-le-chewing/files/patch-chewing.c (new)
  1.1       +9 -0      ports/chinese/iiimf-le-chewing/pkg-descr (new)
  1.1       +2 -0      ports/chinese/iiimf-le-chewing/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:37:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 776D616A4CE; Wed, 13 Oct 2004 22:37:06 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5863443D54; Wed, 13 Oct 2004 22:37:06 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMb6pM045655;
	Wed, 13 Oct 2004 22:37:06 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMb68J045654;
	Wed, 13 Oct 2004 22:37:06 GMT
	(envelope-from pav)
Message-Id: <200410132237.i9DMb68J045654@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 22:37:06 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:37:06 -0000

pav         2004-10-13 22:37:06 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    zh-iiimf-le-chewing --> ports/chinese/iiimf-le-chewing
  
  Revision  Changes    Path
  1.11141   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:39:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4ECD816A4CE; Wed, 13 Oct 2004 22:39:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 44A8643D4C; Wed, 13 Oct 2004 22:39:36 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMdafG045784;
	Wed, 13 Oct 2004 22:39:36 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMdaaK045783;
	Wed, 13 Oct 2004 22:39:36 GMT
	(envelope-from pav)
Message-Id: <200410132239.i9DMdaaK045783@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 22:39:36 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/chinese Makefile ports/chinese/iiimf-le-ude
 Makefile distinfo pkg-descr pkg-plist
 ports/chinese/iiimf-le-ude/files patch-leif_configure.ac
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:39:36 -0000

pav         2004-10-13 22:39:36 UTC

  FreeBSD ports repository

  Modified files:
    chinese              Makefile 
  Added files:
    chinese/iiimf-le-ude Makefile distinfo pkg-descr pkg-plist 
    chinese/iiimf-le-ude/files patch-leif_configure.ac 
  Log:
  Add iiimf-le-ude, User Defined Engine, SunIM based Simplified Chinese conversion
  engine module.
  
  PR:             ports/72626
  Submitted by:   Kuang-che Wu 
  
  Revision  Changes    Path
  1.194     +1 -0      ports/chinese/Makefile
  1.1       +44 -0     ports/chinese/iiimf-le-ude/Makefile (new)
  1.1       +2 -0      ports/chinese/iiimf-le-ude/distinfo (new)
  1.1       +10 -0     ports/chinese/iiimf-le-ude/files/patch-leif_configure.ac (new)
  1.1       +10 -0     ports/chinese/iiimf-le-ude/pkg-descr (new)
  1.1       +7 -0      ports/chinese/iiimf-le-ude/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:40:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5247116A4CE; Wed, 13 Oct 2004 22:40:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2F3CF43D1D; Wed, 13 Oct 2004 22:40:25 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMeLoV045833;
	Wed, 13 Oct 2004 22:40:21 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMeLLQ045831;
	Wed, 13 Oct 2004 22:40:21 GMT
	(envelope-from pav)
Message-Id: <200410132240.i9DMeLLQ045831@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 22:40:20 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:40:25 -0000

pav         2004-10-13 22:40:20 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    zh-iiimf-le-ude --> ports/chinese/iiimf-le-ude
  
  Revision  Changes    Path
  1.11142   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:41:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 11F1F16A4CE; Wed, 13 Oct 2004 22:41:38 +0000 (GMT)
Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 256E043D1D; Wed, 13 Oct 2004 22:41:37 +0000 (GMT)
	(envelope-from keramida@freebsd.org)
Received: from gothmog.gr (patr530-b222.otenet.gr [212.205.244.230])
	i9DMfYq1015618;	Thu, 14 Oct 2004 01:41:35 +0300
Received: from gothmog.gr (gothmog [127.0.0.1])
	by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9DMeIdK001528;
	Thu, 14 Oct 2004 01:40:18 +0300 (EEST)
	(envelope-from keramida@freebsd.org)
Received: (from giorgos@localhost)
	by gothmog.gr (8.13.1/8.13.1/Submit) id i9DMeIp0001527;
	Thu, 14 Oct 2004 01:40:18 +0300 (EEST)
	(envelope-from keramida@freebsd.org)
Date: Thu, 14 Oct 2004 01:40:17 +0300
From: Giorgos Keramidas 
To: src-committers@freebsd.org, cvs-src@freebsd.org,
	cvs-all@freebsd.org
Message-ID: <20041013224017.GA1433@gothmog.gr>
References: <200410132232.i9DMWCKk045360@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200410132232.i9DMWCKk045360@repoman.freebsd.org>
Subject: Re: cvs commit: src/tools/regression/lib/libc/stdio
	test-printfloat.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:41:38 -0000

On 2004-10-13 22:32, Giorgos Keramidas  wrote:
> Add a regression test for floating-point output in the Greek locale.
> See revision 1.3 of src/share/numericdef/el_GR.ISO8859-7.src
>
> Revision  Changes    Path
> 1.7       +7 -0      src/tools/regression/lib/libc/stdio/test-printfloat.c

FWIW, an unrelated bug in the formatting of hexadecimal floating-point
constants breaks this regression test.  AFAIK, David Schultz is already
looking into this, in order to have this collection of tests work again :-)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:48:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5B40116A4CE; Wed, 13 Oct 2004 22:48:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3D14943D45; Wed, 13 Oct 2004 22:48:31 +0000 (GMT)
	(envelope-from lofi@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMmVFY046134;
	Wed, 13 Oct 2004 22:48:31 GMT
	(envelope-from lofi@repoman.freebsd.org)
Received: (from lofi@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMmVSX046132;
	Wed, 13 Oct 2004 22:48:31 GMT
	(envelope-from lofi)
Message-Id: <200410132248.i9DMmVSX046132@repoman.freebsd.org>
From: Michael Nottebrock 
Date: Wed, 13 Oct 2004 22:48:31 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/icecast2 Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:48:31 -0000

lofi        2004-10-13 22:48:31 UTC

  FreeBSD ports repository

  Modified files:
    audio/icecast2       Makefile distinfo 
  Log:
  Update to 2.0.2
  
  Revision  Changes    Path
  1.39      +3 -3      ports/audio/icecast2/Makefile
  1.17      +2 -2      ports/audio/icecast2/distinfo

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 22:58:29 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 73A2A16A4CE; Wed, 13 Oct 2004 22:58:29 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 53CEF43D46; Wed, 13 Oct 2004 22:58:29 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DMwTf8046449;
	Wed, 13 Oct 2004 22:58:29 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DMwTkV046448;
	Wed, 13 Oct 2004 22:58:29 GMT
	(envelope-from markus)
Message-Id: <200410132258.i9DMwTkV046448@repoman.freebsd.org>
From: Markus Brueffer 
Date: Wed, 13 Oct 2004 22:58:29 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/amarok Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 22:58:29 -0000

markus      2004-10-13 22:58:29 UTC

  FreeBSD ports repository

  Modified files:
    audio/amarok         Makefile distinfo pkg-plist 
  Log:
  Update to version 1.1.1
  
  Revision  Changes    Path
  1.10      +20 -5     ports/audio/amarok/Makefile
  1.4       +2 -2      ports/audio/amarok/distinfo
  1.4       +160 -21   ports/audio/amarok/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:09:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4582316A4CE; Wed, 13 Oct 2004 23:09:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3644443D4C; Wed, 13 Oct 2004 23:09:45 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DN9jYt046847;
	Wed, 13 Oct 2004 23:09:45 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DN9jwR046846;
	Wed, 13 Oct 2004 23:09:45 GMT
	(envelope-from pav)
Message-Id: <200410132309.i9DN9jwR046846@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 23:09:45 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/chinese Makefile ports/chinese/iiimf-le-xcin
 Makefile distinfo pkg-descr pkg-plistpatch-src_Makefile.am
 patch-src_debugInfo.c patch-src_key_event.c patch-src_xmlconf.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:09:45 -0000

pav         2004-10-13 23:09:45 UTC

  FreeBSD ports repository

  Modified files:
    chinese              Makefile 
  Added files:
    chinese/iiimf-le-xcin Makefile distinfo pkg-descr pkg-plist 
    chinese/iiimf-le-xcin/files patch-acfiles_check_sys.m4 
                                patch-src_Makefile.am 
                                patch-src_debugInfo.c 
                                patch-src_key_event.c 
                                patch-src_xmlconf.c 
  Log:
  Add iiimf-le-xcin, a IIIMF language engine which ported from a popular
  traditional chinese input method, xcin, which was written using XIM protocol.
  
  PR:             ports/72627
  Submitted by:   Kuang-che Wu 
  
  Dedicated to:   Mavvie (vaccinating!)
  
  Revision  Changes    Path
  1.195     +1 -0      ports/chinese/Makefile
  1.1       +51 -0     ports/chinese/iiimf-le-xcin/Makefile (new)
  1.1       +2 -0      ports/chinese/iiimf-le-xcin/distinfo (new)
  1.1       +36 -0     ports/chinese/iiimf-le-xcin/files/patch-acfiles_check_sys.m4 (new)
  1.1       +19 -0     ports/chinese/iiimf-le-xcin/files/patch-src_Makefile.am (new)
  1.1       +13 -0     ports/chinese/iiimf-le-xcin/files/patch-src_debugInfo.c (new)
  1.1       +19 -0     ports/chinese/iiimf-le-xcin/files/patch-src_key_event.c (new)
  1.1       +14 -0     ports/chinese/iiimf-le-xcin/files/patch-src_xmlconf.c (new)
  1.1       +17 -0     ports/chinese/iiimf-le-xcin/pkg-descr (new)
  1.1       +21 -0     ports/chinese/iiimf-le-xcin/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:10:52 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 55CCB16A4CF; Wed, 13 Oct 2004 23:10:52 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2954043D1D; Wed, 13 Oct 2004 23:10:52 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNAqfJ046968;
	Wed, 13 Oct 2004 23:10:52 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNAq4j046967;
	Wed, 13 Oct 2004 23:10:52 GMT
	(envelope-from pav)
Message-Id: <200410132310.i9DNAq4j046967@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 23:10:51 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:10:52 -0000

pav         2004-10-13 23:10:51 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    zh-iiimf-le-xcin --> ports/chinese/iiimf-le-xcin
  
  Revision  Changes    Path
  1.11143   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:24:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EE4A616A4CE; Wed, 13 Oct 2004 23:24:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CE93B43D31; Wed, 13 Oct 2004 23:24:13 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNODsd047418;
	Wed, 13 Oct 2004 23:24:13 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNODjD047417;
	Wed, 13 Oct 2004 23:24:13 GMT
	(envelope-from pav)
Message-Id: <200410132324.i9DNODjD047417@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Wed, 13 Oct 2004 23:24:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/chinese/gcin Makefile distinfo pkg-plist
 ports/chinese/gcin/files patch-Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:24:14 -0000

pav         2004-10-13 23:24:13 UTC

  FreeBSD ports repository

  Modified files:
    chinese/gcin         Makefile distinfo pkg-plist 
    chinese/gcin/files   patch-Makefile 
  Log:
  - Update to 0.4.5
  
  PR:             ports/72633
  Submitted by:   Kuang-che Wu 
  
  Revision  Changes    Path
  1.7       +2 -1      ports/chinese/gcin/Makefile
  1.6       +2 -2      ports/chinese/gcin/distinfo
  1.4       +1 -1      ports/chinese/gcin/files/patch-Makefile
  1.4       +3 -0      ports/chinese/gcin/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:24:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 985CA16A4CF; Wed, 13 Oct 2004 23:24:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8AC0943D39; Wed, 13 Oct 2004 23:24:34 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNOYPY047506;
	Wed, 13 Oct 2004 23:24:34 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNOYjY047505;
	Wed, 13 Oct 2004 23:24:34 GMT
	(envelope-from edwin)
Message-Id: <200410132324.i9DNOYjY047505@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:24:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia Makefile ports/multimedia/gavl
 Makefile distinfo pkg-descr pkg-plist ports/multimedia/gavl/files
 patch-configure patch-gavl-c-_cmix_c.c patch-gavl-mix.c
 patch-ltmain.sh
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:24:34 -0000

edwin       2004-10-13 23:24:34 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/gavl      Makefile distinfo pkg-descr pkg-plist 
    multimedia/gavl/files patch-configure patch-gavl-c-_cmix_c.c 
                          patch-gavl-mix.c patch-ltmain.sh 
  Log:
  [NEW PORT] multimedia/gavl: A library for handling uncompressed video and audio data
  
          Gavl (Gmerlin Audio Video Library) is a library for handling
          uncompressed video and audio data.
  
  PR:             ports/71133
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.81      +1 -0      ports/multimedia/Makefile
  1.1       +55 -0     ports/multimedia/gavl/Makefile (new)
  1.1       +2 -0      ports/multimedia/gavl/distinfo (new)
  1.1       +18 -0     ports/multimedia/gavl/files/patch-configure (new)
  1.1       +27 -0     ports/multimedia/gavl/files/patch-gavl-c-_cmix_c.c (new)
  1.1       +20 -0     ports/multimedia/gavl/files/patch-gavl-mix.c (new)
  1.1       +15 -0     ports/multimedia/gavl/files/patch-ltmain.sh (new)
  1.1       +23 -0     ports/multimedia/gavl/pkg-descr (new)
  1.1       +10 -0     ports/multimedia/gavl/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:24:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 087E616A4CE; Wed, 13 Oct 2004 23:24:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DD8B843D3F; Wed, 13 Oct 2004 23:24:46 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNOk2u047552;
	Wed, 13 Oct 2004 23:24:46 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNOkwD047551;
	Wed, 13 Oct 2004 23:24:46 GMT
	(envelope-from edwin)
Message-Id: <200410132324.i9DNOkwD047551@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:24:46 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:24:47 -0000

edwin       2004-10-13 23:24:46 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    gavl --> ports/multimedia/gavl
  
  Revision  Changes    Path
  1.11144   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:32:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5011016A4CE; Wed, 13 Oct 2004 23:32:54 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 36CFC43D53; Wed, 13 Oct 2004 23:32:54 +0000 (GMT)
	(envelope-from lofi@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNWsDJ047906;
	Wed, 13 Oct 2004 23:32:54 GMT
	(envelope-from lofi@repoman.freebsd.org)
Received: (from lofi@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNWsMw047905;
	Wed, 13 Oct 2004 23:32:54 GMT
	(envelope-from lofi)
Message-Id: <200410132332.i9DNWsMw047905@repoman.freebsd.org>
From: Michael Nottebrock 
Date: Wed, 13 Oct 2004 23:32:54 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/icecast Makefile ports/audio/icecast/files
 patch-src::commands.c
 patch-src::http.c patch-src::http.h patch-src::ice_string.c
 patch-src::main.c patch-src::static.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:32:54 -0000

lofi        2004-10-13 23:32:54 UTC

  FreeBSD ports repository

  Modified files:
    audio/icecast        Makefile 
  Added files:
    audio/icecast/files  patch-src::avl_functions.c 
                         patch-src::client.c patch-src::commands.c 
                         patch-src::http.c patch-src::http.h 
                         patch-src::ice_string.c patch-src::main.c 
                         patch-src::static.c 
  Log:
  Fix cross-site scripting vulnerability
  (http://www.debian.org/security/2004/dsa-541).
  
  Patches obtained from: Debian
  
  Revision  Changes    Path
  1.28      +1 -1      ports/audio/icecast/Makefile
  1.1       +11 -0     ports/audio/icecast/files/patch-src::avl_functions.c (new)
  1.1       +11 -0     ports/audio/icecast/files/patch-src::client.c (new)
  1.1       +25 -0     ports/audio/icecast/files/patch-src::commands.c (new)
  1.1       +81 -0     ports/audio/icecast/files/patch-src::http.c (new)
  1.1       +10 -0     ports/audio/icecast/files/patch-src::http.h (new)
  1.1       +11 -0     ports/audio/icecast/files/patch-src::ice_string.c (new)
  1.1       +11 -0     ports/audio/icecast/files/patch-src::main.c (new)
  1.1       +12 -0     ports/audio/icecast/files/patch-src::static.c (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:33:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4810E16A4CF; Wed, 13 Oct 2004 23:33:46 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3C46143D41; Wed, 13 Oct 2004 23:33:46 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNXkHs047999;
	Wed, 13 Oct 2004 23:33:46 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNXkMl047998;
	Wed, 13 Oct 2004 23:33:46 GMT
	(envelope-from edwin)
Message-Id: <200410132333.i9DNXkMl047998@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:33:46 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio Makefile ports/audio/icegenerator Makefile
 distinfo pkg-descr pkg-message pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:33:46 -0000

edwin       2004-10-13 23:33:46 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/icegenerator   Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  New port: audio/icegenerator Direct streaming generator for Icecast/Shoutcast
  
          Icegenerator is a direct streaming generator for Icecast/Shoutcast
  
  PR:             ports/71104
  Submitted by:   Nadelyaev Stanislav 
  
  Revision  Changes    Path
  1.555     +1 -0      ports/audio/Makefile
  1.1       +31 -0     ports/audio/icegenerator/Makefile (new)
  1.1       +2 -0      ports/audio/icegenerator/distinfo (new)
  1.1       +13 -0     ports/audio/icegenerator/pkg-descr (new)
  1.1       +8 -0      ports/audio/icegenerator/pkg-message (new)
  1.1       +4 -0      ports/audio/icegenerator/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:33:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 21C7016A4CE; Wed, 13 Oct 2004 23:33:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0387443D5A; Wed, 13 Oct 2004 23:33:59 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNXwVV048046;
	Wed, 13 Oct 2004 23:33:58 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNXwBY048045;
	Wed, 13 Oct 2004 23:33:58 GMT
	(envelope-from edwin)
Message-Id: <200410132333.i9DNXwBY048045@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:33:58 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:33:59 -0000

edwin       2004-10-13 23:33:58 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    icegenerator --> ports/audio/icegenerator
  
  Revision  Changes    Path
  1.11145   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:41:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 70E0216A4CE; Wed, 13 Oct 2004 23:41:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6323F43D39; Wed, 13 Oct 2004 23:41:25 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNfPll048402;
	Wed, 13 Oct 2004 23:41:25 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNfPUO048401;
	Wed, 13 Oct 2004 23:41:25 GMT
	(envelope-from edwin)
Message-Id: <200410132341.i9DNfPUO048401@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:41:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio Makefile ports/audio/coverhunter Makefile
 distinfo pkg-descr pkg-message pkg-plistports/audio/coverhunter/scripts
 py-compile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:41:26 -0000

edwin       2004-10-13 23:41:25 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/coverhunter    Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    audio/coverhunter/files patch-bin::coverhunter 
    audio/coverhunter/scripts py-compile 
  Log:
  New port: audio/coverhunter, a program fetching the covers of your digital music albums
  
          CoverHunter will scan your digital music albums and try to
          get the cover image for each one. After that, if more than
          one cover was found, you can choose wich one will be set
          as the cover for that album. These covers may be used by
          XMMS, KDE, GNOME, etc.
  
  PR:             ports/69053
  Submitted by:   Jean-Yves Lefort 
  
  Revision  Changes    Path
  1.556     +1 -0      ports/audio/Makefile
  1.1       +64 -0     ports/audio/coverhunter/Makefile (new)
  1.1       +2 -0      ports/audio/coverhunter/distinfo (new)
  1.1       +35 -0     ports/audio/coverhunter/files/patch-bin::coverhunter (new)
  1.1       +9 -0      ports/audio/coverhunter/pkg-descr (new)
  1.1       +7 -0      ports/audio/coverhunter/pkg-message (new)
  1.1       +29 -0     ports/audio/coverhunter/pkg-plist (new)
  1.1       +92 -0     ports/audio/coverhunter/scripts/py-compile (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:41:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EE65516A4CE; Wed, 13 Oct 2004 23:41:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CE03F43D41; Wed, 13 Oct 2004 23:41:37 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNfb3i048448;
	Wed, 13 Oct 2004 23:41:37 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNfbTf048447;
	Wed, 13 Oct 2004 23:41:37 GMT
	(envelope-from edwin)
Message-Id: <200410132341.i9DNfbTf048447@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:41:37 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:41:38 -0000

edwin       2004-10-13 23:41:37 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    coverhunter --> ports/audio/coverhunter
  
  Revision  Changes    Path
  1.11146   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:47:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C71A616A4CE; Wed, 13 Oct 2004 23:47:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 895D043D3F; Wed, 13 Oct 2004 23:47:49 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNlnA9048728;
	Wed, 13 Oct 2004 23:47:49 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNln4C048727;
	Wed, 13 Oct 2004 23:47:49 GMT
	(envelope-from edwin)
Message-Id: <200410132347.i9DNln4C048727@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:47:49 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio Makefile ports/audio/ifp-line Makefile
 distinfo pkg-descr pkg-message ports/audio/ifp-line/files
 patch-Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:47:50 -0000

edwin       2004-10-13 23:47:49 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/ifp-line       Makefile distinfo pkg-descr pkg-message 
    audio/ifp-line/files patch-Makefile 
  Log:
  [New port] audio/ifp-line (interface to iRiver music players)
  
          This port provides a simple but easy to use, and via
          scriptability powerful interface to control iRiver's great
          'ifp' series portable music players.
  
          If there is a 'manager firmware' installed on this device,
          it's not possible to gain access via umass(4).  This port
          uses libusb to connect directly via ugen.
  
  PR:             ports/71987
  Submitted by:   Thomas E. Zander 
  
  Revision  Changes    Path
  1.557     +1 -0      ports/audio/Makefile
  1.1       +27 -0     ports/audio/ifp-line/Makefile (new)
  1.1       +2 -0      ports/audio/ifp-line/distinfo (new)
  1.1       +31 -0     ports/audio/ifp-line/files/patch-Makefile (new)
  1.1       +9 -0      ports/audio/ifp-line/pkg-descr (new)
  1.1       +8 -0      ports/audio/ifp-line/pkg-message (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:48:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3EABC16A4CE; Wed, 13 Oct 2004 23:48:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2100C43D49; Wed, 13 Oct 2004 23:48:03 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNm3qg048782;
	Wed, 13 Oct 2004 23:48:03 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNm3uY048781;
	Wed, 13 Oct 2004 23:48:03 GMT
	(envelope-from edwin)
Message-Id: <200410132348.i9DNm3uY048781@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:48:03 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:48:03 -0000

edwin       2004-10-13 23:48:03 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    ifp-line --> ports/audio/ifp-line
  
  Revision  Changes    Path
  1.11147   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:53:35 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9229E16A4CE; Wed, 13 Oct 2004 23:53:35 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8429743D53; Wed, 13 Oct 2004 23:53:35 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNrZcg049018;
	Wed, 13 Oct 2004 23:53:35 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNrZtH049017;
	Wed, 13 Oct 2004 23:53:35 GMT
	(envelope-from edwin)
Message-Id: <200410132353.i9DNrZtH049017@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:53:35 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio Makefile ports/audio/mBox Makefile
 distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:53:35 -0000

edwin       2004-10-13 23:53:35 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/mBox           Makefile distinfo pkg-descr pkg-plist 
  Log:
  New port: audio/mBox - organizing music files
  
          mBox is program intended to help you with organizing your music files.
  
          The most important features are:
          - Ability to reencode mp3/ogg/wma to mp3/ogg
          - contains utility 'convertor' which converts whole directories to desired
            format. Bitrate, etc. is automatically adjusted depending on settings and
            source audio. See users-guide for further information.
          - supports reading/writing tags in MP3 ID3v1 and ID3v2, Ogg Vorbis
          - supports reading WMA tags
          - supports FreeDB, treates encoded files as if it was CD, so you can simply
            select your files and - if found in database - write tags to them.
          - supports auto tagging - reads tag information from filename
          - supports batch tags editing
          - supports batch files renaming (can use tags)
          - supports directory renaming (can use tags)
  
  PR:             ports/71288
  Submitted by:   Vladimir Osintsev 
  
  Revision  Changes    Path
  1.558     +1 -0      ports/audio/Makefile
  1.1       +33 -0     ports/audio/mBox/Makefile (new)
  1.1       +2 -0      ports/audio/mBox/distinfo (new)
  1.1       +18 -0     ports/audio/mBox/pkg-descr (new)
  1.1       +44 -0     ports/audio/mBox/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Wed Oct 13 23:53:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EBC9216A4CE; Wed, 13 Oct 2004 23:53:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CE03543D46; Wed, 13 Oct 2004 23:53:47 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNrldT049064;
	Wed, 13 Oct 2004 23:53:47 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNrljr049063;
	Wed, 13 Oct 2004 23:53:47 GMT
	(envelope-from edwin)
Message-Id: <200410132353.i9DNrljr049063@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Wed, 13 Oct 2004 23:53:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Wed, 13 Oct 2004 23:53:48 -0000

edwin       2004-10-13 23:53:47 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    mBox --> ports/audio/mBox
  
  Revision  Changes    Path
  1.11148   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 00:18:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C779316A4CE; Thu, 14 Oct 2004 00:18:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BC74B43D1D; Thu, 14 Oct 2004 00:18:12 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E0ICHc049871;
	Thu, 14 Oct 2004 00:18:12 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E0ICuj049870;
	Thu, 14 Oct 2004 00:18:12 GMT
	(envelope-from edwin)
Message-Id: <200410140018.i9E0ICuj049870@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 00:18:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio Makefile ports/audio/bmp-faad Makefile
 ports/audio/bmp-faad/files patch-configure patch-xmms-Makefile.am
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 00:18:12 -0000

edwin       2004-10-14 00:18:12 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/bmp-faad       Makefile 
    audio/bmp-faad/files patch-configure patch-xmms-Makefile.am 
  Log:
  [NEW PORT] audio/bmp-faad2: Beep Media Player (BMP) plugin for faad
  
          FAAD 2 - Freeware Advanced Audio Decoder 2 - BMP plugin
  
  PR:             ports/71304
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.559     +1 -0      ports/audio/Makefile
  1.1       +70 -0     ports/audio/bmp-faad/Makefile (new)
  1.1       +13 -0     ports/audio/bmp-faad/files/patch-configure (new)
  1.1       +21 -0     ports/audio/bmp-faad/files/patch-xmms-Makefile.am (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 00:18:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3F29016A4CE; Thu, 14 Oct 2004 00:18:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1FFB543D39; Thu, 14 Oct 2004 00:18:28 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E0ISM6049917;
	Thu, 14 Oct 2004 00:18:28 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E0ISIP049916;
	Thu, 14 Oct 2004 00:18:28 GMT
	(envelope-from edwin)
Message-Id: <200410140018.i9E0ISIP049916@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 00:18:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 00:18:28 -0000

edwin       2004-10-14 00:18:28 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    bmp-faad --> ports/audio/bmp-faad
  
  Revision  Changes    Path
  1.11149   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 00:21:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D27B116A4CE; Thu, 14 Oct 2004 00:21:32 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B211643D3F; Thu, 14 Oct 2004 00:21:32 +0000 (GMT)
	(envelope-from simokawa@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E0LWXB050052;
	Thu, 14 Oct 2004 00:21:32 GMT
	(envelope-from simokawa@repoman.freebsd.org)
Received: (from simokawa@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E0LWBd050051;
	Thu, 14 Oct 2004 00:21:32 GMT
	(envelope-from simokawa)
Message-Id: <200410140021.i9E0LWBd050051@repoman.freebsd.org>
From: Hidetoshi Shimokawa 
Date: Thu, 14 Oct 2004 00:21:32 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/dcons dcons_os.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 00:21:33 -0000

simokawa    2004-10-14 00:21:32 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dcons        dcons_os.c 
  Log:
  Fix warnings on non-i386 arch.
  
  Submitted by: keramida
  
  Revision  Changes    Path
  1.2       +2 -0      src/sys/dev/dcons/dcons_os.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 00:37:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4DFA616A4CE; Thu, 14 Oct 2004 00:37:48 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2CF9543D1D; Thu, 14 Oct 2004 00:37:48 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E0bmwB050561;
	Thu, 14 Oct 2004 00:37:48 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E0bmZV050560;
	Thu, 14 Oct 2004 00:37:48 GMT
	(envelope-from marcus)
Message-Id: <200410140037.i9E0bmZV050560@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Thu, 14 Oct 2004 00:37:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/thunderbird
	Makefileports/mail/thunderbird/files extra-patch-config_make-jars.pl
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 00:37:48 -0000

marcus      2004-10-14 00:37:47 UTC

  FreeBSD ports repository

  Modified files:
    mail/thunderbird     Makefile 
  Added files:
    mail/thunderbird/files extra-patch-config_make-jars.pl 
  Log:
  Fix build with Perl < 5.6.1.
  
  Revision  Changes    Path
  1.28      +4 -0      ports/mail/thunderbird/Makefile
  1.1       +10 -0     ports/mail/thunderbird/files/extra-patch-config_make-jars.pl (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 00:38:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C586016A4CE; Thu, 14 Oct 2004 00:38:48 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A576243D4C; Thu, 14 Oct 2004 00:38:48 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E0cm9Y050603;
	Thu, 14 Oct 2004 00:38:48 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E0cmpG050602;
	Thu, 14 Oct 2004 00:38:48 GMT
	(envelope-from marcus)
Message-Id: <200410140038.i9E0cmpG050602@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Thu, 14 Oct 2004 00:38:48 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/firefox Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 00:38:48 -0000

marcus      2004-10-14 00:38:48 UTC

  FreeBSD ports repository

  Modified files:
    www/firefox          Makefile 
  Log:
  Check PERL_LEVEL and not OSVERSION when deciding if we need to use the extra
  patch to fix the build.
  
  Revision  Changes    Path
  1.96      +1 -1      ports/www/firefox/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 01:14:35 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BF7E116A4CE; Thu, 14 Oct 2004 01:14:35 +0000 (GMT)
Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net
	[205.152.59.65])	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CCA2E43D31; Thu, 14 Oct 2004 01:14:32 +0000 (GMT)
	(envelope-from ahze@ahze.net)
Received: from [192.168.1.5] ([68.209.163.3])
	by imf17aec.mail.bellsouth.netESMTP
	<20041014011432.FUG2486.imf17aec.mail.bellsouth.net@[192.168.1.5]>;
	Wed, 13 Oct 2004 21:14:32 -0400
In-Reply-To: <200410132051.i9DKpa6q040976@repoman.freebsd.org>
References: <200410132051.i9DKpa6q040976@repoman.freebsd.org>
Mime-Version: 1.0 (Apple Message framework v619)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <6702272E-1D7E-11D9-8C24-000A958C81C6@ahze.net>
Content-Transfer-Encoding: 7bit
From: Michael Johnson 
Date: Wed, 13 Oct 2004 21:14:31 -0400
To: FreeBSD ports ,
	Dirk Meyer 
X-Mailer: Apple Mail (2.619)
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/multimedia/vlc Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 01:14:36 -0000

I'd like to take maintain ship of this , net/vls , and 
multimedia/libdvbpsi
if there are not objectsions

Michael

On Oct 13, 2004, at 4:51 PM, Dirk Meyer wrote:

> dinoex      2004-10-13 20:51:36 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     multimedia/vlc       Makefile
>   Log:
>   - drop maintinership
>
>   Revision  Changes    Path
>   1.60      +2 -2      ports/multimedia/vlc/Makefile
> _______________________________________________
> cvs-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-ports
> To unsubscribe, send any mail to "cvs-ports-unsubscribe@freebsd.org"

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 01:16:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B7F7F16A4CF; Thu, 14 Oct 2004 01:16:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E2C7443D2F; Thu, 14 Oct 2004 01:16:58 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E1GwIL058189;
	Thu, 14 Oct 2004 01:16:58 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E1GwIG058188;
	Thu, 14 Oct 2004 01:16:58 GMT
	(envelope-from edwin)
Message-Id: <200410140116.i9E1GwIG058188@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 01:16:58 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/vls Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 01:16:59 -0000

edwin       2004-10-14 01:16:58 UTC

  FreeBSD ports repository

  Modified files:
    net/vls              Makefile 
  Log:
  I'd like to take maintain ship of this , net/vls , and
  multimedia/libdvbpsi
  
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.10      +1 -1      ports/net/vls/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 01:17:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E7D0F16A4CE; Thu, 14 Oct 2004 01:17:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C79B843D39; Thu, 14 Oct 2004 01:17:34 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E1HYDj058233;
	Thu, 14 Oct 2004 01:17:34 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E1HYd5058232;
	Thu, 14 Oct 2004 01:17:34 GMT
	(envelope-from edwin)
Message-Id: <200410140117.i9E1HYd5058232@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 01:17:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/libdvbpsi Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 01:17:35 -0000

edwin       2004-10-14 01:17:34 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libdvbpsi Makefile 
  Log:
  I'd like to take maintain ship of this , net/vls , and
  multimedia/libdvbpsi
  
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.8       +1 -1      ports/multimedia/libdvbpsi/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 01:17:53 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9B4BC16A4CE; Thu, 14 Oct 2004 01:17:53 +0000 (GMT)
Received: from mailout2.barnet.com.au (mailout2.barnet.com.au [218.185.88.16])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B49C143D4C; Thu, 14 Oct 2004 01:17:52 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mailout2.barnet.com.au (Postfix, from userid 27)
	id 9BB0A70742D; Thu, 14 Oct 2004 11:17:47 +1000 (EST)
X-Viruscan-Id: <416DD3BB000130C7D752B1@BarNet>
Received: from mail2-auth.barnet.com.au (mailout2.barnet.com.au
	[218.185.88.16])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	Authority" (verified OK))
	by mail2.barnet.com.au (Postfix) with ESMTP id 5A40E70742C;
	Thu, 14 Oct 2004 11:17:47 +1000 (EST)
Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	Certificate Authority" (verified OK))
	by mail2-auth.barnet.com.au (Postfix) with ESMTP id CD2BB70742B;
	Thu, 14 Oct 2004 11:17:46 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 66CEE60EF; Thu, 14 Oct 2004 11:17:44 +1000 (EST)
Date: Thu, 14 Oct 2004 11:17:44 +1000
From: Edwin Groothuis 
To: Michael Johnson 
Message-ID: <20041014011744.GA10359@k7.mavetju>
References: <200410132051.i9DKpa6q040976@repoman.freebsd.org>
	<6702272E-1D7E-11D9-8C24-000A958C81C6@ahze.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <6702272E-1D7E-11D9-8C24-000A958C81C6@ahze.net>
User-Agent: Mutt/1.5.6i
cc: FreeBSD ports 
cc: Dirk Meyer 
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/multimedia/vlc Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 01:17:53 -0000

On Wed, Oct 13, 2004 at 09:14:31PM -0400, Michael Johnson wrote:
> I'd like to take maintain ship of this , net/vls , and 
> multimedia/libdvbpsi

You got it.

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  Thu Oct 14 01:23:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B9E4C16A4CE; Thu, 14 Oct 2004 01:23:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 98F7043D1D; Thu, 14 Oct 2004 01:23:27 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E1NRog058393;
	Thu, 14 Oct 2004 01:23:27 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E1NRmC058392;
	Thu, 14 Oct 2004 01:23:27 GMT
	(envelope-from edwin)
Message-Id: <200410140123.i9E1NRmC058392@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 01:23:27 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/faad Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 01:23:27 -0000

edwin       2004-10-14 01:23:27 UTC

  FreeBSD ports repository

  Modified files:
    audio/faad           Makefile pkg-plist 
  Log:
  [MAINTAINER] audio/faad2: Patch for new mpeg4ip [2 of 4]
  
          - make faad use libmp4v2 so mpeg4ip can use faad.
  
  PR:             ports/72205
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.24      +6 -35     ports/audio/faad/Makefile
  1.6       +0 -9      ports/audio/faad/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 01:42:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CBE9916A4CE; Thu, 14 Oct 2004 01:42:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AB21943D3F; Thu, 14 Oct 2004 01:42:14 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E1gErG058952;
	Thu, 14 Oct 2004 01:42:14 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E1gEW0058951;
	Thu, 14 Oct 2004 01:42:14 GMT
	(envelope-from lioux)
Message-Id: <200410140142.i9E1gEW0058951@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Thu, 14 Oct 2004 01:42:14 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/kmldonkey Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 01:42:15 -0000

lioux       2004-10-14 01:42:14 UTC

  FreeBSD ports repository

  Modified files:
    net/kmldonkey        Makefile distinfo pkg-plist 
  Log:
  Update to 0.10.pre4
  
  PR:             72538
  Submitted by:   Jose M Rodriguez 
  
  Revision  Changes    Path
  1.15      +2 -2      ports/net/kmldonkey/Makefile
  1.10      +2 -2      ports/net/kmldonkey/distinfo
  1.9       +51 -3     ports/net/kmldonkey/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 02:04:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 400A816A4CE; Thu, 14 Oct 2004 02:04:03 +0000 (GMT)
Received: from ns.kt-is.co.kr (ns.kt-is.co.kr [211.218.149.125])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id ACAEE43D2F; Thu, 14 Oct 2004 02:04:02 +0000 (GMT)
	(envelope-from yongari@kt-is.co.kr)
Received: from michelle.kt-is.co.kr (ns2.kt-is.co.kr [220.76.118.193])
	(authenticated bits=128)
	by ns.kt-is.co.kr (8.12.10/8.12.10) with ESMTP id i9E23iAh010344
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);
	Thu, 14 Oct 2004 11:03:44 +0900 (KST)
Received: from michelle.kt-is.co.kr (localhost.kt-is.co.kr [127.0.0.1])
	by michelle.kt-is.co.kr (8.12.10/8.12.10) with ESMTP id i9E23Y3S011576
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 14 Oct 2004 11:03:34 +0900 (KST)
	(envelope-from yongari@kt-is.co.kr)
Received: (from yongari@localhost)
	by michelle.kt-is.co.kr (8.12.10/8.12.10/Submit) id i9E23XTZ011575;
	Thu, 14 Oct 2004 11:03:33 +0900 (KST)
	(envelope-from yongari@kt-is.co.kr)
Date: Thu, 14 Oct 2004 11:03:33 +0900
From: Pyun YongHyeon 
To: Brian Fundakowski Feldman 
Message-ID: <20041014020333.GA11436@kt-is.co.kr>
References: <200410130545.i9D5jHrv075327@repoman.freebsd.org>
	<20041013140803.GB986@green.homeunix.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041013140803.GB986@green.homeunix.org>
User-Agent: Mutt/1.4.1i
X-Filter-Version: 1.11a (ns.kt-is.co.kr)
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c
	sb8.c src/sys/dev/sound/pci au88x0.c aureal.c csapcm.c ds1.c
	emu10k1.c es137x.c fm801.c ich.c maestro3.c solo.c t4dwave.c
	via8233.c via82c686.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: yongari@kt-is.co.kr
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:04:03 -0000

On Wed, Oct 13, 2004 at 10:08:04AM -0400, Brian Fundakowski Feldman wrote:

 > >   Log:
 > >   Audio drivers failed to detect failure condition and attempted to
 > >   assign DMA address to the wrong address. It can cause system lockup
 > >   or other mysterious errors. Since most sound cards requires low DMA
 > >   address(BUS_SPACE_MAXADDR_24BIT) sndbuf_alloc() would fail when the
 > >   audio driver is loaded after long running of operations.
 > >   
 > >   Approved by:    jake (mentor)
 > >   Reviewed by:    truckman, matk
 > 
 > Good job fixing all of these; do you notice that they succeed "more
 > often" with the new contigmalloc(9)? (It is the backend of the busdma
 > physical memory allocations.)
 > 

Since I have very small set of sound hardware I don't know
whether it helped or not. But I saw a mail which sounds like
a DMA buffer allocation issue.
http://lists.freebsd.org/pipermail/freebsd-multimedia/2004-September/001382.html

There is an another patch for sndbuf_alloc(). I'm waiting for
Scott's comments.

-- 
Regards,
Pyun YongHyeon
http://www.kr.freebsd.org/~yongari	|	yongari@freebsd.org

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 02:14:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id A8E4E16A4CE; Thu, 14 Oct 2004 02:14:03 +0000 (GMT)
Received: from green.homeunix.org (green@localhost [127.0.0.1])
	by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i9E2E3D5009172;
	Wed, 13 Oct 2004 22:14:03 -0400 (EDT)
	(envelope-from green@green.homeunix.org)
Received: (from green@localhost)
	by green.homeunix.org (8.13.1/8.13.1/Submit) id i9E2E2dq009171;
	Wed, 13 Oct 2004 22:14:02 -0400 (EDT)
	(envelope-from green)
Date: Wed, 13 Oct 2004 22:14:02 -0400
From: Brian Fundakowski Feldman 
To: Pyun YongHyeon 
Message-ID: <20041014021401.GE986@green.homeunix.org>
References: <200410130545.i9D5jHrv075327@repoman.freebsd.org>
	<20041013140803.GB986@green.homeunix.org> <20041014020333.GA11436@kt-is.co.kr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041014020333.GA11436@kt-is.co.kr>
User-Agent: Mutt/1.5.6i
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c
	sb8.c src/sys/dev/sound/pci au88x0.c aureal.c csapcm.c ds1.c
	emu10k1.c es137x.c fm801.c ich.c maestro3.c solo.c t4dwave.c
	via8233.c via82c686.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:14:04 -0000

On Thu, Oct 14, 2004 at 11:03:33AM +0900, Pyun YongHyeon wrote:
> On Wed, Oct 13, 2004 at 10:08:04AM -0400, Brian Fundakowski Feldman wrote:
> 
>  > >   Log:
>  > >   Audio drivers failed to detect failure condition and attempted to
>  > >   assign DMA address to the wrong address. It can cause system lockup
>  > >   or other mysterious errors. Since most sound cards requires low DMA
>  > >   address(BUS_SPACE_MAXADDR_24BIT) sndbuf_alloc() would fail when the
>  > >   audio driver is loaded after long running of operations.
>  > >   
>  > >   Approved by:    jake (mentor)
>  > >   Reviewed by:    truckman, matk
>  > 
>  > Good job fixing all of these; do you notice that they succeed "more
>  > often" with the new contigmalloc(9)? (It is the backend of the busdma
>  > physical memory allocations.)
>  > 
> 
> Since I have very small set of sound hardware I don't know
> whether it helped or not. But I saw a mail which sounds like
> a DMA buffer allocation issue.
> http://lists.freebsd.org/pipermail/freebsd-multimedia/2004-September/001382.html
> 
> There is an another patch for sndbuf_alloc(). I'm waiting for
> Scott's comments.

In this case, adjusting M3_MAXADDR should be tried.  Since the allocation
now tries to start at the high end, we're running into seeing all these
conditions where a DMA address which the hardware cannot actually handle
being used.  It should be easy enough to guess and check, by halving the
lowaddr (M3_MAXADDR) and seeing whether it works, and repeating.

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green@FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 02:16:10 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 557B616A4CE; Thu, 14 Oct 2004 02:16:10 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3613643D2F; Thu, 14 Oct 2004 02:16:10 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E2GAeu059972;
	Thu, 14 Oct 2004 02:16:10 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E2GA78059971;
	Thu, 14 Oct 2004 02:16:10 GMT
	(envelope-from lioux)
Message-Id: <200410140216.i9E2GA78059971@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Thu, 14 Oct 2004 02:16:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/kmplayer Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:16:10 -0000

lioux       2004-10-14 02:16:10 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/kmplayer  Makefile distinfo 
  Log:
  Update to 0.8.3a
  
  PR:             72541
  Submitted by:   Jose M Rodriguez 
  
  Revision  Changes    Path
  1.10      +1 -1      ports/multimedia/kmplayer/Makefile
  1.8       +2 -2      ports/multimedia/kmplayer/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 02:28:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 44EDA16A4CE; Thu, 14 Oct 2004 02:28:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 39A2843D41; Thu, 14 Oct 2004 02:28:25 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E2SPlO060294;
	Thu, 14 Oct 2004 02:28:25 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E2SPfg060293;
	Thu, 14 Oct 2004 02:28:25 GMT
	(envelope-from clsung)
Message-Id: <200410140228.i9E2SPfg060293@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Thu, 14 Oct 2004 02:28:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/clamsmtp Makefile distinfo pkg-message
 pkg-plist ports/security/clamsmtp/files clamsmtpd.sh.tmpl
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:28:25 -0000

clsung      2004-10-14 02:28:25 UTC

  FreeBSD ports repository

  Modified files:
    security/clamsmtp    Makefile distinfo pkg-message pkg-plist 
    security/clamsmtp/files clamsmtpd.sh.tmpl 
  Log:
  - update to 0.9.6
  - use configure file since 0.8
  - lots of options move from rc_sub to conf file
  
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.7       +6 -12     ports/security/clamsmtp/Makefile
  1.6       +2 -2      ports/security/clamsmtp/distinfo
  1.2       +4 -7      ports/security/clamsmtp/files/clamsmtpd.sh.tmpl
  1.2       +12 -6     ports/security/clamsmtp/pkg-message
  1.2       +2 -1      ports/security/clamsmtp/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 02:33:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 348B416A4CE; Thu, 14 Oct 2004 02:33:46 +0000 (GMT)
Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net
	[205.152.59.72])	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 57AFE43D2F; Thu, 14 Oct 2004 02:33:45 +0000 (GMT)
	(envelope-from ahze@ahze.net)
Received: from [192.168.1.5] ([68.209.163.3])
	by imf24aec.mail.bellsouth.netESMTP
	<20041014023344.OZCZ2383.imf24aec.mail.bellsouth.net@[192.168.1.5]>;
	Wed, 13 Oct 2004 22:33:44 -0400
In-Reply-To: <200410140123.i9E1NRmC058392@repoman.freebsd.org>
References: <200410140123.i9E1NRmC058392@repoman.freebsd.org>
Mime-Version: 1.0 (Apple Message framework v619)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <77904429-1D89-11D9-868F-000A958C81C6@ahze.net>
Content-Transfer-Encoding: 7bit
From: Michael Johnson 
Date: Wed, 13 Oct 2004 22:33:43 -0400
To: Edwin Groothuis 
X-Mailer: Apple Mail (2.619)
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/audio/faad Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:33:46 -0000

Ohhh, this needs multimedia/mpeg4ip-libmp4v2 or faad will install
conflicting files against mpeg4ip and plist's will be wrong.

Can we mark this BROKEN or IGNORE until lioux
agrees to updating mpeg4ip and splitting it with
mpeg4ip-libmp4v2.

Michael


On Oct 13, 2004, at 9:23 PM, Edwin Groothuis wrote:

> edwin       2004-10-14 01:23:27 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     audio/faad           Makefile pkg-plist
>   Log:
>   [MAINTAINER] audio/faad2: Patch for new mpeg4ip [2 of 4]
>
>           - make faad use libmp4v2 so mpeg4ip can use faad.
>
>   PR:             ports/72205
>   Submitted by:   Michael Johnson 
>
>   Revision  Changes    Path
>   1.24      +6 -35     ports/audio/faad/Makefile
>   1.6       +0 -9      ports/audio/faad/pkg-plist
> _______________________________________________
> cvs-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-ports
> To unsubscribe, send any mail to "cvs-ports-unsubscribe@freebsd.org"
>

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 02:40:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 83D3916A4CE; Thu, 14 Oct 2004 02:40:42 +0000 (GMT)
Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B956343D4C; Thu, 14 Oct 2004 02:40:41 +0000 (GMT)
	(envelope-from kuriyama@imgsrc.co.jp)
Received: from localhost (localhost [127.0.0.1])
	by black.imgsrc.co.jp (Postfix) with ESMTP id 0944B50C16;
	Thu, 14 Oct 2004 11:40:40 +0900 (JST)
Received: from black.imgsrc.co.jp (black.imgsrc.co.jp
	[IPv6:2001:218:422:2::9999])
	by black.imgsrc.co.jp (Postfix) with ESMTP id 5C3E450C05;
	Thu, 14 Oct 2004 11:40:38 +0900 (JST)
Date: Thu, 14 Oct 2004 11:40:38 +0900
Message-ID: <7mr7o2c995.wl@black.imgsrc.co.jp>
From: Jun Kuriyama 
To: John-Mark Gurney 
In-Reply-To: <200410132055.i9DKtJJ3041259@repoman.freebsd.org>
References: <200410132055.i9DKtJJ3041259@repoman.freebsd.org>
User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka)
	FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0
	(SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
X-Virus-Scanned: by amavisd 0.1
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_event.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:40:42 -0000

At Wed, 13 Oct 2004 20:55:19 +0000 (UTC),
John-Mark Gurney wrote:
>   Modified files:
>     sys/kern             kern_event.c 
>   Log:
>   fix a bug where signal events didn't set the flags for attach/detach..
>   
>   PR:             72234
>   MFC after:      2 days

It seems this should be KN_DETACHED rather than EV_DETACHED.


-- 
Jun Kuriyama  // IMG SRC, Inc.
              // FreeBSD Project

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 02:47:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D239E16A4CE; Thu, 14 Oct 2004 02:47:04 +0000 (GMT)
Received: from mailout2.barnet.com.au (mailout2.barnet.com.au [218.185.88.16])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1257C43D2F; Thu, 14 Oct 2004 02:47:04 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mailout2.barnet.com.au (Postfix, from userid 27)
	id 817B470742D; Thu, 14 Oct 2004 12:47:02 +1000 (EST)
X-Viruscan-Id: <416DE8A6000082B857377C@BarNet>
Received: from mail2-auth.barnet.com.au (mailout2.barnet.com.au
	[218.185.88.16])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	Authority" (verified OK))
	by mail2.barnet.com.au (Postfix) with ESMTP id 26B6670742C;
	Thu, 14 Oct 2004 12:47:02 +1000 (EST)
Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	Certificate Authority" (verified OK))
	by mail2-auth.barnet.com.au (Postfix) with ESMTP id 838D470742B;
	Thu, 14 Oct 2004 12:47:01 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 37F7860EE; Thu, 14 Oct 2004 12:47:00 +1000 (EST)
Date: Thu, 14 Oct 2004 12:47:00 +1000
From: Edwin Groothuis 
To: Michael Johnson 
Message-ID: <20041014024700.GZ10358@k7.mavetju>
References: <200410140123.i9E1NRmC058392@repoman.freebsd.org>
	<77904429-1D89-11D9-868F-000A958C81C6@ahze.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <77904429-1D89-11D9-868F-000A958C81C6@ahze.net>
User-Agent: Mutt/1.5.6i
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/audio/faad Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:47:05 -0000

On Wed, Oct 13, 2004 at 10:33:43PM -0400, Michael Johnson wrote:
> Ohhh, this needs multimedia/mpeg4ip-libmp4v2 or faad will install
> conflicting files against mpeg4ip and plist's will be wrong.
> 
> Can we mark this BROKEN or IGNORE until lioux
> agrees to updating mpeg4ip and splitting it with
> mpeg4ip-libmp4v2.

I'm in the process of doing the other three now, but have to wait
until gcc34 is installed.

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  Thu Oct 14 02:47:56 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7689F16A4CE; Thu, 14 Oct 2004 02:47:56 +0000 (GMT)
Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 19B7C43D1F; Thu, 14 Oct 2004 02:47:56 +0000 (GMT)
	(envelope-from das@FreeBSD.ORG)
Received: from VARK.MIT.EDU (localhost [127.0.0.1])
	by VARK.MIT.EDU (8.13.1/8.12.10) with ESMTP id i9E2m5G5057510;
	Wed, 13 Oct 2004 22:48:05 -0400 (EDT)
	(envelope-from das@FreeBSD.ORG)
Received: (from das@localhost)
	by VARK.MIT.EDU (8.13.1/8.12.10/Submit) id i9E2m44S057509;
	Wed, 13 Oct 2004 22:48:04 -0400 (EDT)
	(envelope-from das@FreeBSD.ORG)
Date: Wed, 13 Oct 2004 22:48:04 -0400
From: David Schultz 
To: Giorgos Keramidas 
Message-ID: <20041014024804.GA57462@VARK.MIT.EDU>
Mail-Followup-To: Giorgos Keramidas ,
	src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG
References: <200410132232.i9DMWCKk045360@repoman.freebsd.org>
	<20041013224017.GA1433@gothmog.gr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041013224017.GA1433@gothmog.gr>
cc: cvs-src@FreeBSD.ORG
cc: src-committers@FreeBSD.ORG
cc: cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/tools/regression/lib/libc/stdio
	test-printfloat.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:47:56 -0000

On Thu, Oct 14, 2004, Giorgos Keramidas wrote:
> On 2004-10-13 22:32, Giorgos Keramidas  wrote:
> > Add a regression test for floating-point output in the Greek locale.
> > See revision 1.3 of src/share/numericdef/el_GR.ISO8859-7.src
> >
> > Revision  Changes    Path
> > 1.7       +7 -0      src/tools/regression/lib/libc/stdio/test-printfloat.c
> 
> FWIW, an unrelated bug in the formatting of hexadecimal floating-point
> constants breaks this regression test.  AFAIK, David Schultz is already
> looking into this, in order to have this collection of tests work again :-)

Actually, it's an i386-specific gcc bug in the parsing of
hexadecimal floating-point constants.  I have a good idea of which
change between gcc 3.3 and 3.4 broke it, but it looks like it will
be difficult to get a gcc developer to investigate.  This is
because it only happens on platforms that have an extended
precision long double format but only double precision evaluation,
and FreeBSD/i386 is the only platform like that.

See also:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17778

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 02:49:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2115C16A4CE; Thu, 14 Oct 2004 02:49:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 01A9A43D31; Thu, 14 Oct 2004 02:49:25 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E2nOFA060884;
	Thu, 14 Oct 2004 02:49:24 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E2nOFO060883;
	Thu, 14 Oct 2004 02:49:24 GMT
	(envelope-from clsung)
Message-Id: <200410140249.i9E2nOFO060883@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Thu, 14 Oct 2004 02:49:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/snownews Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:49:25 -0000

clsung      2004-10-14 02:49:24 UTC

  FreeBSD ports repository

  Modified files:
    www/snownews         Makefile distinfo pkg-plist 
  Log:
  - update to 1.5.4
  - add new mo file into pkg-plist
  
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.12      +1 -1      ports/www/snownews/Makefile
  1.9       +2 -2      ports/www/snownews/distinfo
  1.6       +1 -0      ports/www/snownews/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 02:58:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D1AC816A4CE; Thu, 14 Oct 2004 02:58:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id ADF3843D46; Thu, 14 Oct 2004 02:58:47 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E2wlZZ061227;
	Thu, 14 Oct 2004 02:58:47 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E2wle4061226;
	Thu, 14 Oct 2004 02:58:47 GMT
	(envelope-from clsung)
Message-Id: <200410140258.i9E2wle4061226@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Thu, 14 Oct 2004 02:58:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Module-ScanDeps Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 02:58:48 -0000

clsung      2004-10-14 02:58:47 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Module-ScanDeps Makefile distinfo 
  Log:
  - update to 0.50
  - add pre-install sec.
  
  PR:             ports/72625
  Submitted by:   maintainer (Rong-En Fan)
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.7       +5 -1      ports/devel/p5-Module-ScanDeps/Makefile
  1.8       +2 -2      ports/devel/p5-Module-ScanDeps/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 03:05:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DC65616A4CF; Thu, 14 Oct 2004 03:05:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BA36743D31; Thu, 14 Oct 2004 03:05:39 +0000 (GMT)
	(envelope-from green@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E35dws061732;
	Thu, 14 Oct 2004 03:05:39 GMT
	(envelope-from green@repoman.freebsd.org)
Received: (from green@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E35deQ061731;
	Thu, 14 Oct 2004 03:05:39 GMT
	(envelope-from green)
Message-Id: <200410140305.i9E35deQ061731@repoman.freebsd.org>
From: Brian Feldman 
Date: Thu, 14 Oct 2004 03:05:39 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/pci pci.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 03:05:40 -0000

green       2004-10-14 03:05:39 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  Fix a spelling error in a panic string.
  
  Revision  Changes    Path
  1.266     +1 -1      src/sys/dev/pci/pci.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 03:06:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 20D1616A4CE; Thu, 14 Oct 2004 03:06:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 006C843D46; Thu, 14 Oct 2004 03:06:11 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E36AC9061822;
	Thu, 14 Oct 2004 03:06:10 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E36AXi061821;
	Thu, 14 Oct 2004 03:06:10 GMT
	(envelope-from edwin)
Message-Id: <200410140306.i9E36AXi061821@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 03:06:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/vlc Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 03:06:11 -0000

edwin       2004-10-14 03:06:10 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/vlc       Makefile 
  Log:
  welcome new maintainer
  
  Revision  Changes    Path
  1.61      +1 -1      ports/multimedia/vlc/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 03:21:22 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 58E1216A4CE; Thu, 14 Oct 2004 03:21:22 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 38D4043D1D; Thu, 14 Oct 2004 03:21:22 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E3LMGH062296;
	Thu, 14 Oct 2004 03:21:22 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E3LMN1062295;
	Thu, 14 Oct 2004 03:21:22 GMT
	(envelope-from clsung)
Message-Id: <200410140321.i9E3LMN1062295@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Thu, 14 Oct 2004 03:21:22 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/chinese/p5-Lingua-ZH-Numbers Makefile distinfo
 pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 03:21:22 -0000

clsung      2004-10-14 03:21:22 UTC

  FreeBSD ports repository

  Modified files:
    chinese/p5-Lingua-ZH-Numbers Makefile distinfo pkg-plist 
  Log:
  - update to 0.04
  - adjust pkg-plist
  
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.3       +1 -2      ports/chinese/p5-Lingua-ZH-Numbers/Makefile
  1.3       +2 -2      ports/chinese/p5-Lingua-ZH-Numbers/distinfo
  1.2       +1 -1      ports/chinese/p5-Lingua-ZH-Numbers/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 03:26:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 19C6A16A4CE; Thu, 14 Oct 2004 03:26:51 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EF29E43D2D; Thu, 14 Oct 2004 03:26:50 +0000 (GMT)
	(envelope-from jmg@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E3Qo3A062446;
	Thu, 14 Oct 2004 03:26:50 GMT
	(envelope-from jmg@repoman.freebsd.org)
Received: (from jmg@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E3Qonf062445;
	Thu, 14 Oct 2004 03:26:50 GMT
	(envelope-from jmg)
Message-Id: <200410140326.i9E3Qonf062445@repoman.freebsd.org>
From: John-Mark Gurney 
Date: Thu, 14 Oct 2004 03:26:50 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/kern kern_event.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 03:26:51 -0000

jmg         2004-10-14 03:26:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  /me gets the wrong patch out of the pr :(
  /me had the write patch w/o comments on his test system.
  
  Pointed out by: kuriyama and ache
  Pointy hat to:  jmg
  
  Revision  Changes    Path
  1.84      +2 -2      src/sys/kern/kern_event.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 03:29:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6143216A4CE; Thu, 14 Oct 2004 03:29:57 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 36FD343D3F; Thu, 14 Oct 2004 03:29:57 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E3Tv9e062577;
	Thu, 14 Oct 2004 03:29:57 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E3TvpQ062576;
	Thu, 14 Oct 2004 03:29:57 GMT
	(envelope-from clsung)
Message-Id: <200410140329.i9E3TvpQ062576@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Thu, 14 Oct 2004 03:29:57 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/p5-GraphViz-Data-Structure Makefile
	distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 03:29:57 -0000

clsung      2004-10-14 03:29:57 UTC

  FreeBSD ports repository

  Modified files:
    graphics/p5-GraphViz-Data-Structure Makefile distinfo 
  Log:
  - update to 0.12
  - grab maintainership
  
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.7       +2 -2      ports/graphics/p5-GraphViz-Data-Structure/Makefile
  1.3       +2 -2      ports/graphics/p5-GraphViz-Data-Structure/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 04:02:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D34E316A4CE; Thu, 14 Oct 2004 04:02:48 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B2A3643D39; Thu, 14 Oct 2004 04:02:48 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E42mxN063547;
	Thu, 14 Oct 2004 04:02:48 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E42mkL063546;
	Thu, 14 Oct 2004 04:02:48 GMT
	(envelope-from marcus)
Message-Id: <200410140402.i9E42mkL063546@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Thu, 14 Oct 2004 04:02:48 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/balsa Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 04:02:49 -0000

marcus      2004-10-14 04:02:48 UTC

  FreeBSD ports repository

  Modified files:
    mail/balsa           Makefile distinfo 
  Log:
  Update to 2.2.5.
  
  Revision  Changes    Path
  1.83      +1 -1      ports/mail/balsa/Makefile
  1.42      +2 -2      ports/mail/balsa/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 04:06:58 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BD8F816A4CE; Thu, 14 Oct 2004 04:06:58 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9C00443D2D; Thu, 14 Oct 2004 04:06:58 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E46wJn063932;
	Thu, 14 Oct 2004 04:06:58 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E46wR8063931;
	Thu, 14 Oct 2004 04:06:58 GMT
	(envelope-from edwin)
Message-Id: <200410140406.i9E46wR8063931@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 04:06:58 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/vlc Makefile pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 04:06:58 -0000

edwin       2004-10-14 04:06:58 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/vlc       Makefile pkg-descr 
  Log:
  [MAINTAINER] multimedia/vlc: update pkg-descr and COMMENT
  
          Update pkg-descr and COMMENT to better fit the current
          version of VLC
  
  PR:             ports/72663
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.62      +1 -1      ports/multimedia/vlc/Makefile
  1.5       +5 -12     ports/multimedia/vlc/pkg-descr

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 04:34:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3776D16A4CE; Thu, 14 Oct 2004 04:34:08 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 16B4343D31; Thu, 14 Oct 2004 04:34:08 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E4Y7Ch064785;
	Thu, 14 Oct 2004 04:34:07 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E4Y7FJ064784;
	Thu, 14 Oct 2004 04:34:07 GMT
	(envelope-from dinoex)
Message-Id: <200410140434.i9E4Y7FJ064784@repoman.freebsd.org>
From: Dirk Meyer 
Date: Thu, 14 Oct 2004 04:34:07 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/lesstif Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 04:34:08 -0000

dinoex      2004-10-14 04:34:07 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/lesstif Makefile 
  Log:
  - mark FORBIDDEN
  
  Revision  Changes    Path
  1.75      +2 -0      ports/x11-toolkits/lesstif/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 04:36:15 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A63A916A4CE; Thu, 14 Oct 2004 04:36:15 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9AAC143D31; Thu, 14 Oct 2004 04:36:15 +0000 (GMT)
	(envelope-from trhodes@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E4aF5Y064997;
	Thu, 14 Oct 2004 04:36:15 GMT
	(envelope-from trhodes@repoman.freebsd.org)
Received: (from trhodes@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E4aFBj064996;
	Thu, 14 Oct 2004 04:36:15 GMT
	(envelope-from trhodes)
Message-Id: <200410140436.i9E4aFBj064996@repoman.freebsd.org>
From: Tom Rhodes 
Date: Thu, 14 Oct 2004 04:36:15 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/etc rc.bsdextended src/etc/defaults rc.conf
 src/etc/rc.d Makefile ugidfw src/share/man/man5 rc.conf.5
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 04:36:15 -0000

trhodes     2004-10-14 04:36:15 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    etc/defaults         rc.conf 
    etc/rc.d             Makefile 
    share/man/man5       rc.conf.5 
  Added files:           (Branch: RELENG_5)
    etc                  rc.bsdextended 
    etc/rc.d             ugidfw 
  Log:
  MFC: Bring in the startup files to permit loading of mac_bsdextended(4)
  rules on system initialization.
  
  Remove requirement on FreeBSD keyword.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.212.2.3  +3 -0      src/etc/defaults/rc.conf
  1.1.2.1    +158 -0    src/etc/rc.bsdextended (new)
  1.41.2.1   +1 -1      src/etc/rc.d/Makefile
  1.1.2.1    +52 -0     src/etc/rc.d/ugidfw (new)
  1.221.2.3  +11 -0     src/share/man/man5/rc.conf.5

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 04:37:58 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4037316A4CE; Thu, 14 Oct 2004 04:37:58 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2094A43D48; Thu, 14 Oct 2004 04:37:58 +0000 (GMT)
	(envelope-from trhodes@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E4bwiO066687;
	Thu, 14 Oct 2004 04:37:58 GMT
	(envelope-from trhodes@repoman.freebsd.org)
Received: (from trhodes@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E4bwOA066686;
	Thu, 14 Oct 2004 04:37:58 GMT
	(envelope-from trhodes)
Message-Id: <200410140437.i9E4bwOA066686@repoman.freebsd.org>
From: Tom Rhodes 
Date: Thu, 14 Oct 2004 04:37:58 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/etc/rc.d ugidfw
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 04:37:58 -0000

trhodes     2004-10-14 04:37:57 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             ugidfw 
  Log:
  Remove requirement on FreeBSD keyword.
  
  Skipped by:     mtm (/me glares at mtm)  :)
  
  Revision  Changes    Path
  1.2       +1 -1      src/etc/rc.d/ugidfw

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 04:56:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AB9BD16A4D1
	for ; Thu, 14 Oct 2004 04:56:04 +0000 (GMT)
Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6132943D31
	for ; Thu, 14 Oct 2004 04:56:04 +0000 (GMT)
	(envelope-from jmg@hydrogen.funkthat.com)
Received: (qmail 21385 invoked from network); 14 Oct 2004 04:56:03 -0000
Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168])
          (envelope-sender )
          by mail2.speakeasy.net (qmail-ldap-1.03) with SMTP
          for ; 14 Oct 2004 04:56:03 -0000
Received: from hydrogen.funkthat.com (unefez@localhost.funkthat.com
	[127.0.0.1])i9E3RSlb077419;	Wed, 13 Oct 2004 20:27:28 -0700 (PDT)
	(envelope-from jmg@hydrogen.funkthat.com)
Received: (from jmg@localhost)
	by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id i9E3RRN4077415;
	Wed, 13 Oct 2004 20:27:27 -0700 (PDT)
Date: Wed, 13 Oct 2004 20:27:27 -0700
From: John-Mark Gurney 
To: Jun Kuriyama 
Message-ID: <20041014032726.GX22681@funkthat.com>
References: <200410132055.i9DKtJJ3041259@repoman.freebsd.org>
	<7mr7o2c995.wl@black.imgsrc.co.jp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <7mr7o2c995.wl@black.imgsrc.co.jp>
User-Agent: Mutt/1.4.1i
X-Operating-System: FreeBSD 4.2-RELEASE i386
X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31  96 7A 22 B3 D8 56 36 F4
X-Files: The truth is out there
X-URL: http://resnet.uoregon.edu/~gurney_j/
X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_event.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: John-Mark Gurney 
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 04:56:04 -0000

Jun Kuriyama wrote this message on Thu, Oct 14, 2004 at 11:40 +0900:
> At Wed, 13 Oct 2004 20:55:19 +0000 (UTC),
> John-Mark Gurney wrote:
> >   Modified files:
> >     sys/kern             kern_event.c 
> >   Log:
> >   fix a bug where signal events didn't set the flags for attach/detach..
> >   
> >   PR:             72234
> >   MFC after:      2 days
> 
> It seems this should be KN_DETACHED rather than EV_DETACHED.

and also needs to be kn_status instead of kn_flags...

I pulled the wrong patch out of the PR...

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 05:08:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5BE4116A4CE; Thu, 14 Oct 2004 05:08:43 +0000 (GMT)
Received: from mailout2.barnet.com.au (mailout2.barnet.com.au [218.185.88.16])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8E1B143D46; Thu, 14 Oct 2004 05:08:42 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mailout2.barnet.com.au (Postfix, from userid 27)
	id C769370742C; Thu, 14 Oct 2004 15:08:40 +1000 (EST)
X-Viruscan-Id: <416E09D800004CEEC7E51F@BarNet>
Received: from mail2-auth.barnet.com.au (mailout2.barnet.com.au
	[218.185.88.16])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	Authority" (verified OK))
	by mail2.barnet.com.au (Postfix) with ESMTP id 8778E70742B;
	Thu, 14 Oct 2004 15:08:40 +1000 (EST)
Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	Certificate Authority" (verified OK))
	by mail2-auth.barnet.com.au (Postfix) with ESMTP id EF222707428;
	Thu, 14 Oct 2004 15:08:39 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id E5FE760EE; Thu, 14 Oct 2004 15:08:24 +1000 (EST)
Date: Thu, 14 Oct 2004 15:08:24 +1000
From: Edwin Groothuis 
To: Michael Johnson , ports-committers@FreeBSD.org,
	cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Message-ID: <20041014050824.GB10359@k7.mavetju>
References: <200410140123.i9E1NRmC058392@repoman.freebsd.org>
	<77904429-1D89-11D9-868F-000A958C81C6@ahze.net>
	<20041014024700.GZ10358@k7.mavetju>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041014024700.GZ10358@k7.mavetju>
User-Agent: Mutt/1.5.6i
Subject: Re: cvs commit: ports/audio/faad Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 05:08:43 -0000

On Thu, Oct 14, 2004 at 12:47:00PM +1000, Edwin Groothuis wrote:
> On Wed, Oct 13, 2004 at 10:33:43PM -0400, Michael Johnson wrote:
> > Ohhh, this needs multimedia/mpeg4ip-libmp4v2 or faad will install
> > conflicting files against mpeg4ip and plist's will be wrong.
> > 
> > Can we mark this BROKEN or IGNORE until lioux
> > agrees to updating mpeg4ip and splitting it with
> > mpeg4ip-libmp4v2.
> 
> I'm in the process of doing the other three now, but have to wait
> until gcc34 is installed.

/usr/local/lib/gcc/i386-portbld-freebsd5.3/3.4.2/include/sys/types.h:152: error: parse error before "fixpt_t"

That will have to wait until there is a real 5.3 available...

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  Thu Oct 14 05:11:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5A04C16A4CE; Thu, 14 Oct 2004 05:11:26 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3934843D5C; Thu, 14 Oct 2004 05:11:26 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E5BQc4074728;
	Thu, 14 Oct 2004 05:11:26 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E5BQV8074727;
	Thu, 14 Oct 2004 05:11:26 GMT
	(envelope-from edwin)
Message-Id: <200410140511.i9E5BQV8074727@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 05:11:26 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/faad Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 05:11:26 -0000

edwin       2004-10-14 05:11:26 UTC

  FreeBSD ports repository

  Modified files:
    audio/faad           Makefile 
  Log:
  Backout previous commit because the rest of the updates can't be
  tested because I'm still on 5.2.1 and I can't compile gcc34 and the
  only packages for gcc34 I find are 4.10 or 5.3. Bummer!
  
  Revision  Changes    Path
  1.25      +36 -6     ports/audio/faad/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 05:13:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1333416A4CE; Thu, 14 Oct 2004 05:13:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E7E0243D4C; Thu, 14 Oct 2004 05:13:43 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E5Dh22074860;
	Thu, 14 Oct 2004 05:13:43 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E5Dhxc074859;
	Thu, 14 Oct 2004 05:13:43 GMT
	(envelope-from edwin)
Message-Id: <200410140513.i9E5Dhxc074859@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 05:13:43 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/faad pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 05:13:44 -0000

edwin       2004-10-14 05:13:43 UTC

  FreeBSD ports repository

  Modified files:
    audio/faad           pkg-plist 
  Log:
  Backout previous commit because the rest of the updates can't be
  tested because I'm still on 5.2.1 and I can't compile gcc34 and the
  only packages for gcc34 I find are 4.10 or 5.3. Bummer!
  
  Revision  Changes    Path
  1.7       +9 -0      ports/audio/faad/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 05:23:15 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C40E916A4CE; Thu, 14 Oct 2004 05:23:15 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A5D0F43D2D; Thu, 14 Oct 2004 05:23:15 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E5NFk2075099;
	Thu, 14 Oct 2004 05:23:15 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E5NFFm075098;
	Thu, 14 Oct 2004 05:23:15 GMT
	(envelope-from dinoex)
Message-Id: <200410140523.i9E5NFFm075098@repoman.freebsd.org>
From: Dirk Meyer 
Date: Thu, 14 Oct 2004 05:23:15 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/putty Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 05:23:15 -0000

dinoex      2004-10-14 05:23:15 UTC

  FreeBSD ports repository

  Modified files:
    security/putty       Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.5       +1 -1      ports/security/putty/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 05:25:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2433C16A4CE; Thu, 14 Oct 2004 05:25:51 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 04B1043D1F; Thu, 14 Oct 2004 05:25:51 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E5PoUi075218;
	Thu, 14 Oct 2004 05:25:50 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E5Posd075217;
	Thu, 14 Oct 2004 05:25:50 GMT
	(envelope-from dinoex)
Message-Id: <200410140525.i9E5Posd075217@repoman.freebsd.org>
From: Dirk Meyer 
Date: Thu, 14 Oct 2004 05:25:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/openssh Makefile pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 05:25:51 -0000

dinoex      2004-10-14 05:25:50 UTC

  FreeBSD ports repository

  Modified files:
    security/openssh     Makefile pkg-descr 
  Log:
  - add a line why this port exist
  - drop maintainership
  
  Revision  Changes    Path
  1.130     +1 -1      ports/security/openssh/Makefile
  1.5       +2 -0      ports/security/openssh/pkg-descr

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 05:26:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7005C16A4CE; Thu, 14 Oct 2004 05:26:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5053743D1D; Thu, 14 Oct 2004 05:26:27 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E5QRL6075256;
	Thu, 14 Oct 2004 05:26:27 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E5QR5t075255;
	Thu, 14 Oct 2004 05:26:27 GMT
	(envelope-from dinoex)
Message-Id: <200410140526.i9E5QR5t075255@repoman.freebsd.org>
From: Dirk Meyer 
Date: Thu, 14 Oct 2004 05:26:27 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/openssh-portable Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 05:26:27 -0000

dinoex      2004-10-14 05:26:27 UTC

  FreeBSD ports repository

  Modified files:
    security/openssh-portable Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.94      +1 -1      ports/security/openssh-portable/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 05:29:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E5D2916A4CE; Thu, 14 Oct 2004 05:29:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C57F643D62; Thu, 14 Oct 2004 05:29:11 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E5TBxV075372;
	Thu, 14 Oct 2004 05:29:11 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E5TBws075371;
	Thu, 14 Oct 2004 05:29:11 GMT
	(envelope-from dinoex)
Message-Id: <200410140529.i9E5TBws075371@repoman.freebsd.org>
From: Dirk Meyer 
Date: Thu, 14 Oct 2004 05:29:11 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/phpwiki Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 05:29:12 -0000

dinoex      2004-10-14 05:29:11 UTC

  FreeBSD ports repository

  Modified files:
    www/phpwiki          Makefile 
  Log:
  - drop maintainership
  
  Revision  Changes    Path
  1.6       +1 -1      ports/www/phpwiki/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 06:33:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DD90C16A4CE; Thu, 14 Oct 2004 06:33:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BD6AF43D3F; Thu, 14 Oct 2004 06:33:11 +0000 (GMT)
	(envelope-from vanilla@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E6XBUe077179;
	Thu, 14 Oct 2004 06:33:11 GMT
	(envelope-from vanilla@repoman.freebsd.org)
Received: (from vanilla@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E6XB5w077178;
	Thu, 14 Oct 2004 06:33:11 GMT
	(envelope-from vanilla)
Message-Id: <200410140633.i9E6XB5w077178@repoman.freebsd.org>
From: "Vanilla I. Shu" 
Date: Thu, 14 Oct 2004 06:33:11 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/imlib2 Makefile distinfo
 ports/graphics/imlib2/files patch-loader_bmp.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 06:33:12 -0000

vanilla     2004-10-14 06:33:11 UTC

  FreeBSD ports repository

  Modified files:
    graphics/imlib2      Makefile distinfo 
  Removed files:
    graphics/imlib2/files patch-loader_bmp.c 
  Log:
  Upgrade to 1.1.2.
  
  Revision  Changes    Path
  1.96      +2 -2      ports/graphics/imlib2/Makefile
  1.33      +2 -2      ports/graphics/imlib2/distinfo
  1.2       +0 -47     ports/graphics/imlib2/files/patch-loader_bmp.c (dead)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 06:35:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 96A0216A4CE; Thu, 14 Oct 2004 06:35:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 780F743D48; Thu, 14 Oct 2004 06:35:37 +0000 (GMT)
	(envelope-from vanilla@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E6Zb3i077307;
	Thu, 14 Oct 2004 06:35:37 GMT
	(envelope-from vanilla@repoman.freebsd.org)
Received: (from vanilla@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E6ZbMG077306;
	Thu, 14 Oct 2004 06:35:37 GMT
	(envelope-from vanilla)
Message-Id: <200410140635.i9E6ZbMG077306@repoman.freebsd.org>
From: "Vanilla I. Shu" 
Date: Thu, 14 Oct 2004 06:35:37 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/imlib2_loaders Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 06:35:37 -0000

vanilla     2004-10-14 06:35:37 UTC

  FreeBSD ports repository

  Modified files:
    graphics/imlib2_loaders Makefile distinfo 
  Log:
  Upgrade to 1.1.2.
  
  Revision  Changes    Path
  1.12      +1 -1      ports/graphics/imlib2_loaders/Makefile
  1.4       +2 -2      ports/graphics/imlib2_loaders/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 06:37:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2E6CE16A4CF; Thu, 14 Oct 2004 06:37:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2284D43D46; Thu, 14 Oct 2004 06:37:42 +0000 (GMT)
	(envelope-from vanilla@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E6bggf077411;
	Thu, 14 Oct 2004 06:37:42 GMT
	(envelope-from vanilla@repoman.freebsd.org)
Received: (from vanilla@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E6bg3D077410;
	Thu, 14 Oct 2004 06:37:42 GMT
	(envelope-from vanilla)
Message-Id: <200410140637.i9E6bg3D077410@repoman.freebsd.org>
From: "Vanilla I. Shu" 
Date: Thu, 14 Oct 2004 06:37:41 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/resin3 Makefile distinfo pkg-plist
 patch-apache2-Makefile.in         patch-configure
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 06:37:42 -0000

vanilla     2004-10-14 06:37:41 UTC

  FreeBSD ports repository

  Modified files:
    www/resin3           Makefile distinfo pkg-plist 
  Added files:
    www/resin3/files     patch-apache1-Makefile.in 
                         patch-apache2-Makefile.in patch-configure 
  Log:
  This is an update of www/resin3 to 3.0.9.  The port adds two patches to
  activate the Apache modules.
  
  PR:             ports/72506
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.7       +91 -93    ports/www/resin3/Makefile
  1.5       +2 -2      ports/www/resin3/distinfo
  1.1       +12 -0     ports/www/resin3/files/patch-apache1-Makefile.in (new)
  1.4       +12 -0     ports/www/resin3/files/patch-apache2-Makefile.in (new)
  1.1       +23 -0     ports/www/resin3/files/patch-configure (new)
  1.6       +11 -7     ports/www/resin3/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 06:39:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5F12516A4CE; Thu, 14 Oct 2004 06:39:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3FA8743D49; Thu, 14 Oct 2004 06:39:44 +0000 (GMT)
	(envelope-from vanilla@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E6di7F077465;
	Thu, 14 Oct 2004 06:39:44 GMT
	(envelope-from vanilla@repoman.freebsd.org)
Received: (from vanilla@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E6di4F077464;
	Thu, 14 Oct 2004 06:39:44 GMT
	(envelope-from vanilla)
Message-Id: <200410140639.i9E6di4F077464@repoman.freebsd.org>
From: "Vanilla I. Shu" 
Date: Thu, 14 Oct 2004 06:39:44 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/libfwbuilder Makefile distinfo
 pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 06:39:44 -0000

vanilla     2004-10-14 06:39:44 UTC

  FreeBSD ports repository

  Modified files:
    security/libfwbuilder Makefile distinfo pkg-plist 
  Log:
  Upgrade to 2.0.2.
  
  PR:             ports/71262
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.19      +20 -8     ports/security/libfwbuilder/Makefile
  1.8       +1 -2      ports/security/libfwbuilder/distinfo
  1.7       +96 -117   ports/security/libfwbuilder/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 06:42:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6DA1A16A4CE; Thu, 14 Oct 2004 06:42:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3840E43D2D; Thu, 14 Oct 2004 06:42:13 +0000 (GMT)
	(envelope-from vanilla@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E6gDv1077612;
	Thu, 14 Oct 2004 06:42:13 GMT
	(envelope-from vanilla@repoman.freebsd.org)
Received: (from vanilla@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E6gDnr077611;
	Thu, 14 Oct 2004 06:42:13 GMT
	(envelope-from vanilla)
Message-Id: <200410140642.i9E6gDnr077611@repoman.freebsd.org>
From: "Vanilla I. Shu" 
Date: Thu, 14 Oct 2004 06:42:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/fwbuilder Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 06:42:13 -0000

vanilla     2004-10-14 06:42:13 UTC

  FreeBSD ports repository

  Modified files:
    security/fwbuilder   Makefile distinfo pkg-plist 
  Log:
  Upgrade to 2.0.2
  
  PR:             ports/71263
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.21      +24 -18    ports/security/fwbuilder/Makefile
  1.9       +1 -2      ports/security/fwbuilder/distinfo
  1.7       +22 -246   ports/security/fwbuilder/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 06:55:29 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5EBCF16A4CE; Thu, 14 Oct 2004 06:55:29 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3E98443D55; Thu, 14 Oct 2004 06:55:29 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E6tTNb078017;
	Thu, 14 Oct 2004 06:55:29 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E6tTDp078016;
	Thu, 14 Oct 2004 06:55:29 GMT
	(envelope-from edwin)
Message-Id: <200410140655.i9E6tTDp078016@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 06:55:29 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/vls Makefile pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 06:55:29 -0000

edwin       2004-10-14 06:55:29 UTC

  FreeBSD ports repository

  Modified files:
    net/vls              Makefile pkg-descr 
  Log:
  [MAINTAINER] net/vls: [update pkg-descr and COMMENT]
  
          Update pkg-descr and COMMENT to better reflect the current
          version of vls
  
  PR:             ports/72668
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.11      +1 -1      ports/net/vls/Makefile
  1.2       +3 -9      ports/net/vls/pkg-descr

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 07:02:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6206516A4CE; Thu, 14 Oct 2004 07:02:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3B2D843D5E; Thu, 14 Oct 2004 07:02:01 +0000 (GMT)
	(envelope-from vanilla@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E720CB078311;
	Thu, 14 Oct 2004 07:02:00 GMT
	(envelope-from vanilla@repoman.freebsd.org)
Received: (from vanilla@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E720LX078310;
	Thu, 14 Oct 2004 07:02:00 GMT
	(envelope-from vanilla)
Message-Id: <200410140702.i9E720LX078310@repoman.freebsd.org>
From: "Vanilla I. Shu" 
Date: Thu, 14 Oct 2004 07:02:00 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/amavisd-new Makefile distinfo
 ports/security/amavisd-new/files patch-amavisd
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 07:02:01 -0000

vanilla     2004-10-14 07:02:00 UTC

  FreeBSD ports repository

  Modified files:
    security/amavisd-new Makefile distinfo 
    security/amavisd-new/files patch-amavisd 
  Log:
  Upgrade to 2.1.2.
  
  PR:             ports/71907
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.21      +1 -1      ports/security/amavisd-new/Makefile
  1.16      +2 -2      ports/security/amavisd-new/distinfo
  1.8       +3 -12     ports/security/amavisd-new/files/patch-amavisd

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 07:07:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E891616A4E7; Thu, 14 Oct 2004 07:07:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C7AC543D48; Thu, 14 Oct 2004 07:07:25 +0000 (GMT)
	(envelope-from vs@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E77Pj5078505;
	Thu, 14 Oct 2004 07:07:25 GMT
	(envelope-from vs@repoman.freebsd.org)
Received: (from vs@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E77PmX078504;
	Thu, 14 Oct 2004 07:07:25 GMT
	(envelope-from vs)
Message-Id: <200410140707.i9E77PmX078504@repoman.freebsd.org>
From: Volker Stolz 
Date: Thu, 14 Oct 2004 07:07:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/astro/gpsdrive/files patch-src::gpsserial.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 07:07:26 -0000

vs          2004-10-14 07:07:25 UTC

  FreeBSD ports repository

  Modified files:
    astro/gpsdrive/files patch-src::gpsserial.c 
  Log:
  Unbreak on 4.x
  
  Submitted by:   des
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.2       +2 -2      ports/astro/gpsdrive/files/patch-src::gpsserial.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 07:27:21 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F351D16A4CE; Thu, 14 Oct 2004 07:27:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D2DDE43D2D; Thu, 14 Oct 2004 07:27:20 +0000 (GMT)
	(envelope-from clement@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E7RKrT079174;
	Thu, 14 Oct 2004 07:27:20 GMT
	(envelope-from clement@repoman.freebsd.org)
Received: (from clement@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E7RKDx079173;
	Thu, 14 Oct 2004 07:27:20 GMT
	(envelope-from clement)
Message-Id: <200410140727.i9E7RKDx079173@repoman.freebsd.org>
From: Clement Laforet 
Date: Thu, 14 Oct 2004 07:27:20 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/ssmtp Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 07:27:21 -0000

clement     2004-10-14 07:27:20 UTC

  FreeBSD ports repository

  Modified files:
    mail/ssmtp           Makefile distinfo 
  Log:
  - Update to 2.61
  
  Revision  Changes    Path
  1.21      +3 -3      ports/mail/ssmtp/Makefile
  1.8       +2 -2      ports/mail/ssmtp/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 07:35:21 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EF84316A4CE; Thu, 14 Oct 2004 07:35:21 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DCDBF43D1D; Thu, 14 Oct 2004 07:35:21 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E7ZLG9079506;
	Thu, 14 Oct 2004 07:35:21 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E7ZLAb079505;
	Thu, 14 Oct 2004 07:35:21 GMT
	(envelope-from edwin)
Message-Id: <200410140735.i9E7ZLAb079505@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 07:35:21 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/shells Makefile ports/shells/zoidberg Makefile
 distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 07:35:22 -0000

edwin       2004-10-14 07:35:21 UTC

  FreeBSD ports repository

  Modified files:
    shells               Makefile 
  Added files:
    shells/zoidberg      Makefile distinfo pkg-descr pkg-plist 
  Log:
  [NEW PORT] shells/zoidberg: A modular PERL shell
  
          A modular Perl shell written, configured, and operated
          entirely in Perl. It aspires to be a fully operational login
          shell with all the features one normally expects. But it
          also gives direct access to Perl objects and data structures
          from the command line, and allows you to run Perl code
          within the scope of your command line.
  
          WWW: http://zoidberg.student.utwente.nl/
  
  PR:             ports/72053
  Submitted by:   Ying-Chieh Liao 
  
  Revision  Changes    Path
  1.50      +1 -0      ports/shells/Makefile
  1.1       +56 -0     ports/shells/zoidberg/Makefile (new)
  1.1       +2 -0      ports/shells/zoidberg/distinfo (new)
  1.1       +7 -0      ports/shells/zoidberg/pkg-descr (new)
  1.1       +86 -0     ports/shells/zoidberg/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 07:35:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7BFE616A4CE; Thu, 14 Oct 2004 07:35:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5BF8743D39; Thu, 14 Oct 2004 07:35:37 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E7Zbhx079567;
	Thu, 14 Oct 2004 07:35:37 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E7ZbL7079566;
	Thu, 14 Oct 2004 07:35:37 GMT
	(envelope-from edwin)
Message-Id: <200410140735.i9E7ZbL7079566@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 07:35:37 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 07:35:37 -0000

edwin       2004-10-14 07:35:37 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    zoidberg --> ports/shells/zoidberg
  
  Revision  Changes    Path
  1.11150   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 07:38:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5810616A4CE; Thu, 14 Oct 2004 07:38:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4831743D31; Thu, 14 Oct 2004 07:38:36 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E7capU079735;
	Thu, 14 Oct 2004 07:38:36 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E7caOb079734;
	Thu, 14 Oct 2004 07:38:36 GMT
	(envelope-from edwin)
Message-Id: <200410140738.i9E7caOb079734@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 07:38:36 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/shells Makefile ports/shells/viewglob Makefile
 distinfo pkg-descr pkg-plist ports/shells/viewglob/files
 patch-src::Makefile.in patch-src::ptutil.viewglob.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 07:38:36 -0000

edwin       2004-10-14 07:38:36 UTC

  FreeBSD ports repository

  Modified files:
    shells               Makefile 
  Added files:
    shells/viewglob      Makefile distinfo pkg-descr pkg-plist 
    shells/viewglob/files patch-src::Makefile.in 
                          patch-src::ptutil.viewglob.c 
  Log:
  New port: shells/viewglob, a GTK+ add-on to bash and zsh
  
          viewglob is an utility designed to complement the Unix shell
          in graphical environments. It has two parts:
  
            1. A tool that sits as a layer between the shell and X
               terminal, keeping track of the user's current directory
               and command line.
  
            2. A graphical display which shows the layouts of directories
               referenced on the command line (including pwd).
  
          The display reveals the results of file globs and expansions
          as they are typed (hence the name), highlighting selected
          files and potential name completions.
  
          It can also be used as a surrogate terminal, where keystrokes
          typed in the display are passed to the shell. Files and
          directories can be double-clicked to insert their names
          and/or paths into the terminal.
  
  PR:             ports/72369
  Submitted by:   Jean-Yves Lefort 
  
  Revision  Changes    Path
  1.51      +1 -0      ports/shells/Makefile
  1.1       +30 -0     ports/shells/viewglob/Makefile (new)
  1.1       +2 -0      ports/shells/viewglob/distinfo (new)
  1.1       +32 -0     ports/shells/viewglob/files/patch-src::Makefile.in (new)
  1.1       +27 -0     ports/shells/viewglob/files/patch-src::ptutil.viewglob.c (new)
  1.1       +20 -0     ports/shells/viewglob/pkg-descr (new)
  1.1       +9 -0      ports/shells/viewglob/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 07:38:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 402FD16A4CF; Thu, 14 Oct 2004 07:38:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2110C43D31; Thu, 14 Oct 2004 07:38:49 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E7cnc1079783;
	Thu, 14 Oct 2004 07:38:49 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E7cn75079782;
	Thu, 14 Oct 2004 07:38:49 GMT
	(envelope-from edwin)
Message-Id: <200410140738.i9E7cn75079782@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 07:38:48 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 07:38:49 -0000

edwin       2004-10-14 07:38:48 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    viewglob --> ports/shells/viewglob
  
  Revision  Changes    Path
  1.11151   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 07:46:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3AC1C16A4CE; Thu, 14 Oct 2004 07:46:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1B9B743D31; Thu, 14 Oct 2004 07:46:14 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E7kDeW080118;
	Thu, 14 Oct 2004 07:46:13 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E7kD2E080117;
	Thu, 14 Oct 2004 07:46:13 GMT
	(envelope-from pjd)
Message-Id: <200410140746.i9E7kD2E080117@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Thu, 14 Oct 2004 07:46:13 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/geom/label g_label.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 07:46:14 -0000

pjd         2004-10-14 07:46:13 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/label       g_label.c 
  Log:
  Only allow for unloading when there are no geoms in LABEL GEOM class.
  We have to use our own destroy_geom method, because default one, which
  is a part of geom_slice is broken.
  MT5 candidate.
  
  PR:             kern/72467
  Submitted by:   Vladimir Novoseltsev
  
  Revision  Changes    Path
  1.12      +16 -1     src/sys/geom/label/g_label.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 07:55:30 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7C63416A4CE; Thu, 14 Oct 2004 07:55:30 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7210843D31; Thu, 14 Oct 2004 07:55:30 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E7tUKH080407;
	Thu, 14 Oct 2004 07:55:30 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E7tU7B080400;
	Thu, 14 Oct 2004 07:55:30 GMT
	(envelope-from pjd)
Message-Id: <200410140755.i9E7tU7B080400@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Thu, 14 Oct 2004 07:55:30 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/geom/mirror g_mirror.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 07:55:30 -0000

pjd         2004-10-14 07:55:29 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/mirror      g_mirror.c 
  Log:
  Ehh. Introduce a hack: Wait for 3 seconds, so GEOM is able to give us
  providers for tasting. Before this hack, race below is possible:
          SI_SUB_RAID (no not-fully-configured geoms, so don't block)
          GEOM tasting (now geoms are created)
          SI_SUB_MOUNT_ROOT (if root file system is placed on a mirror, it is
                  possible that this mirror is not fully configured yet)
  There is a lot of work to do to avoid such hacks and I need a working
  solution before 5.3, sorry.
  
  Reported by:    John Hay 
  
  Revision  Changes    Path
  1.38      +5 -0      src/sys/geom/mirror/g_mirror.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:01:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A5B2F16A4CE; Thu, 14 Oct 2004 08:01:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8496A43D2D; Thu, 14 Oct 2004 08:01:50 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E81orN080763;
	Thu, 14 Oct 2004 08:01:50 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E81oSa080762;
	Thu, 14 Oct 2004 08:01:50 GMT
	(envelope-from krion)
Message-Id: <200410140801.i9E81oSa080762@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Thu, 14 Oct 2004 08:01:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/bogofilter Makefile distinfo
 ports/mail/bogofilter/files ChangeLog.port
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:01:50 -0000

krion       2004-10-14 08:01:50 UTC

  FreeBSD ports repository

  Modified files:
    mail/bogofilter      Makefile distinfo 
    mail/bogofilter/files ChangeLog.port 
  Log:
  Update to 0.92.7
  
  PR:             ports/72670
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.47      +3 -3      ports/mail/bogofilter/Makefile
  1.37      +2 -2      ports/mail/bogofilter/distinfo
  1.6       +1 -1      ports/mail/bogofilter/files/ChangeLog.port

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:03:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A04E216A4CE; Thu, 14 Oct 2004 08:03:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 719FB43D67; Thu, 14 Oct 2004 08:03:09 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E839Ir080819;
	Thu, 14 Oct 2004 08:03:09 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E839EJ080818;
	Thu, 14 Oct 2004 08:03:09 GMT
	(envelope-from krion)
Message-Id: <200410140803.i9E839EJ080818@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Thu, 14 Oct 2004 08:03:09 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/russian/bogofilter Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:03:09 -0000

krion       2004-10-14 08:03:09 UTC

  FreeBSD ports repository

  Modified files:
    russian/bogofilter   Makefile 
  Log:
  Update CONFLICTS and fix portlint warnings.
  
  PR:             ports/72669
  Submitted by:   Matthias Andree 
  
  Revision  Changes    Path
  1.2       +3 -3      ports/russian/bogofilter/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:04:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id ADBAE16A4CE; Thu, 14 Oct 2004 08:04:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8670643D46; Thu, 14 Oct 2004 08:04:45 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E84jVM080871;
	Thu, 14 Oct 2004 08:04:45 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E84jG9080870;
	Thu, 14 Oct 2004 08:04:45 GMT
	(envelope-from krion)
Message-Id: <200410140804.i9E84jG9080870@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Thu, 14 Oct 2004 08:04:45 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/bogofilter-qdbm Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:04:45 -0000

krion       2004-10-14 08:04:45 UTC

  FreeBSD ports repository

  Modified files:
    mail/bogofilter-qdbm Makefile 
  Log:
  Update CONFLICTS, clean up to please portlint.
  
  PR:             ports/72671
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.5       +4 -3      ports/mail/bogofilter-qdbm/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:06:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C162016A4CE; Thu, 14 Oct 2004 08:06:06 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9EF4843D4C; Thu, 14 Oct 2004 08:06:06 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E866Nd081010;
	Thu, 14 Oct 2004 08:06:06 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E866KM081009;
	Thu, 14 Oct 2004 08:06:06 GMT
	(envelope-from krion)
Message-Id: <200410140806.i9E866KM081009@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Thu, 14 Oct 2004 08:06:06 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/bogofilter-tdb Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:06:06 -0000

krion       2004-10-14 08:06:06 UTC

  FreeBSD ports repository

  Modified files:
    mail/bogofilter-tdb  Makefile 
  Log:
  Update CONFLICTS, fix portlint warnings.
  
  PR:             ports/72672
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.6       +4 -3      ports/mail/bogofilter-tdb/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:13:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5D5A916A4CE; Thu, 14 Oct 2004 08:13:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3E51643D5E; Thu, 14 Oct 2004 08:13:05 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8D4uv081222;
	Thu, 14 Oct 2004 08:13:04 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8D456081221;
	Thu, 14 Oct 2004 08:13:04 GMT
	(envelope-from krion)
Message-Id: <200410140813.i9E8D456081221@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Thu, 14 Oct 2004 08:13:04 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/sylpheed-gtk2 Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:13:05 -0000

krion       2004-10-14 08:13:04 UTC

  FreeBSD ports repository

  Modified files:
    mail/sylpheed-gtk2   Makefile distinfo 
  Log:
  Fix crash in summary search
  
  PR:             ports/72650
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.16      +6 -0      ports/mail/sylpheed-gtk2/Makefile
  1.7       +2 -0      ports/mail/sylpheed-gtk2/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:19:41 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5124216A4CE; Thu, 14 Oct 2004 08:19:41 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F1A6F43D45; Thu, 14 Oct 2004 08:19:40 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8JeV4081455;
	Thu, 14 Oct 2004 08:19:40 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8Je4o081454;
	Thu, 14 Oct 2004 08:19:40 GMT
	(envelope-from krion)
Message-Id: <200410140819.i9E8Je4o081454@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Thu, 14 Oct 2004 08:19:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/math/kseg Makefile distinfo pkg-descr pkg-plist
 ports/math/kseg/files patch-G_pointLocus.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:19:41 -0000

krion       2004-10-14 08:19:40 UTC

  FreeBSD ports repository

  Modified files:
    math/kseg            Makefile distinfo pkg-descr pkg-plist 
  Removed files:
    math/kseg/files      patch-G_pointLocus.cpp 
  Log:
  Update to 0.401
  Change maintainer's email.
  
  PR:             ports/72661
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.11      +4 -4      ports/math/kseg/Makefile
  1.6       +2 -2      ports/math/kseg/distinfo
  1.2       +0 -11     ports/math/kseg/files/patch-G_pointLocus.cpp (dead)
  1.2       +16 -6     ports/math/kseg/pkg-descr
  1.5       +5 -0      ports/math/kseg/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:22:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8DA3116A4CE; Thu, 14 Oct 2004 08:22:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6DAF243D48; Thu, 14 Oct 2004 08:22:33 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8MXPf081608;
	Thu, 14 Oct 2004 08:22:33 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8MXZi081607;
	Thu, 14 Oct 2004 08:22:33 GMT
	(envelope-from edwin)
Message-Id: <200410140822.i9E8MXZi081607@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 08:22:33 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/trafshow Makefile ports/net/trafshow4
 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:22:33 -0000

edwin       2004-10-14 08:22:33 UTC

  FreeBSD ports repository

  Modified files:
    net/trafshow         Makefile 
    net/trafshow4        Makefile 
  Log:
  Port conflict (net/trafshow and net/trafshow4)
  
          net/trafshow and net/trafshow4 installs same executable
          (bin/trafshow).  Both Makefile are missing CONFLICTS= line.
  
          Also added NO_LATEST_LINK for net/trafshow4
  
  PR:             ports/71097
  Submitted by:   Riccardo Torrini 
  
  Revision  Changes    Path
  1.30      +2 -0      ports/net/trafshow/Makefile
  1.28      +3 -0      ports/net/trafshow4/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:39:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DE5DD16A4CE; Thu, 14 Oct 2004 08:39:54 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D1CBD43D3F; Thu, 14 Oct 2004 08:39:54 +0000 (GMT)
	(envelope-from clement@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8dsSq082330;
	Thu, 14 Oct 2004 08:39:54 GMT
	(envelope-from clement@repoman.freebsd.org)
Received: (from clement@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8dsYG082329;
	Thu, 14 Oct 2004 08:39:54 GMT
	(envelope-from clement)
Message-Id: <200410140839.i9E8dsYG082329@repoman.freebsd.org>
From: Clement Laforet 
Date: Thu, 14 Oct 2004 08:39:54 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules ports/security Makefile
 ports/security/pwauth Makefile distinfo pkg-descr
 ports/security/pwauth/files patch-Makefile patch-config.c
 patch-pwauth.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:39:55 -0000

clement     2004-10-14 08:39:54 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
    security             Makefile 
  Added files:
    security/pwauth      Makefile distinfo pkg-descr 
    security/pwauth/files patch-Makefile patch-config.c 
                          patch-pwauth.c 
  Log:
  Add security/pwauth 2.2.8,
  A Unix Web Authenticator.
  
  Revision  Changes    Path
  1.11152   +1 -0      CVSROOT/modules
  1.541     +1 -0      ports/security/Makefile
  1.1       +30 -0     ports/security/pwauth/Makefile (new)
  1.1       +2 -0      ports/security/pwauth/distinfo (new)
  1.1       +22 -0     ports/security/pwauth/files/patch-Makefile (new)
  1.1       +34 -0     ports/security/pwauth/files/patch-config.c (new)
  1.1       +11 -0     ports/security/pwauth/files/patch-pwauth.c (new)
  1.1       +5 -0      ports/security/pwauth/pkg-descr (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:44:00 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3882D16A4CE; Thu, 14 Oct 2004 08:44:00 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1832E43D2F; Thu, 14 Oct 2004 08:44:00 +0000 (GMT)
	(envelope-from vs@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8hxkl082528;
	Thu, 14 Oct 2004 08:43:59 GMT
	(envelope-from vs@repoman.freebsd.org)
Received: (from vs@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8hx4f082527;
	Thu, 14 Oct 2004 08:43:59 GMT
	(envelope-from vs)
Message-Id: <200410140843.i9E8hx4f082527@repoman.freebsd.org>
From: Volker Stolz 
Date: Thu, 14 Oct 2004 08:43:59 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/mls Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:44:00 -0000

vs          2004-10-14 08:43:59 UTC

  FreeBSD ports repository

  Modified files:
    mail/mls             Makefile 
  Log:
  - Respect CC, CFLAGS
  - Remove USE_GMAKE since it's not needed anymore
  
  PR:             ports/71137
  Submitted by:   Roman Bogorodskiy
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.6       +1 -2      ports/mail/mls/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:47:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B434B16A4CF; Thu, 14 Oct 2004 08:47:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 92D8643D49; Thu, 14 Oct 2004 08:47:14 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8lEEF088984;
	Thu, 14 Oct 2004 08:47:14 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8lEiv088983;
	Thu, 14 Oct 2004 08:47:14 GMT
	(envelope-from erwin)
Message-Id: <200410140847.i9E8lEiv088983@repoman.freebsd.org>
From: Erwin Lansing 
Date: Thu, 14 Oct 2004 08:47:14 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/editors/openoffice-1.1 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:47:14 -0000

erwin       2004-10-14 08:47:14 UTC

  FreeBSD ports repository

  Modified files:
    editors/openoffice-1.1 Makefile 
  Log:
  Restore a piece of the previous commit that does some magic around
  PKGNAMEPREFIX. I'm not sure about the implications for the build of
  OOo, but at least it fixes INDEX builds.
  
  Revision  Changes    Path
  1.168     +6 -0      ports/editors/openoffice-1.1/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:51:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E638A16A4CE; Thu, 14 Oct 2004 08:51:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DA42043D46; Thu, 14 Oct 2004 08:51:02 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8p2Ui089269;
	Thu, 14 Oct 2004 08:51:02 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8p2nc089268;
	Thu, 14 Oct 2004 08:51:02 GMT
	(envelope-from krion)
Message-Id: <200410140851.i9E8p2nc089268@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Thu, 14 Oct 2004 08:51:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/lang Makefile ports/lang/asn1c Makefile distinfo
 pkg-descr pkg-message pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:51:03 -0000

krion       2004-10-14 08:51:02 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/asn1c           Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  Add asn1c 0.9.4,
  
  The asn1c compiles ASN.1 (Abstract Syntax Notation One)
  specifications into the C source code. This compiler supports
  automatic constraints checking code generation, parametrization,
  basic support for Information Object Classes.  The produced C code
  contains the codecs for BER & DER encoding rules.
  
  PR:             ports/71560.
  Submitted by:   Lev Walkin 
  
  Revision  Changes    Path
  1.420     +1 -0      ports/lang/Makefile
  1.1       +28 -0     ports/lang/asn1c/Makefile (new)
  1.1       +2 -0      ports/lang/asn1c/distinfo (new)
  1.1       +12 -0     ports/lang/asn1c/pkg-descr (new)
  1.1       +6 -0      ports/lang/asn1c/pkg-message (new)
  1.1       +89 -0     ports/lang/asn1c/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:51:15 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4CBAE16A4CE; Thu, 14 Oct 2004 08:51:15 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2C81E43D31; Thu, 14 Oct 2004 08:51:15 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8pF3K089315;
	Thu, 14 Oct 2004 08:51:15 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8pFC5089314;
	Thu, 14 Oct 2004 08:51:15 GMT
	(envelope-from krion)
Message-Id: <200410140851.i9E8pFC5089314@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Thu, 14 Oct 2004 08:51:15 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:51:15 -0000

krion       2004-10-14 08:51:15 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    asn1c --> ports/lang/asn1c
  
  Revision  Changes    Path
  1.11153   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:56:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 214B716A4CE; Thu, 14 Oct 2004 08:56:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 14AC543D1F; Thu, 14 Oct 2004 08:56:14 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8uDxH089531;
	Thu, 14 Oct 2004 08:56:13 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8uDDT089530;
	Thu, 14 Oct 2004 08:56:13 GMT
	(envelope-from edwin)
Message-Id: <200410140856.i9E8uDDT089530@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 08:56:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www Makefile ports/www/dpsearch Makefile
 distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:56:14 -0000

edwin       2004-10-14 08:56:13 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/dpsearch         Makefile distinfo pkg-deinstall pkg-descr 
                         pkg-install pkg-message pkg-plist 
  Log:
  New port: www/dpsearch : Open source search engine for Internet and Intranet sites
  
          This is a port of the latest released version of DataparkSearch.
          DataparkSearch Engine is a full-featured open sources
          web-based search engine released under the GNU General
          Public License and designed to organize search within a
          website, group of websites, intranet or local system.
  
  PR:             ports/68050
  Submitted by:   Maxime Zakharov 
  
  Revision  Changes    Path
  1.987     +1 -0      ports/www/Makefile
  1.1       +130 -0    ports/www/dpsearch/Makefile (new)
  1.1       +2 -0      ports/www/dpsearch/distinfo (new)
  1.1       +9 -0      ports/www/dpsearch/pkg-deinstall (new)
  1.1       +24 -0     ports/www/dpsearch/pkg-descr (new)
  1.1       +21 -0     ports/www/dpsearch/pkg-install (new)
  1.1       +6 -0      ports/www/dpsearch/pkg-message (new)
  1.1       +388 -0    ports/www/dpsearch/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:56:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3D7DF16A4CE; Thu, 14 Oct 2004 08:56:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1EB1E43D45; Thu, 14 Oct 2004 08:56:27 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8uRAZ089577;
	Thu, 14 Oct 2004 08:56:27 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8uQZO089576;
	Thu, 14 Oct 2004 08:56:26 GMT
	(envelope-from edwin)
Message-Id: <200410140856.i9E8uQZO089576@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 08:56:26 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:56:27 -0000

edwin       2004-10-14 08:56:26 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    dpsearch --> ports/www/dpsearch
  
  Revision  Changes    Path
  1.11154   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 08:58:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DE35716A4CE; Thu, 14 Oct 2004 08:58:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BFA0D43D39; Thu, 14 Oct 2004 08:58:28 +0000 (GMT)
	(envelope-from phk@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E8wSF0089694;
	Thu, 14 Oct 2004 08:58:28 GMT
	(envelope-from phk@repoman.freebsd.org)
Received: (from phk@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E8wStr089693;
	Thu, 14 Oct 2004 08:58:28 GMT
	(envelope-from phk)
Message-Id: <200410140858.i9E8wStr089693@repoman.freebsd.org>
From: Poul-Henning Kamp 
Date: Thu, 14 Oct 2004 08:58:28 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/syscons syscons.c sysmouse.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 08:58:29 -0000

phk         2004-10-14 08:58:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/syscons      syscons.c sysmouse.c 
  Log:
  Fix echo in console mode.
  
  Revision  Changes    Path
  1.430     +22 -15    src/sys/dev/syscons/syscons.c
  1.25      +9 -6      src/sys/dev/syscons/sysmouse.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 09:11:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0855616A4CE; Thu, 14 Oct 2004 09:11:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DD22043D31; Thu, 14 Oct 2004 09:11:35 +0000 (GMT)
	(envelope-from demon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E9BZD3090192;
	Thu, 14 Oct 2004 09:11:35 GMT
	(envelope-from demon@repoman.freebsd.org)
Received: (from demon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E9BZkL090191;
	Thu, 14 Oct 2004 09:11:35 GMT
	(envelope-from demon)
Message-Id: <200410140911.i9E9BZkL090191@repoman.freebsd.org>
From: Dmitry Sivachenko 
Date: Thu, 14 Oct 2004 09:11:35 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/yaz Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 09:11:36 -0000

demon       2004-10-14 09:11:35 UTC

  FreeBSD ports repository

  Modified files:
    net/yaz              Makefile distinfo 
  Log:
  Upgrade to version 2.0.26.
  
  Revision  Changes    Path
  1.31      +1 -1      ports/net/yaz/Makefile
  1.24      +2 -2      ports/net/yaz/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 09:21:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E130E16A4CE; Thu, 14 Oct 2004 09:21:38 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C1AA543D31; Thu, 14 Oct 2004 09:21:38 +0000 (GMT)
	(envelope-from erwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E9Lcrp090541;
	Thu, 14 Oct 2004 09:21:38 GMT
	(envelope-from erwin@repoman.freebsd.org)
Received: (from erwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E9Lc2P090540;
	Thu, 14 Oct 2004 09:21:38 GMT
	(envelope-from erwin)
Message-Id: <200410140921.i9E9Lc2P090540@repoman.freebsd.org>
From: Erwin Lansing 
Date: Thu, 14 Oct 2004 09:21:38 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 09:21:39 -0000

erwin       2004-10-14 09:21:38 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
  Remove audio/libvorbis-aotuv that was removed yesterday.
  
  Pointy hat to:  knu
  
  Revision  Changes    Path
  1.11155   +0 -1      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 09:30:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9F24C16A4CE; Thu, 14 Oct 2004 09:30:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7E27443D82; Thu, 14 Oct 2004 09:30:48 +0000 (GMT)
	(envelope-from eik@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E9UlF4090938;
	Thu, 14 Oct 2004 09:30:47 GMT
	(envelope-from eik@repoman.freebsd.org)
Received: (from eik@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E9Ul39090937;
	Thu, 14 Oct 2004 09:30:47 GMT
	(envelope-from eik)
Message-Id: <200410140930.i9E9Ul39090937@repoman.freebsd.org>
From: Oliver Eikemeier 
Date: Thu, 14 Oct 2004 09:30:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports UPDATING ports/security/clamav Makefile distinfo
 pkg-install pkg-plist ports/security/clamav/files clamav-clamd.sh
 clamav-freshclam.sh clamav-milter.sh patch-Makefile.in
 patch-configure patch-etc::Makefile.in patch-ltmain.sh
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 09:30:49 -0000

eik         2004-10-14 09:30:47 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    security/clamav      Makefile distinfo pkg-install pkg-plist 
    security/clamav/files clamav-clamd.sh clamav-freshclam.sh 
                          clamav-milter.sh patch-configure 
                          patch-etc::Makefile.in 
  Added files:
    security/clamav/files patch-Makefile.in 
  Removed files:
    security/clamav/files patch-ltmain.sh 
  Log:
  - update to 0.80rc4
    + JPEG comment exploit (MS04-028) detection
  
    *** IMPORTANT ***
    The configruration file for the clamd daemon has changed from
    /usr/local/etc/clamav.conf to /usr/local/etc/clamd.conf.
  
  PR:             72203
  Approved by:    Rob Evers  (maintainer)
  
  Revision  Changes    Path
  1.75      +8 -1      ports/UPDATING
  1.40      +42 -27    ports/security/clamav/Makefile
  1.14      +2 -2      ports/security/clamav/distinfo
  1.4       +7 -15     ports/security/clamav/files/clamav-clamd.sh
  1.4       +8 -10     ports/security/clamav/files/clamav-freshclam.sh
  1.3       +7 -10     ports/security/clamav/files/clamav-milter.sh
  1.1       +11 -0     ports/security/clamav/files/patch-Makefile.in (new)
  1.3       +20 -18    ports/security/clamav/files/patch-configure
  1.3       +7 -5      ports/security/clamav/files/patch-etc::Makefile.in
  1.3       +0 -56     ports/security/clamav/files/patch-ltmain.sh (dead)
  1.8       +18 -5     ports/security/clamav/pkg-install
  1.15      +4 -4      ports/security/clamav/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 09:41:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6185816A4CE; Thu, 14 Oct 2004 09:41:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 56D1743D48; Thu, 14 Oct 2004 09:41:39 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E9fdbo091271;
	Thu, 14 Oct 2004 09:41:39 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E9fdXu091265;
	Thu, 14 Oct 2004 09:41:39 GMT
	(envelope-from edwin)
Message-Id: <200410140941.i9E9fdXu091265@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 09:41:38 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/mutella Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 09:41:39 -0000

edwin       2004-10-14 09:41:38 UTC

  FreeBSD ports repository

  Modified files:
    net/mutella          Makefile distinfo pkg-plist 
  Log:
  Fix build of net/mutella on CURRENT and upgrade to 0.4.5
  
          ports/net/mutella does not build on 5-CURRENT with GCC
          3.4.x. One of the fixes in the new version of mutella is
          to allow it to be built with GCC 3.4.x. The attached patch
          updates mutella to the most recent version which allows it
          to be compilable again under -CURRENT.
  
  PR:             ports/71713
  Submitted by:   Gavin Atkinson 
  
  Revision  Changes    Path
  1.14      +3 -9      ports/net/mutella/Makefile
  1.8       +2 -2      ports/net/mutella/distinfo
  1.4       +8 -0      ports/net/mutella/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 09:43:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 97BBA16A4CE; Thu, 14 Oct 2004 09:43:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8B6CB43D49; Thu, 14 Oct 2004 09:43:49 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E9hn7n091430;
	Thu, 14 Oct 2004 09:43:49 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E9hndh091429;
	Thu, 14 Oct 2004 09:43:49 GMT
	(envelope-from edwin)
Message-Id: <200410140943.i9E9hndh091429@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 09:43:49 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net Makefile ports/net/verlihub-plugins Makefile
 distinfo pkg-descr pkg-message pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 09:43:49 -0000

edwin       2004-10-14 09:43:49 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/verlihub-plugins Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  new port: net/verlihub-plugins
  
          Add verlihub-plugins, bringing increased functionality and
          versatility to the verlihub direct connect protocol software.
          Support is included for off-line messaging, chatrooms,
          statistics, flood protection, lua scripts, and more. Requires
          perl5.8
  
  PR:             ports/71779
  Submitted by:   Bill Cadwallader 
  
  Revision  Changes    Path
  1.1360    +1 -0      ports/net/Makefile
  1.1       +65 -0     ports/net/verlihub-plugins/Makefile (new)
  1.1       +2 -0      ports/net/verlihub-plugins/distinfo (new)
  1.1       +1 -0      ports/net/verlihub-plugins/pkg-descr (new)
  1.1       +0 -0      ports/net/verlihub-plugins/pkg-message (new)
  1.1       +57 -0     ports/net/verlihub-plugins/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 09:44:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DA81E16A4CE; Thu, 14 Oct 2004 09:44:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BA93843D49; Thu, 14 Oct 2004 09:44:03 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E9i3r6091484;
	Thu, 14 Oct 2004 09:44:03 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E9i3UO091483;
	Thu, 14 Oct 2004 09:44:03 GMT
	(envelope-from edwin)
Message-Id: <200410140944.i9E9i3UO091483@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 09:44:03 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 09:44:04 -0000

edwin       2004-10-14 09:44:03 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    verlihub-plugins --> ports/net/verlihub-plugins
  
  Revision  Changes    Path
  1.11156   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 09:59:55 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 938E216A4CE; Thu, 14 Oct 2004 09:59:55 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 735A443D5C; Thu, 14 Oct 2004 09:59:55 +0000 (GMT)
	(envelope-from clement@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E9xtmL091979;
	Thu, 14 Oct 2004 09:59:55 GMT
	(envelope-from clement@repoman.freebsd.org)
Received: (from clement@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E9xtAj091978;
	Thu, 14 Oct 2004 09:59:55 GMT
	(envelope-from clement)
Message-Id: <200410140959.i9E9xtAj091978@repoman.freebsd.org>
From: Clement Laforet 
Date: Thu, 14 Oct 2004 09:59:55 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/mod_cgi_debug pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 09:59:55 -0000

clement     2004-10-14 09:59:55 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_cgi_debug    pkg-descr 
  Log:
  Web page no longer exists.
  
  Revision  Changes    Path
  1.2       +0 -2      ports/www/mod_cgi_debug/pkg-descr

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 10:00:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C00CD16A4CE; Thu, 14 Oct 2004 10:00:08 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9EF7943D58; Thu, 14 Oct 2004 10:00:08 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EA08Qd092021;
	Thu, 14 Oct 2004 10:00:08 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EA089Q092020;
	Thu, 14 Oct 2004 10:00:08 GMT
	(envelope-from clsung)
Message-Id: <200410141000.i9EA089Q092020@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Thu, 14 Oct 2004 10:00:08 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/gallery Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 10:00:08 -0000

clsung      2004-10-14 10:00:08 UTC

  FreeBSD ports repository

  Modified files:
    www/gallery          Makefile distinfo 
  Log:
  - Several language packages have been updated.
  - bump PORTREVISION, since package list changes.
  
  PR:             ports/72667
  Submitted by:   Alex Varju 
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.34      +11 -10    ports/www/gallery/Makefile
  1.23      +20 -20    ports/www/gallery/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 10:11:53 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A28C416A4CE; Thu, 14 Oct 2004 10:11:53 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8081843D49; Thu, 14 Oct 2004 10:11:53 +0000 (GMT)
	(envelope-from clement@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EABrU8092433;
	Thu, 14 Oct 2004 10:11:53 GMT
	(envelope-from clement@repoman.freebsd.org)
Received: (from clement@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EABroq092432;
	Thu, 14 Oct 2004 10:11:53 GMT
	(envelope-from clement)
Message-Id: <200410141011.i9EABroq092432@repoman.freebsd.org>
From: Clement Laforet 
Date: Thu, 14 Oct 2004 10:11:53 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/mod_cfg_ldap Makefile distinfo pkg-plist
 ports/www/mod_cfg_ldap/files patch-mod_cfg_ldap.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 10:11:53 -0000

clement     2004-10-14 10:11:53 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_cfg_ldap     Makefile distinfo 
  Removed files:
    www/mod_cfg_ldap     pkg-plist 
    www/mod_cfg_ldap/files patch-mod_cfg_ldap.c 
  Log:
  - Update to 1.2
  - Use Makefile.modules.3rd
  
  Revision  Changes    Path
  1.3       +10 -9     ports/www/mod_cfg_ldap/Makefile
  1.3       +2 -2      ports/www/mod_cfg_ldap/distinfo
  1.2       +0 -76     ports/www/mod_cfg_ldap/files/patch-mod_cfg_ldap.c (dead)
  1.2       +0 -4      ports/www/mod_cfg_ldap/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 10:16:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 63DBC16A4CE; Thu, 14 Oct 2004 10:16:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5241F43D5E; Thu, 14 Oct 2004 10:16:14 +0000 (GMT)
	(envelope-from clive@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EAGEE9092722;
	Thu, 14 Oct 2004 10:16:14 GMT
	(envelope-from clive@repoman.freebsd.org)
Received: (from clive@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EAGETq092721;
	Thu, 14 Oct 2004 10:16:14 GMT
	(envelope-from clive)
Message-Id: <200410141016.i9EAGETq092721@repoman.freebsd.org>
From: Clive Lin 
Date: Thu, 14 Oct 2004 10:16:14 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail Makefile ports/mail/milter-spamc Makefile
 distinfo pkg-descr pkg-message pkg-plist
 ports/mail/milter-spamc/files milter-spamc.sh patch-aa patch-ab
 patch-ac patch-ad patch-ae
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 10:16:14 -0000

clive       2004-10-14 10:16:14 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/milter-spamc    Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    mail/milter-spamc/files milter-spamc.sh patch-aa patch-ab 
                            patch-ac patch-ad patch-ae 
  Log:
  Add milter-spamc, a bridge between spamc from SpamAssassin and
  sendmail. The libsnert stuff mentioned in the PR is not addressed
  in this commit, since it is not a run time dependency, and is
  strictly coupled with milter-spamc itself.
  
  PR:             ports/71486
  Submitted by:   Michael O. Boev 
  
  Revision  Changes    Path
  1.575     +1 -0      ports/mail/Makefile
  1.1       +86 -0     ports/mail/milter-spamc/Makefile (new)
  1.1       +4 -0      ports/mail/milter-spamc/distinfo (new)
  1.1       +44 -0     ports/mail/milter-spamc/files/milter-spamc.sh (new)
  1.1       +10 -0     ports/mail/milter-spamc/files/patch-aa (new)
  1.1       +72 -0     ports/mail/milter-spamc/files/patch-ab (new)
  1.1       +11 -0     ports/mail/milter-spamc/files/patch-ac (new)
  1.1       +10 -0     ports/mail/milter-spamc/files/patch-ad (new)
  1.1       +11 -0     ports/mail/milter-spamc/files/patch-ae (new)
  1.1       +5 -0      ports/mail/milter-spamc/pkg-descr (new)
  1.1       +11 -0     ports/mail/milter-spamc/pkg-message (new)
  1.1       +34 -0     ports/mail/milter-spamc/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 10:16:30 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 71C2116A4CE; Thu, 14 Oct 2004 10:16:30 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5031143D3F; Thu, 14 Oct 2004 10:16:30 +0000 (GMT)
	(envelope-from clive@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EAGU5s092768;
	Thu, 14 Oct 2004 10:16:30 GMT
	(envelope-from clive@repoman.freebsd.org)
Received: (from clive@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EAGUCW092767;
	Thu, 14 Oct 2004 10:16:30 GMT
	(envelope-from clive)
Message-Id: <200410141016.i9EAGUCW092767@repoman.freebsd.org>
From: Clive Lin 
Date: Thu, 14 Oct 2004 10:16:30 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 10:16:30 -0000

clive       2004-10-14 10:16:30 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    milter-spamc --> ports/mail/milter-spamc
  
  Revision  Changes    Path
  1.11157   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 10:23:15 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 16A2116A4CE; Thu, 14 Oct 2004 10:23:15 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EBEC543D53; Thu, 14 Oct 2004 10:23:14 +0000 (GMT)
	(envelope-from clive@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EANEjV092976;
	Thu, 14 Oct 2004 10:23:14 GMT
	(envelope-from clive@repoman.freebsd.org)
Received: (from clive@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EANEsn092975;
	Thu, 14 Oct 2004 10:23:14 GMT
	(envelope-from clive)
Message-Id: <200410141023.i9EANEsn092975@repoman.freebsd.org>
From: Clive Lin 
Date: Thu, 14 Oct 2004 10:23:14 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports LEGAL
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 10:23:15 -0000

clive       2004-10-14 10:23:14 UTC

  FreeBSD ports repository

  Modified files:
    .                    LEGAL 
  Log:
  Add milter-spamc, non-commercial distribution of the original files only.
  
  Revision  Changes    Path
  1.364     +3 -1      ports/LEGAL

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 10:35:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A47F516A4CF; Thu, 14 Oct 2004 10:35:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7CC7D43D48; Thu, 14 Oct 2004 10:35:42 +0000 (GMT)
	(envelope-from demon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EAZgTX093428;
	Thu, 14 Oct 2004 10:35:42 GMT
	(envelope-from demon@repoman.freebsd.org)
Received: (from demon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EAZgit093427;
	Thu, 14 Oct 2004 10:35:42 GMT
	(envelope-from demon)
Message-Id: <200410141035.i9EAZgit093427@repoman.freebsd.org>
From: Dmitry Sivachenko 
Date: Thu, 14 Oct 2004 10:35:42 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/zebra-server Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 10:35:42 -0000

demon       2004-10-14 10:35:42 UTC

  FreeBSD ports repository

  Modified files:
    net/zebra-server     Makefile distinfo 
  Log:
  Update to version 1.3.18.
  
  Revision  Changes    Path
  1.13      +1 -1      ports/net/zebra-server/Makefile
  1.11      +2 -2      ports/net/zebra-server/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 10:43:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 624B416A4CE; Thu, 14 Oct 2004 10:43:48 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 42DA443D4C; Thu, 14 Oct 2004 10:43:48 +0000 (GMT)
	(envelope-from phk@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EAhmHg093670;
	Thu, 14 Oct 2004 10:43:48 GMT
	(envelope-from phk@repoman.freebsd.org)
Received: (from phk@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EAhmKi093669;
	Thu, 14 Oct 2004 10:43:48 GMT
	(envelope-from phk)
Message-Id: <200410141043.i9EAhmKi093669@repoman.freebsd.org>
From: Poul-Henning Kamp 
Date: Thu, 14 Oct 2004 10:43:48 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/alpha/osf1 osf1_misc.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 10:43:48 -0000

phk         2004-10-14 10:43:48 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/osf1       osf1_misc.c 
  Log:
  Add missing flag to userland_sysctl()
  
  Revision  Changes    Path
  1.50      +1 -1      src/sys/alpha/osf1/osf1_misc.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 11:04:18 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3FC4416A4CE; Thu, 14 Oct 2004 11:04:18 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1D77A43D62; Thu, 14 Oct 2004 11:04:18 +0000 (GMT)
	(envelope-from demon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EB4Hf7094251;
	Thu, 14 Oct 2004 11:04:17 GMT
	(envelope-from demon@repoman.freebsd.org)
Received: (from demon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EB4Hts094250;
	Thu, 14 Oct 2004 11:04:17 GMT
	(envelope-from demon)
Message-Id: <200410141104.i9EB4Hts094250@repoman.freebsd.org>
From: Dmitry Sivachenko 
Date: Thu, 14 Oct 2004 11:04:17 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/mod_zap Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 11:04:18 -0000

demon       2004-10-14 11:04:17 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_zap          Makefile distinfo pkg-plist 
  Log:
  Update to version 1.4.5
  
  Revision  Changes    Path
  1.17      +1 -1      ports/www/mod_zap/Makefile
  1.8       +2 -2      ports/www/mod_zap/distinfo
  1.4       +2 -0      ports/www/mod_zap/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 11:10:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F15DF16A4CE; Thu, 14 Oct 2004 11:10:51 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D192E43D41; Thu, 14 Oct 2004 11:10:51 +0000 (GMT)
	(envelope-from demon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EBApkY094518;
	Thu, 14 Oct 2004 11:10:51 GMT
	(envelope-from demon@repoman.freebsd.org)
Received: (from demon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EBApCt094517;
	Thu, 14 Oct 2004 11:10:51 GMT
	(envelope-from demon)
Message-Id: <200410141110.i9EBApCt094517@repoman.freebsd.org>
From: Dmitry Sivachenko 
Date: Thu, 14 Oct 2004 11:10:51 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/p5-Net-Z3950 Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 11:10:52 -0000

demon       2004-10-14 11:10:51 UTC

  FreeBSD ports repository

  Modified files:
    net/p5-Net-Z3950     Makefile distinfo pkg-plist 
  Log:
  Update to version 0.44.
  
  Revision  Changes    Path
  1.9       +1 -1      ports/net/p5-Net-Z3950/Makefile
  1.7       +2 -2      ports/net/p5-Net-Z3950/distinfo
  1.4       +1 -0      ports/net/p5-Net-Z3950/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 11:14:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E992A16A4CE; Thu, 14 Oct 2004 11:14:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C8B9943D48; Thu, 14 Oct 2004 11:14:39 +0000 (GMT)
	(envelope-from demon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EBEd4G094666;
	Thu, 14 Oct 2004 11:14:39 GMT
	(envelope-from demon@repoman.freebsd.org)
Received: (from demon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EBEdvI094665;
	Thu, 14 Oct 2004 11:14:39 GMT
	(envelope-from demon)
Message-Id: <200410141114.i9EBEdvI094665@repoman.freebsd.org>
From: Dmitry Sivachenko 
Date: Thu, 14 Oct 2004 11:14:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/p5-Net-Z3950-SimpleServer Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 11:14:40 -0000

demon       2004-10-14 11:14:39 UTC

  FreeBSD ports repository

  Modified files:
    net/p5-Net-Z3950-SimpleServer Makefile distinfo 
  Log:
  Update to version 0.08.
  
  Revision  Changes    Path
  1.6       +1 -1      ports/net/p5-Net-Z3950-SimpleServer/Makefile
  1.4       +2 -2      ports/net/p5-Net-Z3950-SimpleServer/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 11:43:16 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A31D216A4CE; Thu, 14 Oct 2004 11:43:16 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 962D243D67; Thu, 14 Oct 2004 11:43:16 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EBhGDk095462;
	Thu, 14 Oct 2004 11:43:16 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EBhG0H095461;
	Thu, 14 Oct 2004 11:43:16 GMT
	(envelope-from rwatson)
Message-Id: <200410141143.i9EBhG0H095461@repoman.freebsd.org>
From: Robert Watson 
Date: Thu, 14 Oct 2004 11:43:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/kern uipc_socket.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 11:43:16 -0000

rwatson     2004-10-14 11:43:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             uipc_socket.c 
  Log:
  Merge uipc_socket.c:1.213 from HEAD to RELENG_5:
  
    date: 2004/10/11 08:11:26;  author: rwatson;  state: Exp;  lines: +19 -5
    Rework sofree() logic to take into account a possible race with accept().
    Sockets in the listen queues have reference counts of 0, so if the
    protocol decides to disconnect the pcb and try to free the socket, this
    triggered a race with accept() wherein accept() would bump the reference
    count before sofree() had removed the socket from the listen queues,
    resulting in a panic in sofree() when it discovered it was freeing a
    referenced socket.  This might happen if a RST came in prior to accept()
    on a TCP connection.
  
    The fix is two-fold: to expand the coverage of the accept mutex earlier
    in sofree() to prevent accept() from grabbing the socket after the "is it
    really safe to free" tests, and to expand the logic of the "is it really
    safe to free" tests to check that the refcount is still 0 (i.e., we
    didn't race).
  
    RELENG_5 candidate.
  
    Much discussion with and work by:       green
    Reported by:    Marc UBM Bocklet 
    Reported by:    Vlad 
  
  Note that this fix is not yet confirmed by submitters to correct the
  specific symptom they are seeing, but does correct a known problem.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.208.2.3  +19 -5     src/sys/kern/uipc_socket.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 11:45:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7498716A4CE; Thu, 14 Oct 2004 11:45:26 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 66A0743D39; Thu, 14 Oct 2004 11:45:26 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EBjQ0n095585;
	Thu, 14 Oct 2004 11:45:26 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EBjQid095584;
	Thu, 14 Oct 2004 11:45:26 GMT
	(envelope-from rwatson)
Message-Id: <200410141145.i9EBjQid095584@repoman.freebsd.org>
From: Robert Watson 
Date: Thu, 14 Oct 2004 11:45:26 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/netinet raw_ip.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 11:45:26 -0000

rwatson     2004-10-14 11:45:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          raw_ip.c 
  Log:
  Merge raw_ip.c:1.145 from HEAD to RELENG_5:
  
    date: 2004/10/12 16:47:25;  author: rwatson;  state: Exp;  lines: +41 -20
    When the access control on creating raw sockets was modified so that
    processes in jail could create raw sockets, additional access control
    checks were added to raw IP sockets to limit the ways in which those
    sockets could be used.  Specifically, only the socket option IP_HDRINCL
    was permitted in rip_ctloutput().  Other socket options were protected
    by a call to suser().  This change was required to prevent processes
    in a Jail from modifying system properties such as multicast routing
    and firewall rule sets.
  
    However, it also introduced a regression: processes that create a raw
    socket with root privilege, but then downgraded credential (i.e., a
    daemon giving up root, or a setuid process switching back to the real
    uid) could no longer issue other unprivileged generic IP socket option
    operations, such as IP_TOS, IP_TTL, and the multicast group membership
    options, which prevented multicast routing daemons (and some other
    tools) from operating correctly.
  
    This change pushes the access control decision down to the granularity
    of individual socket options, rather than all socket options, on raw
    IP sockets.  When rip_ctloutput() doesn't implement an option, it will
    now pass the request directly to in_control() without an access
    control check.  This should restore the functionality of the generic
    IP socket options for raw sockets in the above-described scenarios,
    which may be confirmed with the ipsockopt regression test.
  
    RELENG_5 candidate.
  
    Reviewed by:    csjp
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.142.2.2  +41 -20    src/sys/netinet/raw_ip.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 11:48:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9649E16A4CE; Thu, 14 Oct 2004 11:48:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8B1C843D2D; Thu, 14 Oct 2004 11:48:05 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EBm5Z0095661;
	Thu, 14 Oct 2004 11:48:05 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EBm5q8095660;
	Thu, 14 Oct 2004 11:48:05 GMT
	(envelope-from rwatson)
Message-Id: <200410141148.i9EBm5q8095660@repoman.freebsd.org>
From: Robert Watson 
Date: Thu, 14 Oct 2004 11:48:05 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/i4b/driver i4b_ipr.c i4b_isppp.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 11:48:05 -0000

rwatson     2004-10-14 11:48:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/i4b/driver       i4b_ipr.c i4b_isppp.c 
  Log:
  Merge i4b_ipr.c:1.30 and i4b_isppp.c:1.27 from HEAD to RELENG_5:
  
    date: 2004/10/12 09:25:52;  author: rwatson;  state: Exp;  lines: +2 -0
    date: 2004/10/12 09:25:52;  author: rwatson;  state: Exp;  lines: +2 -0
    Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they both
    interface with the network stack but are not yet sufficiently
    synchronized to run without the Giant lock.  It migh be possible
    to mark the interfaces as IFF_NEEDSGIANT, but I'm unable to test
    that configuration and am unfamiliar with the architecture of
    i4b.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.27.2.2  +2 -0      src/sys/i4b/driver/i4b_ipr.c
  1.25.4.1  +2 -0      src/sys/i4b/driver/i4b_isppp.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 11:49:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1AFE416A4CE; Thu, 14 Oct 2004 11:49:26 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EF16643D5F; Thu, 14 Oct 2004 11:49:25 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EBnPH6095705;
	Thu, 14 Oct 2004 11:49:25 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EBnPTU095704;
	Thu, 14 Oct 2004 11:49:25 GMT
	(envelope-from rwatson)
Message-Id: <200410141149.i9EBnPTU095704@repoman.freebsd.org>
From: Robert Watson 
Date: Thu, 14 Oct 2004 11:49:25 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/netinet udp_usrreq.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 11:49:26 -0000

rwatson     2004-10-14 11:49:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          udp_usrreq.c 
  Log:
  Merge udp_usrreq.c:1.167 from HEAD to RELENG_5:
  
    date: 2004/10/12 20:03:56;  author: rwatson;  state: Exp;  lines: +3 -3
    Don't release the udbinfo lock until after the last use of  UDP inpcb
    in udp_input(), since the udbinfo lock is used to prevent removal of
    the inpcb while in use (i.e., as a form of reference count) in the
    in-bound path.
  
    RELENG_5 candidate.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.162.2.3  +3 -3      src/sys/netinet/udp_usrreq.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 12:24:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2573216A4CE; Thu, 14 Oct 2004 12:24:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1A71743D4C; Thu, 14 Oct 2004 12:24:05 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ECO4YH096760;
	Thu, 14 Oct 2004 12:24:04 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ECO4kc096759;
	Thu, 14 Oct 2004 12:24:04 GMT
	(envelope-from tobez)
Message-Id: <200410141224.i9ECO4kc096759@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 12:24:04 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc
	Makefileports/textproc/p5-Lingua-Stem-Snowball
	Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 12:24:05 -0000

tobez       2004-10-14 12:24:04 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Lingua-Stem-Snowball Makefile distinfo pkg-descr 
                                     pkg-plist 
  Log:
  Add p5-Lingua-Stem-Snowball, a perl module that provides unified
  interface to Snowball stemmers.
  
  Revision  Changes    Path
  1.751     +1 -0      ports/textproc/Makefile
  1.1       +22 -0     ports/textproc/p5-Lingua-Stem-Snowball/Makefile (new)
  1.1       +2 -0      ports/textproc/p5-Lingua-Stem-Snowball/distinfo (new)
  1.1       +6 -0      ports/textproc/p5-Lingua-Stem-Snowball/pkg-descr (new)
  1.1       +8 -0      ports/textproc/p5-Lingua-Stem-Snowball/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 12:24:19 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2A44116A4CF; Thu, 14 Oct 2004 12:24:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EE89A43D3F; Thu, 14 Oct 2004 12:24:18 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ECOIDX096810;
	Thu, 14 Oct 2004 12:24:18 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ECOINM096809;
	Thu, 14 Oct 2004 12:24:18 GMT
	(envelope-from tobez)
Message-Id: <200410141224.i9ECOINM096809@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 12:24:18 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 12:24:19 -0000

tobez       2004-10-14 12:24:18 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    p5-Lingua-Stem-Snowball --> ports/textproc/p5-Lingua-Stem-Snowball
  
  Revision  Changes    Path
  1.11158   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 12:31:22 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8031316A4CE; Thu, 14 Oct 2004 12:31:22 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5E21943D1F; Thu, 14 Oct 2004 12:31:22 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ECVMh3097117;
	Thu, 14 Oct 2004 12:31:22 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ECVMFr097116;
	Thu, 14 Oct 2004 12:31:22 GMT
	(envelope-from clsung)
Message-Id: <200410141231.i9ECVMFr097116@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Thu, 14 Oct 2004 12:31:22 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/clamsmtp
	Makefileports/security/clamsmtp/files clamsmtpd.sh.tmpl
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 12:31:22 -0000

clsung      2004-10-14 12:31:22 UTC

  FreeBSD ports repository

  Modified files:
    security/clamsmtp    Makefile 
    security/clamsmtp/files clamsmtpd.sh.tmpl 
  Log:
  - bump PORTREVISION
  - -d option only works as a daemon now.
  - remove it from startup script and wait for future release.
  - Noticed by 
  
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.8       +1 -0      ports/security/clamsmtp/Makefile
  1.3       +2 -2      ports/security/clamsmtp/files/clamsmtpd.sh.tmpl

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 12:35:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 30F7416A4CE; Thu, 14 Oct 2004 12:35:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 109C843D1F; Thu, 14 Oct 2004 12:35:40 +0000 (GMT)
	(envelope-from vs@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ECZdoV097259;
	Thu, 14 Oct 2004 12:35:39 GMT
	(envelope-from vs@repoman.freebsd.org)
Received: (from vs@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ECZdNn097258;
	Thu, 14 Oct 2004 12:35:39 GMT
	(envelope-from vs)
Message-Id: <200410141235.i9ECZdNn097258@repoman.freebsd.org>
From: Volker Stolz 
Date: Thu, 14 Oct 2004 12:35:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/cvsnt Makefile ports/devel/cvs+ipv6
 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 12:35:40 -0000

vs          2004-10-14 12:35:39 UTC

  FreeBSD ports repository

  Modified files:
    devel/cvsnt          Makefile 
    devel/cvs+ipv6       Makefile 
  Log:
  Add CONFLICTS: Both ports install bin/cvs and bin/rcs2log.
  
  Approved by: fjoe, sumikawa (maintainers)
  
  Revision  Changes    Path
  1.19      +2 -0      ports/devel/cvs+ipv6/Makefile
  1.10      +2 -0      ports/devel/cvsnt/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 12:47:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BB87516A4CE; Thu, 14 Oct 2004 12:47:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9BA3843D48; Thu, 14 Oct 2004 12:47:11 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EClBWj004067;
	Thu, 14 Oct 2004 12:47:11 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EClBEh004066;
	Thu, 14 Oct 2004 12:47:11 GMT
	(envelope-from mat)
Message-Id: <200410141247.i9EClBEh004066@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Thu, 14 Oct 2004 12:47:11 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-DateTime-TimeZone Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 12:47:11 -0000

mat         2004-10-14 12:47:11 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-DateTime-TimeZone Makefile distinfo 
  Log:
  Update to 0.30
  
  Revision  Changes    Path
  1.20      +1 -1      ports/devel/p5-DateTime-TimeZone/Makefile
  1.18      +2 -2      ports/devel/p5-DateTime-TimeZone/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 12:55:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C024516A4CE; Thu, 14 Oct 2004 12:55:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9F84943D45; Thu, 14 Oct 2004 12:55:12 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ECtCat004286;
	Thu, 14 Oct 2004 12:55:12 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ECtC99004285;
	Thu, 14 Oct 2004 12:55:12 GMT
	(envelope-from edwin)
Message-Id: <200410141255.i9ECtC99004285@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Thu, 14 Oct 2004 12:55:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/games/adom Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 12:55:12 -0000

edwin       2004-10-14 12:55:12 UTC

  FreeBSD ports repository

  Modified files:
    games/adom           Makefile 
  Log:
  games/adom: maintainer e-mail change
  
          Old address is no longer available, even domain is dead by
          now.
  
  PR:             ports/72683
  Submitted by:   "Oleg V. Volkov" 
  
  Revision  Changes    Path
  1.14      +1 -1      ports/games/adom/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 13:13:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0C2D816A4D4; Thu, 14 Oct 2004 13:13:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DEEA243D4C; Thu, 14 Oct 2004 13:13:27 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EDDR6o004895;
	Thu, 14 Oct 2004 13:13:27 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EDDRuf004894;
	Thu, 14 Oct 2004 13:13:27 GMT
	(envelope-from mat)
Message-Id: <200410141313.i9EDDRuf004894@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Thu, 14 Oct 2004 13:13:27 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-ExtUtils-CBuilder Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 13:13:28 -0000

mat         2004-10-14 13:13:27 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-ExtUtils-CBuilder Makefile distinfo 
  Log:
  Update to 0.05
  
  Revision  Changes    Path
  1.5       +1 -1      ports/devel/p5-ExtUtils-CBuilder/Makefile
  1.5       +2 -2      ports/devel/p5-ExtUtils-CBuilder/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 13:23:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E9EB316A4CE; Thu, 14 Oct 2004 13:23:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C966B43D4C; Thu, 14 Oct 2004 13:23:47 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EDNlln005148;
	Thu, 14 Oct 2004 13:23:47 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EDNlmO005147;
	Thu, 14 Oct 2004 13:23:47 GMT
	(envelope-from mat)
Message-Id: <200410141323.i9EDNlmO005147@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Thu, 14 Oct 2004 13:23:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Set-Object Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 13:23:48 -0000

mat         2004-10-14 13:23:47 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Set-Object  Makefile distinfo 
  Log:
  Update to 1.08
  Add some docs
  
  Revision  Changes    Path
  1.11      +10 -1     ports/devel/p5-Set-Object/Makefile
  1.5       +2 -2      ports/devel/p5-Set-Object/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 13:24:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9BA2516A4CE; Thu, 14 Oct 2004 13:24:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8DCA343D46; Thu, 14 Oct 2004 13:24:20 +0000 (GMT)
	(envelope-from eik@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EDOK0b005221;
	Thu, 14 Oct 2004 13:24:20 GMT
	(envelope-from eik@repoman.freebsd.org)
Received: (from eik@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EDOKuv005220;
	Thu, 14 Oct 2004 13:24:20 GMT
	(envelope-from eik)
Message-Id: <200410141324.i9EDOKuv005220@repoman.freebsd.org>
From: Oliver Eikemeier 
Date: Thu, 14 Oct 2004 13:24:20 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/shells/bash Makefile pkg-deinstall pkg-install
 patch-config-top.hpatch-support::mkversion.sh
 xpatch-colonbreakswords
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 13:24:20 -0000

eik         2004-10-14 13:24:20 UTC

  FreeBSD ports repository

  Modified files:
    shells/bash          Makefile pkg-deinstall pkg-install 
    shells/bash/files    patch-doc::bashref.texi 
  Added files:
    shells/bash/files    patch-builtins::Makefile.in 
                         patch-config-top.h patch-doc::bash.1 
                         patch-support::mkversion.sh 
                         xpatch-colonbreakswords 
  Log:
  - better reflect `bash --version' in PORTVERSION
  - new shopt colonbreakswords
  - fix default PATH
  
  Revision  Changes    Path
  1.76      +31 -12    ports/shells/bash/Makefile
  1.1       +11 -0     ports/shells/bash/files/patch-builtins::Makefile.in (new)
  1.1       +24 -0     ports/shells/bash/files/patch-config-top.h (new)
  1.1       +20 -0     ports/shells/bash/files/patch-doc::bash.1 (new)
  1.2       +9 -0      ports/shells/bash/files/patch-doc::bashref.texi
  1.1       +11 -0     ports/shells/bash/files/patch-support::mkversion.sh (new)
  1.1       +178 -0    ports/shells/bash/files/xpatch-colonbreakswords (new)
  1.2       +13 -8     ports/shells/bash/pkg-deinstall
  1.2       +7 -4      ports/shells/bash/pkg-install

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 13:32:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EF71D16A4CE; Thu, 14 Oct 2004 13:32:54 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CCFE043D4C; Thu, 14 Oct 2004 13:32:54 +0000 (GMT)
	(envelope-from mich@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EDWsEd005508;
	Thu, 14 Oct 2004 13:32:54 GMT
	(envelope-from mich@repoman.freebsd.org)
Received: (from mich@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EDWsv7005507;
	Thu, 14 Oct 2004 13:32:54 GMT
	(envelope-from mich)
Message-Id: <200410141332.i9EDWsv7005507@repoman.freebsd.org>
From: "Michael L. Hostbaek" 
Date: Thu, 14 Oct 2004 13:32:54 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/misc/clex Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 13:32:55 -0000

mich        2004-10-14 13:32:54 UTC

  FreeBSD ports repository

  Modified files:
    misc/clex            Makefile distinfo 
  Log:
  o Updated to -> 3.10
          - Feature enhancement
          - Bugfixing
  o Clean-up Makefile
  
  Revision  Changes    Path
  1.8       +1 -3      ports/misc/clex/Makefile
  1.6       +2 -2      ports/misc/clex/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 13:36:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1C91E16A4CE; Thu, 14 Oct 2004 13:36:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F21A343D46; Thu, 14 Oct 2004 13:36:44 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EDaiQl005667;
	Thu, 14 Oct 2004 13:36:44 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EDaiF4005666;
	Thu, 14 Oct 2004 13:36:44 GMT
	(envelope-from dinoex)
Message-Id: <200410141336.i9EDaiF4005666@repoman.freebsd.org>
From: Dirk Meyer 
Date: Thu, 14 Oct 2004 13:36:44 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/sendmail/files CONNECTION_RATE_CONTROL
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 13:36:45 -0000

dinoex      2004-10-14 13:36:44 UTC

  FreeBSD ports repository

  Removed files:
    mail/sendmail/files  CONNECTION_RATE_CONTROL 
  Log:
  - retire text
  
  Revision  Changes    Path
  1.2       +0 -167    ports/mail/sendmail/files/CONNECTION_RATE_CONTROL (dead)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 13:53:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A18ED16A4CE; Thu, 14 Oct 2004 13:53:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 818F843D53; Thu, 14 Oct 2004 13:53:25 +0000 (GMT)
	(envelope-from mich@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EDrPAS006213;
	Thu, 14 Oct 2004 13:53:25 GMT
	(envelope-from mich@repoman.freebsd.org)
Received: (from mich@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EDrPVj006212;
	Thu, 14 Oct 2004 13:53:25 GMT
	(envelope-from mich)
Message-Id: <200410141353.i9EDrPVj006212@repoman.freebsd.org>
From: "Michael L. Hostbaek" 
Date: Thu, 14 Oct 2004 13:53:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/slurm Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 13:53:26 -0000

mich        2004-10-14 13:53:25 UTC

  FreeBSD ports repository

  Modified files:
    net/slurm            Makefile distinfo pkg-plist 
  Log:
  o Update to -> 0.3.3
  o Fixup COMMENT (to make linimon a happy camper)
  o Fix MASTER_SITES
  
  Revision  Changes    Path
  1.18      +4 -4      ports/net/slurm/Makefile
  1.16      +2 -2      ports/net/slurm/distinfo
  1.5       +1 -0      ports/net/slurm/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 14:26:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E896D16A4CE; Thu, 14 Oct 2004 14:26:26 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DCDCF43D5A; Thu, 14 Oct 2004 14:26:26 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EEQQ31007202;
	Thu, 14 Oct 2004 14:26:26 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EEQQS0007201;
	Thu, 14 Oct 2004 14:26:26 GMT
	(envelope-from tobez)
Message-Id: <200410141426.i9EEQQS0007201@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 14:26:26 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc Makefile
 ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 14:26:27 -0000

tobez       2004-10-14 14:26:26 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer Makefile 
                                                         distinfo 
                                                         pkg-descr 
                                                         pkg-plist 
  Log:
  Add p5-Plucene-Plugin-Analyzer-SnowballAnalyzer, a stemmed analyzer
  plugin for p5-Plucene search engine.
  
  Revision  Changes    Path
  1.752     +1 -0      ports/textproc/Makefile
  1.1       +34 -0     ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile (new)
  1.1       +2 -0      ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/distinfo (new)
  1.1       +4 -0      ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/pkg-descr (new)
  1.1       +11 -0     ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 14:26:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E300416A4CF; Thu, 14 Oct 2004 14:26:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C068243D1F; Thu, 14 Oct 2004 14:26:39 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EEQddJ007253;
	Thu, 14 Oct 2004 14:26:39 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EEQdhZ007252;
	Thu, 14 Oct 2004 14:26:39 GMT
	(envelope-from tobez)
Message-Id: <200410141426.i9EEQdhZ007252@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 14:26:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 14:26:40 -0000

tobez       2004-10-14 14:26:39 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    p5-Plucene-Plugin-Analyzer-SnowballAnalyzer --> ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer
  
  Revision  Changes    Path
  1.11159   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 14:38:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 39ECE16A4CE; Thu, 14 Oct 2004 14:38:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 19F0343D41; Thu, 14 Oct 2004 14:38:50 +0000 (GMT)
	(envelope-from brooks@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EEcn32007634;
	Thu, 14 Oct 2004 14:38:49 GMT
	(envelope-from brooks@repoman.freebsd.org)
Received: (from brooks@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EEcncn007633;
	Thu, 14 Oct 2004 14:38:49 GMT
	(envelope-from brooks)
Message-Id: <200410141438.i9EEcncn007633@repoman.freebsd.org>
From: Brooks Davis 
Date: Thu, 14 Oct 2004 14:38:49 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/etc/rc.d tmp var
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 14:38:50 -0000

brooks      2004-10-14 14:38:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    etc/rc.d             tmp var 
  Log:
  MFC rev 1.33:
  
    A power failure left the temporary /var/.diskless directory
    on my system, and since then my /var was always created as
    MFS which was very surprising.  Fix this for /tmp and /var.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.32.2.2  +1 -1      src/etc/rc.d/tmp
  1.32.2.2  +1 -1      src/etc/rc.d/var

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 14:39:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 56BA216A4CE; Thu, 14 Oct 2004 14:39:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 369A843D58; Thu, 14 Oct 2004 14:39:44 +0000 (GMT)
	(envelope-from sobomax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EEdijD007681;
	Thu, 14 Oct 2004 14:39:44 GMT
	(envelope-from sobomax@repoman.freebsd.org)
Received: (from sobomax@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EEdiKx007680;
	Thu, 14 Oct 2004 14:39:44 GMT
	(envelope-from sobomax)
Message-Id: <200410141439.i9EEdiKx007680@repoman.freebsd.org>
From: Maxim Sobolev 
Date: Thu, 14 Oct 2004 14:39:44 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/Tools/scripts patchtool.py
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 14:39:44 -0000

sobomax     2004-10-14 14:39:44 UTC

  FreeBSD ports repository

  Modified files:
    Tools/scripts        patchtool.py 
  Log:
  Strip out date/time from +++/--- headers in generated patchfiles, so that they
  don't generate extra hunk each time patchfile is updated.
  
  Revision  Changes    Path
  1.13      +13 -12    ports/Tools/scripts/patchtool.py

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 15:00:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EC8F516A4CF; Thu, 14 Oct 2004 15:00:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5E70C43D1D; Thu, 14 Oct 2004 15:00:10 +0000 (GMT)
	(envelope-from sergei@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EF0AFT008293;
	Thu, 14 Oct 2004 15:00:10 GMT
	(envelope-from sergei@repoman.freebsd.org)
Received: (from sergei@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EF0AIJ008292;
	Thu, 14 Oct 2004 15:00:10 GMT
	(envelope-from sergei)
Message-Id: <200410141500.i9EF0AIJ008292@repoman.freebsd.org>
From: Sergei Kolobov 
Date: Thu, 14 Oct 2004 15:00:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports UPDATING
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 15:00:43 -0000

sergei      2004-10-14 15:00:09 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
  Log:
  Add an entry for mail/getmail port regarding upgrading from 3.x to 4.x.
  
  PR:             ports/72647
  Submitted by:   Linh Pham (getmail maintainer)
  
  Revision  Changes    Path
  1.76      +19 -1     ports/UPDATING

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 15:10:52 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1547D16A4CE; Thu, 14 Oct 2004 15:10:52 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E9ABA43D2F; Thu, 14 Oct 2004 15:10:51 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EFApYQ008649;
	Thu, 14 Oct 2004 15:10:51 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EFApao008648;
	Thu, 14 Oct 2004 15:10:51 GMT
	(envelope-from simon)
Message-Id: <200410141510.i9EFApao008648@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Thu, 14 Oct 2004 15:10:51 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/wmbiff Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 15:10:52 -0000

simon       2004-10-14 15:10:51 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    mail/wmbiff          Makefile distinfo 
  Log:
  Update to 0.4.26.
  
  Approved by:    erwin
  
  Revision  Changes    Path
  1.25      +1 -1      ports/mail/wmbiff/Makefile
  1.16      +2 -2      ports/mail/wmbiff/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 15:29:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B7B8D16A4CE; Thu, 14 Oct 2004 15:29:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 97F6143D5C; Thu, 14 Oct 2004 15:29:33 +0000 (GMT)
	(envelope-from leeym@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EFTXXB009197;
	Thu, 14 Oct 2004 15:29:33 GMT
	(envelope-from leeym@repoman.freebsd.org)
Received: (from leeym@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EFTXRB009196;
	Thu, 14 Oct 2004 15:29:33 GMT
	(envelope-from leeym)
Message-Id: <200410141529.i9EFTXRB009196@repoman.freebsd.org>
From: Yen-Ming Lee 
Date: Thu, 14 Oct 2004 15:29:33 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/sysutils/savelogs Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 15:29:33 -0000

leeym       2004-10-14 15:29:33 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/savelogs    Makefile distinfo 
  Log:
  - Update to 1.81
  
  PR:             72677
  Submitted by:   ports@c0decafe.net 
  
  Revision  Changes    Path
  1.3       +1 -1      ports/sysutils/savelogs/Makefile
  1.3       +2 -2      ports/sysutils/savelogs/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 15:33:10 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B1DD016A4CE; Thu, 14 Oct 2004 15:33:10 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7CB9843D45; Thu, 14 Oct 2004 15:33:10 +0000 (GMT)
	(envelope-from adamw@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EFXAar009340;
	Thu, 14 Oct 2004 15:33:10 GMT
	(envelope-from adamw@repoman.freebsd.org)
Received: (from adamw@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EFXAxk009339;
	Thu, 14 Oct 2004 15:33:10 GMT
	(envelope-from adamw)
Message-Id: <200410141533.i9EFXAxk009339@repoman.freebsd.org>
From: Adam Weinberger 
Date: Thu, 14 Oct 2004 15:33:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/elmo-devel Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 15:33:10 -0000

adamw       2004-10-14 15:33:10 UTC

  FreeBSD ports repository

  Modified files:
    mail/elmo-devel      Makefile distinfo pkg-plist 
  Log:
  Update to 1.3.2.
  
  Revision  Changes    Path
  1.13      +1 -1      ports/mail/elmo-devel/Makefile
  1.5       +2 -2      ports/mail/elmo-devel/distinfo
  1.2       +4 -0      ports/mail/elmo-devel/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 16:17:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AD9A916A4CE; Thu, 14 Oct 2004 16:17:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8C70B43D39; Thu, 14 Oct 2004 16:17:11 +0000 (GMT)
	(envelope-from jeh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EGHBfk011068;
	Thu, 14 Oct 2004 16:17:11 GMT
	(envelope-from jeh@repoman.freebsd.org)
Received: (from jeh@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EGHBH1011067;
	Thu, 14 Oct 2004 16:17:11 GMT
	(envelope-from jeh)
Message-Id: <200410141617.i9EGHBH1011067@repoman.freebsd.org>
From: "James E. Housley" 
Date: Thu, 14 Oct 2004 16:17:11 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 16:17:11 -0000

jeh         2004-10-14 16:17:11 UTC

  FreeBSD ports repository

  Modified files:
    security/uvscan-dat  Makefile distinfo 
  Log:
  Update to DAT 4399
  
  Revision  Changes    Path
  1.267     +1 -1      ports/security/uvscan-dat/Makefile
  1.264     +2 -2      ports/security/uvscan-dat/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 16:17:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 51A9F16A4CE; Thu, 14 Oct 2004 16:17:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4535043D4C; Thu, 14 Oct 2004 16:17:40 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EGHeJk011126;
	Thu, 14 Oct 2004 16:17:40 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EGHeXM011125;
	Thu, 14 Oct 2004 16:17:40 GMT
	(envelope-from clsung)
Message-Id: <200410141617.i9EGHeXM011125@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Thu, 14 Oct 2004 16:17:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/p5-MasonX-Apache2Handler Makefile
 ports/www/p5-MasonX-Apache2Handler/files
 patch-Makefile.PL patch-lib-MasonX-Apache2Handler.pm
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 16:17:40 -0000

clsung      2004-10-14 16:17:40 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-MasonX-Apache2Handler Makefile 
  Added files:
    www/p5-MasonX-Apache2Handler/files patch-Makefile.PL 
                                       patch-lib-MasonX-Apache2Handler.pm 
  Log:
  - p5-libapreq2 has been committed by kuriyama.
  - apply kuriyama's modified patch to www/p5-MasonX-Apche2Handler.
  
  PR:             ports/72037
  Submitted by:   maintainer (Autrijus Tang )
  Reviewed by:    kuriyama
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.2       +5 -2      ports/www/p5-MasonX-Apache2Handler/Makefile
  1.1       +12 -0     ports/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL (new)
  1.1       +11 -0     ports/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 16:26:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6D38216A4CE; Thu, 14 Oct 2004 16:26:38 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4776C43D2D; Thu, 14 Oct 2004 16:26:38 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EGQcf9011364;
	Thu, 14 Oct 2004 16:26:38 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EGQcGK011363;
	Thu, 14 Oct 2004 16:26:38 GMT
	(envelope-from krion)
Message-Id: <200410141626.i9EGQcGK011363@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Thu, 14 Oct 2004 16:26:38 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net-mgmt/pmacct Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 16:26:38 -0000

krion       2004-10-14 16:26:38 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/pmacct      Makefile distinfo pkg-plist 
  Log:
  Update to 0.7.5
  
  Revision  Changes    Path
  1.28      +1 -1      ports/net-mgmt/pmacct/Makefile
  1.24      +2 -2      ports/net-mgmt/pmacct/distinfo
  1.8       +1 -0      ports/net-mgmt/pmacct/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 16:35:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8717C16A4D2
	for ; Thu, 14 Oct 2004 16:35:23 +0000 (GMT)
Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 02BFD43D68
	for ; Thu, 14 Oct 2004 16:35:11 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: (qmail 32194 invoked by uid 89); 14 Oct 2004 16:35:08 -0000
Received: from unknown (HELO rdsnet.ro) (62.231.74.131)
  by 0 with SMTP; 14 Oct 2004 16:35:08 -0000
Received: (qmail 17120 invoked from network); 14 Oct 2004 16:35:08 -0000
Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117)
  by mail.rdsnet.ro with SMTP; 14 Oct 2004 16:35:07 -0000
Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro
	[192.168.0.10])
	by buh.cameradicommercio.ro (Postfix) with ESMTP id B881260BC;
	Thu, 14 Oct 2004 19:34:49 +0300 (EEST)
Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com
	[127.0.0.1])
	by it.buh.cameradicommercio.ro (Postfix) with SMTP id 82F892AC;
	Thu, 14 Oct 2004 19:34:48 +0300 (EEST)
Date: Thu, 14 Oct 2004 19:34:47 +0300
From: Ion-Mihai Tetcu 
To: Norikatsu Shigemura 
Message-ID: <20041014193447.33d6f00c@it.buh.cameradicommercio.ro>
In-Reply-To: <200409031837.i83IbH4i048624@repoman.freebsd.org>
References: <200409031837.i83IbH4i048624@repoman.freebsd.org>
X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: fetch fails- Re: cvs commit: ports/net/liveMedia Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 16:35:24 -0000

On Fri, 3 Sep 2004 18:37:17 +0000 (UTC)
Norikatsu Shigemura  wrote:

> nork        2004-09-03 18:37:17 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     net/liveMedia        Makefile distinfo 
>   Log:
>   o Update to 2004.09.02.
>   o Resurrect MASTER_SITE_LOCAL.

FYI :

=====> /usr/ports/net/liveMedia/
>> live.2004.10.11.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://www.LIVE.COM/liveMedia/public/.
fetch: http://www.LIVE.COM/liveMedia/public/live.2004.10.11.tar.gz: Not Found
>> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/live.2004.10.11.tar.gz: File unavailable (e.g., file not found, no access)
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/net/liveMedia.

---F---> /usr/ports/net/liveMedia/




-- 
IOnut
Unregistered ;) FreeBSD "user"


From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 16:46:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CE84D16A4CE; Thu, 14 Oct 2004 16:46:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AE9B943D2F; Thu, 14 Oct 2004 16:46:39 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EGkdtW011965;
	Thu, 14 Oct 2004 16:46:39 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EGkdMK011964;
	Thu, 14 Oct 2004 16:46:39 GMT
	(envelope-from simon)
Message-Id: <200410141646.i9EGkdMK011964@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Thu, 14 Oct 2004 16:46:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 16:46:40 -0000

simon       2004-10-14 16:46:39 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  Change the Xerces-C++ entry to match the xerces-c2 port.
  
  Noticed by:     nectar
  
  Revision  Changes    Path
  1.298     +4 -3      ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 16:53:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EDA8F16A4CE
	for ; Thu, 14 Oct 2004 16:53:27 +0000 (GMT)
Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3538443D1F
	for ; Thu, 14 Oct 2004 16:53:26 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: (qmail 13780 invoked by uid 89); 14 Oct 2004 16:53:24 -0000
Received: from unknown (HELO rdsnet.ro) (62.231.74.131)
  by 0 with SMTP; 14 Oct 2004 16:53:24 -0000
Received: (qmail 13100 invoked from network); 14 Oct 2004 16:53:24 -0000
Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117)
  by mail.rdsnet.ro with SMTP; 14 Oct 2004 16:53:24 -0000
Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro
	[192.168.0.10])
	by buh.cameradicommercio.ro (Postfix) with ESMTP id 49DC160B0;
	Thu, 14 Oct 2004 19:53:07 +0300 (EEST)
Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com
	[127.0.0.1])
	by it.buh.cameradicommercio.ro (Postfix) with SMTP id 8A4B42AC;
	Thu, 14 Oct 2004 19:53:02 +0300 (EEST)
Date: Thu, 14 Oct 2004 19:53:02 +0300
From: Ion-Mihai Tetcu 
To: Anton Berezin 
Message-ID: <20041014195302.0d2e97db@it.buh.cameradicommercio.ro>
In-Reply-To: <200410141426.i9EEQQS0007201@repoman.freebsd.org>
References: <200410141426.i9EEQQS0007201@repoman.freebsd.org>
X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: fails to fatch - Re: cvs commit: ports/textproc Makefile
 ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer Makefile
 distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 16:53:28 -0000

On Thu, 14 Oct 2004 14:26:26 +0000 (UTC)
Anton Berezin  wrote:

> tobez       2004-10-14 14:26:26 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     textproc             Makefile 
>   Added files:
>     textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer Makefile 
>                                                          distinfo 
>                                                          pkg-descr 
>                                                          pkg-plist 
>   Log:
>   Add p5-Plucene-Plugin-Analyzer-SnowballAnalyzer, a stemmed analyzer
>   plugin for p5-Plucene search engine.

=====> /usr/ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/
>> Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://www.cpan.dk/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: http://www.cpan.dk/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: Not Found
>> Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://www.t.ring.gr.jp/pub/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://www.t.ring.gr.jp/pub/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from http://www.t.ring.gr.jp/archives/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: http://www.t.ring.gr.jp/archives/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: Not Found
>> Attempting to fetch from ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://mirror.hiwaay.net/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://mirror.hiwaay.net/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.bora.net/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.bora.net/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://bioinfo.weizmann.ac.il/pub/software/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://bioinfo.weizmann.ac.il/pub/software/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.ucr.ac.cr/pub/Unix/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.ucr.ac.cr/pub/Unix/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.is.co.za/programming/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.is.co.za/programming/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from http://cpan.shellhung.org/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: http://cpan.shellhung.org/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: Not Found
>> Attempting to fetch from http://at.cpan.org/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: http://at.cpan.org/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: Moved Temporarily
>> Attempting to fetch from ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.
fetch: ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer.

---F---> /usr/ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/


-- 
IOnut
Unregistered ;) FreeBSD "user"


From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 16:55:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 555F816A506; Thu, 14 Oct 2004 16:55:46 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 46A5043D5C; Thu, 14 Oct 2004 16:55:28 +0000 (GMT)
	(envelope-from josef@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EGtS6R018555;
	Thu, 14 Oct 2004 16:55:28 GMT
	(envelope-from josef@repoman.freebsd.org)
Received: (from josef@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EGtRFV018554;
	Thu, 14 Oct 2004 16:55:27 GMT
	(envelope-from josef)
Message-Id: <200410141655.i9EGtRFV018554@repoman.freebsd.org>
From: Josef El-Rayes 
Date: Thu, 14 Oct 2004 16:55:27 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 16:55:47 -0000

josef       2004-10-14 16:55:27 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  Document two seperate security vulnerabilities in
  icecast1 and icecast2.
  
  Approved by:    nectar
  
  Revision  Changes    Path
  1.299     +52 -3     ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:03:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7127516A4CF
	for ; Thu, 14 Oct 2004 17:03:12 +0000 (GMT)
Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5E40A43D31
	for ; Thu, 14 Oct 2004 17:03:11 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: (qmail 19984 invoked by uid 89); 14 Oct 2004 17:03:10 -0000
Received: from unknown (HELO rdsnet.ro) (62.231.74.131)
  by 0 with SMTP; 14 Oct 2004 17:03:10 -0000
Received: (qmail 26455 invoked from network); 14 Oct 2004 17:03:10 -0000
Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117)
  by mail.rdsnet.ro with SMTP; 14 Oct 2004 17:03:10 -0000
Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro
	[192.168.0.10])
	by buh.cameradicommercio.ro (Postfix) with ESMTP id B111260A3;
	Thu, 14 Oct 2004 20:03:09 +0300 (EEST)
Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com
	[127.0.0.1])
	by it.buh.cameradicommercio.ro (Postfix) with SMTP id EBFB62B1;
	Thu, 14 Oct 2004 20:03:07 +0300 (EEST)
Date: Thu, 14 Oct 2004 20:03:07 +0300
From: Ion-Mihai Tetcu 
To: Edwin Groothuis 
Message-ID: <20041014200307.385ca22c@it.buh.cameradicommercio.ro>
In-Reply-To: <200410140856.i9E8uDDT089530@repoman.freebsd.org>
References: <200410140856.i9E8uDDT089530@repoman.freebsd.org>
X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: [PATCH] fix fetching - Re: cvs commit: ports/www Makefile
 ports/www/dpsearch Makefile distinfo pkg-deinstall pkg-descr pkg-install
 pkg-message pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:03:12 -0000

On Thu, 14 Oct 2004 08:56:13 +0000 (UTC)
Edwin Groothuis  wrote:

> edwin       2004-10-14 08:56:13 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     www                  Makefile 
>   Added files:
>     www/dpsearch         Makefile distinfo pkg-deinstall pkg-descr 
>                          pkg-install pkg-message pkg-plist 
>   Log:
>   New port: www/dpsearch : Open source search engine for Internet and Intranet sites
>   
>           This is a port of the latest released version of DataparkSearch.
>           DataparkSearch Engine is a full-featured open sources
>           web-based search engine released under the GNU General
>           Public License and designed to organize search within a
>           website, group of websites, intranet or local system.
>   
>   PR:             ports/68050
>   Submitted by:   Maxime Zakharov 

I don't see why it should fail in in pre-fetch, the distfile doesn't
change no mater what you choose in options.

It will also fail with BATCH=yes so it should either have some defaults
or be marked as NO_PACKAGE.
I could provide a patch with those defaults.

--- Makefile.orig    Thu Oct 14 19:55:52 2004
+++ Makefile       Thu Oct 14 19:54:20 2004
@@ -112,7 +112,7 @@
 CONFIGURE_ARGS+=        --with-sqlite=${LOCALBASE}

 .else
-pre-fetch:
+pre-configure:
        @${ECHO}
        @${ECHO} "One of databases should be chose."
        @exit 1



-- 
IOnut
Unregistered ;) FreeBSD "user"


From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:04:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F207B16A4CE; Thu, 14 Oct 2004 17:04:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D2EBB43D39; Thu, 14 Oct 2004 17:04:47 +0000 (GMT)
	(envelope-from nork@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EH4lG9018835;
	Thu, 14 Oct 2004 17:04:47 GMT
	(envelope-from nork@repoman.freebsd.org)
Received: (from nork@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EH4lk7018834;
	Thu, 14 Oct 2004 17:04:47 GMT
	(envelope-from nork)
Message-Id: <200410141704.i9EH4lk7018834@repoman.freebsd.org>
From: Norikatsu Shigemura 
Date: Thu, 14 Oct 2004 17:04:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/liveMedia Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:04:48 -0000

nork        2004-10-14 17:04:47 UTC

  FreeBSD ports repository

  Modified files:
    net/liveMedia        Makefile distinfo 
  Log:
  Update to 2004.10.14.
  
  Revision  Changes    Path
  1.134     +1 -1      ports/net/liveMedia/Makefile
  1.125     +2 -2      ports/net/liveMedia/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:06:55 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6538A16A4CE; Thu, 14 Oct 2004 17:06:55 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 447C243D5E; Thu, 14 Oct 2004 17:06:55 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EH6tCd018978;
	Thu, 14 Oct 2004 17:06:55 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EH6tFP018977;
	Thu, 14 Oct 2004 17:06:55 GMT
	(envelope-from simon)
Message-Id: <200410141706.i9EH6tFP018977@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Thu, 14 Oct 2004 17:06:55 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:06:55 -0000

simon       2004-10-14 17:06:55 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  Recommit my changes from 1.298 which was accidently removed in 1.299.
  
  Pointy hat to:  josef (who also noticed the problem)
  
  Revision  Changes    Path
  1.300     +4 -3      ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:14:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6A16416A4CE; Thu, 14 Oct 2004 17:14:57 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 498D543D55; Thu, 14 Oct 2004 17:14:57 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EHEvPG019237;
	Thu, 14 Oct 2004 17:14:57 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EHEvcS019236;
	Thu, 14 Oct 2004 17:14:57 GMT
	(envelope-from njl)
Message-Id: <200410141714.i9EHEvcS019236@repoman.freebsd.org>
From: Nate Lawson 
Date: Thu, 14 Oct 2004 17:14:57 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/kern subr_bus.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:14:57 -0000

njl         2004-10-14 17:14:57 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_bus.c 
  Log:
  Update flags patch for the !ISA case.
  
  * Get flags first, in case there is no devclass.
  * Reset flags after each probe in case the next driver has no hints so it
    doesn't inherit the old ones.
  * Set them again before the winning probe.
  
  Tested ok both with and without ACPI for ISA device flags.
  
  Reviewed by:    imp
  MFC after:      1 day
  
  Revision  Changes    Path
  1.162     +14 -5     src/sys/kern/subr_bus.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:33:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1898F16A4CE; Thu, 14 Oct 2004 17:33:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id ECFC843D4C; Thu, 14 Oct 2004 17:33:00 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EHX0iw019817;
	Thu, 14 Oct 2004 17:33:00 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EHX0Mq019816;
	Thu, 14 Oct 2004 17:33:00 GMT
	(envelope-from tobez)
Message-Id: <200410141733.i9EHX0Mq019816@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 17:33:00 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit:
	ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:33:01 -0000

tobez       2004-10-14 17:33:00 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer Makefile 
  Log:
  Fix make fetch.
  
  Noticed by:     Ion-Mihai Tetcu 
  
  Revision  Changes    Path
  1.2       +1 -1      ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:34:56 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 42B7D16A4CE; Thu, 14 Oct 2004 17:34:56 +0000 (GMT)
Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 696B443D41; Thu, 14 Oct 2004 17:34:55 +0000 (GMT)
	(envelope-from tobez@tobez.org)
Received: by heechee.tobez.org (Postfix, from userid 1001)
	id A2981175D1; Thu, 14 Oct 2004 19:34:53 +0200 (CEST)
Date: Thu, 14 Oct 2004 19:34:53 +0200
From: Anton Berezin 
To: Ion-Mihai Tetcu 
Message-ID: <20041014173453.GC72841@heechee.tobez.org>
Mail-Followup-To: Anton Berezin ,
	Ion-Mihai Tetcu ,
	ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
References: <200410141426.i9EEQQS0007201@repoman.freebsd.org>
	<20041014195302.0d2e97db@it.buh.cameradicommercio.ro>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041014195302.0d2e97db@it.buh.cameradicommercio.ro>
User-Agent: Mutt/1.5.6i
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: fails to fatch - Re: cvs commit: ports/textproc Makefile
	ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer Makefile
	distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:34:56 -0000

On Thu, Oct 14, 2004 at 07:53:02PM +0300, Ion-Mihai Tetcu wrote:
> On Thu, 14 Oct 2004 14:26:26 +0000 (UTC)
> Anton Berezin  wrote:
> 
> > tobez       2004-10-14 14:26:26 UTC
> > 
> >   FreeBSD ports repository
> > 
> >   Modified files:
> >     textproc             Makefile 
> >   Added files:
> >     textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer Makefile 
> fetch: ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1.tar.gz: File unavailable (e.g., file not found, no access)
> >> Attempting to fetch from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/../by-authors/F/FA/FABPOT/.

> >> Couldn't fetch it - please try to retrieve this
> >> port manually into /usr/ports/distfiles/ and try again.
> *** Error code 1
> 
> Stop in /usr/ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer.

Fixed, thanks!

\Anton.
-- 
The moronity of the universe is a monotonically increasing function. --
Jarkko Hietaniemi

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:35:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B2BD216A4D1; Thu, 14 Oct 2004 17:35:08 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9103F43D45; Thu, 14 Oct 2004 17:35:08 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EHZ8JM019890;
	Thu, 14 Oct 2004 17:35:08 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EHZ8mn019889;
	Thu, 14 Oct 2004 17:35:08 GMT
	(envelope-from dinoex)
Message-Id: <200410141735.i9EHZ8mn019889@repoman.freebsd.org>
From: Dirk Meyer 
Date: Thu, 14 Oct 2004 17:35:08 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/lesstif Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:35:08 -0000

dinoex      2004-10-14 17:35:08 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/lesstif Makefile distinfo pkg-plist 
  Log:
  - update to 0.93.96
  
  Revision  Changes    Path
  1.76      +1 -1      ports/x11-toolkits/lesstif/Makefile
  1.31      +2 -2      ports/x11-toolkits/lesstif/distinfo
  1.35      +0 -3      ports/x11-toolkits/lesstif/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:35:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8AEDD16A4CE; Thu, 14 Oct 2004 17:35:45 +0000 (GMT)
Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F16DE43D39; Thu, 14 Oct 2004 17:35:44 +0000 (GMT)
	(envelope-from nork@FreeBSD.org)
Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com
	[219.127.74.122]) by sakura.ninth-nine.com (8.13.1/8.13.1/NinthNine) with SMTP
	id i9EHZhAW090512; Fri, 15 Oct 2004 02:35:43 +0900 (JST) (envelope-from
	nork@FreeBSD.org)
Date: Fri, 15 Oct 2004 02:35:43 +0900 (JST)
Message-Id: <200410141735.i9EHZhAW090512@sakura.ninth-nine.com>
From: Norikatsu Shigemura 
To: Ion-Mihai Tetcu 
In-Reply-To: <20041014193447.33d6f00c@it.buh.cameradicommercio.ro>
References: <200409031837.i83IbH4i048624@repoman.freebsd.org>
	<20041014193447.33d6f00c@it.buh.cameradicommercio.ro>
X-Mailer: Sylpheed version 0.9.12-gtk2-20040918 (GTK+ 2.4.9;
	i386-portbld-freebsd6.0)
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-1.5.6
	(sakura.ninth-nine.com [219.127.74.121]); Fri, 15 Oct 2004 02:35:43 +0900
	(JST)
cc: cvs-ports@FreeBSD.org
cc: nork@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: fetch fails- Re: cvs commit: ports/net/liveMedia Makefile
 distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:35:45 -0000

On Thu, 14 Oct 2004 19:34:47 +0300
Ion-Mihai Tetcu  wrote:
> > nork        2004-09-03 18:37:17 UTC
> >   FreeBSD ports repository
> >   Modified files:
> >     net/liveMedia        Makefile distinfo 
> >   Log:
> >   o Update to 2004.09.02.
> >   o Resurrect MASTER_SITE_LOCAL.
> FYI :
> =====> /usr/ports/net/liveMedia/
> >> live.2004.10.11.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> >> Attempting to fetch from http://www.LIVE.COM/liveMedia/public/.
> fetch: http://www.LIVE.COM/liveMedia/public/live.2004.10.11.tar.gz: Not Found
> >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
> fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/live.2004.10.11.tar.gz: File unavailable (e.g., file not found, no access)
> >> Couldn't fetch it - please try to retrieve this
> >> port manually into /usr/ports/distfiles/ and try again.
> *** Error code 1
> Stop in /usr/ports/net/liveMedia.
> ---F---> /usr/ports/net/liveMedia/

	Oops, just committed.  Please update your ports tree.

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:47:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9C58E16A4CE
	for ; Thu, 14 Oct 2004 17:47:11 +0000 (GMT)
Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9DDBC43D3F
	for ; Thu, 14 Oct 2004 17:47:10 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: (qmail 15282 invoked by uid 89); 14 Oct 2004 17:47:09 -0000
Received: from unknown (HELO rdsnet.ro) (62.231.74.131)
  by 0 with SMTP; 14 Oct 2004 17:47:09 -0000
Received: (qmail 25460 invoked from network); 14 Oct 2004 17:47:09 -0000
Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117)
  by mail.rdsnet.ro with SMTP; 14 Oct 2004 17:47:09 -0000
Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro
	[192.168.0.10])
	by buh.cameradicommercio.ro (Postfix) with ESMTP id 923EB60B6;
	Thu, 14 Oct 2004 20:47:09 +0300 (EEST)
Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com
	[127.0.0.1])
	by it.buh.cameradicommercio.ro (Postfix) with SMTP id F04612B1;
	Thu, 14 Oct 2004 20:47:07 +0300 (EEST)
Date: Thu, 14 Oct 2004 20:47:07 +0300
From: Ion-Mihai Tetcu 
To: Anton Berezin 
Message-ID: <20041014204707.6ce9cef9@it.buh.cameradicommercio.ro>
In-Reply-To: <20041014173453.GC72841@heechee.tobez.org>
References: <200410141426.i9EEQQS0007201@repoman.freebsd.org>
	<20041014195302.0d2e97db@it.buh.cameradicommercio.ro>
	<20041014173453.GC72841@heechee.tobez.org>
X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: fails to fatch - Re: cvs commit: ports/textproc Makefile
 ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer Makefile
 distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:47:11 -0000

On Thu, 14 Oct 2004 19:34:53 +0200
Anton Berezin  wrote:

> On Thu, Oct 14, 2004 at 07:53:02PM +0300, Ion-Mihai Tetcu wrote:
> > On Thu, 14 Oct 2004 14:26:26 +0000 (UTC)
> > Anton Berezin  wrote:
 
> > >> Couldn't fetch it - please try to retrieve this
> > >> port manually into /usr/ports/distfiles/ and try again.
> > *** Error code 1
> > 
> > Stop in /usr/ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer.
> 
> Fixed, thanks!

Thanks,

-- 
IOnut
Unregistered ;) FreeBSD "user"


From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:47:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D274E16A4CF
	for ; Thu, 14 Oct 2004 17:47:57 +0000 (GMT)
Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D669243D5E
	for ; Thu, 14 Oct 2004 17:47:56 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: (qmail 15774 invoked by uid 89); 14 Oct 2004 17:47:56 -0000
Received: from unknown (HELO rdsnet.ro) (62.231.74.131)
  by 0 with SMTP; 14 Oct 2004 17:47:56 -0000
Received: (qmail 26998 invoked from network); 14 Oct 2004 17:47:56 -0000
Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117)
  by mail.rdsnet.ro with SMTP; 14 Oct 2004 17:47:55 -0000
Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro
	[192.168.0.10])
	by buh.cameradicommercio.ro (Postfix) with ESMTP id DD5B460B6;
	Thu, 14 Oct 2004 20:47:45 +0300 (EEST)
Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com
	[127.0.0.1])
	by it.buh.cameradicommercio.ro (Postfix) with SMTP id B44072B2;
	Thu, 14 Oct 2004 20:47:44 +0300 (EEST)
Date: Thu, 14 Oct 2004 20:47:44 +0300
From: Ion-Mihai Tetcu 
To: Norikatsu Shigemura 
Message-ID: <20041014204744.006cf7f7@it.buh.cameradicommercio.ro>
In-Reply-To: <200410141735.i9EHZhAW090512@sakura.ninth-nine.com>
References: <200409031837.i83IbH4i048624@repoman.freebsd.org>
	<20041014193447.33d6f00c@it.buh.cameradicommercio.ro>
	<200410141735.i9EHZhAW090512@sakura.ninth-nine.com>
X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: fetch fails- Re: cvs commit: ports/net/liveMedia Makefile
 distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:47:58 -0000

On Fri, 15 Oct 2004 02:35:43 +0900 (JST)
Norikatsu Shigemura  wrote:

> On Thu, 14 Oct 2004 19:34:47 +0300
> Ion-Mihai Tetcu  wrote:

> > >> Couldn't fetch it - please try to retrieve this
> > >> port manually into /usr/ports/distfiles/ and try again.
> > *** Error code 1
> > Stop in /usr/ports/net/liveMedia.
> > ---F---> /usr/ports/net/liveMedia/
> 
> 	Oops, just committed.  Please update your ports tree.

Thanks,

-- 
IOnut
Unregistered ;) FreeBSD "user"


From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:52:41 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D809A16A4CE; Thu, 14 Oct 2004 17:52:41 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B868343D4C; Thu, 14 Oct 2004 17:52:41 +0000 (GMT)
	(envelope-from nectar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EHqfmS020452;
	Thu, 14 Oct 2004 17:52:41 GMT
	(envelope-from nectar@repoman.freebsd.org)
Received: (from nectar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EHqfdO020451;
	Thu, 14 Oct 2004 17:52:41 GMT
	(envelope-from nectar)
Message-Id: <200410141752.i9EHqfdO020451@repoman.freebsd.org>
From: Jacques Vidrine 
Date: Thu, 14 Oct 2004 17:52:41 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:52:42 -0000

nectar      2004-10-14 17:52:41 UTC

  FreeBSD ports repository

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  lesstif has been upgraded to a version that is not affected by the
  libXpm vulnerability.
  
  Revision  Changes    Path
  1.301     +2 -2      ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:52:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id ACA2716A4ED; Thu, 14 Oct 2004 17:52:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7433943D49; Thu, 14 Oct 2004 17:52:47 +0000 (GMT)
	(envelope-from kwm@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EHqlHh020517;
	Thu, 14 Oct 2004 17:52:47 GMT
	(envelope-from kwm@repoman.freebsd.org)
Received: (from kwm@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EHqlg2020512;
	Thu, 14 Oct 2004 17:52:47 GMT
	(envelope-from kwm)
Message-Id: <200410141752.i9EHqlg2020512@repoman.freebsd.org>
From: Koop Mast 
Date: Thu, 14 Oct 2004 17:52:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/irc/xchat-gnome Makefile distinfo pkg-plist
 patch-src-fe-gnome-userlist_gui.c
 patch-src_fe-gnome_fe-gnome.c patch-src_fe-gnome_userlist_gui.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:52:48 -0000

kwm         2004-10-14 17:52:47 UTC

  FreeBSD ports repository

  Modified files:
    irc/xchat-gnome      Makefile distinfo pkg-plist 
    irc/xchat-gnome/files patch-src-fe-gnome-channel_list.c 
                          patch-src-fe-gnome-userlist_gui.c 
  Removed files:
    irc/xchat-gnome/files patch-src_fe-gnome_fe-gnome.c 
                          patch-src_fe-gnome_userlist_gui.c 
  Log:
  Update to 0.2.
  
  Approved by:    pav (mentor)
  
  Revision  Changes    Path
  1.139     +2 -5      ports/irc/xchat-gnome/Makefile
  1.73      +2 -2      ports/irc/xchat-gnome/distinfo
  1.2       +11 -11    ports/irc/xchat-gnome/files/patch-src-fe-gnome-channel_list.c
  1.2       +16 -15    ports/irc/xchat-gnome/files/patch-src-fe-gnome-userlist_gui.c
  1.2       +0 -29     ports/irc/xchat-gnome/files/patch-src_fe-gnome_fe-gnome.c (dead)
  1.2       +0 -48     ports/irc/xchat-gnome/files/patch-src_fe-gnome_userlist_gui.c (dead)
  1.34      +34 -25    ports/irc/xchat-gnome/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:56:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AE8ED16A4CF; Thu, 14 Oct 2004 17:56:06 +0000 (GMT)
Received: from gw.celabo.org (gw.celabo.org [208.42.49.153])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9E2EB43D2F; Thu, 14 Oct 2004 17:56:05 +0000 (GMT)
	(envelope-from nectar@celabo.org)
Received: from localhost (localhost [127.0.0.1])
	by gw.celabo.org (Postfix) with ESMTP
	id 3644154861; Thu, 14 Oct 2004 12:56:05 -0500 (CDT)
Received: from gw.celabo.org ([127.0.0.1])
 by localhost (hellblazer.celabo.org [127.0.0.1]) (amavisd-new, port 10024)
 with SMTP id 02116-05; Thu, 14 Oct 2004 12:55:54 -0500 (CDT)
Received: from madman.celabo.org (madman.celabo.org [10.0.1.111])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "madman.celabo.org", Issuer "celabo.org CA" (not verified))
	by gw.celabo.org (Postfix) with ESMTP
	id B432F54840; Thu, 14 Oct 2004 12:55:54 -0500 (CDT)
Received: by madman.celabo.org (Postfix, from userid 1001)
	id 5B09E6D466; Thu, 14 Oct 2004 12:55:41 -0500 (CDT)
Date: Thu, 14 Oct 2004 12:55:41 -0500
From: "Jacques A. Vidrine" 
To: Dirk Meyer 
Message-ID: <20041014175541.GC32379@madman.celabo.org>
Mail-Followup-To: "Jacques A. Vidrine" ,
	Dirk Meyer , ports-committers@FreeBSD.org,
	cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
References: <200410141735.i9EHZ8mn019889@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200410141735.i9EHZ8mn019889@repoman.freebsd.org>
X-Url: http://www.celabo.org/
User-Agent: Mutt/1.5.6i
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/x11-toolkits/lesstif Makefile distinfo
	pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:56:06 -0000

On Thu, Oct 14, 2004 at 05:35:08PM +0000, Dirk Meyer wrote:
> dinoex      2004-10-14 17:35:08 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     x11-toolkits/lesstif Makefile distinfo pkg-plist 
>   Log:
>   - update to 0.93.96

Thanks, Dirk!  This should resolve the libXpm vulnerability, so I
think that FORBIDDEN may be removed.

Cheers,
-- 
Jacques A Vidrine / NTT/Verio
nectar@celabo.org / jvidrine@verio.net / nectar@FreeBSD.org

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 17:59:29 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E063716A4CF
	for ; Thu, 14 Oct 2004 17:59:28 +0000 (GMT)
Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4D14E43D67
	for ; Thu, 14 Oct 2004 17:59:27 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: (qmail 22966 invoked by uid 89); 14 Oct 2004 17:59:26 -0000
Received: from unknown (HELO rdsnet.ro) (62.231.74.131)
  by 0 with SMTP; 14 Oct 2004 17:59:26 -0000
Received: (qmail 14435 invoked from network); 14 Oct 2004 17:59:26 -0000
Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117)
  by mail.rdsnet.ro with SMTP; 14 Oct 2004 17:59:26 -0000
Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro
	[192.168.0.10])
	by buh.cameradicommercio.ro (Postfix) with ESMTP id B855560B6;
	Thu, 14 Oct 2004 20:59:25 +0300 (EEST)
Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com
	[127.0.0.1])
	by it.buh.cameradicommercio.ro (Postfix) with SMTP id 39AAE2B3;
	Thu, 14 Oct 2004 20:59:24 +0300 (EEST)
Date: Thu, 14 Oct 2004 20:59:24 +0300
From: Ion-Mihai Tetcu 
To: Ion-Mihai Tetcu 
Message-ID: <20041014205924.69cc9135@it.buh.cameradicommercio.ro>
In-Reply-To: <20041014200307.385ca22c@it.buh.cameradicommercio.ro>
References: <200410140856.i9E8uDDT089530@repoman.freebsd.org>
	<20041014200307.385ca22c@it.buh.cameradicommercio.ro>
X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
cc: cvs-ports@FreeBSD.org
cc: ports-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: Edwin Groothuis 
Subject: Re: [PATCH] fix fetching - Re: cvs commit: ports/www Makefile
 ports/www/dpsearch Makefile distinfo pkg-deinstall pkg-descr pkg-install
 pkg-message pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 17:59:29 -0000

On Thu, 14 Oct 2004 20:03:07 +0300
Ion-Mihai Tetcu  wrote:

> On Thu, 14 Oct 2004 08:56:13 +0000 (UTC)
> Edwin Groothuis  wrote:
> 
> > edwin       2004-10-14 08:56:13 UTC
> > 
> >   FreeBSD ports repository
> > 
> >   Modified files:
> >     www                  Makefile 
> >   Added files:
> >     www/dpsearch         Makefile distinfo pkg-deinstall pkg-descr 
> >                          pkg-install pkg-message pkg-plist 
> >   Log:
> >   New port: www/dpsearch : Open source search engine for Internet and Intranet sites
> >   
> >           This is a port of the latest released version of DataparkSearch.
> >           DataparkSearch Engine is a full-featured open sources
> >           web-based search engine released under the GNU General
> >           Public License and designed to organize search within a
> >           website, group of websites, intranet or local system.
> >   
> >   PR:             ports/68050
> >   Submitted by:   Maxime Zakharov 

 [ ... ]

> It will also fail with BATCH=yes so it should either have some defaults
> or be marked as NO_PACKAGE.

Actually this is what happens with
make rmconfig && make -DBATCH

ranlib .libs/libdpsearch.a
creating libdpsearch.la
(cd .libs && rm -f libdpsearch.la && ln -s ../libdpsearch.la libdpsearch.la)
source='search.c' object='search_cgi-search.o' libtool=no \
depfile='.deps/search_cgi-search.Po' tmpdepfile='.deps/search_cgi-search.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I../include -I./../include -I/include    -DHAVE_PTHREAD -D_REENTRANT -D_THREAD_SAFE -O2 -pipe -march=athlon-xp  -DDPS_CONF_DIR=\"/usr/local/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/usr/local/share/dpsearch\" -c -o search_cgi-search.o `test -f search.c || echo './'`search.c
/bin/sh ../libtool --mode=link cc  -O2 -pipe -march=athlon-xp  -DDPS_CONF_DIR=\"/usr/local/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/usr/local/share/dpsearch\"   -o search.cgi -pthread search_cgi-search.o libdpsearch.la libdpcharset.la  -pthread -lm -lz -L/lib -lssl -lcrypto
cc -O2 -pipe -march=athlon-xp -DDPS_CONF_DIR=\"/usr/local/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/usr/local/share/dpsearch\" -o .libs/search.cgi -pthread search_cgi-search.o .libs/libdpsearch.so -pthread -lm -lz -L/lib -lssl -lcrypto .libs/libdpcharset.so -pthread -pthread -lm -lz -lssl -lcrypto -pthread -lm -lz -L/lib -lssl -lcrypto  -Wl,--rpath -Wl,/usr/local/lib
.libs/libdpsearch.so: undefined reference to `DpsSQLNumRows'
.libs/libdpsearch.so: undefined reference to `DpsSQLFree'
.libs/libdpsearch.so: undefined reference to `DpsURLDataLoadSQL'
.libs/libdpsearch.so: undefined reference to `DpsSQLValue'
.libs/libdpsearch.so: undefined reference to `DpsURLDataPreloadSQL'
.libs/libdpsearch.so: undefined reference to `_DpsSQLQuery'
gmake[2]: *** [search.cgi] Error 1
gmake[2]: Leaving directory `/usr/ports/www/dpsearch/work/dpsearch-4.21/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/www/dpsearch/work/dpsearch-4.21/src'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/www/dpsearch.


I don't know enough of this port to see what is the problem.


-- 
IOnut
Unregistered ;) FreeBSD "user"


From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 18:08:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7BA5B16A4CE; Thu, 14 Oct 2004 18:08:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5BC0343D48; Thu, 14 Oct 2004 18:08:42 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EI8guH021334;
	Thu, 14 Oct 2004 18:08:42 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EI8g0g021333;
	Thu, 14 Oct 2004 18:08:42 GMT
	(envelope-from dinoex)
Message-Id: <200410141808.i9EI8g0g021333@repoman.freebsd.org>
From: Dirk Meyer 
Date: Thu, 14 Oct 2004 18:08:42 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/lesstif Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 18:08:42 -0000

dinoex      2004-10-14 18:08:42 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/lesstif Makefile distinfo pkg-plist 
  Log:
  - update to 0.93.97
  
  Revision  Changes    Path
  1.77      +9 -6      ports/x11-toolkits/lesstif/Makefile
  1.32      +2 -2      ports/x11-toolkits/lesstif/distinfo
  1.36      +1 -0      ports/x11-toolkits/lesstif/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 18:14:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CF1D016A4CE; Thu, 14 Oct 2004 18:14:44 +0000 (GMT)
Received: from obsecurity.dyndns.org
	(CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8480343D3F; Thu, 14 Oct 2004 18:14:44 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 063C552FF1; Thu, 14 Oct 2004 11:14:43 -0700 (PDT)
Date: Thu, 14 Oct 2004 11:14:43 -0700
From: Kris Kennaway 
To: Erwin Lansing 
Message-ID: <20041014181443.GB77295@xor.obsecurity.org>
References: <200410140847.i9E8lEiv088983@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="uZ3hkaAS1mZxFaxD"
Content-Disposition: inline
In-Reply-To: <200410140847.i9E8lEiv088983@repoman.freebsd.org>
User-Agent: Mutt/1.4.2.1i
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/editors/openoffice-1.1 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 18:14:45 -0000


--uZ3hkaAS1mZxFaxD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Oct 14, 2004 at 08:47:14AM +0000, Erwin Lansing wrote:
> erwin       2004-10-14 08:47:14 UTC
>=20
>   FreeBSD ports repository
>=20
>   Modified files:
>     editors/openoffice-1.1 Makefile=20
>   Log:
>   Restore a piece of the previous commit that does some magic around
>   PKGNAMEPREFIX. I'm not sure about the implications for the build of
>   OOo, but at least it fixes INDEX builds.

Thanks.

Kris
--uZ3hkaAS1mZxFaxD
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBbsITWry0BWjoQKURAryHAJ9FtVQ/JAUbNbpIpUU+Clsr5+/KaQCcC0Bt
lxlfTISK5b3bgL6XbMBWVzU=
=Z2zB
-----END PGP SIGNATURE-----

--uZ3hkaAS1mZxFaxD--

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 18:30:24 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F1D5D16A4D3; Thu, 14 Oct 2004 18:30:24 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D041543D62; Thu, 14 Oct 2004 18:30:24 +0000 (GMT)
	(envelope-from phk@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EIUOtI021981;
	Thu, 14 Oct 2004 18:30:24 GMT
	(envelope-from phk@repoman.freebsd.org)
Received: (from phk@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EIUOWx021980;
	Thu, 14 Oct 2004 18:30:24 GMT
	(envelope-from phk)
Message-Id: <200410141830.i9EIUOWx021980@repoman.freebsd.org>
From: Poul-Henning Kamp 
Date: Thu, 14 Oct 2004 18:30:24 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/kern tty.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 18:30:25 -0000

phk         2004-10-14 18:30:24 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c 
  Log:
  Add missing chunk of code to enforce the lock-bits of termios.
  
  This solves the problem where serial consoles suddenly required
  DCD to be asserted.
  
  Reported by:    Randy Bush 
  
  Revision  Changes    Path
  1.237     +26 -1     src/sys/kern/tty.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 18:37:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A1FCD16A4CE; Thu, 14 Oct 2004 18:37:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 809CA43D48; Thu, 14 Oct 2004 18:37:01 +0000 (GMT)
	(envelope-from mux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EIb1gk022225;
	Thu, 14 Oct 2004 18:37:01 GMT
	(envelope-from mux@repoman.freebsd.org)
Received: (from mux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EIb1qc022224;
	Thu, 14 Oct 2004 18:37:01 GMT
	(envelope-from mux)
Message-Id: <200410141837.i9EIb1qc022224@repoman.freebsd.org>
From: Maxime Henrion 
Date: Thu, 14 Oct 2004 18:37:01 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/pci if_dc.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 18:37:01 -0000

mux         2004-10-14 18:37:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/pci              if_dc.c 
  Log:
  Merge if_dc.c:1.152 from HEAD to RELENG_5:
  
    date: 2004/10/01 15:23:31;  author: mux;  state: Exp;  lines: +4 -4
    Read the MAC address in the EEPROM in the correct byte order.  This
    is a no-op on little endian architectures, but fixes getting the MAC
    address for some dc(4) cards on big endian architectures.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.148.2.1  +4 -4      src/sys/pci/if_dc.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 18:37:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 98C9316A4CE; Thu, 14 Oct 2004 18:37:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7A0A243D48; Thu, 14 Oct 2004 18:37:59 +0000 (GMT)
	(envelope-from phk@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EIbx9w022260;
	Thu, 14 Oct 2004 18:37:59 GMT
	(envelope-from phk@repoman.freebsd.org)
Received: (from phk@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EIbxSo022259;
	Thu, 14 Oct 2004 18:37:59 GMT
	(envelope-from phk)
Message-Id: <200410141837.i9EIbxSo022259@repoman.freebsd.org>
From: Poul-Henning Kamp 
Date: Thu, 14 Oct 2004 18:37:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/digi digi.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 18:37:59 -0000

phk         2004-10-14 18:37:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/digi         digi.h 
  Log:
  Remove unused ttys field.
  
  Spotted by:     Peter Jeremy 
  
  Revision  Changes    Path
  1.19      +0 -1      src/sys/dev/digi/digi.h

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 18:47:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AD56316A4CE; Thu, 14 Oct 2004 18:47:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8CEE543D2D; Thu, 14 Oct 2004 18:47:07 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EIl7rE022606;
	Thu, 14 Oct 2004 18:47:07 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EIl7jE022605;
	Thu, 14 Oct 2004 18:47:07 GMT
	(envelope-from marcus)
Message-Id: <200410141847.i9EIl7jE022605@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Thu, 14 Oct 2004 18:47:07 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/revelation Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 18:47:07 -0000

marcus      2004-10-14 18:47:07 UTC

  FreeBSD ports repository

  Modified files:
    security/revelation  Makefile distinfo 
  Log:
  Update to 0.3.4.
  
  PR:             72679
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.3       +1 -1      ports/security/revelation/Makefile
  1.3       +2 -2      ports/security/revelation/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 18:48:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D067F16A4CE; Thu, 14 Oct 2004 18:48:46 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AF2B143D55; Thu, 14 Oct 2004 18:48:46 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EImkvV022673;
	Thu, 14 Oct 2004 18:48:46 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EImkvv022672;
	Thu, 14 Oct 2004 18:48:46 GMT
	(envelope-from marcus)
Message-Id: <200410141848.i9EImkvv022672@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Thu, 14 Oct 2004 18:48:46 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/misc/gaim-guifications Makefile distinfo
 pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 18:48:47 -0000

marcus      2004-10-14 18:48:46 UTC

  FreeBSD ports repository

  Modified files:
    misc/gaim-guifications Makefile distinfo pkg-plist 
  Log:
  Update to 2.3.
  
  PR:             72678
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.11      +1 -2      ports/misc/gaim-guifications/Makefile
  1.8       +2 -2      ports/misc/gaim-guifications/distinfo
  1.6       +1 -1      ports/misc/gaim-guifications/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:00:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BBBA216A4DF; Thu, 14 Oct 2004 19:00:46 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 07C8C43D31; Thu, 14 Oct 2004 19:00:45 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EJ0iJg023069;
	Thu, 14 Oct 2004 19:00:44 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EJ0i4w023068;
	Thu, 14 Oct 2004 19:00:44 GMT
	(envelope-from pjd)
Message-Id: <200410141900.i9EJ0i4w023068@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Thu, 14 Oct 2004 19:00:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:00:47 -0000

pjd         2004-10-14 19:00:44 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vfsops.c 
  Log:
  Add a missing newline character.
  
  Revision  Changes    Path
  1.159     +2 -1      src/sys/nfsclient/nfs_vfsops.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:09:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4B29516A4CE; Thu, 14 Oct 2004 19:09:32 +0000 (GMT)
Received: from obsecurity.dyndns.org
	(CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 14F1143D2F; Thu, 14 Oct 2004 19:09:32 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 4D63F51509; Thu, 14 Oct 2004 12:09:31 -0700 (PDT)
Date: Thu, 14 Oct 2004 12:09:31 -0700
From: Kris Kennaway 
To: Ion-Mihai Tetcu 
Message-ID: <20041014190931.GA41366@xor.obsecurity.org>
References: <200409031837.i83IbH4i048624@repoman.freebsd.org>
	<20041014193447.33d6f00c@it.buh.cameradicommercio.ro>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v"
Content-Disposition: inline
In-Reply-To: <20041014193447.33d6f00c@it.buh.cameradicommercio.ro>
User-Agent: Mutt/1.4.2.1i
cc: cvs-ports@FreeBSD.org
cc: Norikatsu Shigemura 
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: fetch fails- Re: cvs commit: ports/net/liveMedia Makefile
	distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:09:32 -0000


--Dxnq1zWXvFF0Q93v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Oct 14, 2004 at 07:34:47PM +0300, Ion-Mihai Tetcu wrote:
> On Fri, 3 Sep 2004 18:37:17 +0000 (UTC)
> Norikatsu Shigemura  wrote:
>=20
> > nork        2004-09-03 18:37:17 UTC
> >=20
> >   FreeBSD ports repository
> >=20
> >   Modified files:
> >     net/liveMedia        Makefile distinfo=20
> >   Log:
> >   o Update to 2004.09.02.
> >   o Resurrect MASTER_SITE_LOCAL.
>=20
> FYI :
>=20
> =3D=3D=3D=3D=3D> /usr/ports/net/liveMedia/
> >> live.2004.10.11.tar.gz doesn't seem to exist in /usr/ports/distfiles/.

This port is very time-specific and needs to be updated every couple
of days.  IOW, this is normal :(

Kris

--Dxnq1zWXvFF0Q93v
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBbs7qWry0BWjoQKURAi0YAKDo6m4qwK5ncmmDWQUg5YFNJQ7m+wCfUNM4
aMuSgW6U9YizP/Krnx62KZ4=
=KNzR
-----END PGP SIGNATURE-----

--Dxnq1zWXvFF0Q93v--

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:16:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4430316A4CF; Thu, 14 Oct 2004 19:16:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 38F8443D45; Thu, 14 Oct 2004 19:16:28 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EJGSL3023772;
	Thu, 14 Oct 2004 19:16:28 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EJGStl023771;
	Thu, 14 Oct 2004 19:16:28 GMT
	(envelope-from tobez)
Message-Id: <200410141916.i9EJGStl023771@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 19:16:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/dns Makefile ports/dns/p5-Net-DNS-ZoneFile-Fast
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:16:28 -0000

tobez       2004-10-14 19:16:28 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/p5-Net-DNS-ZoneFile-Fast Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Add p5-Net-DNS-ZoneFile-Fast, a perl module to parse BIND8/9 zone files.
  
  Revision  Changes    Path
  1.27      +1 -0      ports/dns/Makefile
  1.1       +25 -0     ports/dns/p5-Net-DNS-ZoneFile-Fast/Makefile (new)
  1.1       +2 -0      ports/dns/p5-Net-DNS-ZoneFile-Fast/distinfo (new)
  1.1       +7 -0      ports/dns/p5-Net-DNS-ZoneFile-Fast/pkg-descr (new)
  1.1       +9 -0      ports/dns/p5-Net-DNS-ZoneFile-Fast/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:16:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 403D816A4CE; Thu, 14 Oct 2004 19:16:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 20B4F43D2F; Thu, 14 Oct 2004 19:16:40 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EJGeaJ023822;
	Thu, 14 Oct 2004 19:16:40 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EJGers023821;
	Thu, 14 Oct 2004 19:16:40 GMT
	(envelope-from tobez)
Message-Id: <200410141916.i9EJGers023821@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 19:16:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:16:40 -0000

tobez       2004-10-14 19:16:39 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    p5-Net-DNS-ZoneFile-Fast --> ports/dns/p5-Net-DNS-ZoneFile-Fast
  
  Revision  Changes    Path
  1.11160   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:19:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1C43E16A4CE; Thu, 14 Oct 2004 19:19:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F0CAA43D53; Thu, 14 Oct 2004 19:19:24 +0000 (GMT)
	(envelope-from andre@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EJJOhN023919;
	Thu, 14 Oct 2004 19:19:24 GMT
	(envelope-from andre@repoman.freebsd.org)
Received: (from andre@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EJJOTs023918;
	Thu, 14 Oct 2004 19:19:24 GMT
	(envelope-from andre)
Message-Id: <200410141919.i9EJJOTs023918@repoman.freebsd.org>
From: Andre Oppermann 
Date: Thu, 14 Oct 2004 19:19:24 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/net netisr.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:19:25 -0000

andre       2004-10-14 19:19:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/net              netisr.c 
  Log:
  MFC 1.15: Correctly unregister netisr's.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.10.2.3  +1 -0      src/sys/net/netisr.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:24:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0A63816A4CF; Thu, 14 Oct 2004 19:24:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DB98043D49; Thu, 14 Oct 2004 19:24:46 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EJOkDD024278;
	Thu, 14 Oct 2004 19:24:46 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EJOk90024277;
	Thu, 14 Oct 2004 19:24:46 GMT
	(envelope-from tobez)
Message-Id: <200410141924.i9EJOk90024277@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 19:24:46 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/dns Makefile ports/dns/p5-Net-DNS-ZoneCheck
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:24:47 -0000

tobez       2004-10-14 19:24:46 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/p5-Net-DNS-ZoneCheck Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Net-DNS-ZoneCheck, a perl module to validate a DNS zone composed
  of RR records.
  
  Revision  Changes    Path
  1.28      +1 -0      ports/dns/Makefile
  1.1       +26 -0     ports/dns/p5-Net-DNS-ZoneCheck/Makefile (new)
  1.1       +2 -0      ports/dns/p5-Net-DNS-ZoneCheck/distinfo (new)
  1.1       +3 -0      ports/dns/p5-Net-DNS-ZoneCheck/pkg-descr (new)
  1.1       +7 -0      ports/dns/p5-Net-DNS-ZoneCheck/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:24:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CED2816A4CF; Thu, 14 Oct 2004 19:24:57 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id ABC6B43D3F; Thu, 14 Oct 2004 19:24:57 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EJOvP9024324;
	Thu, 14 Oct 2004 19:24:57 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EJOvTK024323;
	Thu, 14 Oct 2004 19:24:57 GMT
	(envelope-from tobez)
Message-Id: <200410141924.i9EJOvTK024323@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 19:24:57 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:24:58 -0000

tobez       2004-10-14 19:24:57 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    p5-Net-DNS-ZoneCheck --> ports/dns/p5-Net-DNS-ZoneCheck
  
  Revision  Changes    Path
  1.11161   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:25:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3CF7A16A56A
	for ; Thu, 14 Oct 2004 19:25:20 +0000 (GMT)
Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 430AF43D39
	for ; Thu, 14 Oct 2004 19:25:19 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: (qmail 17541 invoked by uid 89); 14 Oct 2004 19:25:17 -0000
Received: from unknown (HELO rdsnet.ro) (62.231.74.131)
  by 0 with SMTP; 14 Oct 2004 19:25:17 -0000
Received: (qmail 3314 invoked from network); 14 Oct 2004 19:25:17 -0000
Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117)
  by mail.rdsnet.ro with SMTP; 14 Oct 2004 19:25:17 -0000
Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro
	[192.168.0.10])
	by buh.cameradicommercio.ro (Postfix) with ESMTP id 7154560B9;
	Thu, 14 Oct 2004 22:25:17 +0300 (EEST)
Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com
	[127.0.0.1])
	by it.buh.cameradicommercio.ro (Postfix) with SMTP id D35CF214;
	Thu, 14 Oct 2004 22:25:15 +0300 (EEST)
Date: Thu, 14 Oct 2004 22:25:15 +0300
From: Ion-Mihai Tetcu 
To: Kris Kennaway 
Message-ID: <20041014222515.650be9bc@it.buh.cameradicommercio.ro>
In-Reply-To: <20041014190931.GA41366@xor.obsecurity.org>
References: <200409031837.i83IbH4i048624@repoman.freebsd.org>
	<20041014193447.33d6f00c@it.buh.cameradicommercio.ro>
	<20041014190931.GA41366@xor.obsecurity.org>
X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
cc: cvs-ports@FreeBSD.org
cc: Norikatsu Shigemura 
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: fetch fails- Re: cvs commit: ports/net/liveMedia Makefile
 distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:25:20 -0000

On Thu, 14 Oct 2004 12:09:31 -0700
Kris Kennaway  wrote:

> On Thu, Oct 14, 2004 at 07:34:47PM +0300, Ion-Mihai Tetcu wrote:
> > On Fri, 3 Sep 2004 18:37:17 +0000 (UTC)
> > Norikatsu Shigemura  wrote:
> > 
> > > nork        2004-09-03 18:37:17 UTC
> > > 
> > >   FreeBSD ports repository
> > > 
> > >   Modified files:
> > >     net/liveMedia        Makefile distinfo 
> > >   Log:
> > >   o Update to 2004.09.02.
> > >   o Resurrect MASTER_SITE_LOCAL.
> > 
> > FYI :
> > 
> > =====> /usr/ports/net/liveMedia/
> > >> live.2004.10.11.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> 
> This port is very time-specific and needs to be updated every couple
> of days.  IOW, this is normal :(

So you are saying that this shouldn't be reported or should be reported
only (directly) to maintainer (i.e. not as a reply to commit msg as I've
did) or ?


-- 
IOnut
Unregistered ;) FreeBSD "user"


From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:25:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5153116A5F8; Thu, 14 Oct 2004 19:25:32 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4595E43D39; Thu, 14 Oct 2004 19:25:32 +0000 (GMT)
	(envelope-from lkoeller@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EJPWxr024396;
	Thu, 14 Oct 2004 19:25:32 GMT
	(envelope-from lkoeller@repoman.freebsd.org)
Received: (from lkoeller@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EJPWjg024395;
	Thu, 14 Oct 2004 19:25:32 GMT
	(envelope-from lkoeller)
Message-Id: <200410141925.i9EJPWjg024395@repoman.freebsd.org>
From: Lars Koeller 
Date: Thu, 14 Oct 2004 19:25:32 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/math/grace Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:25:32 -0000

lkoeller    2004-10-14 19:25:32 UTC

  FreeBSD ports repository

  Modified files:
    math/grace           Makefile distinfo pkg-plist 
  Log:
  Update from 5.1.16 -> 5.1.17
    * src/pdfdrv.c: Fixed crash in PDF when using patterns with PDF-1.4.
    * Xbae/Xbae/Create.c: Backported font width fixes.
    * src/x11drv.c: Backported page frame fix.
    * src/: Tab.c, XMgrace.ad, xmgrace.c, Tab.h: Backported tabFontList changes.
    * src/pdfdrv.c: Changed default PDF dpi to 300.
  
  PR:               72197
  Submitted by:     Shuhei Amakawa 
  
  Revision  Changes    Path
  1.43      +8 -9      ports/math/grace/Makefile
  1.18      +2 -2      ports/math/grace/distinfo
  1.10      +1 -1      ports/math/grace/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:28:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6901516A4CE; Thu, 14 Oct 2004 19:28:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5D0B743D1D; Thu, 14 Oct 2004 19:28:31 +0000 (GMT)
	(envelope-from lkoeller@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EJSV6Y024637;
	Thu, 14 Oct 2004 19:28:31 GMT
	(envelope-from lkoeller@repoman.freebsd.org)
Received: (from lkoeller@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EJSVx9024636;
	Thu, 14 Oct 2004 19:28:31 GMT
	(envelope-from lkoeller)
Message-Id: <200410141928.i9EJSVx9024636@repoman.freebsd.org>
From: Lars Koeller 
Date: Thu, 14 Oct 2004 19:28:31 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/sysutils/apcupsd Makefile distinfo pkg-message
 pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:28:31 -0000

lkoeller    2004-10-14 19:28:31 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/apcupsd     Makefile distinfo pkg-message pkg-plist 
  Log:
  Update from 3.10.13 -> 3.10.15
  
    - Fix for lost config files during "portupgrade apcupsd"
      (PR ports/67251)
    - Mandrake 10 USB users, please note, you must either use devfs
      to access the USB or reconfigure your kernel and turn
      CONFIG_USB_DYNAMIC_MINORS off.
    - The NIS slave server code (net driver) should be much more
      efficient and robust than previous versions.
    - The code as a whole is much more resistant to buffer overflows
      since most all string copies are now protected.
  
  PR:             67251
  Submitted by:   Rob 
  
  Revision  Changes    Path
  1.31      +2 -18     ports/sysutils/apcupsd/Makefile
  1.10      +2 -2      ports/sysutils/apcupsd/distinfo
  1.4       +10 -1     ports/sysutils/apcupsd/pkg-message
  1.12      +5 -1      ports/sysutils/apcupsd/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:37:00 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D1C7916A4CE; Thu, 14 Oct 2004 19:37:00 +0000 (GMT)
Received: from obsecurity.dyndns.org
	(CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A25AC43D5A; Thu, 14 Oct 2004 19:37:00 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 05484511CE; Thu, 14 Oct 2004 12:36:59 -0700 (PDT)
Date: Thu, 14 Oct 2004 12:36:59 -0700
From: Kris Kennaway 
To: Ion-Mihai Tetcu 
Message-ID: <20041014193659.GA86570@xor.obsecurity.org>
References: <200409031837.i83IbH4i048624@repoman.freebsd.org>
	<20041014193447.33d6f00c@it.buh.cameradicommercio.ro>
	<20041014190931.GA41366@xor.obsecurity.org>
	<20041014222515.650be9bc@it.buh.cameradicommercio.ro>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr"
Content-Disposition: inline
In-Reply-To: <20041014222515.650be9bc@it.buh.cameradicommercio.ro>
User-Agent: Mutt/1.4.2.1i
cc: cvs-ports@FreeBSD.org
cc: ports-committers@FreeBSD.org
cc: Norikatsu Shigemura 
cc: cvs-all@FreeBSD.org
cc: Kris Kennaway 
Subject: Re: fetch fails- Re: cvs commit: ports/net/liveMedia Makefile
	distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:37:01 -0000


--PNTmBPCT7hxwcZjr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Oct 14, 2004 at 10:25:15PM +0300, Ion-Mihai Tetcu wrote:
> On Thu, 14 Oct 2004 12:09:31 -0700
> Kris Kennaway  wrote:
>=20
> > On Thu, Oct 14, 2004 at 07:34:47PM +0300, Ion-Mihai Tetcu wrote:
> > > On Fri, 3 Sep 2004 18:37:17 +0000 (UTC)
> > > Norikatsu Shigemura  wrote:
> > >=20
> > > > nork        2004-09-03 18:37:17 UTC
> > > >=20
> > > >   FreeBSD ports repository
> > > >=20
> > > >   Modified files:
> > > >     net/liveMedia        Makefile distinfo=20
> > > >   Log:
> > > >   o Update to 2004.09.02.
> > > >   o Resurrect MASTER_SITE_LOCAL.
> > >=20
> > > FYI :
> > >=20
> > > =3D=3D=3D=3D=3D> /usr/ports/net/liveMedia/
> > > >> live.2004.10.11.tar.gz doesn't seem to exist in /usr/ports/distfil=
es/.
> >=20
> > This port is very time-specific and needs to be updated every couple
> > of days.  IOW, this is normal :(
>=20
> So you are saying that this shouldn't be reported or should be reported
> only (directly) to maintainer (i.e. not as a reply to commit msg as I've
> did) or ?

nork usually updates the port pretty regularly, so I'd say there's no
point nagging him unless it's been forgotten for a while.

Kris


--PNTmBPCT7hxwcZjr
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBbtVbWry0BWjoQKURAnYUAKC5v/6+8DRQNpveQFxjCNq2Y+2IBgCgzlZZ
5KBHBnasYLukxd9gXl85NmU=
=R5VA
-----END PGP SIGNATURE-----

--PNTmBPCT7hxwcZjr--

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 19:54:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E911916A4CE; Thu, 14 Oct 2004 19:54:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C601143D3F; Thu, 14 Oct 2004 19:54:20 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EJsKqC025342;
	Thu, 14 Oct 2004 19:54:20 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EJsKUZ025341;
	Thu, 14 Oct 2004 19:54:20 GMT
	(envelope-from tobez)
Message-Id: <200410141954.i9EJsKUZ025341@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 19:54:20 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/databases/p5-DBD-SQLite Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 19:54:21 -0000

tobez       2004-10-14 19:54:20 UTC

  FreeBSD ports repository

  Modified files:
    databases/p5-DBD-SQLite Makefile 
  Log:
  Sync COMMENT with reality.
  
  Revision  Changes    Path
  1.21      +1 -1      ports/databases/p5-DBD-SQLite/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 20:20:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3022C16A4CF; Thu, 14 Oct 2004 20:20:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0E17343D39; Thu, 14 Oct 2004 20:20:13 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EKKC55026111;
	Thu, 14 Oct 2004 20:20:12 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EKKCwu026110;
	Thu, 14 Oct 2004 20:20:12 GMT
	(envelope-from marcus)
Message-Id: <200410142020.i9EKKCwu026110@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Thu, 14 Oct 2004 20:20:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/link-monitor-applet Makefile distinfo
 pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 20:20:13 -0000

marcus      2004-10-14 20:20:12 UTC

  FreeBSD ports repository

  Modified files:
    net/link-monitor-applet Makefile distinfo pkg-plist 
  Log:
  Update to 1.2.
  
  PR:             72457
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.4       +2 -2      ports/net/link-monitor-applet/Makefile
  1.4       +2 -2      ports/net/link-monitor-applet/distinfo
  1.2       +0 -1      ports/net/link-monitor-applet/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 20:32:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5464D16A4CE; Thu, 14 Oct 2004 20:32:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 48A8643D49; Thu, 14 Oct 2004 20:32:12 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EKWCHT026537;
	Thu, 14 Oct 2004 20:32:12 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EKWCXs026536;
	Thu, 14 Oct 2004 20:32:12 GMT
	(envelope-from tobez)
Message-Id: <200410142032.i9EKWCXs026536@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 20:32:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/lang Makefile ports/lang/p5-List-MoreUtil
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 20:32:12 -0000

tobez       2004-10-14 20:32:12 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/p5-List-MoreUtil Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-List-MoreUtil, an assorted collection of list/array utility
  functions.  This port goes to lang/ to follow the tradition of
  p5-Scalar-List-Utils.
  
  Revision  Changes    Path
  1.421     +1 -0      ports/lang/Makefile
  1.1       +22 -0     ports/lang/p5-List-MoreUtil/Makefile (new)
  1.1       +2 -0      ports/lang/p5-List-MoreUtil/distinfo (new)
  1.1       +6 -0      ports/lang/p5-List-MoreUtil/pkg-descr (new)
  1.1       +29 -0     ports/lang/p5-List-MoreUtil/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 20:32:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0F17D16A4D3; Thu, 14 Oct 2004 20:32:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E426643D54; Thu, 14 Oct 2004 20:32:24 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EKWOWg026583;
	Thu, 14 Oct 2004 20:32:24 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EKWONs026582;
	Thu, 14 Oct 2004 20:32:24 GMT
	(envelope-from tobez)
Message-Id: <200410142032.i9EKWONs026582@repoman.freebsd.org>
From: Anton Berezin 
Date: Thu, 14 Oct 2004 20:32:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 20:32:25 -0000

tobez       2004-10-14 20:32:24 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    p5-List-MoreUtil --> ports/lang/p5-List-MoreUtil
  
  Revision  Changes    Path
  1.11162   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 20:45:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D40E116A4CE; Thu, 14 Oct 2004 20:45:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B397643D4C; Thu, 14 Oct 2004 20:45:42 +0000 (GMT)
	(envelope-from ade@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EKjg2R027020;
	Thu, 14 Oct 2004 20:45:42 GMT
	(envelope-from ade@repoman.freebsd.org)
Received: (from ade@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EKjg7u027019;
	Thu, 14 Oct 2004 20:45:42 GMT
	(envelope-from ade)
Message-Id: <200410142045.i9EKjg7u027019@repoman.freebsd.org>
From: Ade Lovett 
Date: Thu, 14 Oct 2004 20:45:42 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/gmake Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 20:45:43 -0000

ade         2004-10-14 20:45:42 UTC

  FreeBSD ports repository

  Modified files:
    devel/gmake          Makefile pkg-plist 
  Log:
  Use INFO [1]
  Other minor cleanups
  
  PR:             [1] 72664
  Submitted by:   leeym
  
  Revision  Changes    Path
  1.60      +5 -7      ports/devel/gmake/Makefile
  1.13      +0 -3      ports/devel/gmake/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 20:47:30 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6EE1516A4CE; Thu, 14 Oct 2004 20:47:30 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5D78243D2D; Thu, 14 Oct 2004 20:47:30 +0000 (GMT)
	(envelope-from ade@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EKlUq4033633;
	Thu, 14 Oct 2004 20:47:30 GMT
	(envelope-from ade@repoman.freebsd.org)
Received: (from ade@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EKlUfx033632;
	Thu, 14 Oct 2004 20:47:30 GMT
	(envelope-from ade)
Message-Id: <200410142047.i9EKlUfx033632@repoman.freebsd.org>
From: Ade Lovett 
Date: Thu, 14 Oct 2004 20:47:30 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/autoconf213 Makefile pkg-plist
 ports/devel/autoconf253 Makefile pkg-plistports/devel/autoconf259
 Makefile pkg-plist ports/devel/autoconf259/files ...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 20:47:30 -0000

ade         2004-10-14 20:47:30 UTC

  FreeBSD ports repository

  Modified files:
    devel/autoconf213    Makefile pkg-plist 
    devel/autoconf253    Makefile pkg-plist 
    devel/autoconf253/files patch-autoconf.texi 
    devel/autoconf259    Makefile pkg-plist 
    devel/autoconf259/files patch-autoconf.texi 
    devel/automake14     Makefile pkg-plist 
    devel/automake14/files patch-automake.texi 
    devel/automake15     Makefile 
    devel/automake15/files patch-automake.texi 
    devel/automake18     Makefile pkg-plist 
    devel/automake18/files patch-doc::automake.texi 
  Log:
  Use INFO [1]
  Other miscellaneous cleanups with info files
  
  PR:             72651 [1]
  Submitted by:   leeym [1]
  
  Revision  Changes    Path
  1.55      +4 -3      ports/devel/autoconf213/Makefile
  1.14      +0 -3      ports/devel/autoconf213/pkg-plist
  1.50      +4 -3      ports/devel/autoconf253/Makefile
  1.2       +21 -3     ports/devel/autoconf253/files/patch-autoconf.texi
  1.16      +0 -6      ports/devel/autoconf253/pkg-plist
  1.58      +4 -3      ports/devel/autoconf259/Makefile
  1.3       +23 -3     ports/devel/autoconf259/files/patch-autoconf.texi
  1.19      +0 -6      ports/devel/autoconf259/pkg-plist
  1.52      +7 -6      ports/devel/automake14/Makefile
  1.2       +9 -17     ports/devel/automake14/files/patch-automake.texi
  1.19      +0 -3      ports/devel/automake14/pkg-plist
  1.42      +6 -6      ports/devel/automake15/Makefile
  1.3       +8 -8      ports/devel/automake15/files/patch-automake.texi
  1.53      +8 -5      ports/devel/automake18/Makefile
  1.2       +8 -8      ports/devel/automake18/files/patch-doc::automake.texi
  1.18      +0 -3      ports/devel/automake18/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 20:47:55 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B4ED216A4CE; Thu, 14 Oct 2004 20:47:55 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 930DA43D46; Thu, 14 Oct 2004 20:47:55 +0000 (GMT)
	(envelope-from ade@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EKlt5b033690;
	Thu, 14 Oct 2004 20:47:55 GMT
	(envelope-from ade@repoman.freebsd.org)
Received: (from ade@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EKltK5033689;
	Thu, 14 Oct 2004 20:47:55 GMT
	(envelope-from ade)
Message-Id: <200410142047.i9EKltK5033689@repoman.freebsd.org>
From: Ade Lovett 
Date: Thu, 14 Oct 2004 20:47:55 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/libtool13 Makefile pkg-plist
 ports/devel/libtool13/files patch-aa
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 20:47:55 -0000

ade         2004-10-14 20:47:55 UTC

  FreeBSD ports repository

  Modified files:
    devel/libtool13      Makefile pkg-plist 
    devel/libtool13/files patch-aa 
  Log:
  Use INFO, and other cleanups
  
  Revision  Changes    Path
  1.35      +5 -4      ports/devel/libtool13/Makefile
  1.6       +7 -7      ports/devel/libtool13/files/patch-aa
  1.8       +1 -4      ports/devel/libtool13/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 20:48:17 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B952816A4CE; Thu, 14 Oct 2004 20:48:17 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 967F843D1F; Thu, 14 Oct 2004 20:48:17 +0000 (GMT)
	(envelope-from ade@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EKmH62033755;
	Thu, 14 Oct 2004 20:48:17 GMT
	(envelope-from ade@repoman.freebsd.org)
Received: (from ade@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EKmHxN033754;
	Thu, 14 Oct 2004 20:48:17 GMT
	(envelope-from ade)
Message-Id: <200410142048.i9EKmHxN033754@repoman.freebsd.org>
From: Ade Lovett 
Date: Thu, 14 Oct 2004 20:48:17 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/libtool15 Makefile distinfo pkg-plist
 ports/devel/libtool15/files patch-aa patch-ab
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 20:48:17 -0000

ade         2004-10-14 20:48:17 UTC

  FreeBSD ports repository

  Modified files:
    devel/libtool15      Makefile distinfo pkg-plist 
    devel/libtool15/files patch-aa patch-ab 
  Log:
  Update to 1.5.10, use INFO, and other minor cleanups.
  
  Revision  Changes    Path
  1.40      +6 -3      ports/devel/libtool15/Makefile
  1.10      +2 -2      ports/devel/libtool15/distinfo
  1.6       +8 -8      ports/devel/libtool15/files/patch-aa
  1.7       +9 -33     ports/devel/libtool15/files/patch-ab
  1.11      +1 -4      ports/devel/libtool15/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 20:48:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 15F1316A4D1; Thu, 14 Oct 2004 20:48:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E8C8A43D5A; Thu, 14 Oct 2004 20:48:36 +0000 (GMT)
	(envelope-from ade@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EKmaYD033820;
	Thu, 14 Oct 2004 20:48:36 GMT
	(envelope-from ade@repoman.freebsd.org)
Received: (from ade@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EKma3v033819;
	Thu, 14 Oct 2004 20:48:36 GMT
	(envelope-from ade)
Message-Id: <200410142048.i9EKma3v033819@repoman.freebsd.org>
From: Ade Lovett 
Date: Thu, 14 Oct 2004 20:48:36 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/automake19 Makefile distinfo pkg-plist
 ports/devel/automake19/files patch-doc::automake.texi
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 20:48:37 -0000

ade         2004-10-14 20:48:36 UTC

  FreeBSD ports repository

  Modified files:
    devel/automake19     Makefile distinfo pkg-plist 
    devel/automake19/files patch-doc::automake.texi 
  Log:
  Update to 1.9.2, use INFO, and other minor cleanups.
  
  Revision  Changes    Path
  1.55      +8 -7      ports/devel/automake19/Makefile
  1.20      +2 -2      ports/devel/automake19/distinfo
  1.3       +13 -8     ports/devel/automake19/files/patch-doc::automake.texi
  1.19      +0 -3      ports/devel/automake19/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 21:19:24 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BCC2016A4CE; Thu, 14 Oct 2004 21:19:24 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9D25943D49; Thu, 14 Oct 2004 21:19:24 +0000 (GMT)
	(envelope-from lth@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ELJOvQ034750;
	Thu, 14 Oct 2004 21:19:24 GMT
	(envelope-from lth@repoman.freebsd.org)
Received: (from lth@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ELJOkf034749;
	Thu, 14 Oct 2004 21:19:24 GMT
	(envelope-from lth)
Message-Id: <200410142119.i9ELJOkf034749@repoman.freebsd.org>
From: Lars Thegler 
Date: Thu, 14 Oct 2004 21:19:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/p5-Text-RecordParser distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 21:19:25 -0000

lth         2004-10-14 21:19:24 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-Text-RecordParser distinfo 
  Log:
  - Missing distinfo update
  
  Reported by:    Jin-Shan Tseng 
  
  Revision  Changes    Path
  1.5       +2 -2      ports/textproc/p5-Text-RecordParser/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 21:19:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DDE0616A4CE; Thu, 14 Oct 2004 21:19:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CCD1D43D45; Thu, 14 Oct 2004 21:19:43 +0000 (GMT)
	(envelope-from mezz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ELJh2q034880;
	Thu, 14 Oct 2004 21:19:43 GMT
	(envelope-from mezz@repoman.freebsd.org)
Received: (from mezz@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ELJhql034879;
	Thu, 14 Oct 2004 21:19:43 GMT
	(envelope-from mezz)
Message-Id: <200410142119.i9ELJhql034879@repoman.freebsd.org>
From: Jeremy Messenger 
Date: Thu, 14 Oct 2004 21:19:43 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/nessus-devel Makefile distinfo
 pkg-plist ports/security/nessus-devel/files nessusd.conf
 nessusd.rules ports/security/nessus-libnasl-devel Makefile...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 21:19:44 -0000

mezz        2004-10-14 21:19:43 UTC

  FreeBSD ports repository

  Modified files:
    security/nessus-devel Makefile distinfo pkg-plist 
    security/nessus-libnasl-devel Makefile distinfo 
    security/nessus-libraries-devel Makefile distinfo 
    security/nessus-plugins-devel Makefile distinfo pkg-plist 
  Added files:
    security/nessus-devel/files nessusd.conf nessusd.rules 
  Log:
  -Update to 2.1.3.
  -Fix handling of default configuration files (nessusd.conf and nessusd.rules)
  
  PR:             ports/71899
  Submitted by:   Udo Schweigert  (maintainer)
  
  Revision  Changes    Path
  1.73      +7 -1      ports/security/nessus-devel/Makefile
  1.45      +2 -2      ports/security/nessus-devel/distinfo
  1.1       +120 -0    ports/security/nessus-devel/files/nessusd.conf (new)
  1.1       +8 -0      ports/security/nessus-devel/files/nessusd.rules (new)
  1.19      +7 -0      ports/security/nessus-devel/pkg-plist
  1.59      +1 -1      ports/security/nessus-libnasl-devel/Makefile
  1.44      +2 -2      ports/security/nessus-libnasl-devel/distinfo
  1.59      +1 -1      ports/security/nessus-libraries-devel/Makefile
  1.45      +2 -2      ports/security/nessus-libraries-devel/distinfo
  1.61      +1 -1      ports/security/nessus-plugins-devel/Makefile
  1.45      +2 -2      ports/security/nessus-plugins-devel/distinfo
  1.47      +412 -0    ports/security/nessus-plugins-devel/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 21:31:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9AA9E16A4CE; Thu, 14 Oct 2004 21:31:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 79FFC43D5F; Thu, 14 Oct 2004 21:31:42 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ELVguk035267;
	Thu, 14 Oct 2004 21:31:42 GMT
	(envelope-from stefanf@repoman.freebsd.org)
Received: (from stefanf@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ELVggV035266;
	Thu, 14 Oct 2004 21:31:42 GMT
	(envelope-from stefanf)
Message-Id: <200410142131.i9ELVggV035266@repoman.freebsd.org>
From: Stefan Farfeleder 
Date: Thu, 14 Oct 2004 21:31:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/lib/libc/string strlcpy.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 21:31:42 -0000

stefanf     2004-10-14 21:31:42 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/string      strlcpy.c 
  Log:
  Remove extra closing parenthesis added in revision 1.4.
  
  Noticed by:     Andrea Campi
  
  Revision  Changes    Path
  1.8       +1 -1      src/lib/libc/string/strlcpy.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 21:43:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DC80316A4CF; Thu, 14 Oct 2004 21:43:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6821743D1D; Thu, 14 Oct 2004 21:43:50 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ELhou6035642;
	Thu, 14 Oct 2004 21:43:50 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ELhoGA035641;
	Thu, 14 Oct 2004 21:43:50 GMT
	(envelope-from pav)
Message-Id: <200410142143.i9ELhoGA035641@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Thu, 14 Oct 2004 21:43:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/cvs2p4 distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 21:43:51 -0000

pav         2004-10-14 21:43:50 UTC

  FreeBSD ports repository

  Modified files:
    devel/cvs2p4         distinfo 
  Log:
  - Chase checksum. Changes to documentation and $Id$ tags
  
  Submitted by:   marck
  Reported by:    pointyhat via kris
  
  Revision  Changes    Path
  1.5       +1 -1      ports/devel/cvs2p4/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:09:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C54DF16A4CE; Thu, 14 Oct 2004 22:09:08 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A524543D46; Thu, 14 Oct 2004 22:09:08 +0000 (GMT)
	(envelope-from mezz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EM98fT036382;
	Thu, 14 Oct 2004 22:09:08 GMT
	(envelope-from mezz@repoman.freebsd.org)
Received: (from mezz@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EM98vS036381;
	Thu, 14 Oct 2004 22:09:08 GMT
	(envelope-from mezz)
Message-Id: <200410142209.i9EM98vS036381@repoman.freebsd.org>
From: Jeremy Messenger 
Date: Thu, 14 Oct 2004 22:09:08 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/faad Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:09:08 -0000

mezz        2004-10-14 22:09:08 UTC

  FreeBSD ports repository

  Modified files:
    audio/faad           Makefile 
  Log:
  Disable depend on mpeg4ip until new mpeg4ip is committed. The current mpeg4ip
  is broke, so disable this to allow other apps to get build with faad.
  
  Requested by:   Michael Johnson  (maintainer)
  
  Revision  Changes    Path
  1.26      +3 -0      ports/audio/faad/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:09:16 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A6EE716A4CF; Thu, 14 Oct 2004 22:09:16 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 848D843D2F; Thu, 14 Oct 2004 22:09:16 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EM9Gx1036411;
	Thu, 14 Oct 2004 22:09:16 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EM9Gh8036410;
	Thu, 14 Oct 2004 22:09:16 GMT
	(envelope-from lioux)
Message-Id: <200410142209.i9EM9Gh8036410@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Thu, 14 Oct 2004 22:09:16 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/openquicktime Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:09:16 -0000

lioux       2004-10-14 22:09:16 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/openquicktime Makefile 
  Log:
  o Fix build on FreeBSD 5.x branch (version 502126) [1]
  o Make port CFLAGS safe (do not arbitrarily add '-O2' to it)
  
  PR:             72448 [1]
  Submitted by:   Michael Johnson  [1]
  
  Revision  Changes    Path
  1.12      +9 -6      ports/multimedia/openquicktime/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:12:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C5D0116A4CE; Thu, 14 Oct 2004 22:12:32 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A459C43D2F; Thu, 14 Oct 2004 22:12:32 +0000 (GMT)
	(envelope-from mezz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMCWFn036563;
	Thu, 14 Oct 2004 22:12:32 GMT
	(envelope-from mezz@repoman.freebsd.org)
Received: (from mezz@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMCWW9036562;
	Thu, 14 Oct 2004 22:12:32 GMT
	(envelope-from mezz)
Message-Id: <200410142212.i9EMCWW9036562@repoman.freebsd.org>
From: Jeremy Messenger 
Date: Thu, 14 Oct 2004 22:12:32 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/vlc Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:12:32 -0000

mezz        2004-10-14 22:12:32 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/vlc       Makefile pkg-plist 
  Log:
  -Use gcc 3.4 (update from 3.3).
  -Use xvid default, xvid is becoming very popular. WITHOUT_XVID still exists.
  -Always autodetect esound since this can be changed at runtime.
  -Always autodetect gnome for gnome interface.
  -Make gtk interface optional but still default interface.
  
  PR:             ports/72675
  Submitted by:   Michael Johnson  (maintainer)
  
  Revision  Changes    Path
  1.63      +42 -11    ports/multimedia/vlc/Makefile
  1.19      +0 -3      ports/multimedia/vlc/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:13:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 756A416A4D1; Thu, 14 Oct 2004 22:13:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 22BF543D5D; Thu, 14 Oct 2004 22:13:07 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMD6TE036629;
	Thu, 14 Oct 2004 22:13:06 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMD6FO036628;
	Thu, 14 Oct 2004 22:13:06 GMT
	(envelope-from lioux)
Message-Id: <200410142213.i9EMD6FO036628@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Thu, 14 Oct 2004 22:13:06 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/dns/ipcheck Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:13:07 -0000

lioux       2004-10-14 22:13:06 UTC

  FreeBSD ports repository

  Modified files:
    dns/ipcheck          Makefile distinfo 
  Log:
  Update to 0.218
  
  Revision  Changes    Path
  1.37      +1 -1      ports/dns/ipcheck/Makefile
  1.28      +2 -2      ports/dns/ipcheck/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:16:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AB45E16A4CE; Thu, 14 Oct 2004 22:16:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8BB8D43D1D; Thu, 14 Oct 2004 22:16:20 +0000 (GMT)
	(envelope-from kuriyama@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMGKRc036809;
	Thu, 14 Oct 2004 22:16:20 GMT
	(envelope-from kuriyama@repoman.freebsd.org)
Received: (from kuriyama@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMGKIs036808;
	Thu, 14 Oct 2004 22:16:20 GMT
	(envelope-from kuriyama)
Message-Id: <200410142216.i9EMGKIs036808@repoman.freebsd.org>
From: Jun Kuriyama 
Date: Thu, 14 Oct 2004 22:16:20 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-File-Modified Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:16:20 -0000

kuriyama    2004-10-14 22:16:20 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-File-Modified Makefile 
  Log:
  - Reduce dependency with perl-5.8.
  
  Approved by:    perl (mat)
  
  Revision  Changes    Path
  1.3       +4 -3      ports/devel/p5-File-Modified/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:17:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6E04916A4CE; Thu, 14 Oct 2004 22:17:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6265A43D1D; Thu, 14 Oct 2004 22:17:39 +0000 (GMT)
	(envelope-from kris@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMHdaq036850;
	Thu, 14 Oct 2004 22:17:39 GMT
	(envelope-from kris@repoman.freebsd.org)
Received: (from kris@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMHd02036849;
	Thu, 14 Oct 2004 22:17:39 GMT
	(envelope-from kris)
Message-Id: <200410142217.i9EMHd02036849@repoman.freebsd.org>
From: Kris Kennaway 
Date: Thu, 14 Oct 2004 22:17:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports INDEX-5
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:17:39 -0000

kris        2004-10-14 22:17:39 UTC

  FreeBSD ports repository

  Modified files:
    .                    INDEX-5 
  Log:
  "Another Patch in the File (part 2)" by Port Floyd
  
  o/~
    We don't need no engineering
    We dont need no source control
    No crypto checksums on the distfiles
    Porters leave them files alone
    Hey! Porters! Leave them files alone!
    All in all it's just another patch in the file.
    All in all you're just another patch in the file.
  
    We don't need no engineering
    We dont need no source control
    No crypto checksums on the distfiles
    Porters leave them files alone
    Hey! Porters! Leave them files alone!
    All in all it's just another patch in the file.
    All in all you're just another patch in the file.
  
    "Wrong, pointy hat!"
  
    "If you don't fix yer ports, you can't have any packages! How can
    you have any packages if you don't fix yer ports?"
  
    "You! Yes, you behind the bikesheds!  Stand still, laddy!"
  o/~
  
  This is the official INDEX for 5.3-RELEASE, with 11735 ports.
  
  Revision  Changes        Path
  1.21      +11735 -10559  ports/INDEX-5

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:21:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7161816A4CE; Thu, 14 Oct 2004 22:21:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 648DF43D1F; Thu, 14 Oct 2004 22:21:59 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMLxpQ037120;
	Thu, 14 Oct 2004 22:21:59 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMLxm9037119;
	Thu, 14 Oct 2004 22:21:59 GMT
	(envelope-from njl)
Message-Id: <200410142221.i9EMLxm9037119@repoman.freebsd.org>
From: Nate Lawson 
Date: Thu, 14 Oct 2004 22:21:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/fdc fdc.c src/sys/dev/sio sio_pci.c
 src/sys/i386/bios apm.c src/sys/i386/isa npx.c src/sys/isa
 atkbdc_isa.c isahint.c src/sys/pc98/pc98 fd.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:21:59 -0000

njl         2004-10-14 22:21:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fdc          fdc.c 
    sys/dev/sio          sio_pci.c 
    sys/i386/bios        apm.c 
    sys/i386/isa         npx.c 
    sys/isa              atkbdc_isa.c isahint.c 
    sys/pc98/pc98        fd.c 
  Log:
  Remove local hacks to set flags now that the device probe does this for us.
  Tested on every device except sio_pci and the pc98 fd.c.  Perhaps something
  similar should be done for the "disabled" hints also.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.297     +0 -2      src/sys/dev/fdc/fdc.c
  1.17      +0 -4      src/sys/dev/sio/sio_pci.c
  1.143     +1 -9      src/sys/i386/bios/apm.c
  1.153     +1 -2      src/sys/i386/isa/npx.c
  1.30      +0 -2      src/sys/isa/atkbdc_isa.c
  1.15      +1 -4      src/sys/isa/isahint.c
  1.155     +0 -2      src/sys/pc98/pc98/fd.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:23:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DDBAA16A4CE; Thu, 14 Oct 2004 22:23:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BC98D43D39; Thu, 14 Oct 2004 22:23:49 +0000 (GMT)
	(envelope-from kuriyama@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMNnur037171;
	Thu, 14 Oct 2004 22:23:49 GMT
	(envelope-from kuriyama@repoman.freebsd.org)
Received: (from kuriyama@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMNnQj037170;
	Thu, 14 Oct 2004 22:23:49 GMT
	(envelope-from kuriyama)
Message-Id: <200410142223.i9EMNnQj037170@repoman.freebsd.org>
From: Jun Kuriyama 
Date: Thu, 14 Oct 2004 22:23:49 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/amavisd Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:23:50 -0000

kuriyama    2004-10-14 22:23:49 UTC

  FreeBSD ports repository

  Modified files:
    security/amavisd     Makefile 
  Log:
  - Reduce dependency with perl-5.8.
  - Remove bogus space.
  
  Revision  Changes    Path
  1.16      +11 -6     ports/security/amavisd/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:24:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BDA6616A4CE; Thu, 14 Oct 2004 22:24:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9CD0843D2F; Thu, 14 Oct 2004 22:24:49 +0000 (GMT)
	(envelope-from glewis@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMOnGx037229;
	Thu, 14 Oct 2004 22:24:49 GMT
	(envelope-from glewis@repoman.freebsd.org)
Received: (from glewis@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMOndo037228;
	Thu, 14 Oct 2004 22:24:49 GMT
	(envelope-from glewis)
Message-Id: <200410142224.i9EMOndo037228@repoman.freebsd.org>
From: Greg Lewis 
Date: Thu, 14 Oct 2004 22:24:49 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/java/linux-sun-jdk15 Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:24:49 -0000

glewis      2004-10-14 22:24:49 UTC

  FreeBSD ports repository

  Modified files:
    java/linux-sun-jdk15 Makefile distinfo pkg-plist 
  Log:
  . Update to 1.5.0 release.
  
  Revision  Changes      Path
  1.5       +9 -10       ports/java/linux-sun-jdk15/Makefile
  1.3       +2 -2        ports/java/linux-sun-jdk15/distinfo
  1.4       +1939 -1686  ports/java/linux-sun-jdk15/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:27:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 75F3D16A4CE; Thu, 14 Oct 2004 22:27:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 55CAE43D2D; Thu, 14 Oct 2004 22:27:01 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMR17t037385;
	Thu, 14 Oct 2004 22:27:01 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMR18N037384;
	Thu, 14 Oct 2004 22:27:01 GMT
	(envelope-from pav)
Message-Id: <200410142227.i9EMR18N037384@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Thu, 14 Oct 2004 22:27:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/irc/gseen.mod Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:27:01 -0000

pav         2004-10-14 22:27:01 UTC

  FreeBSD ports repository

  Modified files:
    irc/gseen.mod        Makefile 
  Log:
  - Chase eggdrop update
  
  Reported by:    pointyhat via kris
  
  Revision  Changes    Path
  1.3       +1 -1      ports/irc/gseen.mod/Makefile

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:36:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0865B16A4CE; Thu, 14 Oct 2004 22:36:48 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D9BA443D39; Thu, 14 Oct 2004 22:36:47 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMal2i037981;
	Thu, 14 Oct 2004 22:36:47 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMaldl037980;
	Thu, 14 Oct 2004 22:36:47 GMT
	(envelope-from njl)
Message-Id: <200410142236.i9EMaldl037980@repoman.freebsd.org>
From: Nate Lawson 
Date: Thu, 14 Oct 2004 22:36:47 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/i386/i386 nexus.c src/sys/amd64/amd64 nexus.c
 src/sys/ia64/ia64 nexus.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:36:48 -0000

njl         2004-10-14 22:36:47 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        nexus.c 
    sys/amd64/amd64      nexus.c 
    sys/ia64/ia64        nexus.c 
  Log:
  Print flags in the nexus for child devices.
  
  Revision  Changes    Path
  1.64      +2 -0      src/sys/amd64/amd64/nexus.c
  1.60      +2 -0      src/sys/i386/i386/nexus.c
  1.9       +2 -0      src/sys/ia64/ia64/nexus.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:37:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6CE1F16A4CE; Thu, 14 Oct 2004 22:37:51 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4BFF643D48; Thu, 14 Oct 2004 22:37:51 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMbpUj038030;
	Thu, 14 Oct 2004 22:37:51 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMbpPf038029;
	Thu, 14 Oct 2004 22:37:51 GMT
	(envelope-from njl)
Message-Id: <200410142237.i9EMbpPf038029@repoman.freebsd.org>
From: Nate Lawson 
Date: Thu, 14 Oct 2004 22:37:51 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/i386/isa npx.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:37:51 -0000

njl         2004-10-14 22:37:51 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/isa         npx.c 
  Log:
  Let nexus print our flags for us.  Also, clean up an obfuscated if stmt.
  
  Revision  Changes    Path
  1.154     +7 -10     src/sys/i386/isa/npx.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:55:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 70C7916A4CE; Thu, 14 Oct 2004 22:55:09 +0000 (GMT)
Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4E86E43D31; Thu, 14 Oct 2004 22:55:09 +0000 (GMT)
	(envelope-from adamw@magnesium.net)
Received: by toxic.magnesium.net (Postfix, from userid 1252)
	id 2F90BDA871; Thu, 14 Oct 2004 15:55:09 -0700 (PDT)
Date: Thu, 14 Oct 2004 18:55:09 -0400
From: Adam Weinberger 
To: Kris Kennaway 
Message-ID: <20041014225509.GX22274@toxic.magnesium.net>
Mail-Followup-To: Adam Weinberger ,
	Kris Kennaway , ports-committers@FreeBSD.org,
	cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
References: <200410142217.i9EMHd02036849@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200410142217.i9EMHd02036849@repoman.freebsd.org>
X-Editor: Vim 6.2 http://www.vim.org
X-Mailer: Mutt 1.5 http://www.mutt.org
X-URL: http://www.vectors.cx
X-ASL: 6/m/behind you
User-Agent: Mutt/1.5.4i
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports INDEX-5
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:55:09 -0000

>> (10.14.2004 @ 1817 PST): Kris Kennaway said, in 1.1K: <<
>     "You! Yes, you behind the bikesheds!  Stand still, laddy!"
>   o/~
>> end of "cvs commit: ports INDEX-5" from Kris Kennaway <<

::D I can't count the number of times I've considered forwarding that
line into a thread.

# Adam


--
Adam Weinberger
adamw@magnesium.net || adamw@FreeBSD.org
adamw@vectors.cx    ||   adamw@gnome.org
http://www.vectors.cx

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 22:57:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2894A16A4CE; Thu, 14 Oct 2004 22:57:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 07E8343D55; Thu, 14 Oct 2004 22:57:37 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMvasv038812;
	Thu, 14 Oct 2004 22:57:36 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMvah2038811;
	Thu, 14 Oct 2004 22:57:36 GMT
	(envelope-from pav)
Message-Id: <200410142257.i9EMvah2038811@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Thu, 14 Oct 2004 22:57:36 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/libsamplerate Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 22:57:37 -0000

pav         2004-10-14 22:57:36 UTC

  FreeBSD ports repository

  Modified files:
    audio/libsamplerate  Makefile distinfo 
  Log:
  - Update to 0.1.2
  
  PR:             ports/72709
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.10      +3 -3      ports/audio/libsamplerate/Makefile
  1.5       +2 -2      ports/audio/libsamplerate/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 23:13:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1212C16A4CE; Thu, 14 Oct 2004 23:13:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E5D0D43D45; Thu, 14 Oct 2004 23:13:24 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ENDOJY039388;
	Thu, 14 Oct 2004 23:13:24 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ENDOoJ039387;
	Thu, 14 Oct 2004 23:13:24 GMT
	(envelope-from lioux)
Message-Id: <200410142313.i9ENDOoJ039387@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Thu, 14 Oct 2004 23:13:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/gstreamer-plugins pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 23:13:25 -0000

lioux       2004-10-14 23:13:24 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/gstreamer-plugins pkg-plist 
  Log:
  o Mirror post-install target fix on @unexec line
  o Moreover, @exec lines should refer to proper locations at X11BASE
    instead of betting that PREFIX == X11BASE
  
  PR:             71397
  Submitted by:   vs
  
  Revision  Changes    Path
  1.22      +2 -2      ports/multimedia/gstreamer-plugins/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 23:44:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 46A0D16A4CF; Thu, 14 Oct 2004 23:44:26 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2436C43D48; Thu, 14 Oct 2004 23:44:26 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ENiPwI040217;
	Thu, 14 Oct 2004 23:44:25 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ENiPmn040216;
	Thu, 14 Oct 2004 23:44:25 GMT
	(envelope-from lioux)
Message-Id: <200410142344.i9ENiPmn040216@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Thu, 14 Oct 2004 23:44:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/py-spambayes Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 23:44:26 -0000

lioux       2004-10-14 23:44:25 UTC

  FreeBSD ports repository

  Modified files:
    mail/py-spambayes    Makefile distinfo 
  Log:
  Update to 1.0
  
  PR:             72568
  Submitted by:   Choe, Cheng-Dae 
  
  Revision  Changes    Path
  1.10      +4 -2      ports/mail/py-spambayes/Makefile
  1.7       +2 -2      ports/mail/py-spambayes/distinfo

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 23:47:00 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C783B16A4CE; Thu, 14 Oct 2004 23:47:00 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A5E6D43D2D; Thu, 14 Oct 2004 23:47:00 +0000 (GMT)
	(envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ENl0ji040338;
	Thu, 14 Oct 2004 23:47:00 GMT
	(envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ENl0E3040337;
	Thu, 14 Oct 2004 23:47:00 GMT
	(envelope-from imp)
Message-Id: <200410142347.i9ENl0E3040337@repoman.freebsd.org>
From: Warner Losh 
Date: Thu, 14 Oct 2004 23:47:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/i386/pci pci_bus.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 23:47:00 -0000

imp         2004-10-14 23:47:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/i386/pci         pci_bus.c 
  Log:
  MFC 1.115
    Refert to using 0x800000 as start address.  hw.pci.host_start_mem
    tunable overrides
  
  Approved by: re@ (scottl)
  
  Revision   Changes    Path
  1.112.2.2  +15 -1     src/sys/i386/pci/pci_bus.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 23:52:21 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C3FD416A4CE; Thu, 14 Oct 2004 23:52:21 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A432243D39; Thu, 14 Oct 2004 23:52:21 +0000 (GMT)
	(envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ENqLah040539;
	Thu, 14 Oct 2004 23:52:21 GMT
	(envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ENqLC3040538;
	Thu, 14 Oct 2004 23:52:21 GMT
	(envelope-from imp)
Message-Id: <200410142352.i9ENqLC3040538@repoman.freebsd.org>
From: Warner Losh 
Date: Thu, 14 Oct 2004 23:52:21 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 23:52:21 -0000

imp         2004-10-14 23:52:21 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/acpica       acpi_pcib_acpi.c 
  Log:
  MFC 1.42:
    hw.acpi.host_start_mem and revert back to old default.
  
  Approved by: re@ (scottl)
  
  Revision  Changes    Path
  1.39.2.2  +5 -1      src/sys/dev/acpica/acpi_pcib_acpi.c

From owner-cvs-all@FreeBSD.ORG  Thu Oct 14 23:58:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4BF8D16A4CE; Thu, 14 Oct 2004 23:58:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2B0BF43D39; Thu, 14 Oct 2004 23:58:28 +0000 (GMT)
	(envelope-from adamw@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ENwSkb040746;
	Thu, 14 Oct 2004 23:58:28 GMT
	(envelope-from adamw@repoman.freebsd.org)
Received: (from adamw@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ENwSm4040745;
	Thu, 14 Oct 2004 23:58:28 GMT
	(envelope-from adamw)
Message-Id: <200410142358.i9ENwSm4040745@repoman.freebsd.org>
From: Adam Weinberger 
Date: Thu, 14 Oct 2004 23:58:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/deskutils/gtkjournal pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Thu, 14 Oct 2004 23:58:28 -0000

adamw       2004-10-14 23:58:28 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/gtkjournal pkg-descr 
  Log:
  Simplify WWW link.
  
  Revision  Changes    Path
  1.2       +1 -1      ports/deskutils/gtkjournal/pkg-descr

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 00:09:19 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8ACB416A4CE; Fri, 15 Oct 2004 00:09:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 696D843D55; Fri, 15 Oct 2004 00:09:19 +0000 (GMT)
	(envelope-from ache@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F09JNe041039;
	Fri, 15 Oct 2004 00:09:19 GMT
	(envelope-from ache@repoman.freebsd.org)
Received: (from ache@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F09JTQ041038;
	Fri, 15 Oct 2004 00:09:19 GMT
	(envelope-from ache)
Message-Id: <200410150009.i9F09JTQ041038@repoman.freebsd.org>
From: "Andrey A. Chernov" 
Date: Fri, 15 Oct 2004 00:09:19 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/archivers/unrar Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 00:09:19 -0000

ache        2004-10-15 00:09:19 UTC

  FreeBSD ports repository

  Modified files:
    archivers/unrar      Makefile distinfo 
  Log:
  Update to 3.4.3
  
  PR:             72474
  
  Revision  Changes    Path
  1.36      +2 -3      ports/archivers/unrar/Makefile
  1.17      +2 -2      ports/archivers/unrar/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 00:15:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7FCE516A4CE; Fri, 15 Oct 2004 00:15:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 608C043D2D; Fri, 15 Oct 2004 00:15:07 +0000 (GMT)
	(envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F0F7qd041308;
	Fri, 15 Oct 2004 00:15:07 GMT
	(envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F0F73j041307;
	Fri, 15 Oct 2004 00:15:07 GMT
	(envelope-from imp)
Message-Id: <200410150015.i9F0F73j041307@repoman.freebsd.org>
From: Warner Losh 
Date: Fri, 15 Oct 2004 00:15:07 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/boot/common loader.8
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 00:15:07 -0000

imp         2004-10-15 00:15:07 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      loader.8 
  Log:
  Document hw.{pci,acpi}.host_start_mem
  
  Requested by: ru@
  
  Revision  Changes    Path
  1.75      +9 -0      src/sys/boot/common/loader.8

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 00:27:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CF21416A4CE; Fri, 15 Oct 2004 00:27:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AF12343D46; Fri, 15 Oct 2004 00:27:49 +0000 (GMT)
	(envelope-from ache@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F0Rn0r041654;
	Fri, 15 Oct 2004 00:27:49 GMT
	(envelope-from ache@repoman.freebsd.org)
Received: (from ache@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F0Rnvi041653;
	Fri, 15 Oct 2004 00:27:49 GMT
	(envelope-from ache)
Message-Id: <200410150027.i9F0Rnvi041653@repoman.freebsd.org>
From: "Andrey A. Chernov" 
Date: Fri, 15 Oct 2004 00:27:49 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/archivers/rar Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 00:27:50 -0000

ache        2004-10-15 00:27:49 UTC

  FreeBSD ports repository

  Modified files:
    archivers/rar        Makefile distinfo pkg-plist 
  Log:
  Upgrade to 3.4.0
  
  PR:             72473
  
  Revision  Changes    Path
  1.43      +3 -4      ports/archivers/rar/Makefile
  1.15      +2 -2      ports/archivers/rar/distinfo
  1.11      +0 -1      ports/archivers/rar/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 00:36:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EB78316A4CE; Fri, 15 Oct 2004 00:36:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C942843D5C; Fri, 15 Oct 2004 00:36:07 +0000 (GMT)
	(envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F0a7Zv041982;
	Fri, 15 Oct 2004 00:36:07 GMT
	(envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F0a7Lc041981;
	Fri, 15 Oct 2004 00:36:07 GMT
	(envelope-from sam)
Message-Id: <200410150036.i9F0a7Lc041981@repoman.freebsd.org>
From: Sam Leffler 
Date: Fri, 15 Oct 2004 00:36:07 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 00:36:08 -0000

sam         2004-10-15 00:36:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hifn         hifn7751.c hifn7751var.h 
  Log:
  Move session state from on-card memory to host memory so we no longer are
  constrained to a small number of sessions by the small on-card memories found
  in newer devices.  This is really a stopgap solution as having session state
  in main memory incurs a (small but noticeable) performance penalty. The better
  solution is to manage session state so that it's cached on chip.
  
  Obtained from:  openbsd
  
  Revision  Changes    Path
  1.29      +43 -35    src/sys/dev/hifn/hifn7751.c
  1.5       +3 -8      src/sys/dev/hifn/hifn7751var.h

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 00:40:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2331E16A4CE; Fri, 15 Oct 2004 00:40:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 01CB043D31; Fri, 15 Oct 2004 00:40:59 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F0ewkc042141;
	Fri, 15 Oct 2004 00:40:58 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F0ew8h042140;
	Fri, 15 Oct 2004 00:40:58 GMT
	(envelope-from lioux)
Message-Id: <200410150040.i9F0ew8h042140@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Fri, 15 Oct 2004 00:40:58 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/libebml Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 00:40:59 -0000

lioux       2004-10-15 00:40:58 UTC

  FreeBSD ports repository

  Modified files:
    textproc/libebml     Makefile distinfo 
  Log:
  Update to 0.7.2
  
  Revision  Changes    Path
  1.12      +1 -1      ports/textproc/libebml/Makefile
  1.8       +2 -2      ports/textproc/libebml/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 00:42:19 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5EDAE16A4CE; Fri, 15 Oct 2004 00:42:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 403A943D48; Fri, 15 Oct 2004 00:42:19 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F0gJbS042203;
	Fri, 15 Oct 2004 00:42:19 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F0gJf3042202;
	Fri, 15 Oct 2004 00:42:19 GMT
	(envelope-from lioux)
Message-Id: <200410150042.i9F0gJf3042202@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Fri, 15 Oct 2004 00:42:19 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/libmatroska Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 00:42:19 -0000

lioux       2004-10-15 00:42:19 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libmatroska Makefile distinfo 
  Log:
  Update to 0.7.4
  
  Revision  Changes    Path
  1.14      +1 -1      ports/multimedia/libmatroska/Makefile
  1.8       +2 -2      ports/multimedia/libmatroska/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 00:45:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 04CB816A4CE; Fri, 15 Oct 2004 00:45:06 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D7BC843D4C; Fri, 15 Oct 2004 00:45:05 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F0j5gi042331;
	Fri, 15 Oct 2004 00:45:05 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F0j5Q2042330;
	Fri, 15 Oct 2004 00:45:05 GMT
	(envelope-from lioux)
Message-Id: <200410150045.i9F0j5Q2042330@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Fri, 15 Oct 2004 00:45:05 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/mkvtoolnix Makefile distinfo
 pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 00:45:06 -0000

lioux       2004-10-15 00:45:05 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mkvtoolnix Makefile distinfo 
  Removed files:
    multimedia/mkvtoolnix pkg-plist 
  Log:
  o Update to 0.9.6
  o Remove empty PLIST
  
  PR:             70950
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.13      +3 -2      ports/multimedia/mkvtoolnix/Makefile
  1.7       +2 -2      ports/multimedia/mkvtoolnix/distinfo
  1.3       +0 -1      ports/multimedia/mkvtoolnix/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 00:51:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7B74816A4CE; Fri, 15 Oct 2004 00:51:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5AF5B43D48; Fri, 15 Oct 2004 00:51:36 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F0paP0048930;
	Fri, 15 Oct 2004 00:51:36 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F0pamq048929;
	Fri, 15 Oct 2004 00:51:36 GMT
	(envelope-from lioux)
Message-Id: <200410150051.i9F0pamq048929@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Fri, 15 Oct 2004 00:51:36 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/ogmtools Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 00:51:36 -0000

lioux       2004-10-15 00:51:36 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/ogmtools  Makefile distinfo 
  Log:
  Update to 1.4.1
  
  PR:             70839
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.19      +1 -1      ports/multimedia/ogmtools/Makefile
  1.15      +2 -2      ports/multimedia/ogmtools/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 01:59:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8A54816A4CE; Fri, 15 Oct 2004 01:59:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6A35043D1F; Fri, 15 Oct 2004 01:59:05 +0000 (GMT)
	(envelope-from ache@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F1x5aT050922;
	Fri, 15 Oct 2004 01:59:05 GMT
	(envelope-from ache@repoman.freebsd.org)
Received: (from ache@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F1x5cK050921;
	Fri, 15 Oct 2004 01:59:05 GMT
	(envelope-from ache)
Message-Id: <200410150159.i9F1x5cK050921@repoman.freebsd.org>
From: "Andrey A. Chernov" 
Date: Fri, 15 Oct 2004 01:59:05 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/png Makefile distinfo
 ports/graphics/png/files patch-ab
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 01:59:05 -0000

ache        2004-10-15 01:59:05 UTC

  FreeBSD ports repository

  Modified files:
    graphics/png         Makefile distinfo 
    graphics/png/files   patch-ab 
  Log:
  Update to 1.2.7
  
  Revision  Changes    Path
  1.69      +5 -6      ports/graphics/png/Makefile
  1.28      +2 -4      ports/graphics/png/distinfo
  1.3       +1 -1      ports/graphics/png/files/patch-ab

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 02:14:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C34CC16A4CE; Fri, 15 Oct 2004 02:14:32 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A424343D31; Fri, 15 Oct 2004 02:14:32 +0000 (GMT)
	(envelope-from ache@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F2EWiP051404;
	Fri, 15 Oct 2004 02:14:32 GMT
	(envelope-from ache@repoman.freebsd.org)
Received: (from ache@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F2EWhK051403;
	Fri, 15 Oct 2004 02:14:32 GMT
	(envelope-from ache)
Message-Id: <200410150214.i9F2EWhK051403@repoman.freebsd.org>
From: "Andrey A. Chernov" 
Date: Fri, 15 Oct 2004 02:14:32 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/lynx-current Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 02:14:32 -0000

ache        2004-10-15 02:14:32 UTC

  FreeBSD ports repository

  Modified files:
    www/lynx-current     Makefile distinfo 
  Log:
  Update to 2.8.6dev.6
  
  Revision  Changes    Path
  1.158     +2 -2      ports/www/lynx-current/Makefile
  1.173     +2 -2      ports/www/lynx-current/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 02:15:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1836C16A4CE; Fri, 15 Oct 2004 02:15:32 +0000 (GMT)
Received: from harmony.village.org (rover.village.org [168.103.84.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 304C943D53; Fri, 15 Oct 2004 02:15:31 +0000 (GMT)
	(envelope-from imp@bsdimp.com)
Received: from localhost (harmony.village.org [10.0.0.6])
	by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9F2Dj8J044010;
	Thu, 14 Oct 2004 20:13:45 -0600 (MDT)
	(envelope-from imp@bsdimp.com)
Date: Thu, 14 Oct 2004 20:13:48 -0600 (MDT)
Message-Id: <20041014.201348.102576022.imp@bsdimp.com>
To: njl@FreeBSD.org
From: "M. Warner Losh" 
In-Reply-To: <200410142221.i9EMLxm9037119@repoman.freebsd.org>
References: <200410142221.i9EMLxm9037119@repoman.freebsd.org>
X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/fdc fdc.c src/sys/dev/sio sio_pci.c
 src/sys/i386/bios apm.c src/sys/i386/isa npx.c src/sys/isa atkbdc_isa.c
 isahint.c src/sys/pc98/pc98 fd.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 02:15:32 -0000

:   similar should be done for the "disabled" hints also.

I have this in my tree and plan on committing it when 5.3 is
branched.

Warner

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 03:22:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 77E3F16A4CE; Fri, 15 Oct 2004 03:22:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5976943D45; Fri, 15 Oct 2004 03:22:14 +0000 (GMT)
	(envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F3ME7A053529;
	Fri, 15 Oct 2004 03:22:14 GMT
	(envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F3ME3w053528;
	Fri, 15 Oct 2004 03:22:14 GMT
	(envelope-from kan)
Message-Id: <200410150322.i9F3ME3w053528@repoman.freebsd.org>
From: Alexander Kabaev 
Date: Fri, 15 Oct 2004 03:22:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: FSF
Subject: cvs commit: src/contrib/gcc - Imported sources
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 03:22:14 -0000

kan         2004-10-15 03:22:14 UTC

  FreeBSD src repository

  src/contrib/gcc - Imported sources
  Update of /home/ncvs/src/contrib/gcc
  In directory repoman.freebsd.org:/tmp/cvs-serv53516
  
  Log Message:
  Import a patch from GCC PR c/16999 to stop quoting already quoted ident
  strings.
  
  Status:
  
  Vendor Tag:	FSF
  Release Tags:	gcc_3_4_2_20041014
  		
  U src/contrib/gcc/c-ppoutput.c
  
  No conflicts created by this import
  

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 03:42:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4031D16A4CE; Fri, 15 Oct 2004 03:42:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 207F143D46; Fri, 15 Oct 2004 03:42:45 +0000 (GMT)
	(envelope-from kuriyama@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F3gjkr054133;
	Fri, 15 Oct 2004 03:42:45 GMT
	(envelope-from kuriyama@repoman.freebsd.org)
Received: (from kuriyama@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F3gjEv054132;
	Fri, 15 Oct 2004 03:42:45 GMT
	(envelope-from kuriyama)
Message-Id: <200410150342.i9F3gjEv054132@repoman.freebsd.org>
From: Jun Kuriyama 
Date: Fri, 15 Oct 2004 03:42:44 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/editors/psgml Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 03:42:45 -0000

kuriyama    2004-10-15 03:42:44 UTC

  FreeBSD ports repository

  Modified files:
    editors/psgml        Makefile distinfo 
  Log:
  Update symbol-conflict patch.
  
  Revision  Changes    Path
  1.23      +3 -3      ports/editors/psgml/Makefile
  1.10      +2 -2      ports/editors/psgml/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 03:44:56 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9CA5616A4CE; Fri, 15 Oct 2004 03:44:56 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7EE2F43D1D; Fri, 15 Oct 2004 03:44:56 +0000 (GMT)
	(envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F3iuA1054247;
	Fri, 15 Oct 2004 03:44:56 GMT
	(envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F3iuXY054246;
	Fri, 15 Oct 2004 03:44:56 GMT
	(envelope-from kan)
Message-Id: <200410150344.i9F3iuXY054246@repoman.freebsd.org>
From: Alexander Kabaev 
Date: Fri, 15 Oct 2004 03:44:56 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/usb ubsa.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 03:44:56 -0000

kan         2004-10-15 03:44:56 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ubsa.c 
  Log:
  Use a taskqueue rather than an swi to handle deferred notifications.
  Obtained from:  same change for umct(4) driver.
  
  Revision  Changes    Path
  1.15      +9 -25     src/sys/dev/usb/ubsa.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 03:50:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EB62116A4CE; Fri, 15 Oct 2004 03:50:04 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CB26443D45; Fri, 15 Oct 2004 03:50:04 +0000 (GMT)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F3o4sm054423;
	Fri, 15 Oct 2004 03:50:04 GMT
	(envelope-from yongari@repoman.freebsd.org)
Received: (from yongari@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F3o4G1054422;
	Fri, 15 Oct 2004 03:50:04 GMT
	(envelope-from yongari)
Message-Id: <200410150350.i9F3o4G1054422@repoman.freebsd.org>
From: Pyun YongHyeon 
Date: Fri, 15 Oct 2004 03:50:04 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/sound/pcm buffer.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 03:50:05 -0000

yongari     2004-10-15 03:50:04 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pcm    buffer.c 
  Log:
  Plug possible memory leak in sound DMA buffer handling. It also
  changes return code to ENOMEM in case of allocation failure.
  
  Approved by:    jake (mentor), scottl (co-mentor)
  Reviewed by:    truckman, matk
  
  Revision  Changes    Path
  1.24      +24 -9     src/sys/dev/sound/pcm/buffer.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 03:54:56 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BBC9416A4CE; Fri, 15 Oct 2004 03:54:56 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9E6E443D2D; Fri, 15 Oct 2004 03:54:56 +0000 (GMT)
	(envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F3sucf054605;
	Fri, 15 Oct 2004 03:54:56 GMT
	(envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F3suti054604;
	Fri, 15 Oct 2004 03:54:56 GMT
	(envelope-from sam)
Message-Id: <200410150354.i9F3suti054604@repoman.freebsd.org>
From: Sam Leffler 
Date: Fri, 15 Oct 2004 03:54:56 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/hifn hifn7751.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 03:54:56 -0000

sam         2004-10-15 03:54:56 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hifn         hifn7751.c 
  Log:
  add missing ';' that didn't show up with INVARIANTS enabled
  
  Revision  Changes    Path
  1.30      +1 -1      src/sys/dev/hifn/hifn7751.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 04:17:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CF0AA16A4CE; Fri, 15 Oct 2004 04:17:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B159643D31; Fri, 15 Oct 2004 04:17:09 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F4H9rZ055336;
	Fri, 15 Oct 2004 04:17:09 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F4H9fQ055335;
	Fri, 15 Oct 2004 04:17:09 GMT
	(envelope-from dinoex)
Message-Id: <200410150417.i9F4H9fQ055335@repoman.freebsd.org>
From: Dirk Meyer 
Date: Fri, 15 Oct 2004 04:17:09 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/emulators/mupen64-rice Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 04:17:10 -0000

dinoex      2004-10-15 04:17:09 UTC

  FreeBSD ports repository

  Modified files:
    emulators/mupen64-rice Makefile 
  Log:
  - add missing dependency to nasm
  Submitted by:   Travis Poppe
  
  Revision  Changes    Path
  1.2       +2 -0      ports/emulators/mupen64-rice/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 04:40:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6D98E16A4CE; Fri, 15 Oct 2004 04:40:39 +0000 (GMT)
Received: from mps10.plala.or.jp (c153126.vh.plala.or.jp [210.150.153.126])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 057BF43D1D; Fri, 15 Oct 2004 04:40:38 +0000 (GMT)
	(envelope-from sf@FreeBSD.org)
Received: from i60-35-141-224.s02.a026.ap.plala.or.jp ([60.35.141.224])
	by mps10.plala.or.jp with ESMTP
	<20041015044037.SGWZ26992.mps10.plala.or.jp@i60-35-141-224.s02.a026.ap.plala.or.jp>;
	Fri, 15 Oct 2004 13:40:37 +0900
Date: Fri, 15 Oct 2004 13:40:29 +0900
Message-ID: <867jpssif6.wl%sf@FreeBSD.org>
From: FUJISHIMA Satsuki 
To: Ade Lovett 
In-Reply-To: <200410142048.i9EKmHxN033754@repoman.freebsd.org>
References: <200410142048.i9EKmHxN033754@repoman.freebsd.org>
Mail-Followup-To: Ade Lovett ,
	ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org, sf@FreeBSD.org
User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6
	(Marutamachi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/devel/libtool15 Makefile distinfo pkg-plist
	ports/devel/libtool15/files patch-aa patch-ab
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 04:40:39 -0000

unbreaking libltdl15: taking care of info only for master port.

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libtool15/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	14 Oct 2004 20:48:17 -0000	1.40
+++ Makefile	15 Oct 2004 04:26:16 -0000
@@ -25,7 +25,9 @@
 CONFIGURE_ENV=	PREFIX=${PREFIX} PACKAGE=libtool${BUILD_VERSION}
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_REINPLACE=	yes
+.if ${PORTNAME} == "libtool"
 INFO=		libtool${BUILD_VERSION}
+.endif
 
 post-patch:
 	@(cd ${WRKSRC}/doc && \
@@ -44,8 +46,8 @@
 .for i in libtool libtoolize
 	@${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} ${PREFIX}/libexec/libtool${BUILD_VERSION}/${i}
 .endfor
-.endif
-
 	@install-info ${PREFIX}/info/libtool${BUILD_VERSION}.info \
 		${PREFIX}/info/dir
+.endif
+
 .include 

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 04:54:16 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7796D16A4CE; Fri, 15 Oct 2004 04:54:16 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 59D2143D1F; Fri, 15 Oct 2004 04:54:16 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F4sGpg062709;
	Fri, 15 Oct 2004 04:54:16 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F4sGkV062708;
	Fri, 15 Oct 2004 04:54:16 GMT
	(envelope-from njl)
Message-Id: <200410150454.i9F4sGkV062708@repoman.freebsd.org>
From: Nate Lawson 
Date: Fri, 15 Oct 2004 04:54:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/fdc fdc.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 04:54:16 -0000

njl         2004-10-15 04:54:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fdc          fdc.c 
  Log:
  Remove unused variable.  Pointy hat candidate.
  
  Revision  Changes    Path
  1.298     +0 -1      src/sys/dev/fdc/fdc.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 04:58:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4911016A4CE; Fri, 15 Oct 2004 04:58:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 29BE343D49; Fri, 15 Oct 2004 04:58:01 +0000 (GMT)
	(envelope-from ade@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F4w1pr062869;
	Fri, 15 Oct 2004 04:58:01 GMT
	(envelope-from ade@repoman.freebsd.org)
Received: (from ade@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F4w1T5062868;
	Fri, 15 Oct 2004 04:58:01 GMT
	(envelope-from ade)
Message-Id: <200410150458.i9F4w1T5062868@repoman.freebsd.org>
From: Ade Lovett 
Date: Fri, 15 Oct 2004 04:58:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/libtool15 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 04:58:01 -0000

ade         2004-10-15 04:58:01 UTC

  FreeBSD ports repository

  Modified files:
    devel/libtool15      Makefile 
  Log:
  Too clever for my own good.  Unbreak libltdl15.
  
  Submitted by:   sf
  
  Revision  Changes    Path
  1.41      +5 -2      ports/devel/libtool15/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 04:58:52 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7352D16A4CE; Fri, 15 Oct 2004 04:58:52 +0000 (GMT)
Received: from mail.lovett.com (core.lovett.com [216.168.8.20])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4A44D43D3F; Fri, 15 Oct 2004 04:58:52 +0000 (GMT)
	(envelope-from ade@FreeBSD.org)
Received: from 66-169-245-9.or.charter.com ([66.169.245.9]
	helo=[10.21.91.101])
	by mail.lovett.com with esmtpa (Exim 4.42 (FreeBSD))
	id 1CIKB2-000NSz-7g; Fri, 15 Oct 2004 04:58:52 +0000
In-Reply-To: <867jpssif6.wl%sf@FreeBSD.org>
References: <200410142048.i9EKmHxN033754@repoman.freebsd.org>
	<867jpssif6.wl%sf@FreeBSD.org>
Mime-Version: 1.0 (Apple Message framework v619)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: 
Content-Transfer-Encoding: 7bit
From: Ade Lovett 
Date: Thu, 14 Oct 2004 21:58:51 -0700
To: FUJISHIMA Satsuki 
X-Mailer: Apple Mail (2.619)
cc: cvs-ports@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: ports-committers@FreeBSD.org
Subject: Re: cvs commit: ports/devel/libtool15 Makefile distinfo pkg-plist
	ports/devel/libtool15/files patch-aa patch-ab
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 04:58:52 -0000


On Oct 14, 2004, at 21:40, FUJISHIMA Satsuki wrote:

> unbreaking libltdl15: taking care of info only for master port.

Oops.  Now fixed.  Thanks for the heads up.

-aDe

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 04:59:21 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 823AE16A4CE; Fri, 15 Oct 2004 04:59:21 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6459C43D3F; Fri, 15 Oct 2004 04:59:21 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F4xLbQ062969;
	Fri, 15 Oct 2004 04:59:21 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F4xLen062968;
	Fri, 15 Oct 2004 04:59:21 GMT
	(envelope-from njl)
Message-Id: <200410150459.i9F4xLen062968@repoman.freebsd.org>
From: Nate Lawson 
Date: Fri, 15 Oct 2004 04:59:21 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/pc98/pc98 fd.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 04:59:21 -0000

njl         2004-10-15 04:59:21 UTC

  FreeBSD src repository

  Modified files:
    sys/pc98/pc98        fd.c 
  Log:
  Remove unused variable.
  
  Revision  Changes    Path
  1.156     +0 -1      src/sys/pc98/pc98/fd.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 05:13:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 89ABC16A4CE; Fri, 15 Oct 2004 05:13:26 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 69C5843D53; Fri, 15 Oct 2004 05:13:26 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F5DQcU064396;
	Fri, 15 Oct 2004 05:13:26 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F5DQPZ064395;
	Fri, 15 Oct 2004 05:13:26 GMT
	(envelope-from njl)
Message-Id: <200410150513.i9F5DQPZ064395@repoman.freebsd.org>
From: Nate Lawson 
Date: Fri, 15 Oct 2004 05:13:26 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/sound/isa mss.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 05:13:26 -0000

njl         2004-10-15 05:13:26 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/isa    mss.c 
  Log:
  Re-add an acpi attachment for the legacy probe that was inadvertently
  removed.
  
  Revision  Changes    Path
  1.93      +1 -0      src/sys/dev/sound/isa/mss.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 05:14:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 652C916A4CE; Fri, 15 Oct 2004 05:14:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 44C0F43D45; Fri, 15 Oct 2004 05:14:11 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F5EBkx064481;
	Fri, 15 Oct 2004 05:14:11 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F5EBL4064480;
	Fri, 15 Oct 2004 05:14:11 GMT
	(envelope-from njl)
Message-Id: <200410150514.i9F5EBL4064480@repoman.freebsd.org>
From: Nate Lawson 
Date: Fri, 15 Oct 2004 05:14:11 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/dev/sound/isa ad1816.c ess.c gusc.c mss.c
 sbc.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 05:14:11 -0000

njl         2004-10-15 05:14:11 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/sound/isa    ad1816.c ess.c gusc.c mss.c sbc.c 
  Log:
  MFC:  Add acpi attachments for the PNP devices.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.33.2.1  +1 -0      src/sys/dev/sound/isa/ad1816.c
  1.31.2.1  +1 -1      src/sys/dev/sound/isa/ess.c
  1.14.2.1  +1 -0      src/sys/dev/sound/isa/gusc.c
  1.90.2.1  +1 -0      src/sys/dev/sound/isa/mss.c
  1.42.2.1  +1 -0      src/sys/dev/sound/isa/sbc.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 05:20:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 61DDD16A4CF; Fri, 15 Oct 2004 05:20:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B41BC43D49; Fri, 15 Oct 2004 05:20:20 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F5KKH1064666;
	Fri, 15 Oct 2004 05:20:20 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F5KKwc064665;
	Fri, 15 Oct 2004 05:20:20 GMT
	(envelope-from njl)
Message-Id: <200410150520.i9F5KKwc064665@repoman.freebsd.org>
From: Nate Lawson 
Date: Fri, 15 Oct 2004 05:20:20 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/dev/acpica acpi.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 05:20:27 -0000

njl         2004-10-15 05:20:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/acpica       acpi.c 
  Log:
  MFC: print flags values in device announcement.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.186.2.4  +3 -0      src/sys/dev/acpica/acpi.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:02:39 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9EEA016A4CE; Fri, 15 Oct 2004 06:02:39 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7E4FC43D4C; Fri, 15 Oct 2004 06:02:39 +0000 (GMT)
	(envelope-from maho@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F62dUj065910;
	Fri, 15 Oct 2004 06:02:39 GMT
	(envelope-from maho@repoman.freebsd.org)
Received: (from maho@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F62dWL065909;
	Fri, 15 Oct 2004 06:02:39 GMT
	(envelope-from maho)
Message-Id: <200410150602.i9F62dWL065909@repoman.freebsd.org>
From: Maho Nakata 
Date: Fri, 15 Oct 2004 06:02:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/editors/openoffice-1.1-devel/files
	patch-1.1.3-1.1.4
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:02:39 -0000

maho        2004-10-15 06:02:39 UTC

  FreeBSD ports repository

  Added files:
    editors/openoffice-1.1-devel/files patch-1.1.3-1.1.4 
  Log:
  more 1.1.3 -> 1.1.4 to make installable
  http://www.openoffice.org/issues/show_bug.cgi?id=35584
  
  Submitted by:   Bartosz Fabianowski  and adamw@
  
  Revision  Changes    Path
  1.1       +38 -0     ports/editors/openoffice-1.1-devel/files/patch-1.1.3-1.1.4 (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:08:15 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1997516A4CE; Fri, 15 Oct 2004 06:08:15 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EEE0843D1D; Fri, 15 Oct 2004 06:08:14 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F68E6O066086;
	Fri, 15 Oct 2004 06:08:14 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F68Eco066085;
	Fri, 15 Oct 2004 06:08:14 GMT
	(envelope-from pjd)
Message-Id: <200410150608.i9F68Eco066085@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Fri, 15 Oct 2004 06:08:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/geom/label g_label.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:08:15 -0000

pjd         2004-10-15 06:08:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/geom/label       g_label.c 
  Log:
  Only allow for unloading when there are no geoms in LABEL GEOM class.
  We have to use our own destroy_geom method, because default one, which
  is a part of geom_slice is broken.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.7.2.3   +16 -1     src/sys/geom/label/g_label.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:10:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 307D416A4CE; Fri, 15 Oct 2004 06:10:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0FEAE43D31; Fri, 15 Oct 2004 06:10:13 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6ACqw066151;
	Fri, 15 Oct 2004 06:10:12 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6ACgo066150;
	Fri, 15 Oct 2004 06:10:12 GMT
	(envelope-from pjd)
Message-Id: <200410150610.i9F6ACgo066150@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Fri, 15 Oct 2004 06:10:12 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/geom/mirror g_mirror.c g_mirror.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:10:13 -0000

pjd         2004-10-15 06:10:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/geom/mirror      g_mirror.c g_mirror.h 
  Log:
  - Just use MAXPHYS as maximum I/O request size, instead of using my own
    #define for this purpose.
  - Before root file system is mounted, wait for mirrors in degraded state.
  - Be sure to always return 0 for negative access requests.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.19.2.4  +62 -8     src/sys/geom/mirror/g_mirror.c
  1.8.2.2   +0 -2      src/sys/geom/mirror/g_mirror.h

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:11:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D13C016A4CE; Fri, 15 Oct 2004 06:11:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AEE4643D2F; Fri, 15 Oct 2004 06:11:28 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6BSHN066270;
	Fri, 15 Oct 2004 06:11:28 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6BSRd066269;
	Fri, 15 Oct 2004 06:11:28 GMT
	(envelope-from pjd)
Message-Id: <200410150611.i9F6BSRd066269@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Fri, 15 Oct 2004 06:11:28 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/geom/raid3 g_raid3.c g_raid3.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:11:29 -0000

pjd         2004-10-15 06:11:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/geom/raid3       g_raid3.c g_raid3.h 
  Log:
  - There is no need to skip providers with 0 sectorsize in taste routine
    anymore.
  - Avoid race while synchronizing components.
  - Decrease timeout to 4 seconds.
  - Just use MAXPHYS as maximum I/O request size, instead of using my own
    #define for this purpose.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.4.2.3   +38 -14    src/sys/geom/raid3/g_raid3.c
  1.1.2.2   +1 -2      src/sys/geom/raid3/g_raid3.h

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:12:29 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C44CD16A4CE; Fri, 15 Oct 2004 06:12:29 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A573C43D55; Fri, 15 Oct 2004 06:12:29 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6CTnt066313;
	Fri, 15 Oct 2004 06:12:29 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6CTpH066312;
	Fri, 15 Oct 2004 06:12:29 GMT
	(envelope-from pjd)
Message-Id: <200410150612.i9F6CTpH066312@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Fri, 15 Oct 2004 06:12:29 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/geom geom_dev.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:12:29 -0000

pjd         2004-10-15 06:12:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/geom             geom_dev.c 
  Log:
  Deny invalid I/O requests which comes from userland here, because later
  we'll get a panic.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.79.2.1  +6 -0      src/sys/geom/geom_dev.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:13:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 419D116A4CE; Fri, 15 Oct 2004 06:13:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2118043D45; Fri, 15 Oct 2004 06:13:11 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6DBGI066379;
	Fri, 15 Oct 2004 06:13:11 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6DAWD066378;
	Fri, 15 Oct 2004 06:13:10 GMT
	(envelope-from pjd)
Message-Id: <200410150613.i9F6DAWD066378@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Fri, 15 Oct 2004 06:13:10 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/geom geom_io.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:13:11 -0000

pjd         2004-10-15 06:13:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/geom             geom_io.c 
  Log:
  - Set maximum request size to MAXPHYS (128kB), instead of DFLPHYS (64kB).
  - Set minimum request size to sectorsize, instead of 512 bytes.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.57.2.2  +6 -4      src/sys/geom/geom_io.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:14:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CF58716A4CE; Fri, 15 Oct 2004 06:14:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AE0F743D2D; Fri, 15 Oct 2004 06:14:43 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6Ehjx066519;
	Fri, 15 Oct 2004 06:14:43 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6EhGj066518;
	Fri, 15 Oct 2004 06:14:43 GMT
	(envelope-from pjd)
Message-Id: <200410150614.i9F6EhGj066518@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Fri, 15 Oct 2004 06:14:43 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/etc/rc.d gbde
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:14:44 -0000

pjd         2004-10-15 06:14:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    etc/rc.d             gbde 
  Log:
  - There don't have to be a lock file.
  - Be more userfriendly and allow to specify gbde device name in those forms:
          device
          device.bde
          /dev/device
          /dev/device.bde
  - Fix stop routine:
          + There don't have to be file system mounted on gbde device,
            so ignore errors from umount(8).
          + Only detach existing gbde devices.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.5.2.2   +16 -9     src/etc/rc.d/gbde

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:23:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5BE7016A4CE; Fri, 15 Oct 2004 06:23:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4FD4443D39; Fri, 15 Oct 2004 06:23:01 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6N1qm066884;
	Fri, 15 Oct 2004 06:23:01 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6N1hh066883;
	Fri, 15 Oct 2004 06:23:01 GMT
	(envelope-from dinoex)
Message-Id: <200410150623.i9F6N1hh066883@repoman.freebsd.org>
From: Dirk Meyer 
Date: Fri, 15 Oct 2004 06:23:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/emulators/mupen64-glide Makefile
 ports/emulators/mupen64-glide/files
 extra-patch-main.cpp extra-patch-main.h patch-main.cpp
 patch-main.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:23:01 -0000

dinoex      2004-10-15 06:23:01 UTC

  FreeBSD ports repository

  Modified files:
    emulators/mupen64-glide Makefile 
  Added files:
    emulators/mupen64-glide/files patch-main.cpp patch-main.h 
  Removed files:
    emulators/mupen64-glide/files extra-patch-main.cpp 
                                  extra-patch-main.h 
  Log:
  - Update patches for XFree86-4.4.0
  Approved by:    Travis Poppe
  
  Revision  Changes    Path
  1.2       +0 -5      ports/emulators/mupen64-glide/Makefile
  1.2       +0 -41     ports/emulators/mupen64-glide/files/extra-patch-main.cpp (dead)
  1.2       +0 -13     ports/emulators/mupen64-glide/files/extra-patch-main.h (dead)
  1.1       +41 -0     ports/emulators/mupen64-glide/files/patch-main.cpp (new)
  1.1       +13 -0     ports/emulators/mupen64-glide/files/patch-main.h (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:43:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5BD3B16A4DB; Fri, 15 Oct 2004 06:43:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2604D43D31; Fri, 15 Oct 2004 06:43:49 +0000 (GMT)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6hnUP068138;
	Fri, 15 Oct 2004 06:43:49 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6hnIY068137;
	Fri, 15 Oct 2004 06:43:49 GMT
	(envelope-from delphij)
Message-Id: <200410150643.i9F6hnIY068137@repoman.freebsd.org>
From: Xin LI 
Date: Fri, 15 Oct 2004 06:43:48 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/release/doc/zh_CN.GB2312 Makefile
 src/release/doc/zh_CN.GB2312/early-adopter
 Makefile article.sgml src/release/doc/zh_CN.GB2312/errata Makefile
 article.sgml src/release/doc/zh_CN.GB2312/hardware Makefile...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:43:49 -0000

delphij     2004-10-15 06:43:48 UTC

  FreeBSD src repository

  Added files:
    release/doc/zh_CN.GB2312 Makefile 
    release/doc/zh_CN.GB2312/early-adopter Makefile article.sgml 
    release/doc/zh_CN.GB2312/errata Makefile article.sgml 
    release/doc/zh_CN.GB2312/hardware Makefile Makefile.inc 
    release/doc/zh_CN.GB2312/hardware/amd64 Makefile article.sgml 
                                            proc-amd64.sgml 
    release/doc/zh_CN.GB2312/hardware/common artheader.sgml 
                                             dev.sgml hw.ent 
                                             intro.sgml 
    release/doc/zh_CN.GB2312/hardware/i386 Makefile article.sgml 
                                           proc-i386.sgml 
    release/doc/zh_CN.GB2312/installation Makefile Makefile.inc 
    release/doc/zh_CN.GB2312/installation/alpha Makefile 
                                                article.sgml 
    release/doc/zh_CN.GB2312/installation/amd64 Makefile 
                                                article.sgml 
    release/doc/zh_CN.GB2312/installation/common abstract.sgml 
                                                 artheader.sgml 
                                                 install.ent 
                                                 install.sgml 
                                                 layout.sgml 
                                                 trouble.sgml 
                                                 upgrade.sgml 
    release/doc/zh_CN.GB2312/installation/i386 Makefile 
                                               article.sgml 
    release/doc/zh_CN.GB2312/installation/ia64 Makefile 
                                               article.sgml 
    release/doc/zh_CN.GB2312/installation/pc98 Makefile 
                                               article.sgml 
    release/doc/zh_CN.GB2312/installation/sparc64 Makefile 
                                                  article.sgml 
                                                  install.sgml 
    release/doc/zh_CN.GB2312/readme Makefile article.sgml 
    release/doc/zh_CN.GB2312/relnotes Makefile Makefile.inc 
    release/doc/zh_CN.GB2312/relnotes/alpha Makefile article.sgml 
    release/doc/zh_CN.GB2312/relnotes/amd64 Makefile article.sgml 
    release/doc/zh_CN.GB2312/relnotes/common new.sgml relnotes.ent 
    release/doc/zh_CN.GB2312/relnotes/i386 Makefile article.sgml 
    release/doc/zh_CN.GB2312/relnotes/ia64 Makefile article.sgml 
    release/doc/zh_CN.GB2312/relnotes/pc98 Makefile article.sgml 
    release/doc/zh_CN.GB2312/relnotes/sparc64 Makefile 
                                              article.sgml 
    release/doc/zh_CN.GB2312/share/sgml catalog release.dsl 
  Log:
  Add Simplified Chinese translation for our release notes.
  
  This translation is based on RELENG_5 so it should be tagged as
  RELENG_5 when appropriate (This set of files DOES build under
  6-CURRENT because a last-minute hack added to readme/article.sgml,
  however, the contents is for RELENG_5).
  
  This includes:
          The Migration Guide
          Errata
          Hardware Notes (only i386 and amd64 at this time)
          Installation Guide [2]
          Readme [1]
          Release Notes
  
  Submitted by:   delphij, gavin (local repository committer) [1],
                  zhangluo (additional local contributor; part of
                  i386 related contents) [2]
  Approved by:    murray (mentor)
  
  Revision  Changes    Path
  1.1       +16 -0     src/release/doc/zh_CN.GB2312/Makefile (new)
  1.1       +21 -0     src/release/doc/zh_CN.GB2312/early-adopter/Makefile (new)
  1.1       +764 -0    src/release/doc/zh_CN.GB2312/early-adopter/article.sgml (new)
  1.1       +19 -0     src/release/doc/zh_CN.GB2312/errata/Makefile (new)
  1.1       +105 -0    src/release/doc/zh_CN.GB2312/errata/article.sgml (new)
  1.1       +12 -0     src/release/doc/zh_CN.GB2312/hardware/Makefile (new)
  1.1       +18 -0     src/release/doc/zh_CN.GB2312/hardware/Makefile.inc (new)
  1.1       +25 -0     src/release/doc/zh_CN.GB2312/hardware/amd64/Makefile (new)
  1.1       +30 -0     src/release/doc/zh_CN.GB2312/hardware/amd64/article.sgml (new)
  1.1       +66 -0     src/release/doc/zh_CN.GB2312/hardware/amd64/proc-amd64.sgml (new)
  1.1       +21 -0     src/release/doc/zh_CN.GB2312/hardware/common/artheader.sgml (new)
  1.1       +1177 -0   src/release/doc/zh_CN.GB2312/hardware/common/dev.sgml (new)
  1.1       +18 -0     src/release/doc/zh_CN.GB2312/hardware/common/hw.ent (new)
  1.1       +24 -0     src/release/doc/zh_CN.GB2312/hardware/common/intro.sgml (new)
  1.1       +24 -0     src/release/doc/zh_CN.GB2312/hardware/i386/Makefile (new)
  1.1       +30 -0     src/release/doc/zh_CN.GB2312/hardware/i386/article.sgml (new)
  1.1       +80 -0     src/release/doc/zh_CN.GB2312/hardware/i386/proc-i386.sgml (new)
  1.1       +14 -0     src/release/doc/zh_CN.GB2312/installation/Makefile (new)
  1.1       +8 -0      src/release/doc/zh_CN.GB2312/installation/Makefile.inc (new)
  1.1       +21 -0     src/release/doc/zh_CN.GB2312/installation/alpha/Makefile (new)
  1.1       +31 -0     src/release/doc/zh_CN.GB2312/installation/alpha/article.sgml (new)
  1.1       +21 -0     src/release/doc/zh_CN.GB2312/installation/amd64/Makefile (new)
  1.1       +31 -0     src/release/doc/zh_CN.GB2312/installation/amd64/article.sgml (new)
  1.1       +11 -0     src/release/doc/zh_CN.GB2312/installation/common/abstract.sgml (new)
  1.1       +23 -0     src/release/doc/zh_CN.GB2312/installation/common/artheader.sgml (new)
  1.1       +20 -0     src/release/doc/zh_CN.GB2312/installation/common/install.ent (new)
  1.1       +930 -0    src/release/doc/zh_CN.GB2312/installation/common/install.sgml (new)
  1.1       +138 -0    src/release/doc/zh_CN.GB2312/installation/common/layout.sgml (new)
  1.1       +352 -0    src/release/doc/zh_CN.GB2312/installation/common/trouble.sgml (new)
  1.1       +199 -0    src/release/doc/zh_CN.GB2312/installation/common/upgrade.sgml (new)
  1.1       +21 -0     src/release/doc/zh_CN.GB2312/installation/i386/Makefile (new)
  1.1       +31 -0     src/release/doc/zh_CN.GB2312/installation/i386/article.sgml (new)
  1.1       +21 -0     src/release/doc/zh_CN.GB2312/installation/ia64/Makefile (new)
  1.1       +31 -0     src/release/doc/zh_CN.GB2312/installation/ia64/article.sgml (new)
  1.1       +21 -0     src/release/doc/zh_CN.GB2312/installation/pc98/Makefile (new)
  1.1       +31 -0     src/release/doc/zh_CN.GB2312/installation/pc98/article.sgml (new)
  1.1       +19 -0     src/release/doc/zh_CN.GB2312/installation/sparc64/Makefile (new)
  1.1       +31 -0     src/release/doc/zh_CN.GB2312/installation/sparc64/article.sgml (new)
  1.1       +566 -0    src/release/doc/zh_CN.GB2312/installation/sparc64/install.sgml (new)
  1.1       +27 -0     src/release/doc/zh_CN.GB2312/readme/Makefile (new)
  1.1       +408 -0    src/release/doc/zh_CN.GB2312/readme/article.sgml (new)
  1.1       +16 -0     src/release/doc/zh_CN.GB2312/relnotes/Makefile (new)
  1.1       +10 -0     src/release/doc/zh_CN.GB2312/relnotes/Makefile.inc (new)
  1.1       +19 -0     src/release/doc/zh_CN.GB2312/relnotes/alpha/Makefile (new)
  1.1       +22 -0     src/release/doc/zh_CN.GB2312/relnotes/alpha/article.sgml (new)
  1.1       +19 -0     src/release/doc/zh_CN.GB2312/relnotes/amd64/Makefile (new)
  1.1       +22 -0     src/release/doc/zh_CN.GB2312/relnotes/amd64/article.sgml (new)
  1.1       +1669 -0   src/release/doc/zh_CN.GB2312/relnotes/common/new.sgml (new)
  1.1       +17 -0     src/release/doc/zh_CN.GB2312/relnotes/common/relnotes.ent (new)
  1.1       +21 -0     src/release/doc/zh_CN.GB2312/relnotes/i386/Makefile (new)
  1.1       +22 -0     src/release/doc/zh_CN.GB2312/relnotes/i386/article.sgml (new)
  1.1       +19 -0     src/release/doc/zh_CN.GB2312/relnotes/ia64/Makefile (new)
  1.1       +22 -0     src/release/doc/zh_CN.GB2312/relnotes/ia64/article.sgml (new)
  1.1       +19 -0     src/release/doc/zh_CN.GB2312/relnotes/pc98/Makefile (new)
  1.1       +22 -0     src/release/doc/zh_CN.GB2312/relnotes/pc98/article.sgml (new)
  1.1       +18 -0     src/release/doc/zh_CN.GB2312/relnotes/sparc64/Makefile (new)
  1.1       +30 -0     src/release/doc/zh_CN.GB2312/relnotes/sparc64/article.sgml (new)
  1.1       +10 -0     src/release/doc/zh_CN.GB2312/share/sgml/catalog (new)
  1.1       +63 -0     src/release/doc/zh_CN.GB2312/share/sgml/release.dsl (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:44:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B1B4116A4CE; Fri, 15 Oct 2004 06:44:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 92B2D43D1D; Fri, 15 Oct 2004 06:44:13 +0000 (GMT)
	(envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6iDt2068176;
	Fri, 15 Oct 2004 06:44:13 GMT
	(envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6iDRk068175;
	Fri, 15 Oct 2004 06:44:13 GMT
	(envelope-from ru)
Message-Id: <200410150644.i9F6iDRk068175@repoman.freebsd.org>
From: Ruslan Ermilov 
Date: Fri, 15 Oct 2004 06:44:13 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/boot/common loader.8
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:44:13 -0000

ru          2004-10-15 06:44:13 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      loader.8 
  Log:
  Polish the last change.
  
  Revision  Changes    Path
  1.76      +5 -5      src/sys/boot/common/loader.8

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 06:59:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4721F16A4CE; Fri, 15 Oct 2004 06:59:08 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 26B5F43D41; Fri, 15 Oct 2004 06:59:08 +0000 (GMT)
	(envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6x8CQ068943;
	Fri, 15 Oct 2004 06:59:08 GMT
	(envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6x8Ia068942;
	Fri, 15 Oct 2004 06:59:08 GMT
	(envelope-from imp)
Message-Id: <200410150659.i9F6x8Ia068942@repoman.freebsd.org>
From: Warner Losh 
Date: Fri, 15 Oct 2004 06:59:08 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/boot/common help.common
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 06:59:08 -0000

imp         2004-10-15 06:59:07 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      help.common 
  Log:
  document host_start_mem.
  
  # feel free to wordsmith.
  
  Suggested by: ru@
  
  Revision  Changes    Path
  1.38      +12 -0     src/sys/boot/common/help.common

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 07:02:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 827F016A4CE; Fri, 15 Oct 2004 07:02:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 615BD43D49; Fri, 15 Oct 2004 07:02:37 +0000 (GMT)
	(envelope-from demon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F72bXS069130;
	Fri, 15 Oct 2004 07:02:37 GMT
	(envelope-from demon@repoman.freebsd.org)
Received: (from demon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F72b20069129;
	Fri, 15 Oct 2004 07:02:37 GMT
	(envelope-from demon)
Message-Id: <200410150702.i9F72b20069129@repoman.freebsd.org>
From: Dmitry Sivachenko 
Date: Fri, 15 Oct 2004 07:02:37 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Locale-gettext Makefile distinfo
 ports/devel/p5-Locale-gettext/files patch-gettext.xs
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 07:02:37 -0000

demon       2004-10-15 07:02:37 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Locale-gettext Makefile distinfo 
  Removed files:
    devel/p5-Locale-gettext/files patch-gettext.xs 
  Log:
  Update to version 1.03.
  
  Revision  Changes    Path
  1.16      +1 -2      ports/devel/p5-Locale-gettext/Makefile
  1.3       +2 -2      ports/devel/p5-Locale-gettext/distinfo
  1.2       +0 -10     ports/devel/p5-Locale-gettext/files/patch-gettext.xs (dead)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 07:03:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4606216A4CE; Fri, 15 Oct 2004 07:03:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2677343D31; Fri, 15 Oct 2004 07:03:40 +0000 (GMT)
	(envelope-from marck@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F73eYU069184;
	Fri, 15 Oct 2004 07:03:40 GMT
	(envelope-from marck@repoman.freebsd.org)
Received: (from marck@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F73eFe069183;
	Fri, 15 Oct 2004 07:03:40 GMT
	(envelope-from marck)
Message-Id: <200410150703.i9F73eFe069183@repoman.freebsd.org>
From: Dmitry Morozovsky 
Date: Fri, 15 Oct 2004 07:03:40 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/basics chapter.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 07:03:40 -0000

marck       2004-10-15 07:03:39 UTC

  FreeBSD doc repository

  Modified files:
    ru_RU.KOI8-R/books/handbook/basics chapter.sgml 
  Log:
  Remove doubled word.
  
  Submitted by:   pochtovaya@ukr.net
  Obtained from:  The FreeBSD Russian Documentation Project
  Approved by:    den (mentor)
  
  Revision  Changes    Path
  1.12      +1 -1      doc/ru_RU.KOI8-R/books/handbook/basics/chapter.sgml

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 07:18:53 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 95B3216A4CE; Fri, 15 Oct 2004 07:18:53 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6C77443D66; Fri, 15 Oct 2004 07:18:53 +0000 (GMT)
	(envelope-from sergei@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F7IrW6069773;
	Fri, 15 Oct 2004 07:18:53 GMT
	(envelope-from sergei@repoman.freebsd.org)
Received: (from sergei@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F7Ir78069772;
	Fri, 15 Oct 2004 07:18:53 GMT
	(envelope-from sergei)
Message-Id: <200410150718.i9F7Ir78069772@repoman.freebsd.org>
From: Sergei Kolobov 
Date: Fri, 15 Oct 2004 07:18:53 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/sysutils/cfvers Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 07:18:53 -0000

sergei      2004-10-15 07:18:53 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/cfvers      Makefile 
  Log:
  - Fix brekage caused by a typo in PYTHON_SITELIBDIR
  
  Reported by:    pointyhat via kris
  
  Revision  Changes    Path
  1.2       +1 -1      ports/sysutils/cfvers/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 07:39:22 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BC35616A4CE; Fri, 15 Oct 2004 07:39:22 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9C28343D49; Fri, 15 Oct 2004 07:39:22 +0000 (GMT)
	(envelope-from kuriyama@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F7dMJb070397;
	Fri, 15 Oct 2004 07:39:22 GMT
	(envelope-from kuriyama@repoman.freebsd.org)
Received: (from kuriyama@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F7dMsI070396;
	Fri, 15 Oct 2004 07:39:22 GMT
	(envelope-from kuriyama)
Message-Id: <200410150739.i9F7dMsI070396@repoman.freebsd.org>
From: Jun Kuriyama 
Date: Fri, 15 Oct 2004 07:39:22 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/comms/conserver-com Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 07:39:22 -0000

kuriyama    2004-10-15 07:39:22 UTC

  FreeBSD ports repository

  Modified files:
    comms/conserver-com  Makefile distinfo 
  Log:
  - Upgrade to 8.1.10 (various small fixes).
  - Use --with-openssl.
  
  Revision  Changes    Path
  1.26      +2 -2      ports/comms/conserver-com/Makefile
  1.17      +2 -2      ports/comms/conserver-com/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 07:48:24 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id ADCB116A4CE; Fri, 15 Oct 2004 07:48:24 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8DE5743D45; Fri, 15 Oct 2004 07:48:24 +0000 (GMT)
	(envelope-from clement@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F7mOPf070729;
	Fri, 15 Oct 2004 07:48:24 GMT
	(envelope-from clement@repoman.freebsd.org)
Received: (from clement@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F7mOS7070728;
	Fri, 15 Oct 2004 07:48:24 GMT
	(envelope-from clement)
Message-Id: <200410150748.i9F7mOS7070728@repoman.freebsd.org>
From: Clement Laforet 
Date: Fri, 15 Oct 2004 07:48:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/pwauth Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 07:48:24 -0000

clement     2004-10-15 07:48:24 UTC

  FreeBSD ports repository

  Modified files:
    security/pwauth      Makefile 
  Log:
  - pwauth must have a SUID bit
  
  Revision  Changes    Path
  1.2       +1 -0      ports/security/pwauth/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:03:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3960216A4CE; Fri, 15 Oct 2004 08:03:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 16E8643D31; Fri, 15 Oct 2004 08:03:01 +0000 (GMT)
	(envelope-from demon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F8304r071239;
	Fri, 15 Oct 2004 08:03:00 GMT
	(envelope-from demon@repoman.freebsd.org)
Received: (from demon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F830ON071238;
	Fri, 15 Oct 2004 08:03:00 GMT
	(envelope-from demon)
Message-Id: <200410150803.i9F830ON071238@repoman.freebsd.org>
From: Dmitry Sivachenko 
Date: Fri, 15 Oct 2004 08:03:00 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/memcheck Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:03:01 -0000

demon       2004-10-15 08:03:00 UTC

  FreeBSD ports repository

  Modified files:
    devel/memcheck       Makefile distinfo 
  Log:
  Update to version 0.1.4.
  
  Revision  Changes    Path
  1.5       +1 -2      ports/devel/memcheck/Makefile
  1.4       +2 -2      ports/devel/memcheck/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:08:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EB9A016A4CE; Fri, 15 Oct 2004 08:08:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E0A6C43D1D; Fri, 15 Oct 2004 08:08:01 +0000 (GMT)
	(envelope-from clive@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F881mS071470;
	Fri, 15 Oct 2004 08:08:01 GMT
	(envelope-from clive@repoman.freebsd.org)
Received: (from clive@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F881ZB071469;
	Fri, 15 Oct 2004 08:08:01 GMT
	(envelope-from clive)
Message-Id: <200410150808.i9F881ZB071469@repoman.freebsd.org>
From: Clive Lin 
Date: Fri, 15 Oct 2004 08:08:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/chinese/fcitx Makefile ports/chinese/fcitx/files
 patch-InputWindow.c patch-ui.c patch-xim.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:08:02 -0000

clive       2004-10-15 08:08:01 UTC

  FreeBSD ports repository

  Modified files:
    chinese/fcitx        Makefile 
  Added files:
    chinese/fcitx/files  patch-InputWindow.c patch-ui.c 
                         patch-xim.c 
  Log:
  Apply 64 bits cleanup so that it works on fantastic hardware.
  
  PR:             ports/72371
  Submitted by:   davidxu
  Approved by:    MAINTAINER
  
  Revision  Changes    Path
  1.12      +1 -1      ports/chinese/fcitx/Makefile
  1.1       +20 -0     ports/chinese/fcitx/files/patch-InputWindow.c (new)
  1.1       +38 -0     ports/chinese/fcitx/files/patch-ui.c (new)
  1.1       +11 -0     ports/chinese/fcitx/files/patch-xim.c (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:14:16 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 945FE16A4CE; Fri, 15 Oct 2004 08:14:16 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 88A7C43D31; Fri, 15 Oct 2004 08:14:16 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F8EG3Q071760;
	Fri, 15 Oct 2004 08:14:16 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F8EGpA071759;
	Fri, 15 Oct 2004 08:14:16 GMT
	(envelope-from tobez)
Message-Id: <200410150814.i9F8EGpA071759@repoman.freebsd.org>
From: Anton Berezin 
Date: Fri, 15 Oct 2004 08:14:16 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Text-Original
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:14:16 -0000

tobez       2004-10-15 08:14:16 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Text-Original Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  Add p5-Text-Original, a perl module to find original, non-quoted text in
  a message.
  
  Revision  Changes    Path
  1.753     +1 -0      ports/textproc/Makefile
  1.1       +29 -0     ports/textproc/p5-Text-Original/Makefile (new)
  1.1       +2 -0      ports/textproc/p5-Text-Original/distinfo (new)
  1.1       +3 -0      ports/textproc/p5-Text-Original/pkg-descr (new)
  1.1       +5 -0      ports/textproc/p5-Text-Original/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:14:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5F21B16A4CE; Fri, 15 Oct 2004 08:14:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 400E343D53; Fri, 15 Oct 2004 08:14:28 +0000 (GMT)
	(envelope-from tobez@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F8ESSC071806;
	Fri, 15 Oct 2004 08:14:28 GMT
	(envelope-from tobez@repoman.freebsd.org)
Received: (from tobez@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F8ESOA071805;
	Fri, 15 Oct 2004 08:14:28 GMT
	(envelope-from tobez)
Message-Id: <200410150814.i9F8ESOA071805@repoman.freebsd.org>
From: Anton Berezin 
Date: Fri, 15 Oct 2004 08:14:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:14:28 -0000

tobez       2004-10-15 08:14:28 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    p5-Text-Original --> ports/textproc/p5-Text-Original
  
  Revision  Changes    Path
  1.11163   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:22:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8169916A4CE; Fri, 15 Oct 2004 08:22:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 60FD843D53; Fri, 15 Oct 2004 08:22:37 +0000 (GMT)
	(envelope-from nyan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F8MbRm072046;
	Fri, 15 Oct 2004 08:22:37 GMT
	(envelope-from nyan@repoman.freebsd.org)
Received: (from nyan@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F8Mbxn072045;
	Fri, 15 Oct 2004 08:22:37 GMT
	(envelope-from nyan)
Message-Id: <200410150822.i9F8Mbxn072045@repoman.freebsd.org>
From: Takahashi Yoshihiro 
Date: Fri, 15 Oct 2004 08:22:37 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/pc98/pc98 sio.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:22:37 -0000

nyan        2004-10-15 08:22:37 UTC

  FreeBSD src repository

  Modified files:
    sys/pc98/pc98        sio.c 
  Log:
  Merged from sys/dev/sio/sio.c (Use generic tty code).
  
  Revision  Changes    Path
  1.231     +45 -90    src/sys/pc98/pc98/sio.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:38:10 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4A67516A4CE; Fri, 15 Oct 2004 08:38:10 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2B06843D3F; Fri, 15 Oct 2004 08:38:10 +0000 (GMT)
	(envelope-from clive@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F8cAUf072643;
	Fri, 15 Oct 2004 08:38:10 GMT
	(envelope-from clive@repoman.freebsd.org)
Received: (from clive@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F8cAMZ072642;
	Fri, 15 Oct 2004 08:38:10 GMT
	(envelope-from clive)
Message-Id: <200410150838.i9F8cAMZ072642@repoman.freebsd.org>
From: Clive Lin 
Date: Fri, 15 Oct 2004 08:38:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/nullmailer/files nullmail.sh
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:38:10 -0000

clive       2004-10-15 08:38:10 UTC

  FreeBSD ports repository

  Modified files:
    mail/nullmailer/files nullmail.sh 
  Log:
  Pipe stderr to logger(1) as well.
  
  Revision  Changes    Path
  1.6       +2 -2      ports/mail/nullmailer/files/nullmail.sh

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:42:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 10E2916A4CE; Fri, 15 Oct 2004 08:42:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E4E3543D48; Fri, 15 Oct 2004 08:42:26 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F8gQju072779;
	Fri, 15 Oct 2004 08:42:26 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F8gQf2072778;
	Fri, 15 Oct 2004 08:42:26 GMT
	(envelope-from rwatson)
Message-Id: <200410150842.i9F8gQf2072778@repoman.freebsd.org>
From: Robert Watson 
Date: Fri, 15 Oct 2004 08:42:26 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: www/en/releases/5.3R todo.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:42:27 -0000

rwatson     2004-10-15 08:42:26 UTC

  FreeBSD doc repository

  Modified files:
    en/releases/5.3R     todo.sgml 
  Log:
  Update some work items: specifically, most of the network tack bugs
  move from .wip to .untested as we wait for news that we fixed the
  problems.
  
  Revision  Changes    Path
  1.98      +19 -16    www/en/releases/5.3R/todo.sgml

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:44:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3C77016A4CE; Fri, 15 Oct 2004 08:44:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1C67343D1D; Fri, 15 Oct 2004 08:44:44 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F8ihpp072881;
	Fri, 15 Oct 2004 08:44:43 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F8ihQ9072880;
	Fri, 15 Oct 2004 08:44:43 GMT
	(envelope-from rwatson)
Message-Id: <200410150844.i9F8ihQ9072880@repoman.freebsd.org>
From: Robert Watson 
Date: Fri, 15 Oct 2004 08:44:43 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: www/en/releases/5.3R todo.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:44:44 -0000

rwatson     2004-10-15 08:44:43 UTC

  FreeBSD doc repository

  Modified files:
    en/releases/5.3R     todo.sgml 
  Log:
  Add an item regarding if_de driver behavior.  Mark as WIP, and owned by
  jmg and myself.
  
  Revision  Changes    Path
  1.99      +13 -2     www/en/releases/5.3R/todo.sgml

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:51:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B7F4B16A4CF; Fri, 15 Oct 2004 08:51:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 935CC43D46; Fri, 15 Oct 2004 08:51:12 +0000 (GMT)
	(envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F8pC9W079469;
	Fri, 15 Oct 2004 08:51:12 GMT
	(envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F8pCSJ079468;
	Fri, 15 Oct 2004 08:51:12 GMT
	(envelope-from ru)
Message-Id: <200410150851.i9F8pCSJ079468@repoman.freebsd.org>
From: Ruslan Ermilov 
Date: Fri, 15 Oct 2004 08:51:12 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/examples/etc make.conf src/share/man/man5
 make.conf.5
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:51:12 -0000

ru          2004-10-15 08:51:12 UTC

  FreeBSD src repository

  Modified files:
    share/examples/etc   make.conf 
    share/man/man5       make.conf.5 
  Log:
  Overdue removal of COMPAT* knobs.
  
  Revision  Changes    Path
  1.236     +0 -11     src/share/examples/etc/make.conf
  1.98      +1 -33     src/share/man/man5/make.conf.5

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 08:57:24 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CFB3616A4CE; Fri, 15 Oct 2004 08:57:24 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B02FA43D1F; Fri, 15 Oct 2004 08:57:24 +0000 (GMT)
	(envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F8vOnB079651;
	Fri, 15 Oct 2004 08:57:24 GMT
	(envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F8vOep079650;
	Fri, 15 Oct 2004 08:57:24 GMT
	(envelope-from ru)
Message-Id: <200410150857.i9F8vOep079650@repoman.freebsd.org>
From: Ruslan Ermilov 
Date: Fri, 15 Oct 2004 08:57:24 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/etc/mtree BSD.var.dist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 08:57:25 -0000

ru          2004-10-15 08:57:24 UTC

  FreeBSD src repository

  Modified files:
    etc/mtree            BSD.var.dist 
  Log:
  Remove a redundant "uname=root".
  
  Forgotten by:   dougb
  
  Revision  Changes    Path
  1.71      +1 -1      src/etc/mtree/BSD.var.dist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 09:03:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E8BDC16A4CE; Fri, 15 Oct 2004 09:03:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C69C043D54; Fri, 15 Oct 2004 09:03:07 +0000 (GMT)
	(envelope-from phk@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F937Rc079889;
	Fri, 15 Oct 2004 09:03:07 GMT
	(envelope-from phk@repoman.freebsd.org)
Received: (from phk@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F937QF079888;
	Fri, 15 Oct 2004 09:03:07 GMT
	(envelope-from phk)
Message-Id: <200410150903.i9F937QF079888@repoman.freebsd.org>
From: Poul-Henning Kamp 
Date: Fri, 15 Oct 2004 09:03:07 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/sys ttydefaults.h src/sys/kern tty.c tty_pty.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 09:03:08 -0000

phk         2004-10-15 09:03:07 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              ttydefaults.h 
    sys/kern             tty.c tty_pty.c 
  Log:
  Make pty's always come up in echo mode.
  
  Revision  Changes    Path
  1.238     +1 -1      src/sys/kern/tty.c
  1.132     +1 -1      src/sys/kern/tty_pty.c
  1.18      +1 -0      src/sys/sys/ttydefaults.h

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 09:31:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8F1DB16A4CE; Fri, 15 Oct 2004 09:31:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6ECB043D45; Fri, 15 Oct 2004 09:31:09 +0000 (GMT)
	(envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F9V9ZA080847;
	Fri, 15 Oct 2004 09:31:09 GMT
	(envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F9V9g5080846;
	Fri, 15 Oct 2004 09:31:09 GMT
	(envelope-from yar)
Message-Id: <200410150931.i9F9V9g5080846@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Fri, 15 Oct 2004 09:31:09 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/libexec/ftpd ftpd.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 09:31:09 -0000

yar         2004-10-15 09:31:09 UTC

  FreeBSD src repository

  Modified files:
    libexec/ftpd         ftpd.c 
  Log:
  Account for the fact that sendfile(2) may hit the end of file
  prematurely, e.g., if the file has been truncated by someone else.
  
  PR:             bin/72649
  Submitted by:   Oleg Koreshkov (portions)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.166     +12 -1     src/libexec/ftpd/ftpd.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 09:37:56 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 302EE16A4CF; Fri, 15 Oct 2004 09:37:56 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 004B543D1D; Fri, 15 Oct 2004 09:37:56 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F9btgY081132;
	Fri, 15 Oct 2004 09:37:55 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F9btPJ081131;
	Fri, 15 Oct 2004 09:37:55 GMT
	(envelope-from markus)
Message-Id: <200410150937.i9F9btPJ081131@repoman.freebsd.org>
From: Markus Brueffer 
Date: Fri, 15 Oct 2004 09:37:55 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/simicq Makefile pkg-plist
 ports/net/simicq/files patch-sim-api-fetch.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 09:37:56 -0000

markus      2004-10-15 09:37:55 UTC

  FreeBSD ports repository

  Modified files:
    net/simicq           Makefile pkg-plist 
  Added files:
    net/simicq/files     patch-sim-api-fetch.cpp 
  Log:
  Fix build if WITHOUT_SSL and WITHOUT_KDE are specified
  
  Reported by:    Eugene Ossintsev 
                  Peter Seipel 
  
  Revision  Changes    Path
  1.19      +5 -0      ports/net/simicq/Makefile
  1.1       +11 -0     ports/net/simicq/files/patch-sim-api-fetch.cpp (new)
  1.10      +1 -1      ports/net/simicq/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 09:38:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3CED116A4CE; Fri, 15 Oct 2004 09:38:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1D94643D31; Fri, 15 Oct 2004 09:38:14 +0000 (GMT)
	(envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F9cD5Z081171;
	Fri, 15 Oct 2004 09:38:14 GMT
	(envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F9cDkY081170;
	Fri, 15 Oct 2004 09:38:13 GMT
	(envelope-from yar)
Message-Id: <200410150938.i9F9cDkY081170@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Fri, 15 Oct 2004 09:38:13 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/libexec/ftpd ftpd.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 09:38:14 -0000

yar         2004-10-15 09:38:13 UTC

  FreeBSD src repository

  Modified files:
    libexec/ftpd         ftpd.c 
  Log:
  Clean-up around sendfile(): drop an excessive check for error condition.
  
  Revision  Changes    Path
  1.167     +2 -2      src/libexec/ftpd/ftpd.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 09:41:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4659216A4CE; Fri, 15 Oct 2004 09:41:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 24F6443D1F; Fri, 15 Oct 2004 09:41:20 +0000 (GMT)
	(envelope-from olgeni@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F9fKNS081333;
	Fri, 15 Oct 2004 09:41:20 GMT
	(envelope-from olgeni@repoman.freebsd.org)
Received: (from olgeni@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F9fJlm081332;
	Fri, 15 Oct 2004 09:41:19 GMT
	(envelope-from olgeni)
Message-Id: <200410150941.i9F9fJlm081332@repoman.freebsd.org>
From: Jimmy Olgeni 
Date: Fri, 15 Oct 2004 09:41:19 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/yaws Makefile distinfo ports/www/yaws/files
 patch-src_yaws__server.erl
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 09:41:20 -0000

olgeni      2004-10-15 09:41:19 UTC

  FreeBSD ports repository

  Modified files:
    www/yaws             Makefile distinfo 
  Removed files:
    www/yaws/files       patch-src_yaws__server.erl 
  Log:
  Upgrade to version 1.49.
  
  Revision  Changes    Path
  1.17      +1 -2      ports/www/yaws/Makefile
  1.6       +2 -2      ports/www/yaws/distinfo
  1.2       +0 -15     ports/www/yaws/files/patch-src_yaws__server.erl (dead)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 09:51:37 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7B28516A4CE; Fri, 15 Oct 2004 09:51:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5B94E43D46; Fri, 15 Oct 2004 09:51:37 +0000 (GMT)
	(envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F9pbZs081707;
	Fri, 15 Oct 2004 09:51:37 GMT
	(envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F9pbNJ081706;
	Fri, 15 Oct 2004 09:51:37 GMT
	(envelope-from yar)
Message-Id: <200410150951.i9F9pbNJ081706@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Fri, 15 Oct 2004 09:51:37 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/libexec/ftpd ftpd.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 09:51:37 -0000

yar         2004-10-15 09:51:37 UTC

  FreeBSD src repository

  Modified files:
    libexec/ftpd         ftpd.c 
  Log:
  We must not fall back to the old way (read-write)
  if sendfile() transferred some data before throwing
  a error condition because sendfile() won't move the
  file offset for read() to start from.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.168     +1 -1      src/libexec/ftpd/ftpd.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 09:56:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5E13E16A4CE; Fri, 15 Oct 2004 09:56:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3CD2B43D41; Fri, 15 Oct 2004 09:56:42 +0000 (GMT)
	(envelope-from scop@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F9ufmg081882;
	Fri, 15 Oct 2004 09:56:42 GMT
	(envelope-from scop@repoman.freebsd.org)
Received: (from scop@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F9ufmD081880;
	Fri, 15 Oct 2004 09:56:41 GMT
	(envelope-from scop)
Message-Id: <200410150956.i9F9ufmD081880@repoman.freebsd.org>
From: Ville Skyttä 
Date: Fri, 15 Oct 2004 09:56:41 +0000 (UTC)
To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: projects/cvsweb ChangeLog INSTALL NEWS cvsweb.cgi
 cvsweb.conf
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 09:56:42 -0000

scop        2004-10-15 09:56:41 UTC

  FreeBSD projects repository

  Modified files:
    cvsweb               ChangeLog INSTALL NEWS cvsweb.cgi 
                         cvsweb.conf 
  Log:
  $DEBUG: New configuration parameter for enabling more output to web server
  error log for troubleshooting.
  
  Revision  Changes    Path
  1.168     +5 -0      projects/cvsweb/ChangeLog
  1.32      +2 -1      projects/cvsweb/INSTALL
  1.32      +5 -0      projects/cvsweb/NEWS
  1.273     +5 -5      projects/cvsweb/cvsweb.cgi
  1.89      +6 -0      projects/cvsweb/cvsweb.conf

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 09:57:18 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E5AE516A4CE; Fri, 15 Oct 2004 09:57:18 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C559A43D3F; Fri, 15 Oct 2004 09:57:18 +0000 (GMT)
	(envelope-from scop@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F9vImN081939;
	Fri, 15 Oct 2004 09:57:18 GMT
	(envelope-from scop@repoman.freebsd.org)
Received: (from scop@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F9vIJ8081938;
	Fri, 15 Oct 2004 09:57:18 GMT
	(envelope-from scop)
Message-Id: <200410150957.i9F9vIJ8081938@repoman.freebsd.org>
From: Ville Skyttä 
Date: Fri, 15 Oct 2004 09:57:18 +0000 (UTC)
To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: projects/cvsweb ChangeLog
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 09:57:19 -0000

scop        2004-10-15 09:57:18 UTC

  FreeBSD projects repository

  Modified files:
    cvsweb               ChangeLog 
  Log:
  Fix email address in last entry.
  
  Revision  Changes    Path
  1.169     +1 -1      projects/cvsweb/ChangeLog

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 09:59:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3586C16A4CE; Fri, 15 Oct 2004 09:59:04 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 16C8D43D4C; Fri, 15 Oct 2004 09:59:04 +0000 (GMT)
	(envelope-from scop@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F9x3x3082025;
	Fri, 15 Oct 2004 09:59:03 GMT
	(envelope-from scop@repoman.freebsd.org)
Received: (from scop@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F9x3AL082024;
	Fri, 15 Oct 2004 09:59:03 GMT
	(envelope-from scop)
Message-Id: <200410150959.i9F9x3AL082024@repoman.freebsd.org>
From: Ville Skyttä 
Date: Fri, 15 Oct 2004 09:59:03 +0000 (UTC)
To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: projects/cvsweb INSTALL
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 09:59:04 -0000

scop        2004-10-15 09:59:03 UTC

  FreeBSD projects repository

  Modified files:
    cvsweb               INSTALL 
  Log:
  s/worry/pay attention to/ in upgrade instructions.
  
  Revision  Changes    Path
  1.33      +1 -1      projects/cvsweb/INSTALL

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 10:32:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7DF1316A4CE; Fri, 15 Oct 2004 10:32:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5CA9243D2D; Fri, 15 Oct 2004 10:32:09 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FAW9KT083046;
	Fri, 15 Oct 2004 10:32:09 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FAW9Zg083045;
	Fri, 15 Oct 2004 10:32:09 GMT
	(envelope-from edwin)
Message-Id: <200410151032.i9FAW9Zg083045@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Fri, 15 Oct 2004 10:32:09 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/sysutils/lire Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 10:32:09 -0000

edwin       2004-10-15 10:32:09 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/lire        Makefile distinfo pkg-plist 
  Log:
  Upgrade to Lire version 2.0.1
  
  Submitted by:   edwin@mavetju.org
  
  Revision  Changes    Path
  1.23      +127 -58   ports/sysutils/lire/Makefile
  1.5       +2 -2      ports/sysutils/lire/distinfo
  1.6       +164 -122  ports/sysutils/lire/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 10:38:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 49A5E16A4CE; Fri, 15 Oct 2004 10:38:04 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 297A743D2D; Fri, 15 Oct 2004 10:38:04 +0000 (GMT)
	(envelope-from scop@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FAc4Ie083290;
	Fri, 15 Oct 2004 10:38:04 GMT
	(envelope-from scop@repoman.freebsd.org)
Received: (from scop@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FAc3qr083289;
	Fri, 15 Oct 2004 10:38:03 GMT
	(envelope-from scop)
Message-Id: <200410151038.i9FAc3qr083289@repoman.freebsd.org>
From: Ville Skyttä 
Date: Fri, 15 Oct 2004 10:38:03 +0000 (UTC)
To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: projects/cvsweb ChangeLog cvsweb.cgi
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 10:38:04 -0000

scop        2004-10-15 10:38:03 UTC

  FreeBSD projects repository

  Modified files:
    cvsweb               ChangeLog cvsweb.cgi 
  Log:
  Support linking to log view's branch/tag anchors from the navigation header.
  
  Revision  Changes    Path
  1.170     +3 -0      projects/cvsweb/ChangeLog
  1.274     +11 -4     projects/cvsweb/cvsweb.cgi

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 11:06:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 52B1716A4CE; Fri, 15 Oct 2004 11:06:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3209143D55; Fri, 15 Oct 2004 11:06:59 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FB6xW3084144;
	Fri, 15 Oct 2004 11:06:59 GMT
	(envelope-from stefanf@repoman.freebsd.org)
Received: (from stefanf@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FB6xHa084143;
	Fri, 15 Oct 2004 11:06:59 GMT
	(envelope-from stefanf)
Message-Id: <200410151106.i9FB6xHa084143@repoman.freebsd.org>
From: Stefan Farfeleder 
Date: Fri, 15 Oct 2004 11:06:58 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/spirit Makefile ports/devel/spirit/files
 patch-libs::spirit::example::application::slex::lexer.hpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 11:06:59 -0000

stefanf     2004-10-15 11:06:58 UTC

  FreeBSD ports repository (src committer)

  Modified files:
    devel/spirit         Makefile 
  Added files:
    devel/spirit/files   
                         patch-libs::spirit::example::application::slex::lexer.hpp 
  Log:
  Unbreak on ${OSVERSION} >= 502126.
  
  Approved by:    edwin
  
  Revision  Changes    Path
  1.16      +0 -4      ports/devel/spirit/Makefile
  1.1       +20 -0     ports/devel/spirit/files/patch-libs::spirit::example::application::slex::lexer.hpp (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 11:31:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 21B9916A4CF; Fri, 15 Oct 2004 11:31:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 008F243D4C; Fri, 15 Oct 2004 11:31:33 +0000 (GMT)
	(envelope-from mat@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FBVWk5084881;
	Fri, 15 Oct 2004 11:31:32 GMT
	(envelope-from mat@repoman.freebsd.org)
Received: (from mat@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FBVWkY084880;
	Fri, 15 Oct 2004 11:31:32 GMT
	(envelope-from mat)
Message-Id: <200410151131.i9FBVWkY084880@repoman.freebsd.org>
From: Mathieu Arnold 
Date: Fri, 15 Oct 2004 11:31:32 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/databases/p5-DBD-Pg Makefile
 ports/databases/p5-DBD-Pg/files         patch-Makefile.PL
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 11:31:33 -0000

mat         2004-10-15 11:31:32 UTC

  FreeBSD ports repository

  Modified files:
    databases/p5-DBD-Pg  Makefile 
    databases/p5-DBD-Pg/files patch-Makefile.PL 
  Log:
  Make it work for perl 5.005_03
  
  Pointed out by: kris
  Pointy hat to:  fjoe
  
  Revision  Changes    Path
  1.58      +3 -0      ports/databases/p5-DBD-Pg/Makefile
  1.2       +14 -5     ports/databases/p5-DBD-Pg/files/patch-Makefile.PL

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 11:43:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2FA2616A4CE; Fri, 15 Oct 2004 11:43:26 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0E4D243D1F; Fri, 15 Oct 2004 11:43:26 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FBhP79085267;
	Fri, 15 Oct 2004 11:43:25 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FBhP3V085266;
	Fri, 15 Oct 2004 11:43:25 GMT
	(envelope-from pav)
Message-Id: <200410151143.i9FBhP3V085266@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 11:43:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/libsndfile
	Makefileports/audio/libsndfile/files patch-examples_sndfile-play.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 11:43:26 -0000

pav         2004-10-15 11:43:25 UTC

  FreeBSD ports repository

  Modified files:
    audio/libsndfile     Makefile 
  Added files:
    audio/libsndfile/files patch-examples_sndfile-play.c 
  Log:
  - Make sndfile-play work
  
  PR:             ports/72716
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.25      +1 -0      ports/audio/libsndfile/Makefile
  1.1       +29 -0     ports/audio/libsndfile/files/patch-examples_sndfile-play.c (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 11:48:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 38D4016A4CE; Fri, 15 Oct 2004 11:48:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1926B43D49; Fri, 15 Oct 2004 11:48:01 +0000 (GMT)
	(envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FBm0LL085419;
	Fri, 15 Oct 2004 11:48:00 GMT
	(envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FBm0q6085418;
	Fri, 15 Oct 2004 11:48:00 GMT
	(envelope-from ru)
Message-Id: <200410151148.i9FBm0q6085418@repoman.freebsd.org>
From: Ruslan Ermilov 
Date: Fri, 15 Oct 2004 11:48:00 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: www/en/donations donors.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 11:48:01 -0000

ru          2004-10-15 11:48:00 UTC

  FreeBSD doc repository

  Modified files:
    en/donations         donors.sgml 
  Log:
  Mark the battery for a laptop as received.  Sorry, but I just do not
  know the right word to express my level of gratitude to Daniel!  :-)
  
  Revision  Changes    Path
  1.218     +2 -1      www/en/donations/donors.sgml

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 11:48:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5F11F16A4E9; Fri, 15 Oct 2004 11:48:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3B09543D2F; Fri, 15 Oct 2004 11:48:02 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FBm2EH085448;
	Fri, 15 Oct 2004 11:48:02 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FBm2kN085447;
	Fri, 15 Oct 2004 11:48:02 GMT
	(envelope-from pav)
Message-Id: <200410151148.i9FBm2kN085447@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 11:48:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/postgrey Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 11:48:03 -0000

pav         2004-10-15 11:48:02 UTC

  FreeBSD ports repository

  Modified files:
    mail/postgrey        Makefile 
  Log:
  - Move BDB check to pre-extract to allow fetching without dependencies installed
  
  PR:             ports/72699
  Submitted by:   Ion-Mihai "IOnut" Tetcu 
  
  Revision  Changes    Path
  1.4       +1 -1      ports/mail/postgrey/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 12:12:16 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 39A4716A4CE; Fri, 15 Oct 2004 12:12:16 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0B40543D46; Fri, 15 Oct 2004 12:12:16 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FCCFWu086286;
	Fri, 15 Oct 2004 12:12:15 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FCCFTx086285;
	Fri, 15 Oct 2004 12:12:15 GMT
	(envelope-from edwin)
Message-Id: <200410151212.i9FCCFTx086285@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Fri, 15 Oct 2004 12:12:15 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia Makefile ports/multimedia/pvr250
 Makefile distinfo pkg-descr pkg-message pkg-plist
 patch-modules::cxm::cxm_iic::Makefilepatchtuner-ibroadcast ...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 12:12:16 -0000

edwin       2004-10-15 12:12:15 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/pvr250    Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    multimedia/pvr250/files patch-modules::cxm::cxm::Makefile 
                            patch-modules::cxm::cxm_iic::Makefile 
                            patchtuner-bgaustralia 
                            patchtuner-bgbroadcast 
                            patchtuner-ibroadcast 
                            patchtuner-lbroadcast 
                            patchtuner-usbroadcast 
                            patchtuner-uscable 
  Log:
  Submit a lkm for the cxm device, found in the Hauppauge PVR-250/350
  TV cards.
  
      This port contains:
  
      - Drivers for the Conexant MPEG-2 Codec driver which can be found
        on the Hauppauge PVR-250/350 TV cards.
        These drivers are (c) John Wehle 
  
        On FreeBSD 4.x, the device used is /dev/bktr0.
        On FreeBSD 5.x, the device used is /dev/cxm0
  
        This driver has been successfully tested on:
        - FreeBSD 4.10
        - FreeBSD 5.2.1
  
      - Two simple programs to modify some ioctls on the card: set the
        channel and set the window size.
  
      Note:
  
      - The configuration screen is only applicable for the the Philips
        FQ1216M tuner. For other tuners ignore this section. Select just
        one entry.
  
      - Note: the maintainer of this port has no inside knowledge of the
        workings of this software. Please don't contact me about cards
        which don't work. Please contact me about problems with the port,
        with possible enhancements, with success stories.
  
      Author: John Wehle 
  
  Submitted by:   edwin@mavetju.org
  
  Revision  Changes    Path
  1.82      +1 -0      ports/multimedia/Makefile
  1.1       +115 -0    ports/multimedia/pvr250/Makefile (new)
  1.1       +4 -0      ports/multimedia/pvr250/distinfo (new)
  1.1       +9 -0      ports/multimedia/pvr250/files/patch-modules::cxm::cxm::Makefile (new)
  1.1       +9 -0      ports/multimedia/pvr250/files/patch-modules::cxm::cxm_iic::Makefile (new)
  1.1       +11 -0     ports/multimedia/pvr250/files/patchtuner-bgaustralia (new)
  1.1       +11 -0     ports/multimedia/pvr250/files/patchtuner-bgbroadcast (new)
  1.1       +11 -0     ports/multimedia/pvr250/files/patchtuner-ibroadcast (new)
  1.1       +11 -0     ports/multimedia/pvr250/files/patchtuner-lbroadcast (new)
  1.1       +11 -0     ports/multimedia/pvr250/files/patchtuner-usbroadcast (new)
  1.1       +11 -0     ports/multimedia/pvr250/files/patchtuner-uscable (new)
  1.1       +28 -0     ports/multimedia/pvr250/pkg-descr (new)
  1.1       +29 -0     ports/multimedia/pvr250/pkg-message (new)
  1.1       +2 -0      ports/multimedia/pvr250/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 12:12:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 29AC616A4CE; Fri, 15 Oct 2004 12:12:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0A96543D1D; Fri, 15 Oct 2004 12:12:31 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FCCUZ2086332;
	Fri, 15 Oct 2004 12:12:30 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FCCUcI086331;
	Fri, 15 Oct 2004 12:12:30 GMT
	(envelope-from edwin)
Message-Id: <200410151212.i9FCCUcI086331@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Fri, 15 Oct 2004 12:12:30 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 12:12:31 -0000

edwin       2004-10-15 12:12:30 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    pvr250 --> ports/multimedia/pvr250
  
  Revision  Changes    Path
  1.11164   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 12:13:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9341716A4CF; Fri, 15 Oct 2004 12:13:38 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 714D343D53; Fri, 15 Oct 2004 12:13:38 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FCDcFK086451;
	Fri, 15 Oct 2004 12:13:38 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FCDcXU086450;
	Fri, 15 Oct 2004 12:13:38 GMT
	(envelope-from pav)
Message-Id: <200410151213.i9FCDcXU086450@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 12:13:38 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/oops Makefile ports/www/oops/files
 patch-src_modules_redir.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 12:13:38 -0000

pav         2004-10-15 12:13:38 UTC

  FreeBSD ports repository

  Modified files:
    www/oops             Makefile 
  Added files:
    www/oops/files       patch-src_modules_redir.c 
  Log:
  - Fix for multiple redir modules
  
  PR:             ports/72710
  Submitted by:   marck (maintainer)
  Obtained from:  author
  
  Revision  Changes    Path
  1.33      +1 -1      ports/www/oops/Makefile
  1.1       +19 -0     ports/www/oops/files/patch-src_modules_redir.c (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 12:28:55 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2806716A4CE; Fri, 15 Oct 2004 12:28:55 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 06FA443D39; Fri, 15 Oct 2004 12:28:55 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FCSsl8086924;
	Fri, 15 Oct 2004 12:28:54 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FCSs4o086923;
	Fri, 15 Oct 2004 12:28:54 GMT
	(envelope-from pav)
Message-Id: <200410151228.i9FCSs4o086923@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 12:28:54 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/spamass-rules_du_jour pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 12:28:55 -0000

pav         2004-10-15 12:28:54 UTC

  FreeBSD ports repository

  Modified files:
    mail/spamass-rules_du_jour pkg-descr 
  Log:
  - Update WWW
  
  PR:             ports/72696
  Submitted by:   Michael Ranner  (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -1      ports/mail/spamass-rules_du_jour/pkg-descr

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 12:29:16 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E68FB16A4CE; Fri, 15 Oct 2004 12:29:16 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C6D2443D1D; Fri, 15 Oct 2004 12:29:16 +0000 (GMT)
	(envelope-from wilko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FCTGfv086957;
	Fri, 15 Oct 2004 12:29:16 GMT
	(envelope-from wilko@repoman.freebsd.org)
Received: (from wilko@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FCTGhI086956;
	Fri, 15 Oct 2004 12:29:16 GMT
	(envelope-from wilko)
Message-Id: <200410151229.i9FCTGhI086956@repoman.freebsd.org>
From: Wilko Bulte 
Date: Fri, 15 Oct 2004 12:29:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT access
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 12:29:17 -0000

wilko       2004-10-15 12:29:16 UTC

  FreeBSD src repository

  Modified files:
    .                    access 
  Log:
  dan@ has requested core to take his commit bit into safekeeping.
  
  With hat: core-secretary
  
  Revision  Changes    Path
  1.680     +0 -1      CVSROOT/access

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 12:50:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0AB7516A4D2; Fri, 15 Oct 2004 12:50:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C26AE43D48; Fri, 15 Oct 2004 12:50:05 +0000 (GMT)
	(envelope-from trhodes@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FCo5FF093876;
	Fri, 15 Oct 2004 12:50:05 GMT
	(envelope-from trhodes@repoman.freebsd.org)
Received: (from trhodes@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FCo5oQ093875;
	Fri, 15 Oct 2004 12:50:05 GMT
	(envelope-from trhodes)
Message-Id: <200410151250.i9FCo5oQ093875@repoman.freebsd.org>
From: Tom Rhodes 
Date: Fri, 15 Oct 2004 12:50:05 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/contrib/amd/fsinfo fsinfo.8
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 12:50:25 -0000

trhodes     2004-10-15 12:50:05 UTC

  FreeBSD src repository

  Modified files:
    contrib/amd/fsinfo   fsinfo.8 
  Log:
  Use .Xr in place of .I for Xref's.
  
  PR:             71730
  Submitted by:   Gavin Atkinson  (original patch)
  Commit ok:      mbr (through GNATS PR)
  
  Revision  Changes    Path
  1.11      +2 -3      src/contrib/amd/fsinfo/fsinfo.8

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 13:50:21 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AF2D316A4CE; Fri, 15 Oct 2004 13:50:21 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8CFDB43D2F; Fri, 15 Oct 2004 13:50:21 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FDoL9a095601;
	Fri, 15 Oct 2004 13:50:21 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FDoL3U095600;
	Fri, 15 Oct 2004 13:50:21 GMT
	(envelope-from pav)
Message-Id: <200410151350.i9FDoL3U095600@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 13:50:21 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/spamass-milter Makefile
 ports/mail/spamass-milter/files         patch-spamass-milter.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 13:50:21 -0000

pav         2004-10-15 13:50:21 UTC

  FreeBSD ports repository

  Modified files:
    mail/spamass-milter  Makefile 
    mail/spamass-milter/files patch-spamass-milter.cpp 
  Log:
  - Plug two problems related to spamassassin 3.0:
  
      - #10488    Milter adding blank line with Spamassassin-3.0.0
      - #10531    reject with SA 3.0.0
  
  PR:             ports/72591
  Submitted by:   ume
  
  Revision  Changes    Path
  1.16      +1 -1      ports/mail/spamass-milter/Makefile
  1.6       +22 -2     ports/mail/spamass-milter/files/patch-spamass-milter.cpp

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 13:51:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1CD4316A4D1; Fri, 15 Oct 2004 13:51:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F0E1043D5C; Fri, 15 Oct 2004 13:51:01 +0000 (GMT)
	(envelope-from den@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FDp1f6095675;
	Fri, 15 Oct 2004 13:51:01 GMT
	(envelope-from den@repoman.freebsd.org)
Received: (from den@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FDp1Fk095674;
	Fri, 15 Oct 2004 13:51:01 GMT
	(envelope-from den)
Message-Id: <200410151351.i9FDp1Fk095674@repoman.freebsd.org>
From: Denis Peplin 
Date: Fri, 15 Oct 2004 13:51:01 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers
	chapter.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 13:51:02 -0000

den         2004-10-15 13:51:01 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/network-servers chapter.sgml 
  Log:
  Obtain some information from inetd(8) to fix initial "inetd" description.
  
  Reviewed by:    keramida, trhodes.
  
  Revision  Changes    Path
  1.32      +5 -5      doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 13:53:53 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3A97116A4CE; Fri, 15 Oct 2004 13:53:53 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1965A43D54; Fri, 15 Oct 2004 13:53:53 +0000 (GMT)
	(envelope-from den@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FDrqBT095763;
	Fri, 15 Oct 2004 13:53:52 GMT
	(envelope-from den@repoman.freebsd.org)
Received: (from den@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FDrq26095762;
	Fri, 15 Oct 2004 13:53:52 GMT
	(envelope-from den)
Message-Id: <200410151353.i9FDrq26095762@repoman.freebsd.org>
From: Denis Peplin 
Date: Fri, 15 Oct 2004 13:53:52 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: 
	cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 13:53:53 -0000

den         2004-10-15 13:53:52 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/security chapter.sgml 
  Log:
  Add note about "daemon" term to "tcpwrappers" section.
  
  Rewritten by:   keramida
  Reviewed by:    trhodes
  
  Revision  Changes    Path
  1.229     +6 -0      doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 13:54:41 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 821E116A4CE; Fri, 15 Oct 2004 13:54:41 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6281943D31; Fri, 15 Oct 2004 13:54:41 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FDsfc2095805;
	Fri, 15 Oct 2004 13:54:41 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FDsfYf095804;
	Fri, 15 Oct 2004 13:54:41 GMT
	(envelope-from pav)
Message-Id: <200410151354.i9FDsfYf095804@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 13:54:41 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/rt32 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 13:54:41 -0000

pav         2004-10-15 13:54:41 UTC

  FreeBSD ports repository

  Modified files:
    www/rt32             Makefile 
  Log:
  - Add SQL authentization to upgrade process
  
  PR:             ports/72708
  Submitted by:   Brent B. Powers 
  Approved by:    Autrijus Tang  (maintainer)
  
  Revision  Changes    Path
  1.43      +3 -3      ports/www/rt32/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 14:45:11 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8E9EA16A4CF; Fri, 15 Oct 2004 14:45:11 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6C66F43D6D; Fri, 15 Oct 2004 14:45:11 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FEjB2v097325;
	Fri, 15 Oct 2004 14:45:11 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FEjBY0097324;
	Fri, 15 Oct 2004 14:45:11 GMT
	(envelope-from pav)
Message-Id: <200410151445.i9FEjBY0097324@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 14:45:11 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/photo_gallery Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 14:45:11 -0000

pav         2004-10-15 14:45:11 UTC

  FreeBSD ports repository

  Modified files:
    www/photo_gallery    Makefile distinfo pkg-plist 
  Log:
  - Update to 1.5
  
  PR:             ports/72712
  Submitted by:   Bob Bomar  (maintainer)
  
  Revision  Changes    Path
  1.3       +5 -5      ports/www/photo_gallery/Makefile
  1.3       +2 -2      ports/www/photo_gallery/distinfo
  1.2       +5 -6      ports/www/photo_gallery/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 15:05:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6F6AC16A4CE; Fri, 15 Oct 2004 15:05:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4ED8543D46; Fri, 15 Oct 2004 15:05:25 +0000 (GMT)
	(envelope-from perky@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FF5P1U097927;
	Fri, 15 Oct 2004 15:05:25 GMT
	(envelope-from perky@repoman.freebsd.org)
Received: (from perky@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FF5Ppn097926;
	Fri, 15 Oct 2004 15:05:25 GMT
	(envelope-from perky)
Message-Id: <200410151505.i9FF5Ppn097926@repoman.freebsd.org>
From: Hye-Shik Chang 
Date: Fri, 15 Oct 2004 15:05:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/databases/py-bsddb3 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 15:05:25 -0000

perky       2004-10-15 15:05:24 UTC

  FreeBSD ports repository

  Modified files:
    databases/py-bsddb3  Makefile 
  Log:
  Fix build
  
  PR:             72133
  Submitted by:   ume
  Reviewed by:    thierry
  
  Revision  Changes    Path
  1.17      +3 -4      ports/databases/py-bsddb3/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 15:12:29 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 18C5A16A4CF; Fri, 15 Oct 2004 15:12:29 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EC3AD43D39; Fri, 15 Oct 2004 15:12:28 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FFCS4c098189;
	Fri, 15 Oct 2004 15:12:28 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FFCSaB098188;
	Fri, 15 Oct 2004 15:12:28 GMT
	(envelope-from pav)
Message-Id: <200410151512.i9FFCSaB098188@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 15:12:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/vm Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 15:12:29 -0000

pav         2004-10-15 15:12:28 UTC

  FreeBSD ports repository

  Modified files:
    mail/vm              Makefile distinfo 
  Log:
  - Update to 7.19
  
  PR:             ports/72690
  Submitted by:   Olivier Tharan  (maintainer)
  
  Revision  Changes    Path
  1.12      +3 -2      ports/mail/vm/Makefile
  1.13      +2 -2      ports/mail/vm/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 15:20:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0AA7016A4CE; Fri, 15 Oct 2004 15:20:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C981643D45; Fri, 15 Oct 2004 15:20:19 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FFKJNG098462;
	Fri, 15 Oct 2004 15:20:19 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FFKJm8098461;
	Fri, 15 Oct 2004 15:20:19 GMT
	(envelope-from pav)
Message-Id: <200410151520.i9FFKJm8098461@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 15:20:19 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/ccache/files pkg-message.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 15:20:20 -0000

pav         2004-10-15 15:20:19 UTC

  FreeBSD ports repository

  Modified files:
    devel/ccache/files   pkg-message.in 
  Log:
  - Reword pkg-message
  
  PR:             ports/72724
  Submitted by:   Michael Johnson  (maintainer)
  
  Revision  Changes    Path
  1.2       +6 -6      ports/devel/ccache/files/pkg-message.in

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 15:44:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 589B516A4CE; Fri, 15 Oct 2004 15:44:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4A1C243D5D; Fri, 15 Oct 2004 15:44:31 +0000 (GMT)
	(envelope-from sergei@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FFiVq6099316;
	Fri, 15 Oct 2004 15:44:31 GMT
	(envelope-from sergei@repoman.freebsd.org)
Received: (from sergei@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FFiVkh099315;
	Fri, 15 Oct 2004 15:44:31 GMT
	(envelope-from sergei)
Message-Id: <200410151544.i9FFiVkh099315@repoman.freebsd.org>
From: Sergei Kolobov 
Date: Fri, 15 Oct 2004 15:44:31 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/mailscanner Makefile distinfo pkg-plist
 patch-docs:man:MailScanner.8.htmlpatch-docs:man:MailScanner.conf.5.html
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 15:44:31 -0000

sergei      2004-10-15 15:44:31 UTC

  FreeBSD ports repository

  Modified files:
    mail/mailscanner     Makefile distinfo pkg-plist 
    mail/mailscanner/files patch-docs:man:MailScanner.8 
                           patch-docs:man:MailScanner.conf.5 
  Added files:
    mail/mailscanner/files patch-docs:man:MailScanner.8.html 
                           patch-docs:man:MailScanner.conf.5.html 
  Log:
  - Update to 4.34.8
  - While I'm here: sort pkg-plist
  
  PR:             ports/72734
  Submitted by:   Jan-Peter Koopmann (maintainer)
  
  Revision  Changes    Path
  1.25      +11 -4     ports/mail/mailscanner/Makefile
  1.16      +2 -2      ports/mail/mailscanner/distinfo
  1.14      +3 -3      ports/mail/mailscanner/files/patch-docs:man:MailScanner.8
  1.8       +9 -0      ports/mail/mailscanner/files/patch-docs:man:MailScanner.8.html (new)
  1.14      +76 -3     ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5
  1.11      +129 -0    ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html (new)
  1.15      +50 -40    ports/mail/mailscanner/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 15:47:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CD45516A4CE; Fri, 15 Oct 2004 15:47:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BCE3E43D55; Fri, 15 Oct 2004 15:47:27 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FFlRJX099555;
	Fri, 15 Oct 2004 15:47:27 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FFlRFx099554;
	Fri, 15 Oct 2004 15:47:27 GMT
	(envelope-from pav)
Message-Id: <200410151547.i9FFlRFx099554@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 15:47:27 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net Makefile ports/net/siproxd Makefile distinfo
 pkg-deinstall pkg-descr pkg-install pkg-plistpatch-src_siproxd.c
 patch-src_utils.c siproxd.sh
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 15:47:27 -0000

pav         2004-10-15 15:47:27 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/siproxd          Makefile distinfo pkg-deinstall pkg-descr 
                         pkg-install pkg-plist 
    net/siproxd/files    patch-doc_siproxd.conf.example 
                         patch-src_siproxd.c patch-src_utils.c 
                         siproxd.sh 
  Log:
  Add siproxd, a proxy/masquerading daemon for the SIP protocol.
  It handles registrations of SIP clients on a private IP network
  and performs rewriting of the SIP message bodies to make SIP
  connections possible via a masquerading firewall.
  It allows SIP clients (like kphone, linphone) to work behind
  an IP masquerading firewall or router.
  
  PR:             ports/72691
  Submitted by:   Frank W. Josellis 
  
  Revision  Changes    Path
  1.1361    +1 -0      ports/net/Makefile
  1.1       +46 -0     ports/net/siproxd/Makefile (new)
  1.1       +2 -0      ports/net/siproxd/distinfo (new)
  1.1       +37 -0     ports/net/siproxd/files/patch-doc_siproxd.conf.example (new)
  1.1       +18 -0     ports/net/siproxd/files/patch-src_siproxd.c (new)
  1.1       +18 -0     ports/net/siproxd/files/patch-src_utils.c (new)
  1.1       +42 -0     ports/net/siproxd/files/siproxd.sh (new)
  1.1       +12 -0     ports/net/siproxd/pkg-deinstall (new)
  1.1       +8 -0      ports/net/siproxd/pkg-descr (new)
  1.1       +17 -0     ports/net/siproxd/pkg-install (new)
  1.1       +9 -0      ports/net/siproxd/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 15:48:19 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CBD7416A4CF; Fri, 15 Oct 2004 15:48:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A751043D5D; Fri, 15 Oct 2004 15:48:19 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FFmJqO099599;
	Fri, 15 Oct 2004 15:48:19 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FFmJXR099598;
	Fri, 15 Oct 2004 15:48:19 GMT
	(envelope-from pav)
Message-Id: <200410151548.i9FFmJXR099598@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 15:48:19 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 15:48:19 -0000

pav         2004-10-15 15:48:19 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    siproxd --> ports/net/siproxd
  
  Revision  Changes    Path
  1.11165   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 15:59:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7FC9C16A4CE; Fri, 15 Oct 2004 15:59:26 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5FFAF43D48; Fri, 15 Oct 2004 15:59:26 +0000 (GMT)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FFxQ0i099972;
	Fri, 15 Oct 2004 15:59:26 GMT
	(envelope-from kensmith@repoman.freebsd.org)
Received: (from kensmith@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FFxQqe099971;
	Fri, 15 Oct 2004 15:59:26 GMT
	(envelope-from kensmith)
Message-Id: <200410151559.i9FFxQqe099971@repoman.freebsd.org>
From: Ken Smith 
Date: Fri, 15 Oct 2004 15:59:26 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 15:59:26 -0000

kensmith    2004-10-15 15:59:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.sbin/boot0cfg    boot0cfg.c 
  Log:
  MFC of v1.18, from that log entry:
  
  > date: 2004/09/14 21:58:30;  author: tegge;  state: Exp;  lines: +1 -1
  > Correct polarity of packet mode bit.
  >
  > Problem discovered when 'boot0cfg -B -v -o packet -s 2 ad4' turned off
  > packet mode while reporting it as being enabled.
  
  Reviewed by:    tegge
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.17.2.1  +1 -1      src/usr.sbin/boot0cfg/boot0cfg.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 16:02:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 830B616A4CE; Fri, 15 Oct 2004 16:02:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 630E643D39; Fri, 15 Oct 2004 16:02:43 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FG2huu000265;
	Fri, 15 Oct 2004 16:02:43 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FG2hYj000264;
	Fri, 15 Oct 2004 16:02:43 GMT
	(envelope-from njl)
Message-Id: <200410151602.i9FG2hYj000264@repoman.freebsd.org>
From: Nate Lawson 
Date: Fri, 15 Oct 2004 16:02:43 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/dev/acpica acpi.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 16:02:43 -0000

njl         2004-10-15 16:02:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/acpica       acpi.c 
  Log:
  MFC: Print flags options for acpi devices.
  
  * Note, previous commit message should have been:
  Set device description for devices that attach via isa_pnp_probe().
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.186.2.5  +2 -0      src/sys/dev/acpica/acpi.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 16:03:19 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 61A8816A4CE; Fri, 15 Oct 2004 16:03:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 429BA43D5A; Fri, 15 Oct 2004 16:03:19 +0000 (GMT)
	(envelope-from njl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FG3JUV000310;
	Fri, 15 Oct 2004 16:03:19 GMT
	(envelope-from njl@repoman.freebsd.org)
Received: (from njl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FG3JNc000309;
	Fri, 15 Oct 2004 16:03:19 GMT
	(envelope-from njl)
Message-Id: <200410151603.i9FG3JNc000309@repoman.freebsd.org>
From: Nate Lawson 
Date: Fri, 15 Oct 2004 16:03:19 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/kern subr_bus.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 16:03:19 -0000

njl         2004-10-15 16:03:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             subr_bus.c 
  Log:
  MFC: Set device flags before probing.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.156.2.2  +12 -0     src/sys/kern/subr_bus.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 16:17:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D7E4216A4CE; Fri, 15 Oct 2004 16:17:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CB12243D5F; Fri, 15 Oct 2004 16:17:23 +0000 (GMT)
	(envelope-from sergei@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FGHNnv000839;
	Fri, 15 Oct 2004 16:17:23 GMT
	(envelope-from sergei@repoman.freebsd.org)
Received: (from sergei@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FGHNm9000838;
	Fri, 15 Oct 2004 16:17:23 GMT
	(envelope-from sergei)
Message-Id: <200410151617.i9FGHNm9000838@repoman.freebsd.org>
From: Sergei Kolobov 
Date: Fri, 15 Oct 2004 16:17:23 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/comms/scmxx Makefile distinfo pkg-plist
 ports/comms/scmxx/files patch-src_charsets_ucs4__dec.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 16:17:24 -0000

sergei      2004-10-15 16:17:23 UTC

  FreeBSD ports repository

  Modified files:
    comms/scmxx          Makefile distinfo pkg-plist 
    comms/scmxx/files    patch-src_charsets_ucs4__dec.c 
  Log:
  - Update to 0.7.4:
    - Added German and Russian translations
    - Configuration file changes
  
  PR:             ports/72735
  Submitted by:   Janos Mohacsi (maintainer)
  
  While I'm here:
  - Move examples installation out of NOPORTDOCS check
  - Add CONFIGURE_TARGET to silense configure warning
  - Minor Makefile tweaks
  
  Revision  Changes    Path
  1.16      +11 -10    ports/comms/scmxx/Makefile
  1.14      +2 -2      ports/comms/scmxx/distinfo
  1.2       +7 -7      ports/comms/scmxx/files/patch-src_charsets_ucs4__dec.c
  1.4       +7 -5      ports/comms/scmxx/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 16:22:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3C55B16A4DA; Fri, 15 Oct 2004 16:22:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1B15B43D4C; Fri, 15 Oct 2004 16:22:31 +0000 (GMT)
	(envelope-from dds@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FGMUbi000997;
	Fri, 15 Oct 2004 16:22:30 GMT
	(envelope-from dds@repoman.freebsd.org)
Received: (from dds@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FGMU91000996;
	Fri, 15 Oct 2004 16:22:30 GMT
	(envelope-from dds)
Message-Id: <200410151622.i9FGMU91000996@repoman.freebsd.org>
From: Diomidis Spinellis 
Date: Fri, 15 Oct 2004 16:22:30 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Subject: cvs commit: src/sys/i386/isa pbio.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 16:22:31 -0000

dds         2004-10-15 16:22:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/i386/isa         pbio.c 
  Log:
  MFC changes 1.4 (imp - newbus) and 1.3 (obrien - style)
  
  OK'd by: imp
  
  Revision  Changes    Path
  1.1.2.2   +122 -117  src/sys/i386/isa/pbio.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 16:26:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DCFB716A4CE; Fri, 15 Oct 2004 16:26:46 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BCB2A43D45; Fri, 15 Oct 2004 16:26:46 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FGQkkw001148;
	Fri, 15 Oct 2004 16:26:46 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FGQkmu001147;
	Fri, 15 Oct 2004 16:26:46 GMT
	(envelope-from pav)
Message-Id: <200410151626.i9FGQkmu001147@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 16:26:46 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/portsentry Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 16:26:47 -0000

pav         2004-10-15 16:26:46 UTC

  FreeBSD ports repository

  Modified files:
    security/portsentry  Makefile pkg-plist 
  Log:
  - Don't clobber portsentry.ignore on upgrade
  
  PR:             ports/72689
  Requested by:   Alex de Kruijff 
  
  Revision  Changes    Path
  1.21      +1 -1      ports/security/portsentry/Makefile
  1.7       +3 -1      ports/security/portsentry/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 16:35:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E8F3716A4CE; Fri, 15 Oct 2004 16:35:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B3E6C43D53; Fri, 15 Oct 2004 16:35:45 +0000 (GMT)
	(envelope-from vanilla@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FGZjCk001506;
	Fri, 15 Oct 2004 16:35:45 GMT
	(envelope-from vanilla@repoman.freebsd.org)
Received: (from vanilla@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FGZjuk001505;
	Fri, 15 Oct 2004 16:35:45 GMT
	(envelope-from vanilla)
Message-Id: <200410151635.i9FGZjuk001505@repoman.freebsd.org>
From: "Vanilla I. Shu" 
Date: Fri, 15 Oct 2004 16:35:45 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/databases/p5-DBI Makefile distinfo pkg-plist
 ports/databases/p5-DBI/files patch-Makefile.PL
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 16:35:46 -0000

vanilla     2004-10-15 16:35:45 UTC

  FreeBSD ports repository

  Modified files:
    databases/p5-DBI     Makefile distinfo pkg-plist 
    databases/p5-DBI/files patch-Makefile.PL 
  Log:
  Upgrade to 1.45, and reset MAINTAINER to perl@
  
  PR:             ports/72729
  Submitted by:   mat@
  
  Revision  Changes    Path
  1.56      +3 -3      ports/databases/p5-DBI/Makefile
  1.30      +2 -2      ports/databases/p5-DBI/distinfo
  1.2       +13 -3     ports/databases/p5-DBI/files/patch-Makefile.PL
  1.27      +2 -0      ports/databases/p5-DBI/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 16:41:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 36DA116A4CE; Fri, 15 Oct 2004 16:41:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2B92543D1D; Fri, 15 Oct 2004 16:41:50 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FGfomA001724;
	Fri, 15 Oct 2004 16:41:50 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FGfoYB001723;
	Fri, 15 Oct 2004 16:41:50 GMT
	(envelope-from pav)
Message-Id: <200410151641.i9FGfoYB001723@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 16:41:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/py-flowtools
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 16:41:50 -0000

pav         2004-10-15 16:41:50 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/py-flowtools Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-flowtools, an extension module gives you a simple python interface
  to NetFlow data as stored by Mark Fullmer's flow-tools package.
  
  PR:             ports/72684
  Submitted by:   Roman Bogorodskiy 
  
  Revision  Changes    Path
  1.29      +1 -0      ports/net-mgmt/Makefile
  1.1       +24 -0     ports/net-mgmt/py-flowtools/Makefile (new)
  1.1       +2 -0      ports/net-mgmt/py-flowtools/distinfo (new)
  1.1       +10 -0     ports/net-mgmt/py-flowtools/pkg-descr (new)
  1.1       +1 -0      ports/net-mgmt/py-flowtools/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 16:43:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 556FA16A4CE; Fri, 15 Oct 2004 16:43:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3576343D31; Fri, 15 Oct 2004 16:43:07 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FGh7R8001794;
	Fri, 15 Oct 2004 16:43:07 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FGh7GP001793;
	Fri, 15 Oct 2004 16:43:07 GMT
	(envelope-from pav)
Message-Id: <200410151643.i9FGh7GP001793@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 16:43:07 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 16:43:07 -0000

pav         2004-10-15 16:43:07 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    py-flowtools --> ports/net-mgmt/py-flowtools
  
  Revision  Changes    Path
  1.11166   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 17:17:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C532D16A4CE; Fri, 15 Oct 2004 17:17:48 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A3CCA43D31; Fri, 15 Oct 2004 17:17:48 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FHHmsv009505;
	Fri, 15 Oct 2004 17:17:48 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FHHmME009504;
	Fri, 15 Oct 2004 17:17:48 GMT
	(envelope-from markus)
Message-Id: <200410151717.i9FHHmME009504@repoman.freebsd.org>
From: Markus Brueffer 
Date: Fri, 15 Oct 2004 17:17:48 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/comms/cutecom Makefile distinfo
 ports/comms/cutecom/files patch-qcppdialogimpl.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 17:17:48 -0000

markus      2004-10-15 17:17:48 UTC

  FreeBSD ports repository

  Modified files:
    comms/cutecom        Makefile distinfo 
    comms/cutecom/files  patch-qcppdialogimpl.cpp 
  Log:
  Update to version 0.11.0
  
  Revision  Changes    Path
  1.3       +2 -1      ports/comms/cutecom/Makefile
  1.3       +2 -2      ports/comms/cutecom/distinfo
  1.3       +23 -5     ports/comms/cutecom/files/patch-qcppdialogimpl.cpp

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 17:27:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 416C716A4D1; Fri, 15 Oct 2004 17:27:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F2BC943D53; Fri, 15 Oct 2004 17:27:01 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FHR1Jb009753;
	Fri, 15 Oct 2004 17:27:01 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FHR1OS009752;
	Fri, 15 Oct 2004 17:27:01 GMT
	(envelope-from marcus)
Message-Id: <200410151727.i9FHR1OS009752@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Fri, 15 Oct 2004 17:27:01 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/games/gcompris2 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 17:27:02 -0000

marcus      2004-10-15 17:27:01 UTC

  FreeBSD ports repository

  Modified files:
    games/gcompris2      Makefile 
  Log:
  Remove lthack, and add intlhack to fix the build on 4.X.
  
  Reported by:    pointyhat via kris
  
  Revision  Changes    Path
  1.41      +1 -1      ports/games/gcompris2/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 17:32:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 74FAE16A4CE; Fri, 15 Oct 2004 17:32:46 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 452E843D2D; Fri, 15 Oct 2004 17:32:46 +0000 (GMT)
	(envelope-from ade@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FHWkBb010320;
	Fri, 15 Oct 2004 17:32:46 GMT
	(envelope-from ade@repoman.freebsd.org)
Received: (from ade@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FHWkDb010319;
	Fri, 15 Oct 2004 17:32:46 GMT
	(envelope-from ade)
Message-Id: <200410151732.i9FHWkDb010319@repoman.freebsd.org>
From: Ade Lovett 
Date: Fri, 15 Oct 2004 17:32:46 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules ports/audio/gspeakers Makefile
 ports/deskutils/multisync Makefile ports/devel Makefile
 ports/devel/apr Makefile ports/devel/automake18 Makefile distinfo...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 17:32:46 -0000

ade         2004-10-15 17:32:46 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
    audio/gspeakers      Makefile 
    deskutils/multisync  Makefile 
    devel                Makefile 
    devel/apr            Makefile 
    devel/kdevelop       Makefile 
    devel/kdevelop/files 
                         patch-parts-appwizard-common-admin-detect-autoconf.sh 
    finance/khacc        Makefile 
    graphics/cal3d       Makefile 
    mail/mutt-devel      Makefile 
    net/quagga           Makefile 
    security/clamav-devel Makefile 
    sysutils/grub        Makefile 
    x11-toolkits/lesstif Makefile 
  Removed files:
    devel/automake18     Makefile distinfo pkg-descr pkg-plist 
    devel/automake18/files patch-Makefile.in patch-aclocal.in 
                           patch-automake.in patch-configure 
                           patch-doc::Makefile.in 
                           patch-doc::automake.texi 
                           patch-lib::Automake::Config.in 
                           patch-lib::Automake::Makefile.in 
                           patch-m4-Makefile.in 
  Log:
  Kill off automake18, switching to automake19.  Requiem Mors Pacem.
  
  Revision  Changes    Path
  1.11167   +0 -1      CVSROOT/modules
  1.7       +1 -1      ports/audio/gspeakers/Makefile
  1.10      +1 -1      ports/deskutils/multisync/Makefile
  1.1704    +0 -1      ports/devel/Makefile
  1.47      +1 -1      ports/devel/apr/Makefile
  1.54      +0 -56     ports/devel/automake18/Makefile (dead)
  1.18      +0 -2      ports/devel/automake18/distinfo (dead)
  1.7       +0 -27     ports/devel/automake18/files/patch-Makefile.in (dead)
  1.8       +0 -28     ports/devel/automake18/files/patch-aclocal.in (dead)
  1.6       +0 -12     ports/devel/automake18/files/patch-automake.in (dead)
  1.6       +0 -20     ports/devel/automake18/files/patch-configure (dead)
  1.2       +0 -35     ports/devel/automake18/files/patch-doc::Makefile.in (dead)
  1.3       +0 -19     ports/devel/automake18/files/patch-doc::automake.texi (dead)
  1.2       +0 -18     ports/devel/automake18/files/patch-lib::Automake::Config.in (dead)
  1.2       +0 -10     ports/devel/automake18/files/patch-lib::Automake::Makefile.in (dead)
  1.5       +0 -11     ports/devel/automake18/files/patch-m4-Makefile.in (dead)
  1.4       +0 -14     ports/devel/automake18/pkg-descr (dead)
  1.19      +0 -117    ports/devel/automake18/pkg-plist (dead)
  1.68      +1 -1      ports/devel/kdevelop/Makefile
  1.4       +3 -3      ports/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh
  1.17      +1 -1      ports/finance/khacc/Makefile
  1.2       +1 -1      ports/graphics/cal3d/Makefile
  1.233     +1 -1      ports/mail/mutt-devel/Makefile
  1.21      +1 -1      ports/net/quagga/Makefile
  1.60      +2 -1      ports/security/clamav-devel/Makefile
  1.22      +1 -1      ports/sysutils/grub/Makefile
  1.78      +1 -1      ports/x11-toolkits/lesstif/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 17:41:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9D9A216A4CE; Fri, 15 Oct 2004 17:41:04 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7D65443D41; Fri, 15 Oct 2004 17:41:04 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FHf4kZ010593;
	Fri, 15 Oct 2004 17:41:04 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FHf4Ri010592;
	Fri, 15 Oct 2004 17:41:04 GMT
	(envelope-from krion)
Message-Id: <200410151741.i9FHf4Ri010592@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Fri, 15 Oct 2004 17:41:04 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/keychain Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 17:41:04 -0000

krion       2004-10-15 17:41:04 UTC

  FreeBSD ports repository

  Modified files:
    security/keychain    Makefile distinfo 
  Log:
  Update to 2.4.2.1
  
  PR:             ports/72740
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.17      +1 -1      ports/security/keychain/Makefile
  1.12      +2 -2      ports/security/keychain/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 17:44:21 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B96D116A4CF; Fri, 15 Oct 2004 17:44:18 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8C50F43D31; Fri, 15 Oct 2004 17:44:18 +0000 (GMT)
	(envelope-from oliver@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FHiI8x010749;
	Fri, 15 Oct 2004 17:44:18 GMT
	(envelope-from oliver@repoman.freebsd.org)
Received: (from oliver@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FHiIi7010748;
	Fri, 15 Oct 2004 17:44:18 GMT
	(envelope-from oliver)
Message-Id: <200410151744.i9FHiIi7010748@repoman.freebsd.org>
From: Oliver Lehmann 
Date: Fri, 15 Oct 2004 17:44:18 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/oidentd
	Makefileports/security/oidentd/files
	patch-oidentd.8patch-unprivileged_ipv6
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 17:44:21 -0000

oliver      2004-10-15 17:44:18 UTC

  FreeBSD ports repository

  Modified files:
    security/oidentd     Makefile 
    security/oidentd/files oidentd.sh patch-unprivileged_ipv6 
  Added files:
    security/oidentd/files patch-ipv6_missing.h patch-oidentd.8 
                           patch-oidentd.conf.5 
                           patch-oidentd_masq.conf.5 
  Log:
  [1]:
          - Remove USE_GMAKE (builds okay here with BSD make)
          - Clean up portions of main Makefile (don't need post/pre)
          - Add %%PREFIX%% man page patches
          - Add patch for ipv6_missing.h; removes EAI_MEMORY
            re-definition warnings, and is more FreeBSD-focused
          - Support 'oidentd_conf' rc.subr variable for those who want to
            be able to specify a configuration file.  Also update the
            'required_files' code to work with this too...
  
  [2]:
          - make it work with FreeBSD-5 in combination with option  --reply
  
  PR:             ports/71378 [1]
  Submitted By:   Jeremy Chadwick  [1]
  Noted By:       Markus Hästbacka  [2]
  
  Revision  Changes    Path
  1.26      +8 -7      ports/security/oidentd/Makefile
  1.2       +13 -2     ports/security/oidentd/files/oidentd.sh
  1.1       +42 -0     ports/security/oidentd/files/patch-ipv6_missing.h (new)
  1.1       +34 -0     ports/security/oidentd/files/patch-oidentd.8 (new)
  1.1       +38 -0     ports/security/oidentd/files/patch-oidentd.conf.5 (new)
  1.1       +11 -0     ports/security/oidentd/files/patch-oidentd_masq.conf.5 (new)
  1.3       +9 -226    ports/security/oidentd/files/patch-unprivileged_ipv6

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 17:47:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A0A9016A4CE; Fri, 15 Oct 2004 17:47:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7F43843D5C; Fri, 15 Oct 2004 17:47:25 +0000 (GMT)
	(envelope-from oliver@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FHlPgZ010867;
	Fri, 15 Oct 2004 17:47:25 GMT
	(envelope-from oliver@repoman.freebsd.org)
Received: (from oliver@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FHlP7x010866;
	Fri, 15 Oct 2004 17:47:25 GMT
	(envelope-from oliver)
Message-Id: <200410151747.i9FHlP7x010866@repoman.freebsd.org>
From: Oliver Lehmann 
Date: Fri, 15 Oct 2004 17:47:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11/multi-aterm Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 17:47:25 -0000

oliver      2004-10-15 17:47:25 UTC

  FreeBSD ports repository

  Modified files:
    x11/multi-aterm      Makefile distinfo 
  Log:
  update port to 0.2.1
  
  PR:             71349
  Submitted By:   oliver
  Approved By:    maintainer
  
  Revision  Changes    Path
  1.4       +1 -1      ports/x11/multi-aterm/Makefile
  1.4       +2 -2      ports/x11/multi-aterm/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 17:57:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9CD6716A4CE; Fri, 15 Oct 2004 17:57:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8EA7B43D53; Fri, 15 Oct 2004 17:57:02 +0000 (GMT)
	(envelope-from oliver@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FHv2I4011176;
	Fri, 15 Oct 2004 17:57:02 GMT
	(envelope-from oliver@repoman.freebsd.org)
Received: (from oliver@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FHv2PD011175;
	Fri, 15 Oct 2004 17:57:02 GMT
	(envelope-from oliver)
Message-Id: <200410151757.i9FHv2PD011175@repoman.freebsd.org>
From: Oliver Lehmann 
Date: Fri, 15 Oct 2004 17:57:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/courier-imap Makefile distinfo pkg-plist
 courier-imap-imapd.sh
 courier-imap-pop3d-ssl.sh courier-imap-pop3d.sh
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 17:57:02 -0000

oliver      2004-10-15 17:57:02 UTC

  FreeBSD ports repository

  Modified files:
    mail/courier-imap    Makefile distinfo pkg-plist 
  Added files:
    mail/courier-imap/files courier-imap-imapd-ssl.sh 
                            courier-imap-imapd.sh 
                            courier-imap-pop3d-ssl.sh 
                            courier-imap-pop3d.sh 
  Log:
  - update to 3.0.8
  - new start scripts (rc.subr style) [1]
  
  Sponsored by:   "Darren Pilgrim"  [1]
  
  Revision  Changes    Path
  1.85      +8 -3      ports/mail/courier-imap/Makefile
  1.41      +2 -2      ports/mail/courier-imap/distinfo
  1.1       +44 -0     ports/mail/courier-imap/files/courier-imap-imapd-ssl.sh (new)
  1.1       +44 -0     ports/mail/courier-imap/files/courier-imap-imapd.sh (new)
  1.1       +44 -0     ports/mail/courier-imap/files/courier-imap-pop3d-ssl.sh (new)
  1.1       +44 -0     ports/mail/courier-imap/files/courier-imap-pop3d.sh (new)
  1.33      +4 -4      ports/mail/courier-imap/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 18:13:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C17CE16A4CE; Fri, 15 Oct 2004 18:13:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A15E543D2F; Fri, 15 Oct 2004 18:13:40 +0000 (GMT)
	(envelope-from des@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FIDeBu011741;
	Fri, 15 Oct 2004 18:13:40 GMT
	(envelope-from des@repoman.freebsd.org)
Received: (from des@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FIDeiZ011740;
	Fri, 15 Oct 2004 18:13:40 GMT
	(envelope-from des)
Message-Id: <200410151813.i9FIDeiZ011740@repoman.freebsd.org>
From: Dag-Erling Smorgrav 
Date: Fri, 15 Oct 2004 18:13:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/games/linux-nwnclient Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 18:13:40 -0000

des         2004-10-15 18:13:40 UTC

  FreeBSD ports repository

  Modified files:
    games/linux-nwnclient Makefile 
  Log:
  Use ${LINUXBASE} instead of hardcoding /compat/linux.
  
  Revision  Changes    Path
  1.5       +2 -2      ports/games/linux-nwnclient/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 18:15:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0019C16A4CF; Fri, 15 Oct 2004 18:15:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D400143D46; Fri, 15 Oct 2004 18:15:12 +0000 (GMT)
	(envelope-from des@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FIFCTv011791;
	Fri, 15 Oct 2004 18:15:12 GMT
	(envelope-from des@repoman.freebsd.org)
Received: (from des@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FIFCSc011790;
	Fri, 15 Oct 2004 18:15:12 GMT
	(envelope-from des)
Message-Id: <200410151815.i9FIFCSc011790@repoman.freebsd.org>
From: Dag-Erling Smorgrav 
Date: Fri, 15 Oct 2004 18:15:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/games/linux-nwnclient pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 18:15:13 -0000

des         2004-10-15 18:15:12 UTC

  FreeBSD ports repository

  Modified files:
    games/linux-nwnclient pkg-plist 
  Log:
  Belatedly add bin/nwn.
  
  Reminded by:    alexander 
  
  Revision  Changes    Path
  1.3       +1 -0      ports/games/linux-nwnclient/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 18:20:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7C18E16A4F2; Fri, 15 Oct 2004 18:20:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5C76543D53; Fri, 15 Oct 2004 18:20:43 +0000 (GMT)
	(envelope-from des@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FIKh8Y012004;
	Fri, 15 Oct 2004 18:20:43 GMT
	(envelope-from des@repoman.freebsd.org)
Received: (from des@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FIKhKq012003;
	Fri, 15 Oct 2004 18:20:43 GMT
	(envelope-from des)
Message-Id: <200410151820.i9FIKhKq012003@repoman.freebsd.org>
From: Dag-Erling Smorgrav 
Date: Fri, 15 Oct 2004 18:20:43 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/java/shujit Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 18:20:43 -0000

des         2004-10-15 18:20:43 UTC

  FreeBSD ports repository

  Modified files:
    java/shujit          Makefile 
  Log:
  I haven't used this in ages, and have no interest in maintaining it any
  more.  Assign to java@FreeBSD.org.
  
  Revision  Changes    Path
  1.43      +1 -1      ports/java/shujit/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 19:08:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E1A1D16A4CF; Fri, 15 Oct 2004 19:08:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C075443D49; Fri, 15 Oct 2004 19:08:19 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FJ8JFd013312;
	Fri, 15 Oct 2004 19:08:19 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FJ8Joq013311;
	Fri, 15 Oct 2004 19:08:19 GMT
	(envelope-from simon)
Message-Id: <200410151908.i9FJ8Joq013311@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Fri, 15 Oct 2004 19:08:19 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT access
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 19:08:20 -0000

simon       2004-10-15 19:08:19 UTC

  FreeBSD doc repository

  Modified files:
    .                    access 
  Log:
  Welcome to Remko Lodder  as a new doc committer.
  
  Remko will mainly be working on the Dutch translations.
  
  I will be his mentor.
  
  Approved by:    doceng
  
  Revision  Changes    Path
  1.525     +1 -0      CVSROOT/access

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 19:19:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0F8E416A4CE; Fri, 15 Oct 2004 19:19:32 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E3FE543D5C; Fri, 15 Oct 2004 19:19:31 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FJJVd6013673;
	Fri, 15 Oct 2004 19:19:31 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FJJV68013672;
	Fri, 15 Oct 2004 19:19:31 GMT
	(envelope-from dinoex)
Message-Id: <200410151919.i9FJJV68013672@repoman.freebsd.org>
From: Dirk Meyer 
Date: Fri, 15 Oct 2004 19:19:31 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/games/xblackjack Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 19:19:32 -0000

dinoex      2004-10-15 19:19:31 UTC

  FreeBSD ports repository

  Modified files:
    games/xblackjack     Makefile 
  Log:
  - chase libversion of lesstif
  
  Revision  Changes    Path
  1.18      +1 -1      ports/games/xblackjack/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 19:46:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2976816A4CE; Fri, 15 Oct 2004 19:46:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 08B9243D2F; Fri, 15 Oct 2004 19:46:45 +0000 (GMT)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FJki1t014472;
	Fri, 15 Oct 2004 19:46:44 GMT
	(envelope-from keramida@repoman.freebsd.org)
Received: (from keramida@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FJkijp014471;
	Fri, 15 Oct 2004 19:46:44 GMT
	(envelope-from keramida)
Message-Id: <200410151946.i9FJkijp014471@repoman.freebsd.org>
From: Giorgos Keramidas 
Date: Fri, 15 Oct 2004 19:46:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/share/numericdef el_GR.ISO8859-7.src
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 19:46:45 -0000

keramida    2004-10-15 19:46:44 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    share/numericdef     el_GR.ISO8859-7.src 
  Log:
  MFC 1.3:
  Add the necessary magic to make the thousands separator work for
  floating-point formats in the Greek locale.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.2.10.1  +2 -2      src/share/numericdef/el_GR.ISO8859-7.src

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 20:00:46 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0624A16A4D5; Fri, 15 Oct 2004 20:00:46 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8629C43D1F; Fri, 15 Oct 2004 20:00:09 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FK097k014856;
	Fri, 15 Oct 2004 20:00:09 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FK09MK014855;
	Fri, 15 Oct 2004 20:00:09 GMT
	(envelope-from dinoex)
Message-Id: <200410152000.i9FK09MK014855@repoman.freebsd.org>
From: Dirk Meyer 
Date: Fri, 15 Oct 2004 20:00:09 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/sendmail/files cyruslookup.patch
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 20:00:46 -0000

dinoex      2004-10-15 20:00:09 UTC

  FreeBSD ports repository

  Modified files:
    mail/sendmail/files  cyruslookup.patch 
  Log:
  - fix SENDMAIL_WITH_CYRUSLOOKUP
  PR:             71995
  Submitted by:   Angelo Turetta
  
  Revision  Changes    Path
  1.4       +0 -29     ports/mail/sendmail/files/cyruslookup.patch

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 20:22:00 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D4EBC16A4CE; Fri, 15 Oct 2004 20:22:00 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B60E943D41; Fri, 15 Oct 2004 20:22:00 +0000 (GMT)
	(envelope-from thierry@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FKM0eB015594;
	Fri, 15 Oct 2004 20:22:00 GMT
	(envelope-from thierry@repoman.freebsd.org)
Received: (from thierry@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FKM0bX015593;
	Fri, 15 Oct 2004 20:22:00 GMT
	(envelope-from thierry)
Message-Id: <200410152022.i9FKM0bX015593@repoman.freebsd.org>
From: Thierry Thomas 
Date: Fri, 15 Oct 2004 20:22:00 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/databases/postgis Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 20:22:01 -0000

thierry     2004-10-15 20:22:00 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgis    Makefile distinfo 
  Log:
  Upgrade to 0.9.0.
  
  PR:             ports/72653
  Submitted by:   maintainer.
  
  Revision  Changes    Path
  1.6       +1 -2      ports/databases/postgis/Makefile
  1.2       +2 -2      ports/databases/postgis/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 20:28:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5E6C416A4CE; Fri, 15 Oct 2004 20:28:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5198D43D48; Fri, 15 Oct 2004 20:28:12 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FKSC6E015809;
	Fri, 15 Oct 2004 20:28:12 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FKSC5u015808;
	Fri, 15 Oct 2004 20:28:12 GMT
	(envelope-from pav)
Message-Id: <200410152028.i9FKSC5u015808@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 20:28:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/kazehakase Makefile distinfo pkg-message
 pkg-plist ports/www/kazehakase/files patch-configure
 patch-etc::bookmarkbar.xml patch-src::mozilla::Makefile.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 20:28:12 -0000

pav         2004-10-15 20:28:12 UTC

  FreeBSD ports repository

  Modified files:
    www/kazehakase       Makefile distinfo pkg-message pkg-plist 
    www/kazehakase/files patch-etc::bookmarkbar.xml 
  Removed files:
    www/kazehakase/files patch-configure 
                         patch-src::mozilla::Makefile.in 
  Log:
  - Update to 0.2.0
  
  PR:             ports/72666
  Submitted by:   Michael Johnson  (maintainer)
  
  Revision  Changes    Path
  1.5       +9 -28     ports/www/kazehakase/Makefile
  1.3       +2 -2      ports/www/kazehakase/distinfo
  1.5       +0 -10     ports/www/kazehakase/files/patch-configure (dead)
  1.2       +6 -10     ports/www/kazehakase/files/patch-etc::bookmarkbar.xml
  1.2       +0 -10     ports/www/kazehakase/files/patch-src::mozilla::Makefile.in (dead)
  1.2       +4 -3      ports/www/kazehakase/pkg-message
  1.3       +2 -0      ports/www/kazehakase/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 20:33:55 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AE9B616A4CE; Fri, 15 Oct 2004 20:33:55 +0000 (GMT)
Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BA51F43D49; Fri, 15 Oct 2004 20:33:54 +0000 (GMT)
	(envelope-from keramida@freebsd.org)
Received: from gothmog.gr (patr530-a086.otenet.gr [212.205.215.86])
	i9FKXqaV015773;	Fri, 15 Oct 2004 23:33:53 +0300
Received: from gothmog.gr (gothmog [127.0.0.1])
	by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9FKXowo050180;
	Fri, 15 Oct 2004 23:33:51 +0300 (EEST)
	(envelope-from keramida@freebsd.org)
Received: (from giorgos@localhost)
	by gothmog.gr (8.13.1/8.13.1/Submit) id i9FKHTt1034279;
	Fri, 15 Oct 2004 23:17:29 +0300 (EEST)
	(envelope-from keramida@freebsd.org)
Date: Fri, 15 Oct 2004 23:17:29 +0300
From: Giorgos Keramidas 
To: "Simon L. Nielsen" ,
	Remko Lodder 
Message-ID: <20041015201729.GB2354@gothmog.gr>
References: <200410151908.i9FJ8Joq013311@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200410151908.i9FJ8Joq013311@repoman.freebsd.org>
cc: doc-committers@freebsd.org
cc: cvs-doc@freebsd.org
cc: cvs-all@freebsd.org
Subject: Re: cvs commit: CVSROOT access
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 20:33:55 -0000

On 2004-10-15 19:08, "Simon L. Nielsen"  wrote:
>
> Welcome to Remko Lodder  as a new doc committer.
> Remko will mainly be working on the Dutch translations.

Ho hoho... great news :-)
Welcome to the team, Remko!

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 20:55:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 98A7816A4D4; Fri, 15 Oct 2004 20:55:26 +0000 (GMT)
Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F0B2143D6A; Fri, 15 Oct 2004 20:55:21 +0000 (GMT)
	(envelope-from wb@freebie.xs4all.nl)
Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253])
	i9FKtKlG066923;	Fri, 15 Oct 2004 22:55:20 +0200 (CEST)
	(envelope-from wb@freebie.xs4all.nl)
Received: from freebie.xs4all.nl (localhost [127.0.0.1])
	by freebie.xs4all.nl (8.13.1/8.12.9) with ESMTP id i9FKtKGo006667;
	Fri, 15 Oct 2004 22:55:20 +0200 (CEST)
	(envelope-from wb@freebie.xs4all.nl)
Received: (from wb@localhost)
	by freebie.xs4all.nl (8.13.1/8.13.1/Submit) id i9FKtJ1d006666;
	Fri, 15 Oct 2004 22:55:19 +0200 (CEST)
	(envelope-from wb)
Date: Fri, 15 Oct 2004 22:55:19 +0200
From: Wilko Bulte 
To: Giorgos Keramidas 
Message-ID: <20041015205519.GA6648@freebie.xs4all.nl>
References: <200410151908.i9FJ8Joq013311@repoman.freebsd.org>
	<20041015201729.GB2354@gothmog.gr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041015201729.GB2354@gothmog.gr>
User-Agent: Mutt/1.4.1i
X-OS: FreeBSD 4.10-STABLE
X-PGP: finger wilko@freebsd.org
X-Virus-Scanned: by XS4ALL Virus Scanner
cc: Remko Lodder 
cc: doc-committers@FreeBSD.ORG
cc: cvs-doc@FreeBSD.ORG
cc: "Simon L. Nielsen" 
cc: cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: CVSROOT access
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 20:55:27 -0000

On Fri, Oct 15, 2004 at 11:17:29PM +0300, Giorgos Keramidas wrote..
> On 2004-10-15 19:08, "Simon L. Nielsen"  wrote:
> >
> > Welcome to Remko Lodder  as a new doc committer.
> > Remko will mainly be working on the Dutch translations.
> 
> Ho hoho... great news :-)
> Welcome to the team, Remko!

Another *ko from .nl ;) Welcome!

-- 
Wilko Bulte				wilko@FreeBSD.org

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 20:57:24 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 50AC716A4CE; Fri, 15 Oct 2004 20:57:24 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2F81943D3F; Fri, 15 Oct 2004 20:57:24 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FKvOjF023058;
	Fri, 15 Oct 2004 20:57:24 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FKvOtJ023057;
	Fri, 15 Oct 2004 20:57:24 GMT
	(envelope-from pav)
Message-Id: <200410152057.i9FKvOtJ023057@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 20:57:23 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/math/rpy Makefile distinfo pkg-plist
 ports/math/rpy/files patch-src:setenv.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 20:57:24 -0000

pav         2004-10-15 20:57:23 UTC

  FreeBSD ports repository

  Modified files:
    math/rpy             Makefile distinfo pkg-plist 
  Removed files:
    math/rpy/files       patch-src:setenv.c 
  Log:
  - Update to 0.3.5
  - Fix build against R 2.0
  
  Reported by:    pointyhat via kris
  
  Revision  Changes    Path
  1.4       +2 -2      ports/math/rpy/Makefile
  1.3       +2 -2      ports/math/rpy/distinfo
  1.2       +0 -11     ports/math/rpy/files/patch-src:setenv.c (dead)
  1.2       +4 -3      ports/math/rpy/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 21:03:05 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 66A5616A4CE; Fri, 15 Oct 2004 21:03:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 46DEF43D5E; Fri, 15 Oct 2004 21:03:05 +0000 (GMT)
	(envelope-from ache@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FL35b8023279;
	Fri, 15 Oct 2004 21:03:05 GMT
	(envelope-from ache@repoman.freebsd.org)
Received: (from ache@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FL35dI023278;
	Fri, 15 Oct 2004 21:03:05 GMT
	(envelope-from ache)
Message-Id: <200410152103.i9FL35dI023278@repoman.freebsd.org>
From: "Andrey A. Chernov" 
Date: Fri, 15 Oct 2004 21:03:05 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/webalizer Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 21:03:05 -0000

ache        2004-10-15 21:03:05 UTC

  FreeBSD ports repository

  Modified files:
    www/webalizer        Makefile 
  Log:
  Register CONFLICTS with geolizer-2*
  
  Revision  Changes    Path
  1.46      +3 -1      ports/www/webalizer/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 21:21:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2C3EF16A4CE; Fri, 15 Oct 2004 21:21:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D72CB43D2F; Fri, 15 Oct 2004 21:21:08 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FLL8Mb023852;
	Fri, 15 Oct 2004 21:21:08 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FLL8FL023851;
	Fri, 15 Oct 2004 21:21:08 GMT
	(envelope-from simon)
Message-Id: <200410152121.i9FLL8FL023851@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Fri, 15 Oct 2004 21:21:08 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 21:21:09 -0000

simon       2004-10-15 21:21:08 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  - Document remote DoS and loss of anonymity in Tor.
  - Update a Samba entry with new information about vulnerable versions.
  
  Approved by:    nectar
  
  Revision  Changes    Path
  1.302     +36 -2     ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 21:41:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8584916A4CE; Fri, 15 Oct 2004 21:41:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 66B3D43D39; Fri, 15 Oct 2004 21:41:09 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FLf9Hv024623;
	Fri, 15 Oct 2004 21:41:09 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FLf90U024622;
	Fri, 15 Oct 2004 21:41:09 GMT
	(envelope-from pav)
Message-Id: <200410152141.i9FLf90U024622@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 21:41:09 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/subversion Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 21:41:09 -0000

pav         2004-10-15 21:41:09 UTC

  FreeBSD ports repository

  Modified files:
    devel/subversion     Makefile 
  Log:
  - Chase apr shlib bump
  
  Pointy hat:     kuryiama
  
  Revision  Changes    Path
  1.70      +1 -1      ports/devel/subversion/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 21:45:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E3BBA16A4CF; Fri, 15 Oct 2004 21:45:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D880F43D1F; Fri, 15 Oct 2004 21:45:13 +0000 (GMT)
	(envelope-from jmg@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FLjDCv024827;
	Fri, 15 Oct 2004 21:45:13 GMT
	(envelope-from jmg@repoman.freebsd.org)
Received: (from jmg@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FLjDL1024826;
	Fri, 15 Oct 2004 21:45:13 GMT
	(envelope-from jmg)
Message-Id: <200410152145.i9FLjDL1024826@repoman.freebsd.org>
From: John-Mark Gurney 
Date: Fri, 15 Oct 2004 21:45:13 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h
 src/sys/dev/musycc musycc.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 21:45:14 -0000

jmg         2004-10-15 21:45:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             uipc_mbuf.c 
    sys/sys              mbuf.h 
    sys/dev/musycc       musycc.c 
  Log:
  MFC: uipc_mbuf.c v1.136:
  >  improve the mbuf m_print function..  Only pull length from pkthdr if there
  >  is one, detect mbuf loops and stop, add an extra arg so you can only print
  >  the first x bytes of the data per mbuf (print all if arg is -1), print
  >  flags using %b (bitmask)...
  
  musycc.c v1.34:
  >  Add -1 to this non-existent use of m_print in the source tree so LINT
  >  compiles again :-)
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.33.2.1   +1 -1      src/sys/dev/musycc/musycc.c
  1.135.2.1  +20 -5     src/sys/kern/uipc_mbuf.c
  1.157.2.2  +1 -1      src/sys/sys/mbuf.h

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 21:54:52 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 93B8416A4CE; Fri, 15 Oct 2004 21:54:52 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 73E3643D5E; Fri, 15 Oct 2004 21:54:52 +0000 (GMT)
	(envelope-from ade@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FLsq0L025103;
	Fri, 15 Oct 2004 21:54:52 GMT
	(envelope-from ade@repoman.freebsd.org)
Received: (from ade@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FLsq90025102;
	Fri, 15 Oct 2004 21:54:52 GMT
	(envelope-from ade)
Message-Id: <200410152154.i9FLsq90025102@repoman.freebsd.org>
From: Ade Lovett 
Date: Fri, 15 Oct 2004 21:54:52 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports MOVED
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 21:54:52 -0000

ade         2004-10-15 21:54:52 UTC

  FreeBSD ports repository

  Modified files:
    .                    MOVED 
  Log:
  devel/automake18 -> devel/automake19
  
  after some discussion on irc.
  
  Revision  Changes    Path
  1.529     +2 -1      ports/MOVED

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 21:58:35 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6361216A4CE; Fri, 15 Oct 2004 21:58:35 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 42F0F43D68; Fri, 15 Oct 2004 21:58:35 +0000 (GMT)
	(envelope-from jmg@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FLwZ4t025305;
	Fri, 15 Oct 2004 21:58:35 GMT
	(envelope-from jmg@repoman.freebsd.org)
Received: (from jmg@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FLwZ7a025304;
	Fri, 15 Oct 2004 21:58:35 GMT
	(envelope-from jmg)
Message-Id: <200410152158.i9FLwZ7a025304@repoman.freebsd.org>
From: John-Mark Gurney 
Date: Fri, 15 Oct 2004 21:58:35 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/kern kern_event.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 21:58:35 -0000

jmg         2004-10-15 21:58:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_event.c 
  Log:
  MFC: kern_event.c v1.8[34]:
  >  fix a bug where signal events didn't set the flags for attach/detach..
  >  PR:             72234
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.79.2.3  +2 -0      src/sys/kern/kern_event.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:12:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C4AFB16A4CE; Fri, 15 Oct 2004 22:12:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B937D43D3F; Fri, 15 Oct 2004 22:12:59 +0000 (GMT)
	(envelope-from tackerman@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMCxZp025839;
	Fri, 15 Oct 2004 22:12:59 GMT
	(envelope-from tackerman@repoman.freebsd.org)
Received: (from tackerman@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMCxVT025838;
	Fri, 15 Oct 2004 22:12:59 GMT
	(envelope-from tackerman)
Message-Id: <200410152212.i9FMCxVT025838@repoman.freebsd.org>
From: Tony Ackerman 
Date: Fri, 15 Oct 2004 22:12:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:12:59 -0000

tackerman    2004-10-15 22:12:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
  Log:
  MFC
  Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)
  Removed support for Intel 82541ER
  Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.
  Added fix for vlan tagged frames not being properly bridged.
  Corrected TBI workaround.
  Corrected incorrect LED operation issues
  Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY.
  This might fix some of the trouble around em(4) filling up its buffers.
  Don't count RNBC (internal buffer full) towards the RX error count since it's
  not really an error.
  
  Approved by:    re[scott long]
  
  Revision  Changes    Path
  1.44.2.2  +61 -19    src/sys/dev/em/if_em.c
  1.25.2.1  +15 -4     src/sys/dev/em/if_em.h
  1.13.2.1  +351 -212  src/sys/dev/em/if_em_hw.c
  1.13.2.1  +25 -9     src/sys/dev/em/if_em_hw.h

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:18:15 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 61E2516A4CE; Fri, 15 Oct 2004 22:18:15 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 561F643D54; Fri, 15 Oct 2004 22:18:15 +0000 (GMT)
	(envelope-from ale@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMIFcw026139;
	Fri, 15 Oct 2004 22:18:15 GMT
	(envelope-from ale@repoman.freebsd.org)
Received: (from ale@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMIFia026138;
	Fri, 15 Oct 2004 22:18:15 GMT
	(envelope-from ale)
Message-Id: <200410152218.i9FMIFia026138@repoman.freebsd.org>
From: Alex Dupre 
Date: Fri, 15 Oct 2004 22:18:15 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/pserv Makefile distinfo
 ports/www/pserv/files patch-Makefile patch-handlers.c patch-main.c
 patch-main.h patch-pserv.conf
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:18:15 -0000

ale         2004-10-15 22:18:15 UTC

  FreeBSD ports repository

  Modified files:
    www/pserv            Makefile distinfo 
    www/pserv/files      patch-Makefile patch-handlers.c 
                         patch-main.c patch-main.h 
                         patch-pserv.conf 
  Log:
  Update to 3.0 final release.
  
  Revision  Changes    Path
  1.7       +1 -3      ports/www/pserv/Makefile
  1.5       +2 -2      ports/www/pserv/distinfo
  1.4       +4 -4      ports/www/pserv/files/patch-Makefile
  1.5       +13 -12    ports/www/pserv/files/patch-handlers.c
  1.4       +20 -20    ports/www/pserv/files/patch-main.c
  1.5       +44 -42    ports/www/pserv/files/patch-main.h
  1.4       +8 -9      ports/www/pserv/files/patch-pserv.conf

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:21:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2372D16A4CF; Fri, 15 Oct 2004 22:21:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0055643D5C; Fri, 15 Oct 2004 22:21:28 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMLRmp026275;
	Fri, 15 Oct 2004 22:21:27 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMLR10026274;
	Fri, 15 Oct 2004 22:21:27 GMT
	(envelope-from edwin)
Message-Id: <200410152221.i9FMLR10026274@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Fri, 15 Oct 2004 22:21:27 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports LEGAL
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:21:28 -0000

edwin       2004-10-15 22:21:27 UTC

  FreeBSD ports repository

  Modified files:
    .                    LEGAL 
  Log:
  Add multimedia/pvr250 port to describe the legal status if hcwPVRP2.sys
  
  Revision  Changes    Path
  1.365     +4 -1      ports/LEGAL

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:27:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1381016A4CE; Fri, 15 Oct 2004 22:27:32 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E5A8843D54; Fri, 15 Oct 2004 22:27:31 +0000 (GMT)
	(envelope-from ale@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMRV3M026482;
	Fri, 15 Oct 2004 22:27:31 GMT
	(envelope-from ale@repoman.freebsd.org)
Received: (from ale@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMRVnv026481;
	Fri, 15 Oct 2004 22:27:31 GMT
	(envelope-from ale)
Message-Id: <200410152227.i9FMRVnv026481@repoman.freebsd.org>
From: Alex Dupre 
Date: Fri, 15 Oct 2004 22:27:31 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/graphics/gqview Makefile distinfo
 ports/graphics/gqview/files patch-Makefile.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:27:32 -0000

ale         2004-10-15 22:27:31 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gqview      Makefile distinfo 
    graphics/gqview/files patch-Makefile.in 
  Log:
  Update to 1.4.5 release.
  
  Revision  Changes    Path
  1.51      +1 -1      ports/graphics/gqview/Makefile
  1.22      +2 -2      ports/graphics/gqview/distinfo
  1.3       +8 -12     ports/graphics/gqview/files/patch-Makefile.in

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:31:56 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9255116A4CE; Fri, 15 Oct 2004 22:31:56 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7121943D41; Fri, 15 Oct 2004 22:31:56 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMVuEG026672;
	Fri, 15 Oct 2004 22:31:56 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMVugd026671;
	Fri, 15 Oct 2004 22:31:56 GMT
	(envelope-from simon)
Message-Id: <200410152231.i9FMVugd026671@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Fri, 15 Oct 2004 22:31:56 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/usr.bin/su su.1
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:31:56 -0000

simon       2004-10-15 22:31:56 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    usr.bin/su           su.1 
  Log:
  - PAM configuration is now in /etc/pam.d/su.
  - Bump document date.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.33.2.1  +5 -8      src/usr.bin/su/su.1

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:38:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CB58A16A4CF; Fri, 15 Oct 2004 22:38:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AB7A043D39; Fri, 15 Oct 2004 22:38:43 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMchhm026875;
	Fri, 15 Oct 2004 22:38:43 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMch3u026874;
	Fri, 15 Oct 2004 22:38:43 GMT
	(envelope-from pav)
Message-Id: <200410152238.i9FMch3u026874@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 22:38:43 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/zope-zwiki Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:38:44 -0000

pav         2004-10-15 22:38:43 UTC

  FreeBSD ports repository

  Modified files:
    www/zope-zwiki       Makefile distinfo pkg-plist 
  Log:
  - Update to 0.35.0
  
  PR:             ports/72736
  Submitted by:   Tim Middleton  (maintainer)
  
  Revision  Changes    Path
  1.11      +1 -1      ports/www/zope-zwiki/Makefile
  1.8       +2 -2      ports/www/zope-zwiki/distinfo
  1.8       +47 -35    ports/www/zope-zwiki/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:38:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5AFBE16A4CE; Fri, 15 Oct 2004 22:38:57 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3AA9243D1D; Fri, 15 Oct 2004 22:38:57 +0000 (GMT)
	(envelope-from lioux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMcvMx026906;
	Fri, 15 Oct 2004 22:38:57 GMT
	(envelope-from lioux@repoman.freebsd.org)
Received: (from lioux@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMcv4U026905;
	Fri, 15 Oct 2004 22:38:57 GMT
	(envelope-from lioux)
Message-Id: <200410152238.i9FMcv4U026905@repoman.freebsd.org>
From: Mario Sergio Fujikawa Ferreira 
Date: Fri, 15 Oct 2004 22:38:57 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/freenet Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:38:57 -0000

lioux       2004-10-15 22:38:57 UTC

  FreeBSD ports repository

  Modified files:
    net/freenet          Makefile distinfo 
  Log:
  Remove BROKEN ("unfetchable"): update to FreeBSD Stable build 5096
  released 20040924 snapshot
  
  PR:             70725
  Submitted by:   Francis GUDIN 
  
  Revision  Changes    Path
  1.17      +2 -4      ports/net/freenet/Makefile
  1.11      +2 -2      ports/net/freenet/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:41:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6EF6A16A4CE; Fri, 15 Oct 2004 22:41:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4DD3E43D2D; Fri, 15 Oct 2004 22:41:23 +0000 (GMT)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMfNBk027029;
	Fri, 15 Oct 2004 22:41:23 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMfNA5027028;
	Fri, 15 Oct 2004 22:41:23 GMT
	(envelope-from remko)
Message-Id: <200410152241.i9FMfNA5027028@repoman.freebsd.org>
From: Remko Lodder 
Date: Fri, 15 Oct 2004 22:41:23 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:41:23 -0000

remko       2004-10-15 22:41:23 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/share/sgml authors.ent 
  Log:
  Add my entity, since we don't want to break the build.
  
  Approved by:    simon (mentor)
  
  Revision  Changes    Path
  1.329     +2 -0      doc/en_US.ISO8859-1/share/sgml/authors.ent

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:43:52 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E657D16A4CE; Fri, 15 Oct 2004 22:43:52 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C5BDD43D1D; Fri, 15 Oct 2004 22:43:52 +0000 (GMT)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMhqYE027156;
	Fri, 15 Oct 2004 22:43:52 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMhqOt027155;
	Fri, 15 Oct 2004 22:43:52 GMT
	(envelope-from remko)
Message-Id: <200410152243.i9FMhqOt027155@repoman.freebsd.org>
From: Remko Lodder 
Date: Fri, 15 Oct 2004 22:43:52 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: www/en/news news.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:43:53 -0000

remko       2004-10-15 22:43:52 UTC

  FreeBSD doc repository

  Modified files:
    en/news              news.xml 
  Log:
  Add a news item for myself as new doc committer.
  
  Approved by:    simon (mentor)
  
  Revision  Changes    Path
  1.239     +10 -1     www/en/news/news.xml

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:48:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E081316A4CE; Fri, 15 Oct 2004 22:48:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C0A2443D41; Fri, 15 Oct 2004 22:48:33 +0000 (GMT)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMmXtR027304;
	Fri, 15 Oct 2004 22:48:33 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMmXUD027303;
	Fri, 15 Oct 2004 22:48:33 GMT
	(envelope-from remko)
Message-Id: <200410152248.i9FMmXUD027303@repoman.freebsd.org>
From: Remko Lodder 
Date: Fri, 15 Oct 2004 22:48:33 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors
	contrib.committers.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:48:34 -0000

remko       2004-10-15 22:48:33 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.committers.sgml 
  Log:
  Add myself to the developers list.
  
  Approved by:    simon (mentor)
  
  Revision  Changes    Path
  1.59      +4 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 22:56:06 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F2BD416A4CE; Fri, 15 Oct 2004 22:56:05 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D1B6443D5D; Fri, 15 Oct 2004 22:56:05 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMu56b027592;
	Fri, 15 Oct 2004 22:56:05 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMu5DE027591;
	Fri, 15 Oct 2004 22:56:05 GMT
	(envelope-from edwin)
Message-Id: <200410152256.i9FMu5DE027591@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Fri, 15 Oct 2004 22:56:05 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/shells/viewglob Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 22:56:06 -0000

edwin       2004-10-15 22:56:05 UTC

  FreeBSD ports repository

  Modified files:
    shells/viewglob      Makefile 
  Log:
  Unbreak building by requiring gcc 3.4
  
  Submitted by:   Jean-Yves Lefort 
  
  Revision  Changes    Path
  1.2       +1 -0      ports/shells/viewglob/Makefile

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 23:10:45 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D619E16A4CE; Fri, 15 Oct 2004 23:10:45 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B61F643D1F; Fri, 15 Oct 2004 23:10:45 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FNAjxN028069;
	Fri, 15 Oct 2004 23:10:45 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNAjdU028068;
	Fri, 15 Oct 2004 23:10:45 GMT
	(envelope-from pav)
Message-Id: <200410152310.i9FNAjdU028068@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 23:10:45 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/editors/cream Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 23:10:46 -0000

pav         2004-10-15 23:10:45 UTC

  FreeBSD ports repository

  Modified files:
    editors/cream        Makefile distinfo 
  Log:
  - Update to 0.31
  
  PR:             ports/72739
  Submitted by:   Janos Mohacsi  (maintainer)
  
  Revision  Changes    Path
  1.2       +34 -22    ports/editors/cream/Makefile
  1.2       +2 -2      ports/editors/cream/distinfo

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 23:27:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7D79D16A4CE; Fri, 15 Oct 2004 23:27:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 725B543D3F; Fri, 15 Oct 2004 23:27:42 +0000 (GMT)
	(envelope-from tackerman@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FNRgIV028631;
	Fri, 15 Oct 2004 23:27:42 GMT
	(envelope-from tackerman@repoman.freebsd.org)
Received: (from tackerman@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNRgXc028630;
	Fri, 15 Oct 2004 23:27:42 GMT
	(envelope-from tackerman)
Message-Id: <200410152327.i9FNRgXc028630@repoman.freebsd.org>
From: Tony Ackerman 
Date: Fri, 15 Oct 2004 23:27:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h
 if_em_osdep.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 23:27:42 -0000

tackerman    2004-10-15 23:27:42 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
                         if_em_osdep.h 
  Log:
  MFC
  Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)
  Removed support for Intel 82541ER
  Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.
  Added fix for vlan tagged frames not being properly bridged.
  Corrected TBI workaround.
  Corrected incorrect LED operation issues
  
  Revision  Changes    Path
  1.2.2.20  +69 -33    src/sys/dev/em/if_em.c
  1.1.2.17  +20 -4     src/sys/dev/em/if_em.h
  1.1.2.12  +367 -221  src/sys/dev/em/if_em_hw.c
  1.1.2.12  +27 -8     src/sys/dev/em/if_em_hw.h
  1.1.2.14  +5 -0      src/sys/dev/em/if_em_osdep.h

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 23:31:19 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CE71316A4CE; Fri, 15 Oct 2004 23:31:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AE05243D1D; Fri, 15 Oct 2004 23:31:19 +0000 (GMT)
	(envelope-from tackerman@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FNVJ7v028846;
	Fri, 15 Oct 2004 23:31:19 GMT
	(envelope-from tackerman@repoman.freebsd.org)
Received: (from tackerman@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNVJCG028845;
	Fri, 15 Oct 2004 23:31:19 GMT
	(envelope-from tackerman)
Message-Id: <200410152331.i9FNVJCG028845@repoman.freebsd.org>
From: Tony Ackerman 
Date: Fri, 15 Oct 2004 23:31:19 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Subject: cvs commit: src/share/man/man4 em.4
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 23:31:19 -0000

tackerman    2004-10-15 23:31:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    share/man/man4       em.4 
  Log:
  Clariified full duplex commands and added support for new devices.
  
  Revision  Changes    Path
  1.2.2.7   +30 -46    src/share/man/man4/em.4

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 23:38:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C2D7116A4CE; Fri, 15 Oct 2004 23:38:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A198D43D48; Fri, 15 Oct 2004 23:38:23 +0000 (GMT)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FNcNK4029079;
	Fri, 15 Oct 2004 23:38:23 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNcNmK029078;
	Fri, 15 Oct 2004 23:38:23 GMT
	(envelope-from remko)
Message-Id: <200410152338.i9FNcNmK029078@repoman.freebsd.org>
From: Remko Lodder 
Date: Fri, 15 Oct 2004 23:38:23 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: doc/share/pgpkeys pgpkeys.ent remko.key
 doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 23:38:23 -0000

remko       2004-10-15 23:38:23 UTC

  FreeBSD doc repository

  Modified files:
    share/pgpkeys        pgpkeys.ent 
    en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml 
  Added files:
    share/pgpkeys        remko.key 
  Log:
  Add my pgp key.
  
  Approved by:    simon (mentor)
  
  Revision  Changes    Path
  1.247     +5 -0      doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml
  1.52      +1 -0      doc/share/pgpkeys/pgpkeys.ent
  1.1       +44 -0     doc/share/pgpkeys/remko.key (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 23:39:53 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2686016A4CE; Fri, 15 Oct 2004 23:39:53 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 07B6C43D4C; Fri, 15 Oct 2004 23:39:53 +0000 (GMT)
	(envelope-from gibbs@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FNdqvb029121;
	Fri, 15 Oct 2004 23:39:52 GMT
	(envelope-from gibbs@repoman.freebsd.org)
Received: (from gibbs@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNdqCY029120;
	Fri, 15 Oct 2004 23:39:52 GMT
	(envelope-from gibbs)
Message-Id: <200410152339.i9FNdqCY029120@repoman.freebsd.org>
From: "Justin T. Gibbs" 
Date: Fri, 15 Oct 2004 23:39:52 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/aic7xxx ahc_isa.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 23:39:53 -0000

gibbs       2004-10-15 23:39:52 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/aic7xxx      ahc_isa.c 
  Log:
  Skip probe attempts for ISA PnP devices.
  
  Pointed out by: imp
  
  Revision  Changes    Path
  1.5       +5 -1      src/sys/dev/aic7xxx/ahc_isa.c

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 23:46:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 05B9516A4CE; Fri, 15 Oct 2004 23:46:00 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D491A43D49; Fri, 15 Oct 2004 23:46:00 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FNk0Ro029422;
	Fri, 15 Oct 2004 23:46:00 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNk0jt029421;
	Fri, 15 Oct 2004 23:46:00 GMT
	(envelope-from brueffer)
Message-Id: <200410152346.i9FNk0jt029421@repoman.freebsd.org>
From: Christian Brueffer 
Date: Fri, 15 Oct 2004 23:46:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/usr.bin/login login.1
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 23:46:01 -0000

brueffer    2004-10-15 23:46:00 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    usr.bin/login        login.1 
  Log:
  We use /etc/pam.d/login nowadays
  
  Revision  Changes    Path
  1.27      +3 -6      src/usr.bin/login/login.1

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 23:49:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2FC6D16A4CE; Fri, 15 Oct 2004 23:49:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 22F1943D58; Fri, 15 Oct 2004 23:49:07 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FNn7S0029565;
	Fri, 15 Oct 2004 23:49:07 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNn7jJ029564;
	Fri, 15 Oct 2004 23:49:07 GMT
	(envelope-from pav)
Message-Id: <200410152349.i9FNn7jJ029564@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 23:49:07 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/games Makefile ports/games/tsito Makefile
 distinfo pkg-descr pkg-plist ports/games/tsito/files
 patch-src-Interface.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 23:49:07 -0000

pav         2004-10-15 23:49:07 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/tsito          Makefile distinfo pkg-descr pkg-plist 
    games/tsito/files    patch-src-Interface.cpp 
  Log:
  Tsito plays XiangQi (Chinese Chess) against the user or it referees two
  players. It can be used on the console (or an xterm) or can communicate through
  pipes to a GUI frontend. If used in a console it uses ASCII characters to
  display the board on the screen.
  
  PR:             ports/72705
  Submitted by:   Kuang-che Wu 
  
  Revision  Changes    Path
  1.714     +1 -0      ports/games/Makefile
  1.1       +23 -0     ports/games/tsito/Makefile (new)
  1.1       +2 -0      ports/games/tsito/distinfo (new)
  1.1       +11 -0     ports/games/tsito/files/patch-src-Interface.cpp (new)
  1.1       +11 -0     ports/games/tsito/pkg-descr (new)
  1.1       +3 -0      ports/games/tsito/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 23:49:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2448116A4CF; Fri, 15 Oct 2004 23:49:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EAE7943D5F; Fri, 15 Oct 2004 23:49:33 +0000 (GMT)
	(envelope-from will@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FNnXLm029604;
	Fri, 15 Oct 2004 23:49:33 GMT
	(envelope-from will@repoman.freebsd.org)
Received: (from will@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNnXVd029603;
	Fri, 15 Oct 2004 23:49:33 GMT
	(envelope-from will)
Message-Id: <200410152349.i9FNnXVd029603@repoman.freebsd.org>
From: Will Andrews 
Date: Fri, 15 Oct 2004 23:49:33 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/readline Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 23:49:34 -0000

will        2004-10-15 23:49:33 UTC

  FreeBSD ports repository

  Modified files:
    devel/readline       Makefile distinfo pkg-plist 
  Log:
  Upgrade to 5.0.
  
  PR:             72745
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.5       +3 -5      ports/devel/readline/Makefile
  1.4       +12 -12    ports/devel/readline/distinfo
  1.2       +2 -2      ports/devel/readline/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Fri Oct 15 23:50:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D7F3F16A4CE; Fri, 15 Oct 2004 23:50:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 843F243D67; Fri, 15 Oct 2004 23:50:25 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FNoPY4029654;
	Fri, 15 Oct 2004 23:50:25 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNoPGr029652;
	Fri, 15 Oct 2004 23:50:25 GMT
	(envelope-from pav)
Message-Id: <200410152350.i9FNoPGr029652@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Fri, 15 Oct 2004 23:50:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Fri, 15 Oct 2004 23:50:26 -0000

pav         2004-10-15 23:50:25 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    tsito --> ports/games/tsito
  
  Revision  Changes    Path
  1.11168   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:04:19 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6F8C316A4CE; Sat, 16 Oct 2004 00:04:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 50E1043D1F; Sat, 16 Oct 2004 00:04:19 +0000 (GMT)
	(envelope-from will@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G04Juf030153;
	Sat, 16 Oct 2004 00:04:19 GMT
	(envelope-from will@repoman.freebsd.org)
Received: (from will@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G04JCa030152;
	Sat, 16 Oct 2004 00:04:19 GMT
	(envelope-from will)
Message-Id: <200410160004.i9G04JCa030152@repoman.freebsd.org>
From: Will Andrews 
Date: Sat, 16 Oct 2004 00:04:19 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/ftp/quftp Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:04:19 -0000

will        2004-10-16 00:04:19 UTC

  FreeBSD ports repository

  Modified files:
    ftp/quftp            Makefile 
  Log:
  Chase readline library depend bump.  Portlint.
  
  PR:             72749
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.4       +3 -2      ports/ftp/quftp/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:13:18 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 709A016A4CE; Sat, 16 Oct 2004 00:13:18 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 423A243D49; Sat, 16 Oct 2004 00:13:18 +0000 (GMT)
	(envelope-from will@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0DIvk030618;
	Sat, 16 Oct 2004 00:13:18 GMT
	(envelope-from will@repoman.freebsd.org)
Received: (from will@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0DI11030617;
	Sat, 16 Oct 2004 00:13:18 GMT
	(envelope-from will)
Message-Id: <200410160013.i9G0DI11030617@repoman.freebsd.org>
From: Will Andrews 
Date: Sat, 16 Oct 2004 00:13:18 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio Makefile ports/audio/ezstream Makefile
 distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:13:18 -0000

will        2004-10-16 00:13:18 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/ezstream       Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add ezstream 0.1.2, a command line utility for streaming to icecast
  servers.
  
  PR:             ports/71049
  Submitted by:   Frank Laszlo 
  
  Revision  Changes    Path
  1.560     +1 -0      ports/audio/Makefile
  1.1       +33 -0     ports/audio/ezstream/Makefile (new)
  1.1       +2 -0      ports/audio/ezstream/distinfo (new)
  1.1       +8 -0      ports/audio/ezstream/pkg-descr (new)
  1.1       +1 -0      ports/audio/ezstream/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:13:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B749716A4CE; Sat, 16 Oct 2004 00:13:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 96E3A43D2D; Sat, 16 Oct 2004 00:13:28 +0000 (GMT)
	(envelope-from will@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0DSgt030690;
	Sat, 16 Oct 2004 00:13:28 GMT
	(envelope-from will@repoman.freebsd.org)
Received: (from will@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0DSgj030689;
	Sat, 16 Oct 2004 00:13:28 GMT
	(envelope-from will)
Message-Id: <200410160013.i9G0DSgj030689@repoman.freebsd.org>
From: Will Andrews 
Date: Sat, 16 Oct 2004 00:13:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:13:28 -0000

will        2004-10-16 00:13:28 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    ezstream --> ports/audio/ezstream
  
  Revision  Changes    Path
  1.11169   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:13:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B862916A4D1; Sat, 16 Oct 2004 00:13:38 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9725B43D3F; Sat, 16 Oct 2004 00:13:38 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0Dc7q030723;
	Sat, 16 Oct 2004 00:13:38 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0DcUu030722;
	Sat, 16 Oct 2004 00:13:38 GMT
	(envelope-from brueffer)
Message-Id: <200410160013.i9G0DcUu030722@repoman.freebsd.org>
From: Christian Brueffer 
Date: Sat, 16 Oct 2004 00:13:38 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/usr.bin/login login.1
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:13:38 -0000

brueffer    2004-10-16 00:13:38 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    usr.bin/login        login.1 
  Log:
  Bump document date
  
  Reminded by:    simon in ru-mode
  
  Revision  Changes    Path
  1.28      +1 -1      src/usr.bin/login/login.1

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:26:58 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8AECB16A4CE; Sat, 16 Oct 2004 00:26:58 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 68E5043D49; Sat, 16 Oct 2004 00:26:58 +0000 (GMT)
	(envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0Qwft031105;
	Sat, 16 Oct 2004 00:26:58 GMT
	(envelope-from se@repoman.freebsd.org)
Received: (from se@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0QwYH031104;
	Sat, 16 Oct 2004 00:26:58 GMT
	(envelope-from se)
Message-Id: <200410160026.i9G0QwYH031104@repoman.freebsd.org>
From: Stefan Esser 
Date: Sat, 16 Oct 2004 00:26:58 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/kplayer Makefile distinfo pkg-plist
 ports/multimedia/kplayer/files patch-configure
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:26:58 -0000

se          2004-10-16 00:26:58 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/kplayer   Makefile distinfo pkg-plist 
  Removed files:
    multimedia/kplayer/files patch-configure 
  Log:
  Upgrade to kplayer-0.5.2. Prior versions are said to have build
  problems under gcc-3.4.x and thus FreeBSD-current and 5.3.
  
  PR:             70792
  Submitted by:   Bartosz Fabianowski
  
  Revision  Changes    Path
  1.7       +1 -2      ports/multimedia/kplayer/Makefile
  1.5       +2 -2      ports/multimedia/kplayer/distinfo
  1.2       +0 -11     ports/multimedia/kplayer/files/patch-configure (dead)
  1.3       +71 -2     ports/multimedia/kplayer/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:41:22 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7365B16A4CE; Sat, 16 Oct 2004 00:41:22 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5201643D1D; Sat, 16 Oct 2004 00:41:22 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0fM8K031575;
	Sat, 16 Oct 2004 00:41:22 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0fMiZ031574;
	Sat, 16 Oct 2004 00:41:22 GMT
	(envelope-from edwin)
Message-Id: <200410160041.i9G0fMiZ031574@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Sat, 16 Oct 2004 00:41:22 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/pvr250 Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:41:22 -0000

edwin       2004-10-16 00:41:22 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/pvr250    Makefile distinfo pkg-plist 
  Log:
  - Add man-page
  - Add setchannel and setsize tools
  
  Submitted by:   edwin@mavetju.org
  
  Revision  Changes    Path
  1.2       +28 -9     ports/multimedia/pvr250/Makefile
  1.2       +2 -0      ports/multimedia/pvr250/distinfo
  1.2       +4 -2      ports/multimedia/pvr250/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:43:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C9F3816A4CE; Sat, 16 Oct 2004 00:43:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A9A7243D5C; Sat, 16 Oct 2004 00:43:02 +0000 (GMT)
	(envelope-from edwin@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0h2jH031632;
	Sat, 16 Oct 2004 00:43:02 GMT
	(envelope-from edwin@repoman.freebsd.org)
Received: (from edwin@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0h2ZV031631;
	Sat, 16 Oct 2004 00:43:02 GMT
	(envelope-from edwin)
Message-Id: <200410160043.i9G0h2ZV031631@repoman.freebsd.org>
From: Edwin Groothuis 
Date: Sat, 16 Oct 2004 00:43:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/pvr250 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:43:03 -0000

edwin       2004-10-16 00:43:02 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/pvr250    Makefile 
  Log:
  Typo: It's the PVR-250/350 and not the PVR-250/260 card.
  
  Revision  Changes    Path
  1.3       +1 -1      ports/multimedia/pvr250/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:53:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C84BB16A4CE; Sat, 16 Oct 2004 00:53:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A7E3E43D3F; Sat, 16 Oct 2004 00:53:44 +0000 (GMT)
	(envelope-from green@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0rikw038346;
	Sat, 16 Oct 2004 00:53:44 GMT
	(envelope-from green@repoman.freebsd.org)
Received: (from green@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0rijh038345;
	Sat, 16 Oct 2004 00:53:44 GMT
	(envelope-from green)
Message-Id: <200410160053.i9G0rijh038345@repoman.freebsd.org>
From: Brian Feldman 
Date: Sat, 16 Oct 2004 00:53:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/pci if_dc.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:53:44 -0000

green       2004-10-16 00:53:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/pci              if_dc.c 
  Log:
  MFC r1.149-r1.151: add IFF_NEEDSGIANT when IS_GIANT and add ALTQ support.
  
  Approved by:    re
  
  Revision   Changes    Path
  1.148.2.2  +23 -15    src/sys/pci/if_dc.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:54:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D3B4C16A4CE; Sat, 16 Oct 2004 00:54:51 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B353943D54; Sat, 16 Oct 2004 00:54:51 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0spc0038389;
	Sat, 16 Oct 2004 00:54:51 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0spbA038388;
	Sat, 16 Oct 2004 00:54:51 GMT
	(envelope-from brueffer)
Message-Id: <200410160054.i9G0spbA038388@repoman.freebsd.org>
From: Christian Brueffer 
Date: Sat, 16 Oct 2004 00:54:51 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/usr.bin/login login.1
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:54:52 -0000

brueffer    2004-10-16 00:54:51 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    usr.bin/login        login.1 
  Log:
  MFC: rev. 1.27, 1.28
  
  - we use /etc/pam.d/login nowadays
  - bump document date
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.26.2.1  +4 -7      src/usr.bin/login/login.1

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:55:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 38A8316A4CE; Sat, 16 Oct 2004 00:55:33 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2CFA443D2D; Sat, 16 Oct 2004 00:55:33 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0tXs8038495;
	Sat, 16 Oct 2004 00:55:33 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0tX09038494;
	Sat, 16 Oct 2004 00:55:33 GMT
	(envelope-from pav)
Message-Id: <200410160055.i9G0tX09038494@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 00:55:33 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/math Makefile ports/math/coq Makefile distinfo
 pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:55:33 -0000

pav         2004-10-16 00:55:33 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/coq             Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add coq, a formal proof management system: a proof done with Coq is
  mechanically checked by the machine.
  
  In particular, Coq allows:
  * the definition of functions or predicates,
  * to state mathematical theorems and software specifications,
  * to develop interactively formal proofs of these theorems,
  * to check these proofs by a small certification "kernel".
  
  PR:             ports/72718
  Submitted by:   Rene Ladan 
  
  Revision  Changes    Path
  1.288     +1 -0      ports/math/Makefile
  1.1       +46 -0     ports/math/coq/Makefile (new)
  1.1       +4 -0      ports/math/coq/distinfo (new)
  1.1       +23 -0     ports/math/coq/pkg-descr (new)
  1.1       +524 -0    ports/math/coq/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 00:57:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3692D16A4CE; Sat, 16 Oct 2004 00:57:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1757343D1F; Sat, 16 Oct 2004 00:57:01 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G0v0wi038576;
	Sat, 16 Oct 2004 00:57:00 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G0v0co038575;
	Sat, 16 Oct 2004 00:57:00 GMT
	(envelope-from pav)
Message-Id: <200410160057.i9G0v0co038575@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 00:57:00 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 00:57:01 -0000

pav         2004-10-16 00:57:00 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    coq --> ports/math/coq
  
  Revision  Changes    Path
  1.11170   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 01:03:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8F9D516A4CE; Sat, 16 Oct 2004 01:03:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6EED343D49; Sat, 16 Oct 2004 01:03:23 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G13NZR038797;
	Sat, 16 Oct 2004 01:03:23 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G13Njv038796;
	Sat, 16 Oct 2004 01:03:23 GMT
	(envelope-from marcus)
Message-Id: <200410160103.i9G13Njv038796@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Sat, 16 Oct 2004 01:03:23 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/wxmozilla Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 01:03:23 -0000

marcus      2004-10-16 01:03:23 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/wxmozilla Makefile 
  Log:
  This port really is broken on 4.X.
  
  Reported by:    pointyhat via kris
  
  Revision  Changes    Path
  1.10      +7 -1      ports/x11-toolkits/wxmozilla/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 01:26:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 38CD816A4CE; Sat, 16 Oct 2004 01:26:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2D01C43D39; Sat, 16 Oct 2004 01:26:42 +0000 (GMT)
	(envelope-from leeym@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G1Qg0m039531;
	Sat, 16 Oct 2004 01:26:42 GMT
	(envelope-from leeym@repoman.freebsd.org)
Received: (from leeym@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G1Qgwl039530;
	Sat, 16 Oct 2004 01:26:42 GMT
	(envelope-from leeym)
Message-Id: <200410160126.i9G1Qgwl039530@repoman.freebsd.org>
From: Yen-Ming Lee 
Date: Sat, 16 Oct 2004 01:26:42 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security Makefile ports/security/clamassassin
 Makefile distinfo pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 01:26:42 -0000

leeym       2004-10-16 01:26:42 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/clamassassin Makefile distinfo pkg-descr 
  Log:
  Add clamassassin
  
  Clamassassin is a simple virus filter wrapper for ClamAV for use in procmail
  filters and similiar applications. Clamassassin's interface is similiar to
  that of spamassassin, making it easy to implement for those familiar with
  that tool. Clamassassin is designed with an emphasis on security, robustness
  and simplicity.
  
  PR:             72698
  Submitted by:   Matt 
  
  Revision  Changes    Path
  1.542     +1 -0      ports/security/Makefile
  1.1       +36 -0     ports/security/clamassassin/Makefile (new)
  1.1       +2 -0      ports/security/clamassassin/distinfo (new)
  1.1       +7 -0      ports/security/clamassassin/pkg-descr (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 01:26:54 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3146A16A4CE; Sat, 16 Oct 2004 01:26:54 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1141043D54; Sat, 16 Oct 2004 01:26:54 +0000 (GMT)
	(envelope-from leeym@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G1QrYo039577;
	Sat, 16 Oct 2004 01:26:53 GMT
	(envelope-from leeym@repoman.freebsd.org)
Received: (from leeym@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G1Qrso039576;
	Sat, 16 Oct 2004 01:26:53 GMT
	(envelope-from leeym)
Message-Id: <200410160126.i9G1Qrso039576@repoman.freebsd.org>
From: Yen-Ming Lee 
Date: Sat, 16 Oct 2004 01:26:53 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 01:26:54 -0000

leeym       2004-10-16 01:26:53 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    clamassassin --> ports/security/clamassassin
  
  Revision  Changes    Path
  1.11171   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 01:33:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BDAF816A4CE; Sat, 16 Oct 2004 01:33:04 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9C5D443D1F; Sat, 16 Oct 2004 01:33:04 +0000 (GMT)
	(envelope-from leeym@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G1X4JJ039882;
	Sat, 16 Oct 2004 01:33:04 GMT
	(envelope-from leeym@repoman.freebsd.org)
Received: (from leeym@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G1X4m2039881;
	Sat, 16 Oct 2004 01:33:04 GMT
	(envelope-from leeym)
Message-Id: <200410160133.i9G1X4m2039881@repoman.freebsd.org>
From: Yen-Ming Lee 
Date: Sat, 16 Oct 2004 01:33:04 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors
	contrib.additional.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 01:33:05 -0000

leeym       2004-10-16 01:33:04 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  - add Matt Smith  for ports/security/clamassassin.
  
  Revision  Changes    Path
  1.263     +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 01:41:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EC74616A4CE; Sat, 16 Oct 2004 01:41:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CB15C43D31; Sat, 16 Oct 2004 01:41:34 +0000 (GMT)
	(envelope-from green@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G1fYgm040941;
	Sat, 16 Oct 2004 01:41:34 GMT
	(envelope-from green@repoman.freebsd.org)
Received: (from green@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G1fYQx040940;
	Sat, 16 Oct 2004 01:41:34 GMT
	(envelope-from green)
Message-Id: <200410160141.i9G1fYQx040940@repoman.freebsd.org>
From: Brian Feldman 
Date: Sat, 16 Oct 2004 01:41:34 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/vm uma_core.c uma_dbg.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 01:41:35 -0000

green       2004-10-16 01:41:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/vm               uma_core.c uma_dbg.c 
  Log:
  MFC uma_dbg.c r1.16, uma_core.c r1.106-1.107: critical stability/leak fixes
  (for MBUF clusters) implemented by UMA.
  
  Approved by:    re
  
  Revision   Changes    Path
  1.105.2.1  +26 -10    src/sys/vm/uma_core.c
  1.15.2.1   +37 -13    src/sys/vm/uma_dbg.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 01:57:10 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8E45C16A4CE; Sat, 16 Oct 2004 01:57:10 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6E5DA43D1F; Sat, 16 Oct 2004 01:57:10 +0000 (GMT)
	(envelope-from will@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G1vATp041404;
	Sat, 16 Oct 2004 01:57:10 GMT
	(envelope-from will@repoman.freebsd.org)
Received: (from will@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G1vAMQ041403;
	Sat, 16 Oct 2004 01:57:10 GMT
	(envelope-from will)
Message-Id: <200410160157.i9G1vAMQ041403@repoman.freebsd.org>
From: Will Andrews 
Date: Sat, 16 Oct 2004 01:57:10 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/ezstream Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 01:57:10 -0000

will        2004-10-16 01:57:10 UTC

  FreeBSD ports repository

  Modified files:
    audio/ezstream       Makefile pkg-plist 
  Log:
  Fix a glaring bug: didn't account for NOPORTDOCS.
  
  Submitted by:   markus
  
  Revision  Changes    Path
  1.2       +1 -0      ports/audio/ezstream/Makefile
  1.2       +4 -0      ports/audio/ezstream/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 01:59:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A2FB216A4CE; Sat, 16 Oct 2004 01:59:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 815B943D39; Sat, 16 Oct 2004 01:59:03 +0000 (GMT)
	(envelope-from naddy@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G1x32m041531;
	Sat, 16 Oct 2004 01:59:03 GMT
	(envelope-from naddy@repoman.freebsd.org)
Received: (from naddy@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G1x3n2041530;
	Sat, 16 Oct 2004 01:59:03 GMT
	(envelope-from naddy)
Message-Id: <200410160159.i9G1x3n2041530@repoman.freebsd.org>
From: Christian Weisgerber 
Date: Sat, 16 Oct 2004 01:59:03 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/audio/sox Makefile distinfo
 ports/audio/sox/files patch-Makefile.in patch-wav.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 01:59:03 -0000

naddy       2004-10-16 01:59:03 UTC

  FreeBSD ports repository

  Modified files:
    audio/sox            Makefile distinfo 
    audio/sox/files      patch-Makefile.in 
  Removed files:
    audio/sox/files      patch-wav.c 
  Log:
  Update to 12.17.6.
  Changes in this release: numerous bugfixes.
  
  Reviewed by and with:   Dan Nelson 
  
  Revision  Changes    Path
  1.29      +6 -5      ports/audio/sox/Makefile
  1.10      +2 -2      ports/audio/sox/distinfo
  1.2       +14 -10    ports/audio/sox/files/patch-Makefile.in
  1.2       +0 -24     ports/audio/sox/files/patch-wav.c (dead)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 02:14:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B413B16A4CE; Sat, 16 Oct 2004 02:14:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 93CC843D46; Sat, 16 Oct 2004 02:14:59 +0000 (GMT)
	(envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G2ExGe042046;
	Sat, 16 Oct 2004 02:14:59 GMT
	(envelope-from ups@repoman.freebsd.org)
Received: (from ups@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G2Ex4D042045;
	Sat, 16 Oct 2004 02:14:59 GMT
	(envelope-from ups)
Message-Id: <200410160214.i9G2Ex4D042045@repoman.freebsd.org>
From: Stephan Uphoff 
Date: Sat, 16 Oct 2004 02:14:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/kern kern_mutex.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 02:14:59 -0000

ups         2004-10-16 02:14:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_mutex.c 
  Log:
  MFC: rev 1.150
  Force MUTEX_WAKE_ALL.
  A race condition in single thread wakeup may break priority
  inheritance.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.147.2.3  +9 -0      src/sys/kern/kern_mutex.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 02:17:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2BCE016A4CE; Sat, 16 Oct 2004 02:17:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0BA2843D2D; Sat, 16 Oct 2004 02:17:03 +0000 (GMT)
	(envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G2H2kD042158;
	Sat, 16 Oct 2004 02:17:02 GMT
	(envelope-from ups@repoman.freebsd.org)
Received: (from ups@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G2H2iB042157;
	Sat, 16 Oct 2004 02:17:02 GMT
	(envelope-from ups)
Message-Id: <200410160217.i9G2H2iB042157@repoman.freebsd.org>
From: Stephan Uphoff 
Date: Sat, 16 Oct 2004 02:17:02 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/kern kern_switch.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 02:17:03 -0000

ups         2004-10-16 02:17:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_switch.c 
  Log:
  MFC: rev 1.99, rev 1.101
  Prevent preemption in slot_fill.
  Implement preemption between threads in the same ksegp in out of slot
  situations to prevent priority inversion.
  Fix maybe_preempt_in_ksegrp for !SMP.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.78.2.12  +137 -1    src/sys/kern/kern_switch.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 02:17:55 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3B25716A4CE; Sat, 16 Oct 2004 02:17:55 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1A3DB43D1D; Sat, 16 Oct 2004 02:17:55 +0000 (GMT)
	(envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G2HsHc042196;
	Sat, 16 Oct 2004 02:17:54 GMT
	(envelope-from ups@repoman.freebsd.org)
Received: (from ups@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G2HssR042195;
	Sat, 16 Oct 2004 02:17:54 GMT
	(envelope-from ups)
Message-Id: <200410160217.i9G2HssR042195@repoman.freebsd.org>
From: Stephan Uphoff 
Date: Sat, 16 Oct 2004 02:17:54 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/kern subr_sleepqueue.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 02:17:55 -0000

ups         2004-10-16 02:17:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             subr_sleepqueue.c 
  Log:
  MFC: rev 1.12
  Directly modifying the priority of a thread that may be on the runqueue
  can break the sorting order of the ksegp run queue.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.10.2.2  +1 -1      src/sys/kern/subr_sleepqueue.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 02:21:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 00EEC16A4CE; Sat, 16 Oct 2004 02:21:37 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D07CB43D2D; Sat, 16 Oct 2004 02:21:37 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G2LbTt042341;
	Sat, 16 Oct 2004 02:21:37 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G2LbEO042340;
	Sat, 16 Oct 2004 02:21:37 GMT
	(envelope-from clsung)
Message-Id: <200410160221.i9G2LbEO042340@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Sat, 16 Oct 2004 02:21:37 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/pvm Makefile distinfo pkg-message
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 02:21:38 -0000

clsung      2004-10-16 02:21:37 UTC

  FreeBSD ports repository

  Modified files:
    net/pvm              Makefile distinfo pkg-message 
  Log:
  - update to 3.4.5
  - use %%PREFIX%% in pkg-message
  
  PR:             ports/71718
  Submitted by:   clsung
  Approved by:    mentor (leeym)
  
  Revision  Changes    Path
  1.17      +2 -2      ports/net/pvm/Makefile
  1.6       +2 -2      ports/net/pvm/distinfo
  1.3       +2 -2      ports/net/pvm/pkg-message

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 02:27:10 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2E66516A4CE; Sat, 16 Oct 2004 02:27:10 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0D2A243D1D; Sat, 16 Oct 2004 02:27:10 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G2R9V2042490;
	Sat, 16 Oct 2004 02:27:09 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G2R9Od042489;
	Sat, 16 Oct 2004 02:27:09 GMT
	(envelope-from clsung)
Message-Id: <200410160227.i9G2R9Od042489@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Sat, 16 Oct 2004 02:27:09 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-FileHandle-Unget Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 02:27:10 -0000

clsung      2004-10-16 02:27:09 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-FileHandle-Unget Makefile distinfo 
  Log:
  - update to 0.16.1
  
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.5       +1 -1      ports/devel/p5-FileHandle-Unget/Makefile
  1.5       +2 -2      ports/devel/p5-FileHandle-Unget/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 02:30:52 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5CBE816A4CE; Sat, 16 Oct 2004 02:30:52 +0000 (GMT)
Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 762BD43D1F; Sat, 16 Oct 2004 02:30:51 +0000 (GMT)
	(envelope-from matusita@jp.FreeBSD.org)
Received: from localhost (localhost [::1])i9G2Uo895345;
	Sat, 16 Oct 2004 11:30:50 +0900 (JST)
	(envelope-from matusita@jp.FreeBSD.org)
In-Reply-To: <20041013195615.GC90229@dragon.nuxi.com>
References: <20041002044957.GA36384@dragon.nuxi.com>
	<20041003004611E.matusita@jp.FreeBSD.org>
	<20041013195615.GC90229@dragon.nuxi.com>
X-User-Agent: Mew/1.94.2 Emacs/21.3
X-FaceAnim: (-O_O-)(O_O- )(_O-  )(O-   )(-   -)(   -O)(  -O_)( -O_O)(-O_O-)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Dispatcher: imput version 20040704(IM147)
Lines: 17
From: Makoto Matsushita 
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
Date: Sat, 16 Oct 2004 11:30:48 +0900
Message-Id: <20041016113048M.matusita@jp.FreeBSD.org>
Subject: Re: cvs commit: src/lib/compat/compat4x.alpha libc.so.4.bz2.uu
 libc_r.so.4.bz2.uu libhistory.so.4.bz2.uu libm.so.2.bz2.uu
 libopie.so.2.bz2.uu libpcap.so.2.bz2.uu libperl.so.3.bz2.uu
 libreadline.so.4.bz2.uu
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 02:30:52 -0000


obrien> There is some debate about if compat libs should be placed in
obrien> /usr/lib/compat or /usr/local/lib/compat.  I'm not sure what way I fall
obrien> on this... but I'd love to know if we have consensus among committers.

IMHO it depends on where compat libraries come from.  If it comes from
a part of distribution, /usr/lib/compat is good, and if it comes from
ports (or packages), ${LOCALDIR}/lib/compat would be better.

Since 6-current have no /usr/src/lib/compat, ${LOCALDIR}/lib/compat is
enough for me.

Speaking about 'compat libs,' how do we supply older libraries that is
in /lib?  Make a directory /lib/compat (or whereever in /), or ...?

-- -
Makoto `MAR' Matsushita

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 02:40:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A37A316A4D1; Sat, 16 Oct 2004 02:40:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4D99843D3F; Sat, 16 Oct 2004 02:40:19 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G2eJEJ042870;
	Sat, 16 Oct 2004 02:40:19 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G2eJpw042869;
	Sat, 16 Oct 2004 02:40:19 GMT
	(envelope-from clsung)
Message-Id: <200410160240.i9G2eJpw042869@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Sat, 16 Oct 2004 02:40:18 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/p5-Mail-Mbox-MessageParser Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 02:40:28 -0000

clsung      2004-10-16 02:40:18 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Mail-Mbox-MessageParser Makefile distinfo 
  Log:
  - update to 1.21.1
  - remove files/
  
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.5       +2 -1      ports/mail/p5-Mail-Mbox-MessageParser/Makefile
  1.5       +2 -2      ports/mail/p5-Mail-Mbox-MessageParser/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 02:58:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C941C16A4CE; Sat, 16 Oct 2004 02:58:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A966843D3F; Sat, 16 Oct 2004 02:58:47 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G2wlWq043590;
	Sat, 16 Oct 2004 02:58:47 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G2wlxf043589;
	Sat, 16 Oct 2004 02:58:47 GMT
	(envelope-from clsung)
Message-Id: <200410160258.i9G2wlxf043589@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Sat, 16 Oct 2004 02:58:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/p5-Mail-Mbox-MessageParser/files
	patch-Makefile.PL
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 02:58:47 -0000

clsung      2004-10-16 02:58:47 UTC

  FreeBSD ports repository

  Removed files:
    mail/p5-Mail-Mbox-MessageParser/files patch-Makefile.PL 
  Log:
  I forgot to remove patch-Makefile.PL in cvs tree.
  
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.2       +0 -27     ports/mail/p5-Mail-Mbox-MessageParser/files/patch-Makefile.PL (dead)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 03:34:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D45F816A4CE; Sat, 16 Oct 2004 03:34:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B4AD643D48; Sat, 16 Oct 2004 03:34:49 +0000 (GMT)
	(envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G3Yn2P044896;
	Sat, 16 Oct 2004 03:34:49 GMT
	(envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G3YnAm044895;
	Sat, 16 Oct 2004 03:34:49 GMT
	(envelope-from kan)
Message-Id: <200410160334.i9G3YnAm044895@repoman.freebsd.org>
From: Alexander Kabaev 
Date: Sat, 16 Oct 2004 03:34:49 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/contrib/gcc c-ppoutput.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 03:34:50 -0000

kan         2004-10-16 03:34:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    contrib/gcc          c-ppoutput.c 
  Log:
  MFC r1.1.1.2.
  Import a patch from GCC PR c/16999 to stop quoting already quoted ident
  strings.
  
  Approved by:    re(scottl)
  
  Revision     Changes    Path
  1.1.1.1.2.1  +1 -1      src/contrib/gcc/c-ppoutput.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 03:38:41 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 79C1E16A4CE; Sat, 16 Oct 2004 03:38:41 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 598C743D49; Sat, 16 Oct 2004 03:38:41 +0000 (GMT)
	(envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G3cfP1045053;
	Sat, 16 Oct 2004 03:38:41 GMT
	(envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G3cfv1045052;
	Sat, 16 Oct 2004 03:38:41 GMT
	(envelope-from kan)
Message-Id: <200410160338.i9G3cfv1045052@repoman.freebsd.org>
From: Alexander Kabaev 
Date: Sat, 16 Oct 2004 03:38:41 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/dev/usb ubsa.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 03:38:41 -0000

kan         2004-10-16 03:38:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/usb          ubsa.c 
  Log:
  MFC r1.15:
  
  Use a taskqueue rather than an swi to handle deferred notifications.
  Obtained from:  same change for umct(4) driver.
  
  Approved by:    re(scottl)
  
  Revision  Changes    Path
  1.14.2.1  +9 -25     src/sys/dev/usb/ubsa.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 03:51:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8C53F16A4CE; Sat, 16 Oct 2004 03:51:57 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6ABEE43D45; Sat, 16 Oct 2004 03:51:57 +0000 (GMT)
	(envelope-from kevlo@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G3pvDQ045483;
	Sat, 16 Oct 2004 03:51:57 GMT
	(envelope-from kevlo@repoman.freebsd.org)
Received: (from kevlo@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G3pveQ045482;
	Sat, 16 Oct 2004 03:51:57 GMT
	(envelope-from kevlo)
Message-Id: <200410160351.i9G3pveQ045482@repoman.freebsd.org>
From: Kevin Lo 
Date: Sat, 16 Oct 2004 03:51:57 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/editors/kxmleditor Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 03:51:57 -0000

kevlo       2004-10-16 03:51:57 UTC

  FreeBSD ports repository

  Modified files:
    editors/kxmleditor   Makefile distinfo pkg-plist 
  Log:
  Update to 1.1.3
  
  Revision  Changes    Path
  1.13      +1 -1      ports/editors/kxmleditor/Makefile
  1.9       +2 -2      ports/editors/kxmleditor/distinfo
  1.8       +3 -0      ports/editors/kxmleditor/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 03:57:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3DF2416A4CE; Sat, 16 Oct 2004 03:57:57 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1CB2643D48; Sat, 16 Oct 2004 03:57:57 +0000 (GMT)
	(envelope-from kevlo@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G3vvub045664;
	Sat, 16 Oct 2004 03:57:57 GMT
	(envelope-from kevlo@repoman.freebsd.org)
Received: (from kevlo@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G3vuBf045663;
	Sat, 16 Oct 2004 03:57:56 GMT
	(envelope-from kevlo)
Message-Id: <200410160357.i9G3vuBf045663@repoman.freebsd.org>
From: Kevin Lo 
Date: Sat, 16 Oct 2004 03:57:56 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/tkdiff Makefile distinfo
 ports/textproc/tkdiff/files patch-aa
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 03:57:57 -0000

kevlo       2004-10-16 03:57:56 UTC

  FreeBSD ports repository

  Modified files:
    textproc/tkdiff      Makefile distinfo 
    textproc/tkdiff/files patch-aa 
  Log:
  Update to tkdiff 4.0
  
  Revision  Changes    Path
  1.9       +9 -5      ports/textproc/tkdiff/Makefile
  1.4       +2 -2      ports/textproc/tkdiff/distinfo
  1.3       +5 -5      ports/textproc/tkdiff/files/patch-aa

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 04:49:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E997C16A4CE; Sat, 16 Oct 2004 04:49:03 +0000 (GMT)
Received: from harmony.village.org (rover.village.org [168.103.84.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3370C43D46; Sat, 16 Oct 2004 04:49:03 +0000 (GMT)
	(envelope-from imp@bsdimp.com)
Received: from localhost (harmony.village.org [10.0.0.6])
	by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9G4mS16062057;
	Fri, 15 Oct 2004 22:48:29 -0600 (MDT)
	(envelope-from imp@bsdimp.com)
Date: Fri, 15 Oct 2004 22:48:33 -0600 (MDT)
Message-Id: <20041015.224833.66757498.imp@bsdimp.com>
To: matusita@jp.FreeBSD.org
From: "M. Warner Losh" 
In-Reply-To: <20041016113048M.matusita@jp.FreeBSD.org>
References: <20041003004611E.matusita@jp.FreeBSD.org>
	<20041013195615.GC90229@dragon.nuxi.com>
	<20041016113048M.matusita@jp.FreeBSD.org>
X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
cc: cvs-src@freebsd.org
cc: src-committers@freebsd.org
cc: cvs-all@freebsd.org
Subject: Re: cvs commit: src/lib/compat/compat4x.alpha libc.so.4.bz2.uu
 libc_r.so.4.bz2.uu libhistory.so.4.bz2.uu libm.so.2.bz2.uu
 libopie.so.2.bz2.uu libpcap.so.2.bz2.uu libperl.so.3.bz2.uu
 libreadline.so.4.bz2.uu
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 04:49:04 -0000

In message: <20041016113048M.matusita@jp.FreeBSD.org>
            Makoto Matsushita  writes:
: Speaking about 'compat libs,' how do we supply older libraries that is
: in /lib?  Make a directory /lib/compat (or whereever in /), or ...?

I'd think that /usr/lib/compat would be sufficient for them.  After
all, they are only in /lib so that we can have a dynamic root.  Once
we upgrade, other things linked with them needn't get it off of root
since we generally don't install ports into /.

Warner

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 05:03:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2028C16A4CE; Sat, 16 Oct 2004 05:03:08 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0029143D2D; Sat, 16 Oct 2004 05:03:07 +0000 (GMT)
	(envelope-from kuriyama@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G537Yb054020;
	Sat, 16 Oct 2004 05:03:07 GMT
	(envelope-from kuriyama@repoman.freebsd.org)
Received: (from kuriyama@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G537I3054019;
	Sat, 16 Oct 2004 05:03:07 GMT
	(envelope-from kuriyama)
Message-Id: <200410160503.i9G537I3054019@repoman.freebsd.org>
From: Jun Kuriyama 
Date: Sat, 16 Oct 2004 05:03:07 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/apache2 Makefile ports/www/flood Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 05:03:08 -0000

kuriyama    2004-10-16 05:03:07 UTC

  FreeBSD ports repository

  Modified files:
    www/apache2          Makefile 
    www/flood            Makefile 
  Log:
  - Chase apr shlib version bump.
  
  Pointy Hat Autumn Collection 2004 to:   kuriyama
  
  Revision  Changes    Path
  1.204     +2 -2      ports/www/apache2/Makefile
  1.14      +2 -2      ports/www/flood/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 06:11:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6CB1216A4CE; Sat, 16 Oct 2004 06:11:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4FE5043D31; Sat, 16 Oct 2004 06:11:36 +0000 (GMT)
	(envelope-from obrien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G6Baj1058476;
	Sat, 16 Oct 2004 06:11:36 GMT
	(envelope-from obrien@repoman.freebsd.org)
Received: (from obrien@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G6Ba71058475;
	Sat, 16 Oct 2004 06:11:36 GMT
	(envelope-from obrien)
Message-Id: <200410160611.i9G6Ba71058475@repoman.freebsd.org>
From: "David E. O'Brien" 
Date: Sat, 16 Oct 2004 06:11:35 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/lib/libc/rpc auth_des.c auth_none.c auth_unix.c
 authunix_prot.c bindresvport.c clnt_bcast.c clnt_dg.c
 clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_vc.c...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 06:11:36 -0000

obrien      2004-10-16 06:11:35 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/rpc         auth_des.c auth_none.c auth_unix.c 
                         authunix_prot.c bindresvport.c 
                         clnt_bcast.c clnt_dg.c clnt_generic.c 
                         clnt_perror.c clnt_raw.c clnt_simple.c 
                         clnt_vc.c des_crypt.c des_soft.c 
                         getnetconfig.c getnetpath.c 
                         getpublickey.c getrpcport.c key_call.c 
                         key_prot_xdr.c mt_misc.c netname.c 
                         netnamer.c pmap_clnt.c pmap_getmaps.c 
                         pmap_getport.c pmap_prot.c pmap_prot2.c 
                         pmap_rmt.c rpc_callmsg.c rpc_dtablesize.c 
                         rpc_prot.c rpc_soc.c rpcb_clnt.c 
                         rpcb_prot.c rpcdname.c svc.c svc_auth.c 
                         svc_auth_unix.c svc_dg.c svc_generic.c 
                         svc_raw.c svc_run.c svc_vc.c 
  Log:
  Try to bring some sanity to the SCM ID's.
  + spell LIBC_SCCS consistently
  + enable builds with LIBC_SCCS defined to not syntax error
  + minor SCM reformatting to try to have some consistency
  
  Revision  Changes    Path
  1.9       +1 -1      src/lib/libc/rpc/auth_des.c
  1.13      +1 -1      src/lib/libc/rpc/auth_none.c
  1.16      +1 -1      src/lib/libc/rpc/auth_unix.c
  1.9       +1 -1      src/lib/libc/rpc/authunix_prot.c
  1.16      +3 -3      src/lib/libc/rpc/bindresvport.c
  1.8       +2 -3      src/lib/libc/rpc/clnt_bcast.c
  1.17      +2 -3      src/lib/libc/rpc/clnt_dg.c
  1.15      +2 -2      src/lib/libc/rpc/clnt_generic.c
  1.17      +1 -1      src/lib/libc/rpc/clnt_perror.c
  1.19      +1 -1      src/lib/libc/rpc/clnt_raw.c
  1.19      +1 -1      src/lib/libc/rpc/clnt_simple.c
  1.17      +2 -2      src/lib/libc/rpc/clnt_vc.c
  1.8       +1 -3      src/lib/libc/rpc/des_crypt.c
  1.3       +7 -6      src/lib/libc/rpc/des_soft.c
  1.11      +3 -4      src/lib/libc/rpc/getnetconfig.c
  1.5       +3 -4      src/lib/libc/rpc/getnetpath.c
  1.7       +2 -1      src/lib/libc/rpc/getpublickey.c
  1.13      +1 -2      src/lib/libc/rpc/getrpcport.c
  1.15      +0 -1      src/lib/libc/rpc/key_call.c
  1.5       +1 -1      src/lib/libc/rpc/key_prot_xdr.c
  1.6       +0 -1      src/lib/libc/rpc/mt_misc.c
  1.8       +2 -1      src/lib/libc/rpc/netname.c
  1.10      +3 -1      src/lib/libc/rpc/netnamer.c
  1.15      +1 -1      src/lib/libc/rpc/pmap_clnt.c
  1.16      +1 -1      src/lib/libc/rpc/pmap_getmaps.c
  1.15      +1 -1      src/lib/libc/rpc/pmap_getport.c
  1.9       +1 -1      src/lib/libc/rpc/pmap_prot.c
  1.10      +1 -1      src/lib/libc/rpc/pmap_prot2.c
  1.20      +1 -2      src/lib/libc/rpc/pmap_rmt.c
  1.12      +1 -1      src/lib/libc/rpc/rpc_callmsg.c
  1.15      +1 -1      src/lib/libc/rpc/rpc_dtablesize.c
  1.12      +1 -1      src/lib/libc/rpc/rpc_prot.c
  1.14      +1 -1      src/lib/libc/rpc/rpc_soc.c
  1.14      +1 -1      src/lib/libc/rpc/rpcb_clnt.c
  1.5       +1 -1      src/lib/libc/rpc/rpcb_prot.c
  1.5       +2 -1      src/lib/libc/rpc/rpcdname.c
  1.23      +1 -1      src/lib/libc/rpc/svc.c
  1.12      +2 -3      src/lib/libc/rpc/svc_auth.c
  1.11      +1 -1      src/lib/libc/rpc/svc_auth_unix.c
  1.7       +3 -1      src/lib/libc/rpc/svc_dg.c
  1.6       +2 -3      src/lib/libc/rpc/svc_generic.c
  1.14      +1 -1      src/lib/libc/rpc/svc_raw.c
  1.19      +1 -1      src/lib/libc/rpc/svc_run.c
  1.24      +1 -1      src/lib/libc/rpc/svc_vc.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 06:17:48 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4A7BE16A4CE; Sat, 16 Oct 2004 06:17:48 +0000 (GMT)
Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EA31843D3F; Sat, 16 Oct 2004 06:17:47 +0000 (GMT)
	(envelope-from obrien@NUXI.com)
Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1])
	by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9G6HkbU077324;
	Fri, 15 Oct 2004 23:17:47 -0700 (PDT)
	(envelope-from obrien@dragon.nuxi.com)
Received: (from obrien@localhost)
	by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9G6HkHY077323;
	Fri, 15 Oct 2004 23:17:46 -0700 (PDT)
	(envelope-from obrien)
Date: Fri, 15 Oct 2004 23:17:45 -0700
From: "David O'Brien" 
To: Makoto Matsushita 
Message-ID: <20041016061745.GA77261@dragon.nuxi.com>
References: <20041002044957.GA36384@dragon.nuxi.com>
	<20041003004611E.matusita@jp.FreeBSD.org>
	<20041013195615.GC90229@dragon.nuxi.com>
	<20041016113048M.matusita@jp.FreeBSD.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041016113048M.matusita@jp.FreeBSD.org>
User-Agent: Mutt/1.4.1i
X-Operating-System: FreeBSD 6.0-CURRENT
Organization: The NUXI BSD Group
X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Rsa-Keyid: 1024/34F9F9D5
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/compat/compat4x.alpha libc.so.4.bz2.uu
	libc_r.so.4.bz2.uu libhistory.so.4.bz2.uu libm.so.2.bz2.uu
	libopie.so.2.bz2.uu libpcap.so.2.bz2.uu libperl.so.3.bz2.uu
	libreadline.so.4.bz2.uu
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: obrien@FreeBSD.org
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 06:17:48 -0000

On Sat, Oct 16, 2004 at 11:30:48AM +0900, Makoto Matsushita wrote:
> obrien> There is some debate about if compat libs should be placed in
> obrien> /usr/lib/compat or /usr/local/lib/compat.  I'm not sure what wa
> obrien> I fall on this... but I'd love to know if we have consensus among
> obrien> committers.
> 
> IMHO it depends on where compat libraries come from.  If it comes from
> a part of distribution, /usr/lib/compat is good, and if it comes from
> ports (or packages), ${LOCALDIR}/lib/compat would be better.
> 
> Since 6-current have no /usr/src/lib/compat, ${LOCALDIR}/lib/compat is
> enough for me.

Since the compat libs from a port can also be installed on 5.x do we
still want to not install them in /usr/lib/compat?  Also what about
machines that started out life as 5-CURRENT and are now 6-CURRENT?  They
will have compat libs in /usr/lib/compat that won't get cleaned up.
Since that location is searched before /usr/local/lib/compat people could
have a problem.


> Speaking about 'compat libs,' how do we supply older libraries that is
> in /lib?  Make a directory /lib/compat (or whereever in /), or ...?

I don't see why they should go in the / partition.  If you built a new
.so (say .so.1 -> .so.2), then you should also have all the /[s]bin
consumers of the .so lib updated [to use .so.2] also.  You could easily
have /usr/local/bin old binaries that still need the .so.1 version, but
they aren't part of boot on the / partition.  So they can get the compat
lib from /usr/lib/compat (or where ever compat libs are installed).
 
-- 
-- David  (obrien@FreeBSD.org)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 06:29:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DCE2D16A4CE; Sat, 16 Oct 2004 06:29:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BB6C243D2D; Sat, 16 Oct 2004 06:29:03 +0000 (GMT)
	(envelope-from wes@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G6T3Bc059083;
	Sat, 16 Oct 2004 06:29:03 GMT
	(envelope-from wes@repoman.freebsd.org)
Received: (from wes@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G6T3nZ059082;
	Sat, 16 Oct 2004 06:29:03 GMT
	(envelope-from wes)
Message-Id: <200410160629.i9G6T3nZ059082@repoman.freebsd.org>
From: Wes Peters 
Date: Sat, 16 Oct 2004 06:29:03 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/mimedefang Makefile distinfo
 ports/mail/mimedefang/files patch-Makefile.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 06:29:04 -0000

wes         2004-10-16 06:29:03 UTC

  FreeBSD ports repository

  Modified files:
    mail/mimedefang      Makefile distinfo 
    mail/mimedefang/files patch-Makefile.in 
  Log:
  Update to 2.45 from mimedefang.org.
  
  Revision  Changes    Path
  1.40      +1 -1      ports/mail/mimedefang/Makefile
  1.31      +2 -2      ports/mail/mimedefang/distinfo
  1.9       +8 -9      ports/mail/mimedefang/files/patch-Makefile.in

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 06:32:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1811A16A4CE; Sat, 16 Oct 2004 06:32:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0B02443D1F; Sat, 16 Oct 2004 06:32:44 +0000 (GMT)
	(envelope-from obrien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G6WhaE059306;
	Sat, 16 Oct 2004 06:32:43 GMT
	(envelope-from obrien@repoman.freebsd.org)
Received: (from obrien@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G6Wh0a059305;
	Sat, 16 Oct 2004 06:32:43 GMT
	(envelope-from obrien)
Message-Id: <200410160632.i9G6Wh0a059305@repoman.freebsd.org>
From: "David E. O'Brien" 
Date: Sat, 16 Oct 2004 06:32:43 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/lib/libc/gmon gmon.c mcount.c src/lib/libc/string
 strlcat.c src/lib/libc/xdr xdr.c xdr_array.c xdr_float.c xdr_mem.c
 xdr_rec.c xdr_reference.c xdr_stdio.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 06:32:44 -0000

obrien      2004-10-16 06:32:43 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gmon        gmon.c mcount.c 
    lib/libc/string      strlcat.c 
    lib/libc/xdr         xdr.c xdr_array.c xdr_float.c xdr_mem.c 
                         xdr_rec.c xdr_reference.c xdr_stdio.c 
  Log:
  Enable building with LIBC_SCCS defined.
  
  Bug submitted by:       Andrea Campi 
  
  Revision  Changes    Path
  1.20      +1 -1      src/lib/libc/gmon/gmon.c
  1.20      +1 -1      src/lib/libc/gmon/mcount.c
  1.10      +1 -1      src/lib/libc/string/strlcat.c
  1.14      +1 -1      src/lib/libc/xdr/xdr.c
  1.15      +1 -1      src/lib/libc/xdr/xdr_array.c
  1.14      +1 -1      src/lib/libc/xdr/xdr_float.c
  1.13      +1 -1      src/lib/libc/xdr/xdr_mem.c
  1.21      +1 -2      src/lib/libc/xdr/xdr_rec.c
  1.12      +1 -3      src/lib/libc/xdr/xdr_reference.c
  1.13      +1 -1      src/lib/libc/xdr/xdr_stdio.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 06:37:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CA99316A4CE; Sat, 16 Oct 2004 06:37:31 +0000 (GMT)
Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B6D3043D1D; Sat, 16 Oct 2004 06:37:28 +0000 (GMT)
	(envelope-from matusita@jp.FreeBSD.org)
Received: from localhost (localhost [::1])i9G6bR883825;
	Sat, 16 Oct 2004 15:37:27 +0900 (JST)
	(envelope-from matusita@jp.FreeBSD.org)
In-Reply-To: <20041016061745.GA77261@dragon.nuxi.com>
References: <20041013195615.GC90229@dragon.nuxi.com>
	<20041016113048M.matusita@jp.FreeBSD.org>
	<20041016061745.GA77261@dragon.nuxi.com>
X-User-Agent: Mew/1.94.2 Emacs/21.3
X-FaceAnim: (-O_O-)(O_O- )(_O-  )(O-   )(-   -)(   -O)(  -O_)( -O_O)(-O_O-)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Dispatcher: imput version 20040704(IM147)
Lines: 32
From: Makoto Matsushita 
To: obrien@FreeBSD.org
Date: Sat, 16 Oct 2004 15:37:25 +0900
Message-Id: <20041016153725S.matusita@jp.FreeBSD.org>
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/compat/compat4x.alpha libc.so.4.bz2.uu
 libc_r.so.4.bz2.uu libhistory.so.4.bz2.uu libm.so.2.bz2.uu
 libopie.so.2.bz2.uu libpcap.so.2.bz2.uu libperl.so.3.bz2.uu
 libreadline.so.4.bz2.uu
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 06:37:31 -0000


obrien> Since the compat libs from a port can also be installed on 5.x
obrien> do we still want to not install them in /usr/lib/compat?  Also
obrien> what about machines that started out life as 5-CURRENT and are
obrien> now 6-CURRENT?

Hmm... maybe the first one can be handled with ports:

- Assume that there's a RELENG_5 box, installed 'compat3x' distribution.
- If ports/misc/compat3x is installed, remove the same libraries in
  /usr/lib/compat.

and the second one is, em, would be hard to solve with only ports (and
I don't get such situation until you mentioned, thank you).  

***

obrien> I don't see why they should go in the / partition.  If you
obrien> built a new .so (say .so.1 -> .so.2), then you should also
obrien> have all the /[s]bin consumers of the .so lib updated [to use
obrien> .so.2] also.
(deleted following sentences)

Maybe it's ok with /{s,}bin and other binaries those come from ports,
but how about user-made custom binaries for their system backups or
host administration related tools?  They also live somewhere in /.

As we can easily comes "Since they also have a source, just recompile
them all" solution, but I'm afraid that that's not ok...

-- -
Makoto `MAR' Matsushita

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 06:38:22 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D04F716A4CE; Sat, 16 Oct 2004 06:38:22 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B00E243D1F; Sat, 16 Oct 2004 06:38:22 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G6cMkT059630;
	Sat, 16 Oct 2004 06:38:22 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G6cMOl059629;
	Sat, 16 Oct 2004 06:38:22 GMT
	(envelope-from scottl)
Message-Id: <200410160638.i9G6cMOl059629@repoman.freebsd.org>
From: Scott Long 
Date: Sat, 16 Oct 2004 06:38:22 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_switch.c
 kern_synch.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 06:38:22 -0000

scottl      2004-10-16 06:38:22 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              proc.h 
    sys/kern             kern_switch.c kern_synch.c 
  Log:
  If a process needs to be swapped in, wakeup the swapper from within
  critical_exit as the process is getting scheduled to run.  This is subotimal
  but for now avoid the LOR between the scheduler and the sleepq systems.
  This is a 5.3 candidate.
  
  Submitted by: davidxu
  MFC After: 3 days
  
  Revision  Changes    Path
  1.102     +4 -0      src/sys/kern/kern_switch.c
  1.264     +5 -5      src/sys/kern/kern_synch.c
  1.410     +1 -1      src/sys/sys/proc.h

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 07:04:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5799716A4CE; Sat, 16 Oct 2004 07:04:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 36FEA43D31; Sat, 16 Oct 2004 07:04:50 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G74och060396;
	Sat, 16 Oct 2004 07:04:50 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G74oJ0060395;
	Sat, 16 Oct 2004 07:04:50 GMT
	(envelope-from scottl)
Message-Id: <200410160704.i9G74oJ0060395@repoman.freebsd.org>
From: Scott Long 
Date: Sat, 16 Oct 2004 07:04:49 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/net if_ethersubr.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 07:04:50 -0000

scottl      2004-10-16 07:04:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/net              if_ethersubr.c 
  Log:
  MFC:
  
    When harvesting entropy from an ethernet mbuf, do so before freeing the
    mbuf.
  
  Submitted by: rwatson
  Approved by: re
  
  Revision   Changes    Path
  1.177.2.1  +1 -1      src/sys/net/if_ethersubr.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 07:22:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1470816A4CF; Sat, 16 Oct 2004 07:22:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E9EA143D66; Sat, 16 Oct 2004 07:22:42 +0000 (GMT)
	(envelope-from wes@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G7Mg1i061072;
	Sat, 16 Oct 2004 07:22:42 GMT
	(envelope-from wes@repoman.freebsd.org)
Received: (from wes@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G7Mgui061071;
	Sat, 16 Oct 2004 07:22:42 GMT
	(envelope-from wes)
Message-Id: <200410160722.i9G7Mgui061071@repoman.freebsd.org>
From: Wes Peters 
Date: Sat, 16 Oct 2004 07:22:42 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/mimedefang pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 07:22:43 -0000

wes         2004-10-16 07:22:42 UTC

  FreeBSD ports repository

  Modified files:
    mail/mimedefang      pkg-plist 
  Log:
  Bring up to date with mimedefang-2.45.
  
  Revision  Changes    Path
  1.13      +0 -1      ports/mail/mimedefang/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 07:28:35 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2157A16A4CE; Sat, 16 Oct 2004 07:28:35 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 10C4143D55; Sat, 16 Oct 2004 07:28:35 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G7SYfV061421;
	Sat, 16 Oct 2004 07:28:34 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G7SYvn061420;
	Sat, 16 Oct 2004 07:28:34 GMT
	(envelope-from krion)
Message-Id: <200410160728.i9G7SYvn061420@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Sat, 16 Oct 2004 07:28:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules ports/print Makefile
 ports/print/ghostscript-afpl Makefile ports/print/ghostscript-gnu
 Makefile ports/print/ghostscript-gpl Makefile Makefile.inc
 distinfo pkg-descr pkg-plist ports/print/ghostscript-gpl/files ...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 07:28:35 -0000

krion       2004-10-16 07:28:34 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
    print                Makefile 
    print/ghostscript-afpl Makefile 
    print/ghostscript-gnu Makefile 
    print/ghostscript-gpl Makefile Makefile.inc distinfo pkg-descr 
                          pkg-plist 
    print/ghostscript-gpl/files patch-lib:pdf_font.ps 
    print/ghostscript-gpl/scripts configure 
    print/ghostscript-gpl-nox11 Makefile 
  Log:
  Announce the release of GPL Ghostscript. This release is based on
  the AFPL Ghostscript 8.00 release of 14 months ago. The most
  significant new feature since 7.0x is support for DeviceN
  colorspaces, up to 8 colorants total at 8 bits per component. Also,
  pdfwrite has seen considerable improvement in font handling, and
  many other bug fixes.
  
  PR:             ports/72326
  Submitted by:   Ports Fury
  
  Revision  Changes    Path
  1.11172   +2 -0      CVSROOT/modules
  1.343     +2 -0      ports/print/Makefile
  1.137     +1 -1      ports/print/ghostscript-afpl/Makefile
  1.112     +1 -1      ports/print/ghostscript-gnu/Makefile
  1.2       +2 -2      ports/print/ghostscript-gpl-nox11/Makefile
  1.137     +4 -6      ports/print/ghostscript-gpl/Makefile
  1.13      +4 -4      ports/print/ghostscript-gpl/Makefile.inc
  1.56      +2 -2      ports/print/ghostscript-gpl/distinfo
  1.2       +5 -5      ports/print/ghostscript-gpl/files/patch-lib:pdf_font.ps
  1.16      +4 -4      ports/print/ghostscript-gpl/pkg-descr
  1.37      +77 -3     ports/print/ghostscript-gpl/pkg-plist
  1.35      +2 -2      ports/print/ghostscript-gpl/scripts/configure

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 07:40:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0726D16A4CE; Sat, 16 Oct 2004 07:40:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DAA8B43D2F; Sat, 16 Oct 2004 07:40:30 +0000 (GMT)
	(envelope-from kuriyama@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G7eUjH061859;
	Sat, 16 Oct 2004 07:40:30 GMT
	(envelope-from kuriyama@repoman.freebsd.org)
Received: (from kuriyama@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G7eUZn061858;
	Sat, 16 Oct 2004 07:40:30 GMT
	(envelope-from kuriyama)
Message-Id: <200410160740.i9G7eUZn061858@repoman.freebsd.org>
From: Jun Kuriyama 
Date: Sat, 16 Oct 2004 07:40:30 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/p5-WWW-Mechanize Makefile
 ports/www/p5-WWW-Mechanize-FormFiller
 Makefile ports/www/p5-WWW-Mechanize-Shell Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 07:40:31 -0000

kuriyama    2004-10-16 07:40:30 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-WWW-Mechanize Makefile 
    www/p5-WWW-Mechanize-FormFiller Makefile 
    www/p5-WWW-Mechanize-Shell Makefile 
  Log:
  - Reduce dependencies with perl-5.8.
  - Remove depends on Test::More module which is used on test target only.
  
  Reviewed by:    perl
  
  Revision  Changes    Path
  1.3       +2 -2      ports/www/p5-WWW-Mechanize-FormFiller/Makefile
  1.2       +1 -1      ports/www/p5-WWW-Mechanize-Shell/Makefile
  1.11      +4 -4      ports/www/p5-WWW-Mechanize/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 07:41:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0F7C316A4CE; Sat, 16 Oct 2004 07:41:08 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E47B543D45; Sat, 16 Oct 2004 07:41:07 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G7f7wB061914;
	Sat, 16 Oct 2004 07:41:07 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G7f7Dm061913;
	Sat, 16 Oct 2004 07:41:07 GMT
	(envelope-from krion)
Message-Id: <200410160741.i9G7f7Dm061913@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Sat, 16 Oct 2004 07:41:07 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/misc/nut Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 07:41:08 -0000

krion       2004-10-16 07:41:07 UTC

  FreeBSD ports repository

  Modified files:
    misc/nut             Makefile distinfo 
  Log:
  Update to 10.7
  
  Revision  Changes    Path
  1.39      +1 -1      ports/misc/nut/Makefile
  1.35      +2 -2      ports/misc/nut/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 08:04:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5E8E816A4CE; Sat, 16 Oct 2004 08:04:08 +0000 (GMT)
Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 29D5F43D45; Sat, 16 Oct 2004 08:04:08 +0000 (GMT)
	(envelope-from obrien@NUXI.com)
Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1])
	by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9G8478B079969;
	Sat, 16 Oct 2004 01:04:07 -0700 (PDT)
	(envelope-from obrien@dragon.nuxi.com)
Received: (from obrien@localhost)
	by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9G846dX079968;
	Sat, 16 Oct 2004 01:04:06 -0700 (PDT)
	(envelope-from obrien)
Date: Sat, 16 Oct 2004 01:04:06 -0700
From: "David O'Brien" 
To: Makoto Matsushita 
Message-ID: <20041016080406.GC77261@dragon.nuxi.com>
References: <20041013195615.GC90229@dragon.nuxi.com>
	<20041016113048M.matusita@jp.FreeBSD.org>
	<20041016061745.GA77261@dragon.nuxi.com>
	<20041016153725S.matusita@jp.FreeBSD.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041016153725S.matusita@jp.FreeBSD.org>
User-Agent: Mutt/1.4.1i
X-Operating-System: FreeBSD 6.0-CURRENT
Organization: The NUXI BSD Group
X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Rsa-Keyid: 1024/34F9F9D5
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/compat/compat4x.alpha libc.so.4.bz2.uu
	libc_r.so.4.bz2.uu libhistory.so.4.bz2.uu libm.so.2.bz2.uu
	libopie.so.2.bz2.uu libpcap.so.2.bz2.uu libperl.so.3.bz2.uu
	libreadline.so.4.bz2.uu
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: obrien@FreeBSD.org
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 08:04:08 -0000

On Sat, Oct 16, 2004 at 03:37:25PM +0900, Makoto Matsushita wrote:
> Maybe it's ok with /{s,}bin and other binaries those come from ports,
> but how about user-made custom binaries for their system backups or
> host administration related tools?  They also live somewhere in /.
> 
> As we can easily comes "Since they also have a source, just recompile
> them all" solution, but I'm afraid that that's not ok...

If these user-made custom binaries were installed in /[s]bin, I think we
can assume the user/sysadmin is capable of coping any needed .so's from
/usr/lib/compat to /lib.  In fact, this custom binary may easily had a
.so usage for a lib we have in /usr/lib vs. /lib because none of the
stock /[s]bin binaries need it.  So the user/sysadmin has already had to
deal with the issue by hand.

-- 
-- David  (obrien@FreeBSD.org)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 08:10:35 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4E24C16A4CE; Sat, 16 Oct 2004 08:10:35 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F186643D39; Sat, 16 Oct 2004 08:10:34 +0000 (GMT)
	(envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G8AYdt062972;
	Sat, 16 Oct 2004 08:10:34 GMT
	(envelope-from se@repoman.freebsd.org)
Received: (from se@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G8AY9I062971;
	Sat, 16 Oct 2004 08:10:34 GMT
	(envelope-from se)
Message-Id: <200410160810.i9G8AY9I062971@repoman.freebsd.org>
From: Stefan Esser 
Date: Sat, 16 Oct 2004 08:10:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/kplayer pkg-plist
 ports/multimedia/kplayer/filespatch-kplayersettings.h
 patch-kplayersettingsdialog.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 08:10:35 -0000

se          2004-10-16 08:10:34 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/kplayer   pkg-plist 
  Added files:
    multimedia/kplayer/files patch-kplayerproperties.h 
                             patch-kplayerpropertiesdialog.cpp 
                             patch-kplayersettings.h 
                             patch-kplayersettingsdialog.cpp 
  Log:
  Fix port build under FreeBSD-4.x.
  Remove 2 spurious lines from pkg-plist.
  
  Submitted by: markus
  
  Revision  Changes    Path
  1.1       +11 -0     ports/multimedia/kplayer/files/patch-kplayerproperties.h (new)
  1.1       +112 -0    ports/multimedia/kplayer/files/patch-kplayerpropertiesdialog.cpp (new)
  1.1       +11 -0     ports/multimedia/kplayer/files/patch-kplayersettings.h (new)
  1.1       +29 -0     ports/multimedia/kplayer/files/patch-kplayersettingsdialog.cpp (new)
  1.4       +0 -2      ports/multimedia/kplayer/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 08:13:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 380CA16A4CE; Sat, 16 Oct 2004 08:13:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2CB3743D49; Sat, 16 Oct 2004 08:13:20 +0000 (GMT)
	(envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G8DKml063137;
	Sat, 16 Oct 2004 08:13:20 GMT
	(envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G8DKlM063136;
	Sat, 16 Oct 2004 08:13:20 GMT
	(envelope-from pjd)
Message-Id: <200410160813.i9G8DKlM063136@repoman.freebsd.org>
From: Pawel Jakub Dawidek 
Date: Sat, 16 Oct 2004 08:13:19 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d swap1
 src/sbin/geom/class/mirror gmirror.8 src/share/man/man5 rc.conf.5
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 08:13:20 -0000

pjd         2004-10-16 08:13:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    etc/defaults         rc.conf 
    etc/rc.d             swap1 
    sbin/geom/class/mirror gmirror.8 
    share/man/man5       rc.conf.5 
  Log:
  Do not remove swap partitions by default as it cause some problems.
  Instead, add 'swapoff' variable to rc.conf (turned off by default),
  so users who use gmirror and swap-on-mirror configuration still can
  turn it on and avoid problems with dirty mirror components on next
  boot.
  
  Idea from:      NetBSD
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.212.2.4  +1 -0      src/etc/defaults/rc.conf
  1.6.2.3    +1 -0      src/etc/rc.d/swap1
  1.4.2.3    +11 -0     src/sbin/geom/class/mirror/gmirror.8
  1.221.2.4  +5 -0      src/share/man/man5/rc.conf.5

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 08:34:57 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id ED66F16A4CE; Sat, 16 Oct 2004 08:34:57 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CB85943D39; Sat, 16 Oct 2004 08:34:57 +0000 (GMT)
	(envelope-from thierry@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G8YvDw063763;
	Sat, 16 Oct 2004 08:34:57 GMT
	(envelope-from thierry@repoman.freebsd.org)
Received: (from thierry@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G8YvhW063762;
	Sat, 16 Oct 2004 08:34:57 GMT
	(envelope-from thierry)
Message-Id: <200410160834.i9G8YvhW063762@repoman.freebsd.org>
From: Thierry Thomas 
Date: Sat, 16 Oct 2004 08:34:57 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/math/pari-devel Makefile pkg-plist
 pkg-plist.emacs
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 08:34:58 -0000

thierry     2004-10-16 08:34:57 UTC

  FreeBSD ports repository

  Modified files:
    math/pari-devel      Makefile pkg-plist pkg-plist.emacs 
  Log:
  Unbreak by using gcc-3.3.
  
  Since I'm there, pet portlint.
  
  PR:             ports/71585
  Submitted by:   maintainer.
  
  Revision  Changes    Path
  1.8       +1 -1      ports/math/pari-devel/Makefile
  1.5       +53 -53    ports/math/pari-devel/pkg-plist
  1.5       +53 -53    ports/math/pari-devel/pkg-plist.emacs

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 08:36:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id ACA7D16A4CE; Sat, 16 Oct 2004 08:36:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8B7BF43D4C; Sat, 16 Oct 2004 08:36:28 +0000 (GMT)
	(envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G8aSAv063880;
	Sat, 16 Oct 2004 08:36:28 GMT
	(envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G8aSKd063879;
	Sat, 16 Oct 2004 08:36:28 GMT
	(envelope-from yar)
Message-Id: <200410160836.i9G8aSKd063879@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Sat, 16 Oct 2004 08:36:28 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/man/man5 disktab.5
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 08:36:28 -0000

yar         2004-10-16 08:36:28 UTC

  FreeBSD src repository

  Modified files:
    share/man/man5       disktab.5 
  Log:
  Fix an ancient typo: `sc' usually equals `ns*nt', not `nc*nt'
  (the latter is actually the total number of tracks on the disk,
  which has no field in disktab(5).)
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.14      +1 -1      src/share/man/man5/disktab.5

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 08:43:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4B68216A4CE; Sat, 16 Oct 2004 08:43:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2BBD143D5E; Sat, 16 Oct 2004 08:43:07 +0000 (GMT)
	(envelope-from sos@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G8h7Wg064111;
	Sat, 16 Oct 2004 08:43:07 GMT
	(envelope-from sos@repoman.freebsd.org)
Received: (from sos@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G8h7Bg064110;
	Sat, 16 Oct 2004 08:43:07 GMT
	(envelope-from sos)
Message-Id: <200410160843.i9G8h7Bg064110@repoman.freebsd.org>
From: Søren Schmidt 
Date: Sat, 16 Oct 2004 08:43:07 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/dev/ata ata-all.c ata-queue.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 08:43:07 -0000

sos         2004-10-16 08:43:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/ata          ata-all.c ata-queue.c 
  Log:
  MFC:
          latest locking updates/fixes.
  
  Approved by: re@ (scottl)
  
  Revision   Changes    Path
  1.222.2.4  +39 -42    src/sys/dev/ata/ata-all.c
  1.32.2.4   +71 -68    src/sys/dev/ata/ata-queue.c

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 08:50:29 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CD69816A4CF; Sat, 16 Oct 2004 08:50:29 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AD97B43D2F; Sat, 16 Oct 2004 08:50:29 +0000 (GMT)
	(envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G8oTPb070699;
	Sat, 16 Oct 2004 08:50:29 GMT
	(envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G8oTSS070698;
	Sat, 16 Oct 2004 08:50:29 GMT
	(envelope-from yar)
Message-Id: <200410160850.i9G8oTSS070698@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Sat, 16 Oct 2004 08:50:29 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT access
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 08:50:30 -0000

yar         2004-10-16 08:50:29 UTC

  FreeBSD ports repository

  Modified files:
    .                    access 
  Log:
  While I like to commit to the ports tree occasionally,
  I'm not focused on ports enough to read all the commit
  mail, sorry.
  
  Revision  Changes    Path
  1.619     +1 -1      CVSROOT/access

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 08:51:18 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5EEA116A4CE; Sat, 16 Oct 2004 08:51:18 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 335EB43D48; Sat, 16 Oct 2004 08:51:18 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G8pIW5070810;
	Sat, 16 Oct 2004 08:51:18 GMT
	(envelope-from clsung@repoman.freebsd.org)
Received: (from clsung@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G8pICc070809;
	Sat, 16 Oct 2004 08:51:18 GMT
	(envelope-from clsung)
Message-Id: <200410160851.i9G8pICc070809@repoman.freebsd.org>
From: Cheng-Lung Sung 
Date: Sat, 16 Oct 2004 08:51:18 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/textproc/p5-CSS-Tiny Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 08:51:18 -0000

clsung      2004-10-16 08:51:18 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-CSS-Tiny Makefile distinfo 
  Log:
  - update to 1.05
  
  PR:             ports/72755
  Submitted by:   maintainer (Hansjoerg Pehofer)
  Approved by:    co-mentor (vanilla)
  
  Revision  Changes    Path
  1.3       +1 -1      ports/textproc/p5-CSS-Tiny/Makefile
  1.3       +2 -2      ports/textproc/p5-CSS-Tiny/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 09:07:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5EA9316A4CE; Sat, 16 Oct 2004 09:07:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3DF0C43D41; Sat, 16 Oct 2004 09:07:34 +0000 (GMT)
	(envelope-from dinoex@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G97YDQ071342;
	Sat, 16 Oct 2004 09:07:34 GMT
	(envelope-from dinoex@repoman.freebsd.org)
Received: (from dinoex@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G97YWL071341;
	Sat, 16 Oct 2004 09:07:34 GMT
	(envelope-from dinoex)
Message-Id: <200410160907.i9G97YWL071341@repoman.freebsd.org>
From: Dirk Meyer 
Date: Sat, 16 Oct 2004 09:07:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/apache13-modssl Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 09:07:34 -0000

dinoex      2004-10-16 09:07:34 UTC

  FreeBSD ports repository

  Modified files:
    www/apache13-modssl  Makefile distinfo 
  Log:
  - Security update to 2.8.20-1.3.31
  
  Revision  Changes    Path
  1.159     +2 -2      ports/www/apache13-modssl/Makefile
  1.79      +2 -2      ports/www/apache13-modssl/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 09:07:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 133A216A4CF; Sat, 16 Oct 2004 09:07:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E657E43D45; Sat, 16 Oct 2004 09:07:35 +0000 (GMT)
	(envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G97ZS2071373;
	Sat, 16 Oct 2004 09:07:35 GMT
	(envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G97ZJA071370;
	Sat, 16 Oct 2004 09:07:35 GMT
	(envelope-from yar)
Message-Id: <200410160907.i9G97ZJA071370@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Sat, 16 Oct 2004 09:07:35 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT access
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 09:07:36 -0000

yar         2004-10-16 09:07:35 UTC

  FreeBSD doc repository

  Modified files:
    .                    access 
  Log:
  Redirect the doc commit mail for me to devnull.
  
  Once Bruce Mah taught me the essentials of our Doc Project,
  and I still get inspired occasionaly to write a couple of doco
  pages (a chapter for the Porter's Handbook came out of the last
  time,) but I hope you'll excuse me for this public admitting of
  my little involvement in the Doc Project.
  
  Revision  Changes    Path
  1.526     +1 -1      CVSROOT/access

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 09:15:53 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 357B816A4CE; Sat, 16 Oct 2004 09:15:53 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1524543D31; Sat, 16 Oct 2004 09:15:53 +0000 (GMT)
	(envelope-from clement@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G9FqQq071724;
	Sat, 16 Oct 2004 09:15:52 GMT
	(envelope-from clement@repoman.freebsd.org)
Received: (from clement@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G9FqrS071723;
	Sat, 16 Oct 2004 09:15:52 GMT
	(envelope-from clement)
Message-Id: <200410160915.i9G9FqrS071723@repoman.freebsd.org>
From: Clement Laforet 
Date: Sat, 16 Oct 2004 09:15:52 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/apache2 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 09:15:53 -0000

clement     2004-10-16 09:15:52 UTC

  FreeBSD ports repository

  Modified files:
    www/apache2          Makefile 
  Log:
  - Fix apr detection
    WARNING: apache2 + apr 1.0 is BROKEN
    I'm working on a small compat hack. But don't dream too much.
    apache 2.0.x is not designed to work with apr 1.x.
  
  Forgotten by:   kuriyama
  
  Revision  Changes    Path
  1.205     +2 -2      ports/www/apache2/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 09:39:26 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1C4D016A4CE; Sat, 16 Oct 2004 09:39:26 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F14C543D55; Sat, 16 Oct 2004 09:39:25 +0000 (GMT)
	(envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G9dPOd072312;
	Sat, 16 Oct 2004 09:39:25 GMT
	(envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G9dPVf072311;
	Sat, 16 Oct 2004 09:39:25 GMT
	(envelope-from yar)
Message-Id: <200410160939.i9G9dPVf072311@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Sat, 16 Oct 2004 09:39:25 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/lib/libc/sys sendfile.2
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 09:39:26 -0000

yar         2004-10-16 09:39:25 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         sendfile.2 
  Log:
  Give details on what will happen if the `offset' argument
  to sendfile(2) falls beyond the end of file.
  
  Touch .Dd.
  
  PR:             bin/72649 (in the audit trail)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.24      +6 -2      src/lib/libc/sys/sendfile.2

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 09:46:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A9DEA16A4CE; Sat, 16 Oct 2004 09:46:38 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 89B5643D39; Sat, 16 Oct 2004 09:46:38 +0000 (GMT)
	(envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G9kcrH072584;
	Sat, 16 Oct 2004 09:46:38 GMT
	(envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G9kcL8072583;
	Sat, 16 Oct 2004 09:46:38 GMT
	(envelope-from yar)
Message-Id: <200410160946.i9G9kcL8072583@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Sat, 16 Oct 2004 09:46:38 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/lib/libc/sys sendfile.2
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 09:46:38 -0000

yar         2004-10-16 09:46:38 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         sendfile.2 
  Log:
  Improve mdoc(7) markup.
  
  Revision  Changes    Path
  1.25      +9 -3      src/lib/libc/sys/sendfile.2

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 09:50:33 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 008E816A4CE; Sat, 16 Oct 2004 09:50:33 +0000 (GMT)
Received: from cell.sick.ru (cell.sick.ru [217.72.144.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3732043D1D; Sat, 16 Oct 2004 09:50:32 +0000 (GMT)
	(envelope-from glebius@freebsd.org)
Received: from cell.sick.ru (glebius@localhost [127.0.0.1])
	by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i9G9oTYw060478
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sat, 16 Oct 2004 13:50:30 +0400 (MSD)
	(envelope-from glebius@freebsd.org)
Received: (from glebius@localhost)
	by cell.sick.ru (8.12.11/8.12.11/Submit) id i9G9oTlf060477;
	Sat, 16 Oct 2004 13:50:29 +0400 (MSD)
	(envelope-from glebius@freebsd.org)
X-Authentication-Warning: cell.sick.ru: glebius set sender to
	glebius@freebsd.org using -f
Date: Sat, 16 Oct 2004 13:50:28 +0400
From: Gleb Smirnoff 
To: Kris Kennaway 
Message-ID: <20041016095028.GA60333@cell.sick.ru>
References: <200410131946.i9DJks00031663@repoman.freebsd.org>
	<20041013202953.GA13365@xor.obsecurity.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
In-Reply-To: <20041013202953.GA13365@xor.obsecurity.org>
User-Agent: Mutt/1.5.6i
cc: cvs-ports@freebsd.org
cc: Kirill Ponomarew 
cc: cvs-all@freebsd.org
cc: ports-committers@freebsd.org
Subject: Re: cvs commit: ports/net/ng_netflow Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 09:50:33 -0000

On Wed, Oct 13, 2004 at 01:29:53PM -0700, Kris Kennaway wrote:
K> On Wed, Oct 13, 2004 at 07:46:54PM +0000, Kirill Ponomarew wrote:
K> > krion       2004-10-13 19:46:54 UTC
K> > 
K> >   FreeBSD ports repository
K> > 
K> >   Modified files:
K> >     net/ng_netflow       Makefile 
K> >   Log:
K> >   Mark IGNORE if /usr/sbin/flowctl already exists in base system.
K> >   
K> >   Submitted by:   maintainer
K> 
K> This must use an OSVERSION test instead of an exists() test, or the
K> package won't be built for 4.x (since pointyhat has that file).

Yes. The problem is that I haven't bumped OSVERSION, and now I can't
travel in the past.

I'm not going to update the port anymore, so it is harmless, that
pointyhat won't check it.

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 09:53:35 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F01CF16A4CE; Sat, 16 Oct 2004 09:53:35 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CF15343D41; Sat, 16 Oct 2004 09:53:35 +0000 (GMT)
	(envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9G9rZD9072800;
	Sat, 16 Oct 2004 09:53:35 GMT
	(envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9G9rZcA072799;
	Sat, 16 Oct 2004 09:53:35 GMT
	(envelope-from yar)
Message-Id: <200410160953.i9G9rZcA072799@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Sat, 16 Oct 2004 09:53:35 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/lib/libc/sys read.2 write.2
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 09:53:36 -0000

yar         2004-10-16 09:53:35 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         read.2 write.2 
  Log:
  Explain it is a negative offset that EINVAL may indicate.
  Now readers won't get an impression that pointing to beyond
  the current end of file will result in EINVAL.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.26      +2 -2      src/lib/libc/sys/read.2
  1.27      +2 -2      src/lib/libc/sys/write.2

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 10:13:56 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CCD6F16A4CE; Sat, 16 Oct 2004 10:13:56 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id AE78043D1F; Sat, 16 Oct 2004 10:13:56 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GADuj9073483;
	Sat, 16 Oct 2004 10:13:56 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GADuwB073482;
	Sat, 16 Oct 2004 10:13:56 GMT
	(envelope-from scottl)
Message-Id: <200410161013.i9GADuwB073482@repoman.freebsd.org>
From: Scott Long 
Date: Sat, 16 Oct 2004 10:13:56 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT avail
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 10:13:56 -0000

scottl      2004-10-16 10:13:56 UTC

  FreeBSD src repository

  Modified files:
    .                    avail 
  Log:
  Lock the tree for RELENG_5_3 madness!
  
  Revision  Changes    Path
  1.223     +1 -1      CVSROOT/avail

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 10:33:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1930D16A4CE; Sat, 16 Oct 2004 10:33:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0CF5B43D2F; Sat, 16 Oct 2004 10:33:03 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GAX2wA096021;
	Sat, 16 Oct 2004 10:33:02 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GAX2St096020;
	Sat, 16 Oct 2004 10:33:02 GMT
	(envelope-from pav)
Message-Id: <200410161033.i9GAX2St096020@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 10:33:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www Makefile ports/www/zope-portaltransforms
 Makefile distinfo pkg-descr pkg-message pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 10:33:03 -0000

pav         2004-10-16 10:33:02 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
    www/zope-portaltransforms Makefile distinfo pkg-descr 
                              pkg-message 
  Removed files:
    www/zope-portaltransforms pkg-plist 
  Log:
  After repocopy from zope-cmftransforms, upgrade to 1.3.2
  
  PR:             ports/72577
  Submitted by:   Filippo Natali  (maintainer)
  Repocopy by:    marcus
  
  Revision  Changes    Path
  1.988     +1 -0      ports/www/Makefile
  1.3       +17 -6     ports/www/zope-portaltransforms/Makefile
  1.2       +2 -2      ports/www/zope-portaltransforms/distinfo
  1.2       +3 -5      ports/www/zope-portaltransforms/pkg-descr
  1.2       +9 -9      ports/www/zope-portaltransforms/pkg-message
  1.2       +0 -244    ports/www/zope-portaltransforms/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 10:34:47 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5FA9C16A4CE; Sat, 16 Oct 2004 10:34:47 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3FB3443D2D; Sat, 16 Oct 2004 10:34:47 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GAYlHr096079;
	Sat, 16 Oct 2004 10:34:47 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GAYl7P096078;
	Sat, 16 Oct 2004 10:34:47 GMT
	(envelope-from pav)
Message-Id: <200410161034.i9GAYl7P096078@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 10:34:47 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 10:34:47 -0000

pav         2004-10-16 10:34:47 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
  zope-cmftransforms --> zope-portaltransforms
  
  Revision  Changes    Path
  1.11173   +1 -1      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 11:00:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 556FD16A4CE; Sat, 16 Oct 2004 11:00:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3427143D1F; Sat, 16 Oct 2004 11:00:14 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GB0EpP096890;
	Sat, 16 Oct 2004 11:00:14 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GB0DVk096889;
	Sat, 16 Oct 2004 11:00:13 GMT
	(envelope-from pav)
Message-Id: <200410161100.i9GB0DVk096889@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 11:00:13 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/zope-archetypes Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 11:00:14 -0000

pav         2004-10-16 11:00:13 UTC

  FreeBSD ports repository

  Modified files:
    www/zope-archetypes  Makefile distinfo 
  Log:
  - Update to 1.3.0
  
  PR:             ports/72580
  Submitted by:   Filippo Natali  (maintainer)
  
  Revision  Changes    Path
  1.5       +25 -16    ports/www/zope-archetypes/Makefile
  1.4       +2 -2      ports/www/zope-archetypes/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 11:02:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F290B16A4CE; Sat, 16 Oct 2004 11:02:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E5E8843D58; Sat, 16 Oct 2004 11:02:31 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GB2VDS097062;
	Sat, 16 Oct 2004 11:02:31 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GB2VHe097061;
	Sat, 16 Oct 2004 11:02:31 GMT
	(envelope-from pav)
Message-Id: <200410161102.i9GB2VHe097061@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 11:02:31 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports MOVED ports/www Makefile
 ports/www/zope-cmftransforms Makefile distinfo pkg-descr
 pkg-message pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 11:02:32 -0000

pav         2004-10-16 11:02:31 UTC

  FreeBSD ports repository

  Modified files:
    .                    MOVED 
    www                  Makefile 
  Removed files:
    www/zope-cmftransforms Makefile distinfo pkg-descr pkg-message 
                           pkg-plist 
  Log:
  Remove zope-cmftransforms, it was renamed to zope-portaltransforms.
  
  PR:             ports/72577
  Submitted by:   Filippo Natali  (maintainer)
  
  Revision  Changes    Path
  1.530     +2 -1      ports/MOVED
  1.989     +0 -1      ports/www/Makefile
  1.3       +0 -69     ports/www/zope-cmftransforms/Makefile (dead)
  1.2       +0 -2      ports/www/zope-cmftransforms/distinfo (dead)
  1.2       +0 -13     ports/www/zope-cmftransforms/pkg-descr (dead)
  1.2       +0 -12     ports/www/zope-cmftransforms/pkg-message (dead)
  1.2       +0 -244    ports/www/zope-cmftransforms/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 11:16:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1644C16A4CE; Sat, 16 Oct 2004 11:16:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E9CF143D55; Sat, 16 Oct 2004 11:16:39 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GBGdKP097529;
	Sat, 16 Oct 2004 11:16:39 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GBGdm2097528;
	Sat, 16 Oct 2004 11:16:39 GMT
	(envelope-from pav)
Message-Id: <200410161116.i9GBGdm2097528@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 11:16:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/zope-coreblog Makefile distinfo pkg-message
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 11:16:40 -0000

pav         2004-10-16 11:16:39 UTC

  FreeBSD ports repository

  Modified files:
    www/zope-coreblog    Makefile distinfo pkg-message 
  Log:
  - Update to 1.00
  
  PR:             ports/72496
  Submitted by:   HAYASHI Yasushi  (maintainer)
  
  Revision  Changes    Path
  1.8       +4 -3      ports/www/zope-coreblog/Makefile
  1.7       +2 -2      ports/www/zope-coreblog/distinfo
  1.4       +0 -6      ports/www/zope-coreblog/pkg-message

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 11:34:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DAF6E16A4CE; Sat, 16 Oct 2004 11:34:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CFB1943D41; Sat, 16 Oct 2004 11:34:23 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GBYNU8098108;
	Sat, 16 Oct 2004 11:34:23 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GBYNWe098107;
	Sat, 16 Oct 2004 11:34:23 GMT
	(envelope-from pav)
Message-Id: <200410161134.i9GBYNWe098107@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 11:34:23 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www Makefile ports/www/zope-simpleblog Makefile
 distinfo pkg-descr
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 11:34:24 -0000

pav         2004-10-16 11:34:23 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/zope-simpleblog  Makefile distinfo pkg-descr 
  Log:
  Add zope-simpleblog, an easy to use Plone based weblog application.
  It has no fancy blogger-api/backlink stuff etc. but it does supports
  categories. Writing entries is done from inside Plone.
  
  PR:             ports/72565
  Submitted by:   Dario Freni 
  
  Revision  Changes    Path
  1.990     +1 -0      ports/www/Makefile
  1.1       +54 -0     ports/www/zope-simpleblog/Makefile (new)
  1.1       +1 -0      ports/www/zope-simpleblog/distinfo (new)
  1.1       +5 -0      ports/www/zope-simpleblog/pkg-descr (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 11:35:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 41F8416A4CE; Sat, 16 Oct 2004 11:35:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 23C1343D45; Sat, 16 Oct 2004 11:35:50 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GBZoSb098218;
	Sat, 16 Oct 2004 11:35:50 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GBZo7I098217;
	Sat, 16 Oct 2004 11:35:50 GMT
	(envelope-from pav)
Message-Id: <200410161135.i9GBZo7I098217@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 11:35:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 11:35:50 -0000

pav         2004-10-16 11:35:49 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    zope-simpleblog --> ports/www/zope-simpleblog
  
  Revision  Changes    Path
  1.11174   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 11:56:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 98E1316A4CE; Sat, 16 Oct 2004 11:56:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 77C4143D60; Sat, 16 Oct 2004 11:56:25 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GBuPvV098828;
	Sat, 16 Oct 2004 11:56:25 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GBuPfm098827;
	Sat, 16 Oct 2004 11:56:25 GMT
	(envelope-from pav)
Message-Id: <200410161156.i9GBuPfm098827@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 11:56:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/samhain Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 11:56:25 -0000

pav         2004-10-16 11:56:24 UTC

  FreeBSD ports repository

  Modified files:
    security/samhain     Makefile distinfo 
  Log:
  - Update to 1.8.12 and unbreak on 5.x
  
  PR:             ports/72750
  Submitted by:   David Thiel  (maintainer)
  
  Revision  Changes    Path
  1.20      +2 -6      ports/security/samhain/Makefile
  1.20      +2 -2      ports/security/samhain/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 12:07:30 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4240716A4F3; Sat, 16 Oct 2004 12:07:30 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 31D4E43D48; Sat, 16 Oct 2004 12:07:30 +0000 (GMT)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GC7UMJ099207;
	Sat, 16 Oct 2004 12:07:30 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GC7Ua2099206;
	Sat, 16 Oct 2004 12:07:30 GMT
	(envelope-from remko)
Message-Id: <200410161207.i9GC7Ua2099206@repoman.freebsd.org>
From: Remko Lodder 
Date: Sat, 16 Oct 2004 12:07:30 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/security
 chapter.sgml doc/nl_NL.ISO8859-1/books/handbook/multimedia
 doc/nl_NL.ISO8859-1/books/handbook/advanced-networking chapter.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 12:07:30 -0000

remko       2004-10-16 12:07:30 UTC

  FreeBSD doc repository

  Modified files:
    nl_NL.ISO8859-1/books/handbook/security chapter.sgml 
    nl_NL.ISO8859-1/books/handbook/multimedia chapter.sgml 
    nl_NL.ISO8859-1/books/handbook/advanced-networking 
                                                       chapter.sgml 
  Log:
  Correct the placeholders, there were some *'s forgotten.
  
  Approved by:    simon (mentor)
  
  Revision  Changes    Path
  1.2       +8 -8      doc/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
  1.2       +1 -1      doc/nl_NL.ISO8859-1/books/handbook/multimedia/chapter.sgml
  1.2       +1 -1      doc/nl_NL.ISO8859-1/books/handbook/security/chapter.sgml

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 12:08:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AADC116A60F; Sat, 16 Oct 2004 12:08:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8A17C43D2D; Sat, 16 Oct 2004 12:08:23 +0000 (GMT)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GC8NdB099246;
	Sat, 16 Oct 2004 12:08:23 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GC8Nwb099245;
	Sat, 16 Oct 2004 12:08:23 GMT
	(envelope-from remko)
Message-Id: <200410161208.i9GC8Nwb099245@repoman.freebsd.org>
From: Remko Lodder 
Date: Sat, 16 Oct 2004 12:08:23 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/serialcomms
	chapter.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 12:08:23 -0000

remko       2004-10-16 12:08:23 UTC

  FreeBSD doc repository

  Modified files:
    nl_NL.ISO8859-1/books/handbook/serialcomms chapter.sgml 
  Log:
  Fix a typo in this chapter.
  
  Approved by:    simon (mentor)
  
  Revision  Changes    Path
  1.2       +1 -1      doc/nl_NL.ISO8859-1/books/handbook/serialcomms/chapter.sgml

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 12:14:19 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D0DE816A4CF; Sat, 16 Oct 2004 12:14:19 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B049943D31; Sat, 16 Oct 2004 12:14:19 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GCEJfY099493;
	Sat, 16 Oct 2004 12:14:19 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GCEJmQ099492;
	Sat, 16 Oct 2004 12:14:19 GMT
	(envelope-from pav)
Message-Id: <200410161214.i9GCEJmQ099492@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 12:14:19 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/databases/py-PySQLite Makefile distinfo
 pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 12:14:20 -0000

pav         2004-10-16 12:14:19 UTC

  FreeBSD ports repository

  Modified files:
    databases/py-PySQLite Makefile distinfo pkg-plist 
  Log:
  - Update to 1.0
  
  PR:             ports/72747
  Submitted by:   gh@ghaering.de  (maintainer)
  
  Revision  Changes    Path
  1.6       +3 -3      ports/databases/py-PySQLite/Makefile
  1.5       +2 -2      ports/databases/py-PySQLite/distinfo
  1.4       +0 -2      ports/databases/py-PySQLite/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 12:14:44 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2A05F16A508; Sat, 16 Oct 2004 12:14:44 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0A03743D39; Sat, 16 Oct 2004 12:14:44 +0000 (GMT)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GCEhm6099522;
	Sat, 16 Oct 2004 12:14:43 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GCEhoS099521;
	Sat, 16 Oct 2004 12:14:43 GMT
	(envelope-from remko)
Message-Id: <200410161214.i9GCEhoS099521@repoman.freebsd.org>
From: Remko Lodder 
Date: Sat, 16 Oct 2004 12:14:43 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: www/en developers.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 12:14:44 -0000

remko       2004-10-16 12:14:43 UTC

  FreeBSD doc repository

  Modified files:
    en                   developers.sgml 
  Log:
  Add my entity.
  
  Approved by:    simon (mentor)
  
  Revision  Changes    Path
  1.87      +2 -1      www/en/developers.sgml

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 12:22:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E71F916A4CE; Sat, 16 Oct 2004 12:22:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C81D243D1D; Sat, 16 Oct 2004 12:22:25 +0000 (GMT)
	(envelope-from lkoeller@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GCMPRw099753;
	Sat, 16 Oct 2004 12:22:25 GMT
	(envelope-from lkoeller@repoman.freebsd.org)
Received: (from lkoeller@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GCMPFM099752;
	Sat, 16 Oct 2004 12:22:25 GMT
	(envelope-from lkoeller)
Message-Id: <200410161222.i9GCMPFM099752@repoman.freebsd.org>
From: Lars Koeller 
Date: Sat, 16 Oct 2004 12:22:25 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/math/grace pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 12:22:26 -0000

lkoeller    2004-10-16 12:22:25 UTC

  FreeBSD ports repository

  Modified files:
    math/grace           pkg-plist 
  Log:
  o) Fix error in package list (use of rm).
  
  Revision  Changes    Path
  1.11      +1 -1      ports/math/grace/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 12:34:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0C21B16A4CE; Sat, 16 Oct 2004 12:34:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DDD2943D49; Sat, 16 Oct 2004 12:34:49 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GCYniu000228;
	Sat, 16 Oct 2004 12:34:49 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GCYnkZ000227;
	Sat, 16 Oct 2004 12:34:49 GMT
	(envelope-from pav)
Message-Id: <200410161234.i9GCYnkZ000227@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 12:34:49 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/hotwayd Makefile distinfo pkg-descr
 pkg-message pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 12:34:50 -0000

pav         2004-10-16 12:34:49 UTC

  FreeBSD ports repository

  Modified files:
    mail/hotwayd         Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  - Downgrade to 0.7.4
    Version 0.8 have serious bugs and it doesn't appear that they will be
    fixed anytime soon.
  
  PR:             ports/72655
  Submitted by:   John Nielsen  (maintainer)
  
  Revision  Changes    Path
  1.10      +5 -6      ports/mail/hotwayd/Makefile
  1.6       +2 -2      ports/mail/hotwayd/distinfo
  1.4       +0 -4      ports/mail/hotwayd/pkg-descr
  1.4       +6 -9      ports/mail/hotwayd/pkg-message
  1.5       +1 -2      ports/mail/hotwayd/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 13:02:21 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E335E16A4F6; Sat, 16 Oct 2004 13:02:21 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C14D643D2F; Sat, 16 Oct 2004 13:02:21 +0000 (GMT)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GD2LGv007434;
	Sat, 16 Oct 2004 13:02:21 GMT
	(envelope-from netchild@repoman.freebsd.org)
Received: (from netchild@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GD2Lhb007433;
	Sat, 16 Oct 2004 13:02:21 GMT
	(envelope-from netchild)
Message-Id: <200410161302.i9GD2Lhb007433@repoman.freebsd.org>
From: Alexander Leidinger 
Date: Sat, 16 Oct 2004 13:02:21 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/sylpheed-claws Makefile
 ports/mail/sylpheed-claws/files         patch-configure
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 13:02:22 -0000

netchild    2004-10-16 13:02:21 UTC

  FreeBSD ports repository

  Modified files:
    mail/sylpheed-claws  Makefile 
    mail/sylpheed-claws/files patch-configure 
  Log:
   - fix build on 4.x and 5.2.1 [1]
   - change the OpenSSL check, it may fail in some circumstances [2]
  
  PR:             72287, 72384 [1]
  Reported by:    Ulrich Spoerlein  [2]
  
  Revision  Changes    Path
  1.58      +8 -1      ports/mail/sylpheed-claws/Makefile
  1.17      +1 -1      ports/mail/sylpheed-claws/files/patch-configure

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 13:23:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 776CD16A4CE; Sat, 16 Oct 2004 13:23:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 56FC943D1F; Sat, 16 Oct 2004 13:23:28 +0000 (GMT)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GDNSAX008047;
	Sat, 16 Oct 2004 13:23:28 GMT
	(envelope-from netchild@repoman.freebsd.org)
Received: (from netchild@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GDNS7m008046;
	Sat, 16 Oct 2004 13:23:28 GMT
	(envelope-from netchild)
Message-Id: <200410161323.i9GDNS7m008046@repoman.freebsd.org>
From: Alexander Leidinger 
Date: Sat, 16 Oct 2004 13:23:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/skype Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 13:23:28 -0000

netchild    2004-10-16 13:23:28 UTC

  FreeBSD ports repository

  Modified files:
    net/skype            Makefile distinfo 
  Log:
   - update to 0.92.0.2 [1]
   - list some known good and some probably bad soundcards [2]
  
  PR:             72068 [1]
  With help from: eculp@prodigy.ne [2]
  
  Revision  Changes    Path
  1.6       +12 -2     ports/net/skype/Makefile
  1.5       +2 -2      ports/net/skype/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 13:40:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1CA2E16A4CE; Sat, 16 Oct 2004 13:40:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1019243D41; Sat, 16 Oct 2004 13:40:28 +0000 (GMT)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GDeRn3008575;
	Sat, 16 Oct 2004 13:40:27 GMT
	(envelope-from netchild@repoman.freebsd.org)
Received: (from netchild@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GDeRi1008574;
	Sat, 16 Oct 2004 13:40:27 GMT
	(envelope-from netchild)
Message-Id: <200410161340.i9GDeRi1008574@repoman.freebsd.org>
From: Alexander Leidinger 
Date: Sat, 16 Oct 2004 13:40:27 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/mplayer-skins Makefile distinfo
 pkg-plist ports/multimedia/mplayer-skins/scripts choice
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 13:40:28 -0000

netchild    2004-10-16 13:40:27 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mplayer-skins Makefile distinfo pkg-plist 
  Removed files:
    multimedia/mplayer-skins/scripts choice 
  Log:
   - use OPTIONS instead of a hand written script
   - code to link "default" to "a skin"
   - include all skins in the automated package build
   - only install 2 default skins in a manual build (when you don't
     choose other skins too)
   - add some more skins from mplayerhq
   - use a real plist instead of a generated one
   - bugfix: WITH_SKIN_CORNERMP_AGUA -> WITH_SKIN_CORNERMP_AQUA
  
  This still downloads all distfiles, even if you don't want all. I
  don't have this on my TODO list, interested parties may want to
  send patches to the maintainer.
  
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.23      +504 -114  ports/multimedia/mplayer-skins/Makefile
  1.17      +92 -46    ports/multimedia/mplayer-skins/distinfo
  1.6       +1392 -1   ports/multimedia/mplayer-skins/pkg-plist
  1.8       +0 -76     ports/multimedia/mplayer-skins/scripts/choice (dead)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 14:09:55 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D587B16A4CE; Sat, 16 Oct 2004 14:09:55 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B6BC343D41; Sat, 16 Oct 2004 14:09:55 +0000 (GMT)
	(envelope-from lth@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GE9tDP009418;
	Sat, 16 Oct 2004 14:09:55 GMT
	(envelope-from lth@repoman.freebsd.org)
Received: (from lth@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GE9t2o009417;
	Sat, 16 Oct 2004 14:09:55 GMT
	(envelope-from lth)
Message-Id: <200410161409.i9GE9t2o009417@repoman.freebsd.org>
From: Lars Thegler 
Date: Sat, 16 Oct 2004 14:09:55 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/mail/p5-Email-MIME-Encodings Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 14:09:56 -0000

lth         2004-10-16 14:09:55 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Email-MIME-Encodings Makefile distinfo 
  Log:
  - Update to 1.2
  
  Revision  Changes    Path
  1.4       +2 -2      ports/mail/p5-Email-MIME-Encodings/Makefile
  1.4       +2 -2      ports/mail/p5-Email-MIME-Encodings/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 14:24:07 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 783EF16A4CE; Sat, 16 Oct 2004 14:24:07 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5800E43D41; Sat, 16 Oct 2004 14:24:07 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GEO7OS009870;
	Sat, 16 Oct 2004 14:24:07 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GEO7PA009869;
	Sat, 16 Oct 2004 14:24:07 GMT
	(envelope-from scottl)
Message-Id: <200410161424.i9GEO7PA009869@repoman.freebsd.org>
From: Scott Long 
Date: Sat, 16 Oct 2004 14:24:07 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT avail
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 14:24:07 -0000

scottl      2004-10-16 14:24:07 UTC

  FreeBSD src repository

  Modified files:
    .                    avail 
  Log:
  Branch done, unlock
  
  Revision  Changes    Path
  1.224     +1 -1      CVSROOT/avail

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 14:37:49 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D9D9916A4CE; Sat, 16 Oct 2004 14:37:49 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B9C4243D2F; Sat, 16 Oct 2004 14:37:49 +0000 (GMT)
	(envelope-from lth@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GEbnW2010532;
	Sat, 16 Oct 2004 14:37:49 GMT
	(envelope-from lth@repoman.freebsd.org)
Received: (from lth@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GEbneU010531;
	Sat, 16 Oct 2004 14:37:49 GMT
	(envelope-from lth)
Message-Id: <200410161437.i9GEbneU010531@repoman.freebsd.org>
From: Lars Thegler 
Date: Sat, 16 Oct 2004 14:37:49 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Module-Pluggable Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 14:37:50 -0000

lth         2004-10-16 14:37:49 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Module-Pluggable Makefile distinfo 
  Log:
  - Update to 2.2
  - Removed test-only dependency
  
  Revision  Changes    Path
  1.3       +2 -4      ports/devel/p5-Module-Pluggable/Makefile
  1.3       +2 -2      ports/devel/p5-Module-Pluggable/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 14:45:41 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1DF8116A4CE; Sat, 16 Oct 2004 14:45:41 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F06D643D39; Sat, 16 Oct 2004 14:45:40 +0000 (GMT)
	(envelope-from clement@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GEjeQA010837;
	Sat, 16 Oct 2004 14:45:40 GMT
	(envelope-from clement@repoman.freebsd.org)
Received: (from clement@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GEjeWQ010836;
	Sat, 16 Oct 2004 14:45:40 GMT
	(envelope-from clement)
Message-Id: <200410161445.i9GEjeWQ010836@repoman.freebsd.org>
From: Clement Laforet 
Date: Sat, 16 Oct 2004 14:45:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports UPDATING ports/www/apache2 Makefile pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 14:45:41 -0000

clement     2004-10-16 14:45:40 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    www/apache2          Makefile pkg-plist 
  Log:
  - Remove WITH_APR_FROM_PORTS knob
  - Add a note to UPDATING, to warn users they won't be able to build apache2
    if they keep apr 0.9.x
  
  Discussed with: Craig Rodrigues (apr maintainer), kuriyama
  
  Revision  Changes    Path
  1.77      +9 -1      ports/UPDATING
  1.206     +2 -19     ports/www/apache2/Makefile
  1.71      +77 -77    ports/www/apache2/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 14:57:18 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4FFD116A4CE; Sat, 16 Oct 2004 14:57:18 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3026F43D5C; Sat, 16 Oct 2004 14:57:18 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GEvIYx011127;
	Sat, 16 Oct 2004 14:57:18 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GEvI27011126;
	Sat, 16 Oct 2004 14:57:18 GMT
	(envelope-from pav)
Message-Id: <200410161457.i9GEvI27011126@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 14:57:17 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/multimedia/libquicktime Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 14:57:18 -0000

pav         2004-10-16 14:57:17 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libquicktime Makefile 
  Log:
  - Use jpeg-mmx on i386
  
  PR:             ports/72557
  Submitted by:   Michael Johnson  (maintainer)
  
  Revision  Changes    Path
  1.23      +21 -1     ports/multimedia/libquicktime/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 15:21:30 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2384C16A4CE; Sat, 16 Oct 2004 15:21:30 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D39DF43D2F; Sat, 16 Oct 2004 15:21:29 +0000 (GMT)
	(envelope-from thierry@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GFLTBB011903;
	Sat, 16 Oct 2004 15:21:29 GMT
	(envelope-from thierry@repoman.freebsd.org)
Received: (from thierry@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GFLTtG011902;
	Sat, 16 Oct 2004 15:21:29 GMT
	(envelope-from thierry)
Message-Id: <200410161521.i9GFLTtG011902@repoman.freebsd.org>
From: Thierry Thomas 
Date: Sat, 16 Oct 2004 15:21:29 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/converters/fix-mime-charset Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 15:21:30 -0000

thierry     2004-10-16 15:21:29 UTC

  FreeBSD ports repository

  Modified files:
    converters/fix-mime-charset Makefile distinfo 
  Log:
  Upgrade to 0.5.3.
  
  PR:             ports/71768
  Submitted by:   maintainer.
  
  Revision  Changes    Path
  1.4       +1 -2      ports/converters/fix-mime-charset/Makefile
  1.3       +2 -2      ports/converters/fix-mime-charset/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 15:30:08 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C7B2316A4CE; Sat, 16 Oct 2004 15:30:08 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A623143D41; Sat, 16 Oct 2004 15:30:08 +0000 (GMT)
	(envelope-from perky@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GFU8dJ012145;
	Sat, 16 Oct 2004 15:30:08 GMT
	(envelope-from perky@repoman.freebsd.org)
Received: (from perky@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GFU8tf012144;
	Sat, 16 Oct 2004 15:30:08 GMT
	(envelope-from perky)
Message-Id: <200410161530.i9GFU8tf012144@repoman.freebsd.org>
From: Hye-Shik Chang 
Date: Sat, 16 Oct 2004 15:30:08 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/liferea Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 15:30:08 -0000

perky       2004-10-16 15:30:08 UTC

  FreeBSD ports repository

  Modified files:
    net/liferea          Makefile distinfo pkg-plist 
  Log:
  Update to 0.6.0
  
  Reminded by:    pav
  
  Revision  Changes    Path
  1.30      +1 -1      ports/net/liferea/Makefile
  1.25      +2 -2      ports/net/liferea/distinfo
  1.20      +5 -3      ports/net/liferea/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 15:43:29 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 37ACB16A4CE; Sat, 16 Oct 2004 15:43:29 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 19A1543D53; Sat, 16 Oct 2004 15:43:29 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GFhSK8012721;
	Sat, 16 Oct 2004 15:43:28 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GFhSAW012720;
	Sat, 16 Oct 2004 15:43:28 GMT
	(envelope-from krion)
Message-Id: <200410161543.i9GFhSAW012720@repoman.freebsd.org>
From: Kirill Ponomarew 
Date: Sat, 16 Oct 2004 15:43:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/math/grace pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 15:43:29 -0000

krion       2004-10-16 15:43:28 UTC

  FreeBSD ports repository

  Modified files:
    math/grace           pkg-plist 
  Log:
  Fix package build.
  
  Revision  Changes    Path
  1.12      +1 -1      ports/math/grace/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 15:47:03 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2D01516A4CE; Sat, 16 Oct 2004 15:47:03 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0BAA443D46; Sat, 16 Oct 2004 15:47:03 +0000 (GMT)
	(envelope-from bland@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GFl2QW012863;
	Sat, 16 Oct 2004 15:47:02 GMT
	(envelope-from bland@repoman.freebsd.org)
Received: (from bland@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GFl29x012862;
	Sat, 16 Oct 2004 15:47:02 GMT
	(envelope-from bland)
Message-Id: <200410161547.i9GFl29x012862@repoman.freebsd.org>
From: Alexander Nedotsukov 
Date: Sat, 16 Oct 2004 15:47:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/gtk-- Makefile
 ports/x11-toolkits/gtk--/files         patch-src::gtkmmproc::stage1.m4
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 15:47:03 -0000

bland       2004-10-16 15:47:02 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/gtk--   Makefile 
    x11-toolkits/gtk--/files patch-src::gtkmmproc::stage1.m4 
  Log:
  Always add explicit namespace in generated Wrap<> traits specialization.
  This is required when gtkmmproc used for gnome-- code generation.
  The last one defines classes in its own namespace.
  
  Reported by:    pointyhat via kris
  
  Revision  Changes    Path
  1.47      +1 -1      ports/x11-toolkits/gtk--/Makefile
  1.2       +1 -1      ports/x11-toolkits/gtk--/files/patch-src::gtkmmproc::stage1.m4

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 15:56:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 82A2916A4CE; Sat, 16 Oct 2004 15:56:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6367143D1F; Sat, 16 Oct 2004 15:56:40 +0000 (GMT)
	(envelope-from bland@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GFuebT013141;
	Sat, 16 Oct 2004 15:56:40 GMT
	(envelope-from bland@repoman.freebsd.org)
Received: (from bland@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GFue6o013140;
	Sat, 16 Oct 2004 15:56:40 GMT
	(envelope-from bland)
Message-Id: <200410161556.i9GFue6o013140@repoman.freebsd.org>
From: Alexander Nedotsukov 
Date: Sat, 16 Oct 2004 15:56:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11-toolkits/gnome-- Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 15:56:40 -0000

bland       2004-10-16 15:56:40 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/gnome-- Makefile 
  Log:
  Withdraw BROKEN on 5.x. It's ok now.
  
  Revision  Changes    Path
  1.25      +1 -7      ports/x11-toolkits/gnome--/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 16:00:01 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C3DCE16A4CE; Sat, 16 Oct 2004 16:00:01 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A2C9743D55; Sat, 16 Oct 2004 16:00:01 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GG01c1013267;
	Sat, 16 Oct 2004 16:00:01 GMT
	(envelope-from stefanf@repoman.freebsd.org)
Received: (from stefanf@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GG01qi013266;
	Sat, 16 Oct 2004 16:00:01 GMT
	(envelope-from stefanf)
Message-Id: <200410161600.i9GG01qi013266@repoman.freebsd.org>
From: Stefan Farfeleder 
Date: Sat, 16 Oct 2004 16:00:01 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/lib/libc/stdio printf.3
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 16:00:01 -0000

stefanf     2004-10-16 16:00:01 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       printf.3 
  Log:
  Document that the length modifier l is ignored for floating point
  conversion specifiers (a, A, e, E, f, F, g and G).
  
  Revision  Changes    Path
  1.58      +3 -1      src/lib/libc/stdio/printf.3

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 16:04:25 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 28A7416A4CE; Sat, 16 Oct 2004 16:04:25 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 072E043D39; Sat, 16 Oct 2004 16:04:25 +0000 (GMT)
	(envelope-from bland@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GG4OrV013416;
	Sat, 16 Oct 2004 16:04:24 GMT
	(envelope-from bland@repoman.freebsd.org)
Received: (from bland@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GG4O36013415;
	Sat, 16 Oct 2004 16:04:24 GMT
	(envelope-from bland)
Message-Id: <200410161604.i9GG4O36013415@repoman.freebsd.org>
From: Alexander Nedotsukov 
Date: Sat, 16 Oct 2004 16:04:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/games/gnomoku/files patch-ai.cc patch-mainwin.cc
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 16:04:25 -0000

bland       2004-10-16 16:04:24 UTC

  FreeBSD ports repository

  Added files:
    games/gnomoku/files  patch-ai.cc patch-mainwin.cc 
  Log:
  Fix C++ to avoid broken build on 5.x after gnome-- fix.
  
  Revision  Changes    Path
  1.1       +13 -0     ports/games/gnomoku/files/patch-ai.cc (new)
  1.1       +14 -0     ports/games/gnomoku/files/patch-mainwin.cc (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 16:07:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3243E16A4CE; Sat, 16 Oct 2004 16:07:38 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2329643D39; Sat, 16 Oct 2004 16:07:38 +0000 (GMT)
	(envelope-from thierry@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GG7cBr013645;
	Sat, 16 Oct 2004 16:07:38 GMT
	(envelope-from thierry@repoman.freebsd.org)
Received: (from thierry@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GG7cVb013644;
	Sat, 16 Oct 2004 16:07:38 GMT
	(envelope-from thierry)
Message-Id: <200410161607.i9GG7cVb013644@repoman.freebsd.org>
From: Thierry Thomas 
Date: Sat, 16 Oct 2004 16:07:37 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www Makefile ports/www/nvu Makefile distinfo
 pkg-descr pkg-plist ports/www/nvu/files patch-.mozconfig
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 16:07:38 -0000

thierry     2004-10-16 16:07:37 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/nvu              Makefile distinfo pkg-descr pkg-plist 
    www/nvu/files        patch-.mozconfig 
  Log:
  Add nvu 0.50, a complete Web Authoring System.
  This is the native version.
  
  Warning: a powerful machine is required!
  
  Revision  Changes    Path
  1.991     +1 -0      ports/www/Makefile
  1.1       +33 -0     ports/www/nvu/Makefile (new)
  1.1       +2 -0      ports/www/nvu/distinfo (new)
  1.1       +35 -0     ports/www/nvu/files/patch-.mozconfig (new)
  1.1       +18 -0     ports/www/nvu/pkg-descr (new)
  1.1       +3207 -0   ports/www/nvu/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 16:07:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8599F16A4EE; Sat, 16 Oct 2004 16:07:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 65A1F43D46; Sat, 16 Oct 2004 16:07:50 +0000 (GMT)
	(envelope-from thierry@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GG7oFI013695;
	Sat, 16 Oct 2004 16:07:50 GMT
	(envelope-from thierry@repoman.freebsd.org)
Received: (from thierry@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GG7oYi013694;
	Sat, 16 Oct 2004 16:07:50 GMT
	(envelope-from thierry)
Message-Id: <200410161607.i9GG7oYi013694@repoman.freebsd.org>
From: Thierry Thomas 
Date: Sat, 16 Oct 2004 16:07:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 16:07:50 -0000

thierry     2004-10-16 16:07:50 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    nvu --> ports/www/nvu
  
  Revision  Changes    Path
  1.11175   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 16:08:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B809016A4CE; Sat, 16 Oct 2004 16:08:36 +0000 (GMT)
Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9CE4843D2F; Sat, 16 Oct 2004 16:08:35 +0000 (GMT)
	(envelope-from matusita@jp.FreeBSD.org)
Received: from localhost (localhost [::1])i9GG8Y818761;
	Sun, 17 Oct 2004 01:08:34 +0900 (JST)
	(envelope-from matusita@jp.FreeBSD.org)
In-Reply-To: <20041016080406.GC77261@dragon.nuxi.com>
References: <20041016061745.GA77261@dragon.nuxi.com>
	<20041016153725S.matusita@jp.FreeBSD.org>
	<20041016080406.GC77261@dragon.nuxi.com>
X-User-Agent: Mew/1.94.2 Emacs/21.3
X-FaceAnim: (-O_O-)(O_O- )(_O-  )(O-   )(-   -)(   -O)(  -O_)( -O_O)(-O_O-)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Dispatcher: imput version 20040704(IM147)
Lines: 9
From: Makoto Matsushita 
To: obrien@FreeBSD.org
Date: Sun, 17 Oct 2004 01:08:31 +0900
Message-Id: <20041017010831X.matusita@jp.FreeBSD.org>
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/compat/compat4x.alpha libc.so.4.bz2.uu
 libc_r.so.4.bz2.uu libhistory.so.4.bz2.uu libm.so.2.bz2.uu
 libopie.so.2.bz2.uu libpcap.so.2.bz2.uu libperl.so.3.bz2.uu
 libreadline.so.4.bz2.uu
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 16:08:36 -0000


(...deleted...)
obrien> So the user/sysadmin has already had to deal with the issue by
obrien> hand.

Ok, agreed.  Thank you for taking time.

-- -
Makoto `MAR' Matsushita

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 16:11:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3AFC516A4CE; Sat, 16 Oct 2004 16:11:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 19E0843D3F; Sat, 16 Oct 2004 16:11:40 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GGBdIB013865;
	Sat, 16 Oct 2004 16:11:39 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GGBdqk013864;
	Sat, 16 Oct 2004 16:11:39 GMT
	(envelope-from pav)
Message-Id: <200410161611.i9GGBdqk013864@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 16:11:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/tor Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 16:11:40 -0000

pav         2004-10-16 16:11:39 UTC

  FreeBSD ports repository

  Modified files:
    security/tor         Makefile distinfo 
  Log:
  - Quick update to 0.0.8.1, bugfix release, because 0.0.8 was removed
    from distsite
  
  Reported by:    Dead Microprocessor 
  
  Revision  Changes    Path
  1.6       +1 -1      ports/security/tor/Makefile
  1.5       +2 -2      ports/security/tor/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 16:54:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 758FA16A4CE; Sat, 16 Oct 2004 16:54:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6A04143D41; Sat, 16 Oct 2004 16:54:23 +0000 (GMT)
	(envelope-from lth@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GGsNZa021456;
	Sat, 16 Oct 2004 16:54:23 GMT
	(envelope-from lth@repoman.freebsd.org)
Received: (from lth@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GGsN64021455;
	Sat, 16 Oct 2004 16:54:23 GMT
	(envelope-from lth)
Message-Id: <200410161654.i9GGsN64021455@repoman.freebsd.org>
From: Lars Thegler 
Date: Sat, 16 Oct 2004 16:54:23 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Module-Pluggable-Ordered Makefiledistinfo
 5.005_03-Ordered.pm
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 16:54:23 -0000

lth         2004-10-16 16:54:23 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Module-Pluggable-Ordered Makefile distinfo 
  Removed files:
    devel/p5-Module-Pluggable-Ordered/files 5.005_03-Makefile.PL 
                                            5.005_03-Ordered.pm 
  Log:
  - Update to 1.3
  - Move simple patch files into Makefile
  
  Revision  Changes    Path
  1.2       +9 -2      ports/devel/p5-Module-Pluggable-Ordered/Makefile
  1.2       +2 -2      ports/devel/p5-Module-Pluggable-Ordered/distinfo
  1.2       +0 -7      ports/devel/p5-Module-Pluggable-Ordered/files/5.005_03-Makefile.PL (dead)
  1.2       +0 -23     ports/devel/p5-Module-Pluggable-Ordered/files/5.005_03-Ordered.pm (dead)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 16:58:12 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EFA7D16A4CE; Sat, 16 Oct 2004 16:58:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E4D4743D1F; Sat, 16 Oct 2004 16:58:12 +0000 (GMT)
	(envelope-from glewis@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GGwCC4021630;
	Sat, 16 Oct 2004 16:58:12 GMT
	(envelope-from glewis@repoman.freebsd.org)
Received: (from glewis@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GGwCE6021629;
	Sat, 16 Oct 2004 16:58:12 GMT
	(envelope-from glewis)
Message-Id: <200410161658.i9GGwCE6021629@repoman.freebsd.org>
From: Greg Lewis 
Date: Sat, 16 Oct 2004 16:58:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/java/jdk14/files patch-io_io_util.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 16:58:13 -0000

glewis      2004-10-16 16:58:12 UTC

  FreeBSD ports repository

  Added files:
    java/jdk14/files     patch-io_io_util.h 
  Log:
  . At least on FreeBSD, O_SYNC and O_DSYNC aren't both defined
    (for FreeBSD 4.x neither are defined and for FreeBSD 5.x
    O_DSYNC isn't defined).  This caused them to be defined to
    some bogus values.  In particular, O_SYNC would be defined
    as 0x800, which is O_EXCL (at least on FreeBSD 4.x).  The
    result being that the RandomAccessFile class would fail to
    open an existing file if you specified "s" as part of the mode.
    Fix this by defining O_SYNC and O_DSYNC to O_FSYNC if they
    aren't defined.
  
  Revision  Changes    Path
  1.1       +21 -0     ports/java/jdk14/files/patch-io_io_util.h (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 16:59:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F09BD16A4CE; Sat, 16 Oct 2004 16:59:43 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CFE7043D3F; Sat, 16 Oct 2004 16:59:43 +0000 (GMT)
	(envelope-from obraun@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GGxhSn021721;
	Sat, 16 Oct 2004 16:59:43 GMT
	(envelope-from obraun@repoman.freebsd.org)
Received: (from obraun@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GGxhuA021720;
	Sat, 16 Oct 2004 16:59:43 GMT
	(envelope-from obraun)
Message-Id: <200410161659.i9GGxhuA021720@repoman.freebsd.org>
From: Oliver Braun 
Date: Sat, 16 Oct 2004 16:59:43 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/hs-crypto Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 16:59:44 -0000

obraun      2004-10-16 16:59:43 UTC

  FreeBSD ports repository

  Modified files:
    devel/hs-crypto      Makefile distinfo pkg-plist 
  Log:
  Upgrade to 1.2.2.
  
  Revision  Changes    Path
  1.14      +10 -2     ports/devel/hs-crypto/Makefile
  1.6       +2 -2      ports/devel/hs-crypto/distinfo
  1.4       +19 -0     ports/devel/hs-crypto/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 17:00:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 985CF16A4CE; Sat, 16 Oct 2004 17:00:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8BA4B43D2F; Sat, 16 Oct 2004 17:00:28 +0000 (GMT)
	(envelope-from glewis@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GH0Shl021763;
	Sat, 16 Oct 2004 17:00:28 GMT
	(envelope-from glewis@repoman.freebsd.org)
Received: (from glewis@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GH0SGn021762;
	Sat, 16 Oct 2004 17:00:28 GMT
	(envelope-from glewis)
Message-Id: <200410161700.i9GH0SGn021762@repoman.freebsd.org>
From: Greg Lewis 
Date: Sat, 16 Oct 2004 17:00:28 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/java/jdk14/files
	patch-awt_fontmanager_fontObject.cpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 17:00:28 -0000

glewis      2004-10-16 17:00:28 UTC

  FreeBSD ports repository

  Added files:
    java/jdk14/files     patch-awt_fontmanager_fontObject.cpp 
  Log:
  . In the ReadChunk() function, change an assert() to be a "test for a
    condition and return NULL".  Take account of the NULL in the
    appropriate place (which is somewhat worrisome in itself since
    ReadChunk() has always had the possibility of returning NULL).
    This makes loading a font file a little more resilient to specially
    crafted font data which can be used, for example, by an applet to
    crash the browser plugin by triggering the assert().  Such an applet
    was mentioned on Bugtraq:
  
    http://www.securityfocus.com/archive/1/367331/2004-06-26/2004-07-02/0
  
    and can be found at
  
    http://www.illegalaccess.org/cms/?q=node/view/9
  
    This change stops the browser plugin from crashing.
  . Fix some warnings regarding formats in debugging printf's.
  
  Revision  Changes    Path
  1.1       +53 -0     ports/java/jdk14/files/patch-awt_fontmanager_fontObject.cpp (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 17:04:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 748A316A4CE; Sat, 16 Oct 2004 17:04:51 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 55B1943D1F; Sat, 16 Oct 2004 17:04:51 +0000 (GMT)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GH4ppF021918;
	Sat, 16 Oct 2004 17:04:51 GMT
	(envelope-from netchild@repoman.freebsd.org)
Received: (from netchild@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GH4pU1021917;
	Sat, 16 Oct 2004 17:04:51 GMT
	(envelope-from netchild)
Message-Id: <200410161704.i9GH4pU1021917@repoman.freebsd.org>
From: Alexander Leidinger 
Date: Sat, 16 Oct 2004 17:04:51 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/lang/icc7 Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 17:04:51 -0000

netchild    2004-10-16 17:04:51 UTC

  FreeBSD ports repository

  Modified files:
    lang/icc7            Makefile distinfo 
  Log:
  Update to 7.1.042.
  
  Revision  Changes    Path
  1.66      +1 -1      ports/lang/icc7/Makefile
  1.33      +2 -2      ports/lang/icc7/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 17:12:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 06A9516A4CE; Sat, 16 Oct 2004 17:12:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EF5DA43D2D; Sat, 16 Oct 2004 17:12:22 +0000 (GMT)
	(envelope-from glewis@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GHCMuF022183;
	Sat, 16 Oct 2004 17:12:22 GMT
	(envelope-from glewis@repoman.freebsd.org)
Received: (from glewis@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GHCMaX022182;
	Sat, 16 Oct 2004 17:12:22 GMT
	(envelope-from glewis)
Message-Id: <200410161712.i9GHCMaX022182@repoman.freebsd.org>
From: Greg Lewis 
Date: Sat, 16 Oct 2004 17:12:22 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/java/jdk14/files patch-interpreter_shared.hpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 17:12:23 -0000

glewis      2004-10-16 17:12:22 UTC

  FreeBSD ports repository

  Added files:
    java/jdk14/files     patch-interpreter_shared.hpp 
  Log:
  . Fix the Server VM for gcc 3.4 part 1/2.
    The HotSpot code (ab)uses named enums as ints in a number of places.
    The problem with this is that according the the C++ spec, the compiler
    (essentially) only needs to use an integral type wide enough to hold
    the values defined in the enum.  Earlier versions of gcc appear to have
    just used an int whether they could have got away with a narrower type
    or not, hence the code worked as expected.  gcc 3.4 now appears to
    implement this part of the spec, so using an enum blindly as an int
    causes various problems due to overflow.
  
    This case is particularly bogus since the enums are merely to define
    a named integral type within a class (VMReg::Name doesn't even have
    any values enumerated in the declaration).  So, convert these two
    enums to simply be typedef'ed ints.
  
  Sleuth work, discussion and code suggestions:   peadar
  
  Revision  Changes    Path
  1.1       +38 -0     ports/java/jdk14/files/patch-interpreter_shared.hpp (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 17:16:40 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5D79D16A4CE; Sat, 16 Oct 2004 17:16:40 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4BC2143D2D; Sat, 16 Oct 2004 17:16:40 +0000 (GMT)
	(envelope-from glewis@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GHGeHj022387;
	Sat, 16 Oct 2004 17:16:40 GMT
	(envelope-from glewis@repoman.freebsd.org)
Received: (from glewis@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GHGeaH022386;
	Sat, 16 Oct 2004 17:16:40 GMT
	(envelope-from glewis)
Message-Id: <200410161716.i9GHGeaH022386@repoman.freebsd.org>
From: Greg Lewis 
Date: Sat, 16 Oct 2004 17:16:40 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/java/jdk14/files patch-interpreter_bytecodes.hpp
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 17:16:40 -0000

glewis      2004-10-16 17:16:40 UTC

  FreeBSD ports repository

  Added files:
    java/jdk14/files     patch-interpreter_bytecodes.hpp 
  Log:
  . Fix the Server VM for gcc 3.4 part 2/2.
    The HotSpot code (ab)uses named enums as ints in a number of places.
    The problem with this is that according the the C++ spec, the compiler
    (essentially) only needs to use an integral type wide enough to hold
    the values defined in the enum.  Earlier versions of gcc appear to have
    just used an int whether they could have got away with a narrower type
    or not, hence the code worked as expected.  gcc 3.4 now appears to
    implement this part of the spec, so using an enum blindly as an int
    causes various problems due to overflow.
  
    In this case the enum, Bytecodes::Code, appears to be a genuine enum,
    its just assumed to be wide enough to hold an arbitrary int in various
    places in the code.  The correct fix would be to track down all those
    places in the code and fix them.  Since there are quite a lot of these
    places and 5.3 is close to release for now we just add a value to the
    enum set to INT_MAX, forcing the compiler to use at least an int for the
    type.
  
  Sleuth work, discussion and code suggestions:   peadar
  
  Revision  Changes    Path
  1.1       +24 -0     ports/java/jdk14/files/patch-interpreter_bytecodes.hpp (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 17:17:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AB8AF16A4CE; Sat, 16 Oct 2004 17:17:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8457C43D41; Sat, 16 Oct 2004 17:17:09 +0000 (GMT)
	(envelope-from glewis@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GHH9JE022432;
	Sat, 16 Oct 2004 17:17:09 GMT
	(envelope-from glewis@repoman.freebsd.org)
Received: (from glewis@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GHH94o022431;
	Sat, 16 Oct 2004 17:17:09 GMT
	(envelope-from glewis)
Message-Id: <200410161717.i9GHH94o022431@repoman.freebsd.org>
From: Greg Lewis 
Date: Sat, 16 Oct 2004 17:17:09 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/java/jdk14 Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 17:17:10 -0000

glewis      2004-10-16 17:17:09 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk14           Makefile 
  Log:
  . Bump PORTREVISION for the recent fixes.
  
  Revision  Changes    Path
  1.80      +1 -1      ports/java/jdk14/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 17:41:51 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DBA5516A4CF; Sat, 16 Oct 2004 17:41:51 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BCA9443D46; Sat, 16 Oct 2004 17:41:51 +0000 (GMT)
	(envelope-from lth@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GHfpNW023103;
	Sat, 16 Oct 2004 17:41:51 GMT
	(envelope-from lth@repoman.freebsd.org)
Received: (from lth@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GHfp6F023102;
	Sat, 16 Oct 2004 17:41:51 GMT
	(envelope-from lth)
Message-Id: <200410161741.i9GHfp6F023102@repoman.freebsd.org>
From: Lars Thegler 
Date: Sat, 16 Oct 2004 17:41:51 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/p5-Module-Pluggable-Ordered Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 17:41:52 -0000

lth         2004-10-16 17:41:51 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Module-Pluggable-Ordered Makefile 
  Log:
  - New CPAN maintainer requests maintainership of the port as well
  
  Revision  Changes    Path
  1.3       +1 -1      ports/devel/p5-Module-Pluggable-Ordered/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 17:49:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0080416A4CE; Sat, 16 Oct 2004 17:49:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E4C6443D2D; Sat, 16 Oct 2004 17:49:19 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GHnJmX023417;
	Sat, 16 Oct 2004 17:49:19 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GHnJBv023416;
	Sat, 16 Oct 2004 17:49:19 GMT
	(envelope-from pav)
Message-Id: <200410161749.i9GHnJBv023416@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 17:49:19 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net Makefile ports/net/gaim-openq Makefile
 distinfo pkg-descr pkg-plist ports/net/gaim-openq/files
 patch-src-group_im.c
 patch-src-im.c patch-src-recv_core.c patch-src-udp_proxy_s5.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 17:49:20 -0000

pav         2004-10-16 17:49:19 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/gaim-openq       Makefile distinfo pkg-descr pkg-plist 
    net/gaim-openq/files patch-intl_Makefile.in 
                         patch-src-group_admindlg.c 
                         patch-src-group_im.c patch-src-im.c 
                         patch-src-recv_core.c 
                         patch-src-udp_proxy_s5.c 
  Log:
  Add gaim-openq, a QQ-liked protocol plugin for Gaim.
  
  PR:             ports/72697
  Submitted by:   hamigua 
  
  Revision  Changes    Path
  1.1362    +1 -0      ports/net/Makefile
  1.1       +32 -0     ports/net/gaim-openq/Makefile (new)
  1.1       +2 -0      ports/net/gaim-openq/distinfo (new)
  1.1       +11 -0     ports/net/gaim-openq/files/patch-intl_Makefile.in (new)
  1.1       +65 -0     ports/net/gaim-openq/files/patch-src-group_admindlg.c (new)
  1.1       +19 -0     ports/net/gaim-openq/files/patch-src-group_im.c (new)
  1.1       +28 -0     ports/net/gaim-openq/files/patch-src-im.c (new)
  1.1       +11 -0     ports/net/gaim-openq/files/patch-src-recv_core.c (new)
  1.1       +32 -0     ports/net/gaim-openq/files/patch-src-udp_proxy_s5.c (new)
  1.1       +3 -0      ports/net/gaim-openq/pkg-descr (new)
  1.1       +538 -0    ports/net/gaim-openq/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 17:50:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 63EB016A4CE; Sat, 16 Oct 2004 17:50:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4481443D1D; Sat, 16 Oct 2004 17:50:13 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GHoDM3023471;
	Sat, 16 Oct 2004 17:50:13 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GHoDLg023470;
	Sat, 16 Oct 2004 17:50:13 GMT
	(envelope-from pav)
Message-Id: <200410161750.i9GHoDLg023470@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 17:50:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 17:50:13 -0000

pav         2004-10-16 17:50:12 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    gaim-openq --> ports/net/gaim-openq
  
  Revision  Changes    Path
  1.11176   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 18:08:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D8D4D16A4CE; Sat, 16 Oct 2004 18:08:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B9B3043D2F; Sat, 16 Oct 2004 18:08:34 +0000 (GMT)
	(envelope-from oliver@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GI8Yx7024045;
	Sat, 16 Oct 2004 18:08:34 GMT
	(envelope-from oliver@repoman.freebsd.org)
Received: (from oliver@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GI8Ypr024044;
	Sat, 16 Oct 2004 18:08:34 GMT
	(envelope-from oliver)
Message-Id: <200410161808.i9GI8Ypr024044@repoman.freebsd.org>
From: Oliver Lehmann 
Date: Sat, 16 Oct 2004 18:08:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11/xfce4-trigger-launcher Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 18:08:35 -0000

oliver      2004-10-16 18:08:34 UTC

  FreeBSD ports repository

  Modified files:
    x11/xfce4-trigger-launcher Makefile 
  Log:
  take maintainership
  
  Revision  Changes    Path
  1.4       +1 -1      ports/x11/xfce4-trigger-launcher/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 18:17:36 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4A00616A4CE; Sat, 16 Oct 2004 18:17:36 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2A5CB43D2D; Sat, 16 Oct 2004 18:17:36 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GIHauw024384;
	Sat, 16 Oct 2004 18:17:36 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GIHal9024383;
	Sat, 16 Oct 2004 18:17:36 GMT
	(envelope-from pav)
Message-Id: <200410161817.i9GIHal9024383@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 18:17:35 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net/qtorrent Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 18:17:36 -0000

pav         2004-10-16 18:17:35 UTC

  FreeBSD ports repository

  Modified files:
    net/qtorrent         Makefile 
  Log:
  - Drop maintainership
  
  PR:             ports/72765
  Submitted by:   Michael Johnson  (maintainer)
  
  Revision  Changes    Path
  1.4       +1 -1      ports/net/qtorrent/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 18:46:41 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6AF8A16A4CE; Sat, 16 Oct 2004 18:46:41 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5D01143D46; Sat, 16 Oct 2004 18:46:41 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GIkf9R025305;
	Sat, 16 Oct 2004 18:46:41 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GIkfMD025304;
	Sat, 16 Oct 2004 18:46:41 GMT
	(envelope-from pav)
Message-Id: <200410161846.i9GIkfMD025304@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 18:46:41 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/games Makefile ports/games/koth Makefile
 distinfo pkg-descr ports/games/koth/files patch-src-ballistics.c
 patch-src-kserver.c patch-src-relay.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 18:46:41 -0000

pav         2004-10-16 18:46:41 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/koth           Makefile distinfo pkg-descr 
    games/koth/files     patch-src-ballistics.c 
                         patch-src-kserver.c patch-src-relay.c 
  Log:
  Add KOTH (King of the Hill), a multiplayer tank artillery game similar to
  Scorched Earth that uses libggi.
  
  PR:             ports/72725
  Submitted by:   Travis Poppe 
  
  Revision  Changes    Path
  1.715     +1 -0      ports/games/Makefile
  1.1       +28 -0     ports/games/koth/Makefile (new)
  1.1       +2 -0      ports/games/koth/distinfo (new)
  1.1       +19 -0     ports/games/koth/files/patch-src-ballistics.c (new)
  1.1       +18 -0     ports/games/koth/files/patch-src-kserver.c (new)
  1.1       +10 -0     ports/games/koth/files/patch-src-relay.c (new)
  1.1       +14 -0     ports/games/koth/pkg-descr (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 18:47:29 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5ABBA16A4CE; Sat, 16 Oct 2004 18:47:29 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3AF1543D4C; Sat, 16 Oct 2004 18:47:29 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GIlTT0025354;
	Sat, 16 Oct 2004 18:47:29 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GIlT4Z025353;
	Sat, 16 Oct 2004 18:47:29 GMT
	(envelope-from pav)
Message-Id: <200410161847.i9GIlT4Z025353@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 18:47:29 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 18:47:29 -0000

pav         2004-10-16 18:47:29 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    koth --> ports/games/koth
  
  Revision  Changes    Path
  1.11177   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 18:59:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E4FB616A4CE; Sat, 16 Oct 2004 18:59:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D93EF43D1F; Sat, 16 Oct 2004 18:59:31 +0000 (GMT)
	(envelope-from demon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GIxVUI025781;
	Sat, 16 Oct 2004 18:59:31 GMT
	(envelope-from demon@repoman.freebsd.org)
Received: (from demon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GIxVtH025780;
	Sat, 16 Oct 2004 18:59:31 GMT
	(envelope-from demon)
Message-Id: <200410161859.i9GIxVtH025780@repoman.freebsd.org>
From: Dmitry Sivachenko 
Date: Sat, 16 Oct 2004 18:59:31 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/databases/sqlrelay Makefile Makefile.common
 ports/databases/sqlrelay/files patch-acsite.m4 patch-configure
 patch-configure.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 18:59:32 -0000

demon       2004-10-16 18:59:31 UTC

  FreeBSD ports repository

  Modified files:
    databases/sqlrelay   Makefile Makefile.common 
  Added files:
    databases/sqlrelay/files patch-acsite.m4 patch-configure.in 
  Removed files:
    databases/sqlrelay/files patch-configure 
  Log:
  Take maintainership;
  Use autoconf to generate configure script.
  Remove redundant bits which were probably needed for older versions of sqlrelay.
  
  Revision  Changes    Path
  1.34      +16 -18    ports/databases/sqlrelay/Makefile
  1.8       +5 -5      ports/databases/sqlrelay/Makefile.common
  1.1       +37 -0     ports/databases/sqlrelay/files/patch-acsite.m4 (new)
  1.6       +0 -59     ports/databases/sqlrelay/files/patch-configure (dead)
  1.4       +11 -0     ports/databases/sqlrelay/files/patch-configure.in (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:03:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4935B16A4CE; Sat, 16 Oct 2004 19:03:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 297B643D3F; Sat, 16 Oct 2004 19:03:27 +0000 (GMT)
	(envelope-from demon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GJ3RQ4025934;
	Sat, 16 Oct 2004 19:03:27 GMT
	(envelope-from demon@repoman.freebsd.org)
Received: (from demon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GJ3RPX025933;
	Sat, 16 Oct 2004 19:03:27 GMT
	(envelope-from demon)
Message-Id: <200410161903.i9GJ3RPX025933@repoman.freebsd.org>
From: Dmitry Sivachenko 
Date: Sat, 16 Oct 2004 19:03:27 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/databases/p5-sqlrelay Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:03:27 -0000

demon       2004-10-16 19:03:27 UTC

  FreeBSD ports repository

  Modified files:
    databases/p5-sqlrelay Makefile 
  Log:
  Take maintainership;
  Use $SQLRELAY_CONFIGURE_ENV variable defined in sqlrelay's Makefile.common
  instead of duplicating it's job in slave ports;
  Small cleanup.
  
  Revision  Changes    Path
  1.13      +3 -7      ports/databases/p5-sqlrelay/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:17:04 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6D34716A4CF; Sat, 16 Oct 2004 19:17:04 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4D3BB43D3F; Sat, 16 Oct 2004 19:17:04 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GJH4SH026414;
	Sat, 16 Oct 2004 19:17:04 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GJH4e4026413;
	Sat, 16 Oct 2004 19:17:04 GMT
	(envelope-from scottl)
Message-Id: <200410161917.i9GJH4e4026413@repoman.freebsd.org>
From: Scott Long 
Date: Sat, 16 Oct 2004 19:17:03 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5_3
Subject: cvs commit: src/sys/conf newvers.sh
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:17:04 -0000

scottl      2004-10-16 19:17:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5_3)
    sys/conf             newvers.sh 
  Log:
  Move up to 5.3-RC1
  
  Approved by: re
  
  Revision       Changes    Path
  1.62.2.15.2.1  +1 -1      src/sys/conf/newvers.sh

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:22:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C7F9C16A4CE; Sat, 16 Oct 2004 19:22:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A5C1743D4C; Sat, 16 Oct 2004 19:22:09 +0000 (GMT)
	(envelope-from obraun@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GJM9aJ026598;
	Sat, 16 Oct 2004 19:22:09 GMT
	(envelope-from obraun@repoman.freebsd.org)
Received: (from obraun@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GJM9FC026597;
	Sat, 16 Oct 2004 19:22:09 GMT
	(envelope-from obraun)
Message-Id: <200410161922.i9GJM9FC026597@repoman.freebsd.org>
From: Oliver Braun 
Date: Sat, 16 Oct 2004 19:22:09 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/darcs Makefile distinfo pkg-plist
 ports/devel/darcs/files patch-GNUMakefile patch-autoconf.mk.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:22:09 -0000

obraun      2004-10-16 19:22:09 UTC

  FreeBSD ports repository

  Modified files:
    devel/darcs          Makefile distinfo pkg-plist 
  Removed files:
    devel/darcs/files    patch-GNUMakefile patch-autoconf.mk.in 
  Log:
  Upgrade to 1.0.0 RC3.
  
  Revision  Changes    Path
  1.23      +2 -1      ports/devel/darcs/Makefile
  1.17      +2 -2      ports/devel/darcs/distinfo
  1.2       +0 -11     ports/devel/darcs/files/patch-GNUMakefile (dead)
  1.2       +0 -16     ports/devel/darcs/files/patch-autoconf.mk.in (dead)
  1.13      +1 -1      ports/devel/darcs/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:26:14 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 474B416A4CE; Sat, 16 Oct 2004 19:26:14 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 263C443D45; Sat, 16 Oct 2004 19:26:14 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GJQEqa026729;
	Sat, 16 Oct 2004 19:26:14 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GJQEQA026728;
	Sat, 16 Oct 2004 19:26:14 GMT
	(envelope-from scottl)
Message-Id: <200410161926.i9GJQEQA026728@repoman.freebsd.org>
From: Scott Long 
Date: Sat, 16 Oct 2004 19:26:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/conf newvers.sh
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:26:14 -0000

scottl      2004-10-16 19:26:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/conf             newvers.sh 
  Log:
  Welcome to 5.3-STABLE.  Even though the final release is not going to be cut
  for a few more days, this branch is not -STABLE
  
  Approved by: re
  
  Revision   Changes    Path
  1.62.2.16  +1 -1      src/sys/conf/newvers.sh

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:29:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2862B16A4CE; Sat, 16 Oct 2004 19:29:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0915E43D1D; Sat, 16 Oct 2004 19:29:23 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GJTMpc026875;
	Sat, 16 Oct 2004 19:29:22 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GJTMZ9026874;
	Sat, 16 Oct 2004 19:29:22 GMT
	(envelope-from scottl)
Message-Id: <200410161929.i9GJTMZ9026874@repoman.freebsd.org>
From: Scott Long 
Date: Sat, 16 Oct 2004 19:29:22 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/sys param.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:29:23 -0000

scottl      2004-10-16 19:29:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/sys              param.h 
  Log:
  Update __FreeBSD_version to differentiate RELENG_5_3 from RELENG_5
  
  Approved by: re
  
  Revision   Changes    Path
  1.209.2.5  +1 -1      src/sys/sys/param.h

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:29:31 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 399A616A4D1; Sat, 16 Oct 2004 19:29:31 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 28CF243D5A; Sat, 16 Oct 2004 19:29:31 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GJTVEK026963;
	Sat, 16 Oct 2004 19:29:31 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GJTVOk026962;
	Sat, 16 Oct 2004 19:29:31 GMT
	(envelope-from pav)
Message-Id: <200410161929.i9GJTVOk026962@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 19:29:31 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/net Makefile ports/net/boinc-client Makefile
 distinfo pkg-descr pkg-install pkg-message pkg-plist
 ports/net/boinc-client/files boinc-client boinc-client.1 boinc.sh
 patch-api::boinc_gl.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:29:31 -0000

pav         2004-10-16 19:29:31 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/boinc-client     Makefile distinfo pkg-descr pkg-install 
                         pkg-message pkg-plist 
    net/boinc-client/files boinc-client boinc-client.1 boinc.sh 
                           patch-api::boinc_gl.h 
  Log:
  Add boinc-client, Berkeley Open Infrastructure for Network Computing.
  
  BOINC is a software platform for distributed computing using volunteer
  computer resources.
  
  Many different projects can use BOINC.  SETI@HOME, for example, has
  been redesigned to use BOINC and the astro/boinc-setiathome port
  supercedes the astro/setiathome port.
  
  WWW: http://boinc.berkeley.edu/
  
  PR:             ports/72714
  Submitted by:   J.R. Oldroyd 
  
  Revision  Changes    Path
  1.1363    +1 -0      ports/net/Makefile
  1.1       +97 -0     ports/net/boinc-client/Makefile (new)
  1.1       +2 -0      ports/net/boinc-client/distinfo (new)
  1.1       +6 -0      ports/net/boinc-client/files/boinc-client (new)
  1.1       +170 -0    ports/net/boinc-client/files/boinc-client.1 (new)
  1.1       +61 -0     ports/net/boinc-client/files/boinc.sh (new)
  1.1       +19 -0     ports/net/boinc-client/files/patch-api::boinc_gl.h (new)
  1.1       +8 -0      ports/net/boinc-client/pkg-descr (new)
  1.1       +25 -0     ports/net/boinc-client/pkg-install (new)
  1.1       +14 -0     ports/net/boinc-client/pkg-message (new)
  1.1       +50 -0     ports/net/boinc-client/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:30:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4C2D816A4CE; Sat, 16 Oct 2004 19:30:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2B72F43D55; Sat, 16 Oct 2004 19:30:50 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GJUok7027077;
	Sat, 16 Oct 2004 19:30:50 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GJUo68027076;
	Sat, 16 Oct 2004 19:30:50 GMT
	(envelope-from pav)
Message-Id: <200410161930.i9GJUo68027076@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 19:30:50 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:30:50 -0000

pav         2004-10-16 19:30:50 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    boinc-client --> ports/net/boinc-client
  
  Revision  Changes    Path
  1.11178   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:31:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B597E16A4CE; Sat, 16 Oct 2004 19:31:59 +0000 (GMT)
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 067AD43D41; Sat, 16 Oct 2004 19:31:59 +0000 (GMT)
	(envelope-from ache@pobrecita.freebsd.ru)
Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1])
	by nagual.pp.ru (8.13.1/8.13.1) with ESMTP id i9GJVuBT000669;
	Sat, 16 Oct 2004 23:31:56 +0400 (MSD)
	(envelope-from ache@pobrecita.freebsd.ru)
Received: (from ache@localhost)
	by pobrecita.freebsd.ru (8.13.1/8.13.1/Submit) id i9GJVubT000664;
	Sat, 16 Oct 2004 23:31:56 +0400 (MSD)
	(envelope-from ache)
Date: Sat, 16 Oct 2004 23:31:56 +0400
From: Andrey Chernov 
To: Pawel Jakub Dawidek 
Message-ID: <20041016193156.GA592@nagual.pp.ru>
Mail-Followup-To: Andrey Chernov ,
	Pawel Jakub Dawidek , src-committers@FreeBSD.ORG,
	cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG
References: <200410160813.i9G8DKlM063136@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200410160813.i9G8DKlM063136@repoman.freebsd.org>
User-Agent: Mutt/1.5.6i
X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.28.0.7; VDF 6.28.0.20
	     (host: pobrecita.freebsd.ru)
cc: cvs-src@FreeBSD.ORG
cc: src-committers@FreeBSD.ORG
cc: cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d swap1
	src/sbin/geom/class/mirror gmirror.8 src/share/man/man5 rc.conf.5
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:31:59 -0000

On Sat, Oct 16, 2004 at 08:13:19AM +0000, Pawel Jakub Dawidek wrote:
> pjd         2004-10-16 08:13:19 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:        (Branch: RELENG_5)
>     etc/defaults         rc.conf 
>     etc/rc.d             swap1 
>     sbin/geom/class/mirror gmirror.8 
>     share/man/man5       rc.conf.5 
>   Log:
>   Do not remove swap partitions by default as it cause some problems.
>   Instead, add 'swapoff' variable to rc.conf (turned off by default),
>   so users who use gmirror and swap-on-mirror configuration still can
>   turn it on and avoid problems with dirty mirror components on next
>   boot.

Could you please back-merge it to -current too? When I remove swapoff from 
swap1, my panic is gone, machine reboot cleanly.

-- 
Andrey Chernov | http://ache.pp.ru/

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:39:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E199216A4CE; Sat, 16 Oct 2004 19:39:13 +0000 (GMT)
Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8315043D49; Sat, 16 Oct 2004 19:39:13 +0000 (GMT)
	(envelope-from pjd@darkness.comp.waw.pl)
Received: by darkness.comp.waw.pl (Postfix, from userid 1009)
	id F3908ACADB; Sat, 16 Oct 2004 21:39:10 +0200 (CEST)
Date: Sat, 16 Oct 2004 21:39:10 +0200
From: Pawel Jakub Dawidek 
To: Andrey Chernov , src-committers@FreeBSD.ORG,
	cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Message-ID: <20041016193910.GX73767@darkness.comp.waw.pl>
References: <200410160813.i9G8DKlM063136@repoman.freebsd.org>
	<20041016193156.GA592@nagual.pp.ru>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="lKkRBIzN5W0l28vM"
Content-Disposition: inline
In-Reply-To: <20041016193156.GA592@nagual.pp.ru>
User-Agent: Mutt/1.4.2i
X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc
X-OS: FreeBSD 5.2.1-RC2 i386
Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d swap1
	src/sbin/geom/class/mirror gmirror.8 src/share/man/man5 rc.conf.5
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:39:14 -0000


--lKkRBIzN5W0l28vM
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Oct 16, 2004 at 11:31:56PM +0400, Andrey Chernov wrote:
+> On Sat, Oct 16, 2004 at 08:13:19AM +0000, Pawel Jakub Dawidek wrote:
+> > pjd         2004-10-16 08:13:19 UTC
+> >=20
+> >   FreeBSD src repository
+> >=20
+> >   Modified files:        (Branch: RELENG_5)
+> >     etc/defaults         rc.conf=20
+> >     etc/rc.d             swap1=20
+> >     sbin/geom/class/mirror gmirror.8=20
+> >     share/man/man5       rc.conf.5=20
+> >   Log:
+> >   Do not remove swap partitions by default as it cause some problems.
+> >   Instead, add 'swapoff' variable to rc.conf (turned off by default),
+> >   so users who use gmirror and swap-on-mirror configuration still can
+> >   turn it on and avoid problems with dirty mirror components on next
+> >   boot.
+>=20
+> Could you please back-merge it to -current too? When I remove swapoff fr=
om=20
+> swap1, my panic is gone, machine reboot cleanly.

Nope, it'll be fixed in more proper way in -CURRENT in the near future.

--=20
Pawel Jakub Dawidek                       http://www.FreeBSD.org
pjd@FreeBSD.org                           http://garage.freebsd.pl
FreeBSD committer                         Am I Evil? Yes, I Am!

--lKkRBIzN5W0l28vM
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFBcXjeForvXbEpPzQRAh14AJwOzs0MD2bw6U2LuyeKcZ3B3gSRRACgwVV9
n13rhVxyttJfR7MXeDQLZ2Q=
=Kufy
-----END PGP SIGNATURE-----

--lKkRBIzN5W0l28vM--

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:51:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C424C16A4D6; Sat, 16 Oct 2004 19:51:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A3CD743D58; Sat, 16 Oct 2004 19:51:34 +0000 (GMT)
	(envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GJpYFV027649;
	Sat, 16 Oct 2004 19:51:34 GMT
	(envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GJpYQf027648;
	Sat, 16 Oct 2004 19:51:34 GMT
	(envelope-from ru)
Message-Id: <200410161951.i9GJpYQf027648@repoman.freebsd.org>
From: Ruslan Ermilov 
Date: Sat, 16 Oct 2004 19:51:34 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/colldef Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:51:35 -0000

ru          2004-10-16 19:51:34 UTC

  FreeBSD src repository

  Modified files:
    share/colldef        Makefile 
  Log:
  Utilize FILES and SYMLINKS, other simplifications.
  
  Revision  Changes    Path
  1.68      +49 -91    src/share/colldef/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 19:59:02 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DA45416A4CE; Sat, 16 Oct 2004 19:59:02 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B836443D1D; Sat, 16 Oct 2004 19:59:02 +0000 (GMT)
	(envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GJx2r6027897;
	Sat, 16 Oct 2004 19:59:02 GMT
	(envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GJx2ln027896;
	Sat, 16 Oct 2004 19:59:02 GMT
	(envelope-from pav)
Message-Id: <200410161959.i9GJx2ln027896@repoman.freebsd.org>
From: Pav Lucistnik 
Date: Sat, 16 Oct 2004 19:59:02 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/irc/bitlbee Makefile distinfo pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 19:59:03 -0000

pav         2004-10-16 19:59:02 UTC

  FreeBSD ports repository

  Modified files:
    irc/bitlbee          Makefile distinfo pkg-plist 
  Log:
  - Update to 0.91
  
  PR:             ports/72757
  Submitted by:   Peter van Dijk  (maintainer)
  
  Revision  Changes    Path
  1.12      +4 -4      ports/irc/bitlbee/Makefile
  1.8       +2 -2      ports/irc/bitlbee/distinfo
  1.3       +2 -2      ports/irc/bitlbee/pkg-plist

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 20:00:42 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 09E1A16A4CE; Sat, 16 Oct 2004 20:00:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DC6E943D2D; Sat, 16 Oct 2004 20:00:41 +0000 (GMT)
	(envelope-from obraun@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GK0frR027989;
	Sat, 16 Oct 2004 20:00:41 GMT
	(envelope-from obraun@repoman.freebsd.org)
Received: (from obraun@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GK0fad027988;
	Sat, 16 Oct 2004 20:00:41 GMT
	(envelope-from obraun)
Message-Id: <200410162000.i9GK0fad027988@repoman.freebsd.org>
From: Oliver Braun 
Date: Sat, 16 Oct 2004 20:00:41 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/devel/hs-c2hs Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 20:00:42 -0000

obraun      2004-10-16 20:00:41 UTC

  FreeBSD ports repository

  Modified files:
    devel/hs-c2hs        Makefile distinfo 
  Log:
  Upgrade to 0.13.2.
  
  Revision  Changes    Path
  1.23      +1 -1      ports/devel/hs-c2hs/Makefile
  1.8       +2 -2      ports/devel/hs-c2hs/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 20:29:24 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B9BB516A4CE; Sat, 16 Oct 2004 20:29:24 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 99A2B43D2D; Sat, 16 Oct 2004 20:29:24 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GKTOEY028811;
	Sat, 16 Oct 2004 20:29:24 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GKTOqj028810;
	Sat, 16 Oct 2004 20:29:24 GMT
	(envelope-from marcus)
Message-Id: <200410162029.i9GKTOqj028810@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Sat, 16 Oct 2004 20:29:24 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/misc/gaim-guifications Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 20:29:24 -0000

marcus      2004-10-16 20:29:24 UTC

  FreeBSD ports repository

  Modified files:
    misc/gaim-guifications Makefile distinfo 
  Log:
  Update to 2.4.
  
  Revision  Changes    Path
  1.12      +1 -1      ports/misc/gaim-guifications/Makefile
  1.9       +2 -2      ports/misc/gaim-guifications/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 20:29:59 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BD78D16A4CE; Sat, 16 Oct 2004 20:29:59 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9CA7843D1D; Sat, 16 Oct 2004 20:29:59 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GKTx5V028848;
	Sat, 16 Oct 2004 20:29:59 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GKTx8v028847;
	Sat, 16 Oct 2004 20:29:59 GMT
	(envelope-from marcus)
Message-Id: <200410162029.i9GKTx8v028847@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Sat, 16 Oct 2004 20:29:59 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/misc/gaim-guifications Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 20:29:59 -0000

marcus      2004-10-16 20:29:59 UTC

  FreeBSD ports repository

  Modified files:
    misc/gaim-guifications Makefile distinfo 
  Log:
  Exited the editor too soon.  The previous commit was:
  
  PR:             72761
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.13      +0 -0      ports/misc/gaim-guifications/Makefile
  1.10      +0 -0      ports/misc/gaim-guifications/distinfo

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 20:31:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6985716A4CE; Sat, 16 Oct 2004 20:31:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 490BC43D2D; Sat, 16 Oct 2004 20:31:23 +0000 (GMT)
	(envelope-from simon@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GKVN1V028963;
	Sat, 16 Oct 2004 20:31:23 GMT
	(envelope-from simon@repoman.freebsd.org)
Received: (from simon@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GKVNnB028962;
	Sat, 16 Oct 2004 20:31:23 GMT
	(envelope-from simon)
Message-Id: <200410162031.i9GKVNnB028962@repoman.freebsd.org>
From: "Simon L. Nielsen" 
Date: Sat, 16 Oct 2004 20:31:23 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/security/vuxml vuln.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 20:31:23 -0000

simon       2004-10-16 20:31:23 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  - Change a few uses of  into .
  
  OK'ed by:       nectar
  
  Additional comment to the Tor entry from v. 1.302, it was:
  
  Submitted by:   rik  (original version)
  
  Revision  Changes    Path
  1.303     +4 -4      ports/security/vuxml/vuln.xml

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 20:32:43 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 34F0B16A4D6; Sat, 16 Oct 2004 20:32:43 +0000 (GMT)
Received: from web.portaone.com (support.portaone.com [195.70.151.35])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6E68443D1D; Sat, 16 Oct 2004 20:32:42 +0000 (GMT)
	(envelope-from sobomax@portaone.com)
Received: from [192.168.0.196] (portacare.portaone.com [195.140.247.242])
	(authenticated bits=0)
	by web.portaone.com (8.12.11/8.12.11) with ESMTP id i9GKWLup081746
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sat, 16 Oct 2004 22:32:40 +0200 (CEST)
	(envelope-from sobomax@portaone.com)
Message-ID: <4171854A.5000806@portaone.com>
Date: Sat, 16 Oct 2004 23:32:10 +0300
From: Maxim Sobolev 
Organization: Porta Software Ltd
User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Alexander Kabaev 
References: <200410150322.i9F3ME3w053528@repoman.freebsd.org>
In-Reply-To: <200410150322.i9F3ME3w053528@repoman.freebsd.org>
Content-Type: text/plain; charset=KOI8-U; format=flowed
Content-Transfer-Encoding: 7bit
cc: cvs-src@FreeBSD.ORG
cc: src-committers@FreeBSD.ORG
cc: cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/contrib/gcc - Imported sources
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 20:32:43 -0000

Thanks!

-Maxim

Alexander Kabaev wrote:
> kan         2004-10-15 03:22:14 UTC
> 
>   FreeBSD src repository
> 
>   src/contrib/gcc - Imported sources
>   Update of /home/ncvs/src/contrib/gcc
>   In directory repoman.freebsd.org:/tmp/cvs-serv53516
>   
>   Log Message:
>   Import a patch from GCC PR c/16999 to stop quoting already quoted ident
>   strings.
>   
>   Status:
>   
>   Vendor Tag:	FSF
>   Release Tags:	gcc_3_4_2_20041014
>   		
>   U src/contrib/gcc/c-ppoutput.c
>   
>   No conflicts created by this import
>   
> 
> 
> 

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 20:37:34 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8A7BD16A4CE; Sat, 16 Oct 2004 20:37:34 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5C98A43D31; Sat, 16 Oct 2004 20:37:34 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GKbYgd029232;
	Sat, 16 Oct 2004 20:37:34 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GKbYnK029231;
	Sat, 16 Oct 2004 20:37:34 GMT
	(envelope-from marcus)
Message-Id: <200410162037.i9GKbYnK029231@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Sat, 16 Oct 2004 20:37:34 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/nvu Makefile pkg-plist ports/www/nvu/files
 mozconfig.in patch-.mozconfig patch-nsprpub-pr-include-md-_pth.h
 patch-nsprpub::pr::include::md::_freebsd.cfg
 patch-nsprpub::pr::include::md::_freebsd.h
 patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc
 patch-xpcom::reflect::xptcall::src::md::unix::Makefile.in ...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 20:37:34 -0000

marcus      2004-10-16 20:37:34 UTC

  FreeBSD ports repository

  Modified files:
    www/nvu              Makefile 
  Added files:
    www/nvu/files        mozconfig.in 
                         patch-nsprpub-pr-include-md-_pth.h 
                         patch-nsprpub-pr-src-io-prprf.c 
                         patch-nsprpub::pr::include::md::_freebsd.cfg 
                         patch-nsprpub::pr::include::md::_freebsd.h 
                         patch-nsprpub::pr::src::pthreads::ptio.c 
                         patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc 
                         patch-xpcom::reflect::xptcall::src::md::unix::Makefile.in 
                         patch-xptcall-alpha patch-xptcall-amd64 
                         patch-xptcall-ia64 patch-xptcall-sparc64 
  Removed files:
    www/nvu              pkg-plist 
    www/nvu/files        patch-.mozconfig 
  Log:
  * Merge patches from Mozilla 1.7 [1]
  * Auto-generate PLIST
  * Respect CC/CXX/CFLAGS/CXXFLAGS/PTHREAD_LIBS
  * Add WITH_XFT WITH_DEBUG WITH_OPTIMIZED_CFLAGS options [1]
  * Add another mirror since cvs.nvu.com can be slow
  * Don't install share/idl/*
  * No longer depend on mozilla
  
  PR:             72762
  Submitted by:   Michael Johnson 
  Obtained from:  www/mozilla [1]
  
  Revision  Changes    Path
  1.2       +106 -12   ports/www/nvu/Makefile
  1.1       +41 -0     ports/www/nvu/files/mozconfig.in (new)
  1.2       +0 -35     ports/www/nvu/files/patch-.mozconfig (dead)
  1.1       +11 -0     ports/www/nvu/files/patch-nsprpub-pr-include-md-_pth.h (new)
  1.1       +14 -0     ports/www/nvu/files/patch-nsprpub-pr-src-io-prprf.c (new)
  1.1       +124 -0    ports/www/nvu/files/patch-nsprpub::pr::include::md::_freebsd.cfg (new)
  1.1       +13 -0     ports/www/nvu/files/patch-nsprpub::pr::include::md::_freebsd.h (new)
  1.1       +29 -0     ports/www/nvu/files/patch-nsprpub::pr::src::pthreads::ptio.c (new)
  1.1       +11 -0     ports/www/nvu/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc (new)
  1.1       +56 -0     ports/www/nvu/files/patch-xpcom::reflect::xptcall::src::md::unix::Makefile.in (new)
  1.1       +459 -0    ports/www/nvu/files/patch-xptcall-alpha (new)
  1.1       +386 -0    ports/www/nvu/files/patch-xptcall-amd64 (new)
  1.1       +38 -0     ports/www/nvu/files/patch-xptcall-ia64 (new)
  1.1       +327 -0    ports/www/nvu/files/patch-xptcall-sparc64 (new)
  1.2       +0 -3207   ports/www/nvu/pkg-plist (dead)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 20:42:18 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9A22916A4CE; Sat, 16 Oct 2004 20:42:18 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 79FA643D1D; Sat, 16 Oct 2004 20:42:18 +0000 (GMT)
	(envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GKgIvk029380;
	Sat, 16 Oct 2004 20:42:18 GMT
	(envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GKgIHk029379;
	Sat, 16 Oct 2004 20:42:18 GMT
	(envelope-from ru)
Message-Id: <200410162042.i9GKgIHk029379@repoman.freebsd.org>
From: Ruslan Ermilov 
Date: Sat, 16 Oct 2004 20:42:18 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/timedef Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 20:42:18 -0000

ru          2004-10-16 20:42:18 UTC

  FreeBSD src repository

  Modified files:
    share/timedef        Makefile 
  Log:
  Utilize FILES and SYMLINKS.
  
  Revision  Changes    Path
  1.46      +46 -120   src/share/timedef/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 20:52:32 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EB29716A4CE; Sat, 16 Oct 2004 20:52:32 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C950943D49; Sat, 16 Oct 2004 20:52:32 +0000 (GMT)
	(envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GKqWG6036078;
	Sat, 16 Oct 2004 20:52:32 GMT
	(envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GKqWVG036077;
	Sat, 16 Oct 2004 20:52:32 GMT
	(envelope-from ru)
Message-Id: <200410162052.i9GKqWVG036077@repoman.freebsd.org>
From: Ruslan Ermilov 
Date: Sat, 16 Oct 2004 20:52:32 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/timedef Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 20:52:33 -0000

ru          2004-10-16 20:52:32 UTC

  FreeBSD src repository

  Modified files:
    share/timedef        Makefile 
  Log:
  Install files with mode 444, as God intended.
  
  Revision  Changes    Path
  1.47      +0 -1      src/share/timedef/Makefile

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 20:58:27 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AC5C016A4CE; Sat, 16 Oct 2004 20:58:27 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8AFEF43D41; Sat, 16 Oct 2004 20:58:27 +0000 (GMT)
	(envelope-from scop@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GKwRlj036294;
	Sat, 16 Oct 2004 20:58:27 GMT
	(envelope-from scop@repoman.freebsd.org)
Received: (from scop@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GKwRgm036293;
	Sat, 16 Oct 2004 20:58:27 GMT
	(envelope-from scop)
Message-Id: <200410162058.i9GKwRgm036293@repoman.freebsd.org>
From: Ville Skyttä 
Date: Sat, 16 Oct 2004 20:58:27 +0000 (UTC)
To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: projects/cvsweb ChangeLog NEWS cvsweb.cgi
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 20:58:27 -0000

scop        2004-10-16 20:58:27 UTC

  FreeBSD projects repository

  Modified files:
    cvsweb               ChangeLog NEWS cvsweb.cgi 
  Log:
  Make the magic "." (== latest) revision work with branches and annotations.
  
  Revision  Changes    Path
  1.171     +7 -0      projects/cvsweb/ChangeLog
  1.33      +2 -0      projects/cvsweb/NEWS
  1.275     +24 -20    projects/cvsweb/cvsweb.cgi

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 21:15:16 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3A55516A4CE; Sat, 16 Oct 2004 21:15:16 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 194F043D45; Sat, 16 Oct 2004 21:15:16 +0000 (GMT)
	(envelope-from marcus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GLFFLI036802;
	Sat, 16 Oct 2004 21:15:15 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GLFFHp036801;
	Sat, 16 Oct 2004 21:15:15 GMT
	(envelope-from marcus)
Message-Id: <200410162115.i9GLFFHp036801@repoman.freebsd.org>
From: Joe Marcus Clarke 
Date: Sat, 16 Oct 2004 21:15:15 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/www/nvu/files mozconfig.in
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 21:15:16 -0000

marcus      2004-10-16 21:15:15 UTC

  FreeBSD ports repository

  Modified files:
    www/nvu/files        mozconfig.in 
  Log:
  Remove some contradictory configure options.
  
  Submitted by:   Michael Johnson 
  
  Revision  Changes    Path
  1.2       +0 -2      ports/www/nvu/files/mozconfig.in

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 21:21:38 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B5ED916A4CE; Sat, 16 Oct 2004 21:21:38 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 964A143D2F; Sat, 16 Oct 2004 21:21:38 +0000 (GMT)
	(envelope-from scop@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GLLc4e037021;
	Sat, 16 Oct 2004 21:21:38 GMT
	(envelope-from scop@repoman.freebsd.org)
Received: (from scop@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GLLcf5037020;
	Sat, 16 Oct 2004 21:21:38 GMT
	(envelope-from scop)
Message-Id: <200410162121.i9GLLcf5037020@repoman.freebsd.org>
From: Ville Skyttä 
Date: Sat, 16 Oct 2004 21:21:38 +0000 (UTC)
To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: projects/cvsweb cvsweb.cgi
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 21:21:38 -0000

scop        2004-10-16 21:21:38 UTC

  FreeBSD projects repository

  Modified files:
    cvsweb               cvsweb.cgi 
  Log:
  Trivial cleanups.
  
  Revision  Changes    Path
  1.276     +15 -8     projects/cvsweb/cvsweb.cgi

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 21:27:28 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6358C16A4CE; Sat, 16 Oct 2004 21:27:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 42FBD43D2D; Sat, 16 Oct 2004 21:27:28 +0000 (GMT)
	(envelope-from le@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GLRS9m037167;
	Sat, 16 Oct 2004 21:27:28 GMT
	(envelope-from le@repoman.freebsd.org)
Received: (from le@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GLRSKN037166;
	Sat, 16 Oct 2004 21:27:28 GMT
	(envelope-from le)
Message-Id: <200410162127.i9GLRSKN037166@repoman.freebsd.org>
From: Lukas Ertl 
Date: Sat, 16 Oct 2004 21:27:28 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/usb ubsa.c usbdevs
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 21:27:28 -0000

le          2004-10-16 21:27:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ubsa.c usbdevs 
  Log:
  Add support for the Vodafone Mobile Connect 3G datacard.
  
  Revision  Changes    Path
  1.16      +2 -0      src/sys/dev/usb/ubsa.c
  1.205     +4 -0      src/sys/dev/usb/usbdevs

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 21:29:52 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id D9F0516A4CE; Sat, 16 Oct 2004 21:29:52 +0000 (GMT)
Received: from imap.univie.ac.at (mail.univie.ac.at [131.130.1.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4965743D45; Sat, 16 Oct 2004 21:29:52 +0000 (GMT)
	(envelope-from le@FreeBSD.org)
Received: from le.vpn.univie.ac.at (le.vpn.univie.ac.at [131.130.222.177])
	by imap.univie.ac.at (8.12.10/8.12.10) with ESMTP id i9GLTb4X087332;
	Sat, 16 Oct 2004 23:29:42 +0200
Date: Sat, 16 Oct 2004 23:29:34 +0200 (CEST)
From: Lukas Ertl 
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
In-Reply-To: <200410162127.i9GLRSKN037166@repoman.freebsd.org>
Message-ID: <20041016232833.K629@korben.prv.univie.ac.at>
References: <200410162127.i9GLRSKN037166@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-DCC-ZID-Univie-Metrics: mx7.univie.ac.at 4247; Body=3 Fuz1=3 Fuz2=3
Subject: Re: cvs commit: src/sys/dev/usb ubsa.c usbdevs
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 21:29:53 -0000

On Sat, 16 Oct 2004, Lukas Ertl wrote:

>  Modified files:
>    sys/dev/usb          ubsa.c usbdevs
>  Log:
>  Add support for the Vodafone Mobile Connect 3G datacard.

This card can do GPRS and UMTS, but I was only able to test GPRS since 
there's no UMTS coverage in the area where I'm currently located.  I'll 
test UMTS stuff later.

cheers,
le

-- 
Lukas Ertl                         http://homepage.univie.ac.at/l.ertl/
le@FreeBSD.org                     http://people.freebsd.org/~le/

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 21:36:20 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 04E9D16A4CE; Sat, 16 Oct 2004 21:36:20 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CE57D43D5E; Sat, 16 Oct 2004 21:36:19 +0000 (GMT)
	(envelope-from le@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GLaJnd037499;
	Sat, 16 Oct 2004 21:36:19 GMT
	(envelope-from le@repoman.freebsd.org)
Received: (from le@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GLaJEY037498;
	Sat, 16 Oct 2004 21:36:19 GMT
	(envelope-from le)
Message-Id: <200410162136.i9GLaJEY037498@repoman.freebsd.org>
From: Lukas Ertl 
Date: Sat, 16 Oct 2004 21:36:19 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/share/man/man4 ubsa.4
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 21:36:20 -0000

le          2004-10-16 21:36:19 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       ubsa.4 
  Log:
  Update manpage for the Vodafone Mobile Connect 3G datacard.  Bump
  document date.
  
  Reminded by:  simon
  
  Revision  Changes    Path
  1.5       +3 -1      src/share/man/man4/ubsa.4

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 21:48:17 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AC9EF16A4CF; Sat, 16 Oct 2004 21:48:17 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8BCB343D46; Sat, 16 Oct 2004 21:48:17 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GLmH7c037884;
	Sat, 16 Oct 2004 21:48:17 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GLmHlr037883;
	Sat, 16 Oct 2004 21:48:17 GMT
	(envelope-from scottl)
Message-Id: <200410162148.i9GLmHlr037883@repoman.freebsd.org>
From: Scott Long 
Date: Sat, 16 Oct 2004 21:48:17 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: www/en/releases/5.3R schedule.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 21:48:17 -0000

scottl      2004-10-16 21:48:17 UTC

  FreeBSD doc repository

  Modified files:
    en/releases/5.3R     schedule.sgml 
  Log:
  Update the schedule
  
  Revision  Changes    Path
  1.16      +11 -11    www/en/releases/5.3R/schedule.sgml

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 22:16:09 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A43CA16A4CE; Sat, 16 Oct 2004 22:16:09 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 82A9343D49; Sat, 16 Oct 2004 22:16:09 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GMG9iw038763;
	Sat, 16 Oct 2004 22:16:09 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GMG9nR038762;
	Sat, 16 Oct 2004 22:16:09 GMT
	(envelope-from scottl)
Message-Id: <200410162216.i9GMG9nR038762@repoman.freebsd.org>
From: Scott Long 
Date: Sat, 16 Oct 2004 22:16:09 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: www/en/releases/5.3R todo.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 22:16:09 -0000

scottl      2004-10-16 22:16:09 UTC

  FreeBSD doc repository

  Modified files:
    en/releases/5.3R     todo.sgml 
  Log:
  Big update for the todo list.
  
  Revision  Changes    Path
  1.100     +71 -73    www/en/releases/5.3R/todo.sgml

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 22:17:13 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 215BA16A4CE; Sat, 16 Oct 2004 22:17:13 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F3F4D43D45; Sat, 16 Oct 2004 22:17:12 +0000 (GMT)
	(envelope-from anholt@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GMHCLd038833;
	Sat, 16 Oct 2004 22:17:12 GMT
	(envelope-from anholt@repoman.freebsd.org)
Received: (from anholt@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GMHC11038832;
	Sat, 16 Oct 2004 22:17:12 GMT
	(envelope-from anholt)
Message-Id: <200410162217.i9GMHC11038832@repoman.freebsd.org>
From: Eric Anholt 
Date: Sat, 16 Oct 2004 22:17:12 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/x11 Makefile ports/x11/rendercheck Makefile
 distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 22:17:13 -0000

anholt      2004-10-16 22:17:12 UTC

  FreeBSD ports repository

  Modified files:
    x11                  Makefile 
  Added files:
    x11/rendercheck      Makefile distinfo pkg-descr pkg-plist 
  Log:
  New port: rendercheck, a small app to test Render extension conformance.
  
  Revision  Changes    Path
  1.532     +1 -0      ports/x11/Makefile
  1.1       +20 -0     ports/x11/rendercheck/Makefile (new)
  1.1       +2 -0      ports/x11/rendercheck/distinfo (new)
  1.1       +7 -0      ports/x11/rendercheck/pkg-descr (new)
  1.1       +1 -0      ports/x11/rendercheck/pkg-plist (new)

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 22:17:23 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0823316A4CE; Sat, 16 Oct 2004 22:17:23 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DA06443D39; Sat, 16 Oct 2004 22:17:22 +0000 (GMT)
	(envelope-from anholt@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GMHMua038883;
	Sat, 16 Oct 2004 22:17:22 GMT
	(envelope-from anholt@repoman.freebsd.org)
Received: (from anholt@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GMHMps038882;
	Sat, 16 Oct 2004 22:17:22 GMT
	(envelope-from anholt)
Message-Id: <200410162217.i9GMHMps038882@repoman.freebsd.org>
From: Eric Anholt 
Date: Sat, 16 Oct 2004 22:17:22 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: CVSROOT modules
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 22:17:23 -0000

anholt      2004-10-16 22:17:22 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
  Log:
    rendercheck --> ports/x11/rendercheck
  
  Revision  Changes    Path
  1.11179   +1 -0      CVSROOT/modules

From owner-cvs-all@FreeBSD.ORG  Sat Oct 16 22:32:50 2004
Return-Path: 
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E508016A4CE; Sat, 16 Oct 2004 22:32:50 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C3B0943D1F; Sat, 16 Oct 2004 22:32:50 +0000 (GMT)
	(envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9GMWolh039340;
	Sat, 16 Oct 2004 22:32:50 GMT
	(envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9GMWowZ039339;
	Sat, 16 Oct 2004 22:32:50 GMT
	(envelope-from alc)
Message-Id: <200410162232.i9GMWowZ039339@repoman.freebsd.org>
From: Alan Cox 
Date: Sat, 16 Oct 2004 22:32:50 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/i386/i386 vm_machdep.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Sat, 16 Oct 2004 22:32:51 -0000

alc         2004-10-16 22:32:50 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        vm_machdep.c 
  Log:
  When sf_buf_alloc() replaces a virtual-to-physical mapping, it needn't
  invalidate the TLB(s) if the old mapping wasn't used by the CPU.  With
  network interfaces that implement checksum off-loading, the old mapping is
  almost never used by the CPU, only by the device driver for setting up the
  DMA operation.
  
  Reviewed by: tegge@
  
  Revision  Changes    Path
  1.242     +15 -1     src/sys/i386/i386/vm_machdep.c