From owner-cvs-all@FreeBSD.ORG Tue Jan 1 01:46:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 946AA16A41B; Tue, 1 Jan 2008 01:46:43 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D63613C457; Tue, 1 Jan 2008 01:46:43 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m011khiE091348; Tue, 1 Jan 2008 01:46:43 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m011khTv091347; Tue, 1 Jan 2008 01:46:43 GMT (envelope-from jeff) Message-Id: <200801010146.m011khTv091347@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 1 Jan 2008 01:46:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 01:46:43 -0000 jeff 2008-01-01 01:46:43 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: - Place the fhold() in unp_internalize_fp to be more consistent with refs. - Clear all of the gc flags before doing a run. Stale flags were causing us to skip some descriptors. - If a unp socket has been marked REF in a gc pass it can't be dead. Found by: rwatson's test tool. Revision Changes Path 1.210 +5 -9 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Tue Jan 1 03:00:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B28716A46E; Tue, 1 Jan 2008 03:00:19 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 737E713C4CC; Tue, 1 Jan 2008 03:00:19 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0130JM7018436; Tue, 1 Jan 2008 03:00:19 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0130Jis018435; Tue, 1 Jan 2008 03:00:19 GMT (envelope-from obrien) Message-Id: <200801010300.m0130Jis018435@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 1 Jan 2008 03:00:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 03:00:19 -0000 obrien 2008-01-01 03:00:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ufs/ffs ffs_alloc.c Log: MFC: rev 1.149: Fix a broken DIAGNOSTICS/INVARIANTS check to handle a block range that spans two block maps. Approved by: re(kensmith) Revision Changes Path 1.147.2.1 +4 -2 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-all@FreeBSD.ORG Tue Jan 1 03:01:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCF1616A47B; Tue, 1 Jan 2008 03:01:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1F0113C455; Tue, 1 Jan 2008 03:01:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0131351018744; Tue, 1 Jan 2008 03:01:03 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01313iH018743; Tue, 1 Jan 2008 03:01:03 GMT (envelope-from obrien) Message-Id: <200801010301.m01313iH018743@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 1 Jan 2008 03:01:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 03:01:04 -0000 obrien 2008-01-01 03:01:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_alloc.c Log: MFC: rev 1.149: Fix a broken DIAGNOSTICS/INVARIANTS check to handle a block range that spans two block maps. Revision Changes Path 1.132.2.8 +4 -2 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-all@FreeBSD.ORG Tue Jan 1 03:22:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7C8016A478; Tue, 1 Jan 2008 03:22:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD7513C442; Tue, 1 Jan 2008 03:22:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m013MObP030832; Tue, 1 Jan 2008 03:22:24 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m013MO0b030831; Tue, 1 Jan 2008 03:22:24 GMT (envelope-from edwin) Message-Id: <200801010322.m013MO0b030831@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 1 Jan 2008 03:22:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/dnstracer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 03:22:24 -0000 edwin 2008-01-01 03:22:23 UTC FreeBSD ports repository Modified files: dns/dnstracer Makefile Log: Somebody accidently commited a test version of his Makefile... Revision Changes Path 1.13 +0 -1 ports/dns/dnstracer/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jan 1 03:34:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71D6116A418; Tue, 1 Jan 2008 03:34:40 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 30F6A13C4D5; Tue, 1 Jan 2008 03:34:40 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m013Xt98020779; Mon, 31 Dec 2007 20:33:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Dec 2007 20:33:52 -0700 (MST) Message-Id: <20071231.203352.-165197022.imp@bsdimp.com> To: simon@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20071231001554.GB987@zaphod.nitro.dk> References: <200712300458.lBU4wNOH038901@repoman.freebsd.org> <20071231001554.GB987@zaphod.nitro.dk> X-Mailer: Mew version 5.2 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, kientzle@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 03:34:40 -0000 In message: <20071231001554.GB987@zaphod.nitro.dk> "Simon L. Nielsen" writes: : > * New read support: mtree format : : This sounds interesting but I can't really figure out what it : does... ? :) (and I couldn't find any mention in the updated manual : pages.) Any chance our 'install' tools can be made to copy the files w/o the right permissions and 'log' the right stuff to an mtree formatted file? That would make building a distribution as a mere mortal possible... Warner From owner-cvs-all@FreeBSD.ORG Tue Jan 1 03:38:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D43316A418; Tue, 1 Jan 2008 03:38:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2E95913C45D; Tue, 1 Jan 2008 03:38:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m013bN16020791; Mon, 31 Dec 2007 20:37:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Dec 2007 20:37:20 -0700 (MST) Message-Id: <20071231.203720.1306324107.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200712311219.08286.jhb@freebsd.org> References: <200712291507.lBTF7sTA069010@repoman.freebsd.org> <200712311219.08286.jhb@freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: rrs@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 03:38:23 -0000 In message: <200712311219.08286.jhb@freebsd.org> John Baldwin writes: : On Saturday 29 December 2007 10:07:54 am Randall Stewart wrote: : > rrs 2007-12-29 15:07:54 UTC : > : > FreeBSD src repository : > : > Modified files: (Branch: RELENG_7_0) : > sys/netinet sctp_bsd_addr.c : > Log: : > - sctp-iterator should run at PI_NET priority ...not 0. : > Approved by: re@freebsd.org(gnn) : > : > Revision Changes Path : > 1.14.4.1 +1 -1 src/sys/netinet/sctp_bsd_addr.c : : The more correct fix though is to do a 'sched_prio()' at the start of the : thread's main loop to set the priority and then not adjust it via msleep(). : Kernel threads really should never pass a priority to msleep() but always '0' : (which means "don't change my priority"). Not PZERO? When should one use PZERO and when should one use a bare '0'? Can this information be added to the man page? Warner From owner-cvs-all@FreeBSD.ORG Tue Jan 1 03:55:32 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22B1D16A419; Tue, 1 Jan 2008 03:55:32 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.freebsd.org (Postfix) with ESMTP id A47C413C455; Tue, 1 Jan 2008 03:55:31 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m013tP6Q014833 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Jan 2008 14:55:25 +1100 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m013tOea039011; Tue, 1 Jan 2008 14:55:24 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m013tOfp039010; Tue, 1 Jan 2008 14:55:24 +1100 (EST) (envelope-from peter) Date: Tue, 1 Jan 2008 14:55:24 +1100 From: Peter Jeremy To: "M. Warner Losh" Message-ID: <20080101035524.GN72458@server.vk2pj.dyndns.org> References: <200712300458.lBU4wNOH038901@repoman.freebsd.org> <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KN5l+BnMqAQyZLvT" Content-Disposition: inline In-Reply-To: <20071231.203352.-165197022.imp@bsdimp.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@freebsd.org, kientzle@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 03:55:32 -0000 --KN5l+BnMqAQyZLvT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 31, 2007 at 08:33:52PM -0700, M. Warner Losh wrote: >Any chance our 'install' tools can be made to copy the files w/o the >right permissions and 'log' the right stuff to an mtree formatted >file? That would make building a distribution as a mere mortal >possible... AFAIK, this is basically what NetBSD does. I also like the idea of not needing root to build distributions. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --KN5l+BnMqAQyZLvT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHebms/opHv/APuIcRAmhvAJ9WgBxu3H1r+NfeXeb0YWtAYhEdugCgsgi3 Dej3dGHcvqFlNa227ursGBI= =GPTs -----END PGP SIGNATURE----- --KN5l+BnMqAQyZLvT-- From owner-cvs-all@FreeBSD.ORG Tue Jan 1 03:59:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9537716A41B; Tue, 1 Jan 2008 03:59:18 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 85B1D13C4E1; Tue, 1 Jan 2008 03:59:18 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m013xIkH045363; Tue, 1 Jan 2008 03:59:18 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m013xIpb045362; Tue, 1 Jan 2008 03:59:18 GMT (envelope-from kensmith) Message-Id: <200801010359.m013xIpb045362@repoman.freebsd.org> From: Ken Smith Date: Tue, 1 Jan 2008 03:59:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 03:59:18 -0000 kensmith 2008-01-01 03:59:18 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h Log: Change sysinstall's handling of X11 stuff. Doing it in pieces was probably the right thing to do a while ago but xorg has progressed to the point that for novice users (who are the ones expected to think installing X11 during an install...) it's best to just install the whole x11/xorg metaport for them. This removes the X11 sub-menus and sets it up so you just select whether or not you want X11. While here garbage collect an X11 configuration menu I missed removing when I removed support for attempting xorg configuration from inside sysinstall a while ago. Discussed with: rwatson, kris No objection from: re Release build tested by: rwatson MFC after: 1 week Revision Changes Path 1.254 +3 -37 src/usr.sbin/sysinstall/dist.c 1.72 +1 -27 src/usr.sbin/sysinstall/dist.h 1.429 +1 -196 src/usr.sbin/sysinstall/menus.c 1.275 +0 -8 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-all@FreeBSD.ORG Tue Jan 1 05:31:43 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C963F16A41A; Tue, 1 Jan 2008 05:31:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 854C313C465; Tue, 1 Jan 2008 05:31:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m015TpWV021491; Mon, 31 Dec 2007 22:29:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Dec 2007 22:29:49 -0700 (MST) Message-Id: <20071231.222949.1626288047.imp@bsdimp.com> To: peterjeremy@optushome.com.au From: "M. Warner Losh" In-Reply-To: <20080101035524.GN72458@server.vk2pj.dyndns.org> References: <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> <20080101035524.GN72458@server.vk2pj.dyndns.org> X-Mailer: Mew version 5.2 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, kientzle@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 05:31:43 -0000 In message: <20080101035524.GN72458@server.vk2pj.dyndns.org> Peter Jeremy writes: : On Mon, Dec 31, 2007 at 08:33:52PM -0700, M. Warner Losh wrote: : >Any chance our 'install' tools can be made to copy the files w/o the : >right permissions and 'log' the right stuff to an mtree formatted : >file? That would make building a distribution as a mere mortal : >possible... : : AFAIK, this is basically what NetBSD does. I also like the idea : of not needing root to build distributions. That's where I got the idea... I was hoping that someone would pick the code/idea up from NetBSD since needing root to install FreeBSD binaries to build a distribution is problematic on many settings. Warner From owner-cvs-all@FreeBSD.ORG Tue Jan 1 05:37:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B122416A417; Tue, 1 Jan 2008 05:37:31 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by mx1.freebsd.org (Postfix) with ESMTP id 486C113C442; Tue, 1 Jan 2008 05:37:30 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-219-213.carlnfd3.nsw.optusnet.com.au (c211-30-219-213.carlnfd3.nsw.optusnet.com.au [211.30.219.213]) by mail14.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m015bMQM006194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Jan 2008 16:37:24 +1100 Date: Tue, 1 Jan 2008 16:37:22 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "M. Warner Losh" In-Reply-To: <20071231.203720.1306324107.imp@bsdimp.com> Message-ID: <20080101161858.A10345@delplex.bde.org> References: <200712291507.lBTF7sTA069010@repoman.freebsd.org> <200712311219.08286.jhb@freebsd.org> <20071231.203720.1306324107.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: rrs@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 05:37:31 -0000 On Mon, 31 Dec 2007, M. Warner Losh wrote: > In message: <200712311219.08286.jhb@freebsd.org> > John Baldwin writes: > : The more correct fix though is to do a 'sched_prio()' at the start of the > : thread's main loop to set the priority and then not adjust it via msleep(). > : Kernel threads really should never pass a priority to msleep() but always '0' > : (which means "don't change my priority"). > > Not PZERO? When should one use PZERO and when should one use a bare > '0'? Can this information be added to the man page? PZERO is compatibility cruft which should never be used. Just a few places in kern still use it to invent a priority when no suitable priority (like PSOCK or PRIBIO) is already #defined. It isn't clear where these invented priorities are suitable. Otherwise, PZERO has a completely different meaning from either priority 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, or the bias from priority 0 to get to that middle priority, so that after subtracting it, 0 becomes the middle priority. The bare 0 is actualy priority 0 (maximal) overloaded to mean "don't change the priority". This overloading doesn't lose anything except clarity since nothing is permitted to wake up at maximal priority after a sleep. (Maximal priority is reserved for realtime priority ithreads and even much lower priority ithreads are not permitted to sleep, and non-interrupt threads aren't permitted to run at ithread priorities except temporarily for priority propagation.) Bruce From owner-cvs-all@FreeBSD.ORG Tue Jan 1 05:50:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A7BD16A41B; Tue, 1 Jan 2008 05:50:24 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 42C3913C447; Tue, 1 Jan 2008 05:50:24 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m015oOfw097606; Tue, 1 Jan 2008 05:50:24 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m015oOvM097605; Tue, 1 Jan 2008 05:50:24 GMT (envelope-from sat) Message-Id: <200801010550.m015oOvM097605@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 1 Jan 2008 05:50:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Net-SinFP distinfo ports/security/sinfp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 05:50:24 -0000 sat 2008-01-01 05:50:23 UTC FreeBSD ports repository Modified files: security/p5-Net-SinFP distinfo security/sinfp Makefile Log: - Update to 20071229 snapshot Revision Changes Path 1.15 +3 -3 ports/security/p5-Net-SinFP/distinfo 1.14 +1 -1 ports/security/sinfp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jan 1 05:59:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2B2E16A417; Tue, 1 Jan 2008 05:59:54 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B50913C447; Tue, 1 Jan 2008 05:59:54 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m015xsKJ001122; Tue, 1 Jan 2008 05:59:54 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m015xsmc001121; Tue, 1 Jan 2008 05:59:54 GMT (envelope-from sat) Message-Id: <200801010559.m015xsmc001121@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 1 Jan 2008 05:59:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/linux-netscape-messenger Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 05:59:54 -0000 sat 2008-01-01 05:59:54 UTC FreeBSD ports repository Modified files: mail/linux-netscape-messenger Makefile Log: - Deprecate, with 1/31 expiration date WWW: http://blog.netscape.com/2007/12/28/end-of-support-for-netscape-web-browsers/ Revision Changes Path 1.3 +4 -0 ports/mail/linux-netscape-messenger/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jan 1 06:02:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B58016A417; Tue, 1 Jan 2008 06:02:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7447813C44B; Tue, 1 Jan 2008 06:02:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0162r2H002558; Tue, 1 Jan 2008 06:02:53 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0162r78002557; Tue, 1 Jan 2008 06:02:53 GMT (envelope-from rafan) Message-Id: <200801010602.m0162r78002557@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 1 Jan 2008 06:02:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cvsutils Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 06:02:53 -0000 rafan 2008-01-01 06:02:53 UTC FreeBSD ports repository Modified files: devel/cvsutils Makefile distinfo Log: - Update to 0.2.4 PR: ports/119198 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.18 +1 -1 ports/devel/cvsutils/Makefile 1.9 +3 -3 ports/devel/cvsutils/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 06:03:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E31116A477; Tue, 1 Jan 2008 06:03:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9CA13C44B; Tue, 1 Jan 2008 06:03:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0163Beb004041; Tue, 1 Jan 2008 06:03:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0163B2v004039; Tue, 1 Jan 2008 06:03:11 GMT (envelope-from sat) Message-Id: <200801010603.m0163B2v004039@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 1 Jan 2008 06:03:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/linux-netscape-messenger Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 06:03:11 -0000 sat 2008-01-01 06:03:11 UTC FreeBSD ports repository Modified files: mail/linux-netscape-messenger Makefile Log: - Happy new s/2007/2008/ :-) Revision Changes Path 1.4 +1 -1 ports/mail/linux-netscape-messenger/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jan 1 06:09:47 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1074A16A420; Tue, 1 Jan 2008 06:09:47 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id B788B13C455; Tue, 1 Jan 2008 06:09:46 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.12.9/8.12.9) id m0169eEv071587; Mon, 31 Dec 2007 22:09:40 -0800 (PST) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.209] (p54.kientzle.com [66.166.149.54]) by kientzle.com with SMTP; Mon, 31 Dec 2007 22:09:40 -0800 (PST) (envelope-from kientzle@freebsd.org) Message-ID: <4779D924.8020708@freebsd.org> Date: Mon, 31 Dec 2007 22:09:40 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200712300458.lBU4wNOH038901@repoman.freebsd.org> <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> In-Reply-To: <20071231.203352.-165197022.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 06:09:47 -0000 M. Warner Losh wrote: > In message: <20071231001554.GB987@zaphod.nitro.dk> > "Simon L. Nielsen" writes: > : > * New read support: mtree format > : > : This sounds interesting but I can't really figure out what it > : does... ? :) (and I couldn't find any mention in the updated manual > : pages.) > > Any chance our 'install' tools can be made to copy the files w/o the > right permissions and 'log' the right stuff to an mtree formatted > file? That would make building a distribution as a mere mortal > possible... Yep. ;-) That's a major motivation of this work. In fact, you don't even need to copy the files anywhere. The approach I'm considering would have "make buildworld" write out entries of this form during the build: /bin/ls uid=0 mode=0555 contents=/usr/obj/usr/src/bin/ls Then "make installworld" becomes essentially just: tar -xUvf world.mtree -C ${DESTDIR} or you can create a distribution tarball with: tar -czf world.tgz @world.mtree In particular, I like that this approach uses exactly the same machinery for local installs or distribution building, varying only in the very last step. The code I just committed to -CURRENT is sufficient to begin experimenting with this approach; you just need to be careful to include "#mtree" as the first line (to please libarchive's auto-format detection). The use of full pathnames in mtree files is another idea I copied from the NetBSD folks; I've documented this as "mtree v2" in the mtree.5 manpage. There are still a lot of details to work out, but I hope this is sufficient for someone else to begin experimenting with the next step, which is figuring out the appropriate ways to change our distribution build. Tim Kientzle From owner-cvs-all@FreeBSD.ORG Tue Jan 1 06:15:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 740C716A41A; Tue, 1 Jan 2008 06:15:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8EF13C448; Tue, 1 Jan 2008 06:15:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m016Fvso009324; Tue, 1 Jan 2008 06:15:57 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m016Fvtt009319; Tue, 1 Jan 2008 06:15:57 GMT (envelope-from kientzle) Message-Id: <200801010615.m016Fvtt009319@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 1 Jan 2008 06:15:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mtree Makefile mtree.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 06:15:58 -0000 kientzle 2008-01-01 06:15:57 UTC FreeBSD src repository Modified files: usr.sbin/mtree Makefile Added files: usr.sbin/mtree mtree.5 Log: Add the mtree.5 manpage. I'll come back soon and remove the format specification from mtree.8. I also need to reconcile a few issues between this mtree.5 and what is actually implemented in FreeBSD's mtree utility. MFC after: 30 days Revision Changes Path 1.28 +1 -1 src/usr.sbin/mtree/Makefile 1.1 +270 -0 src/usr.sbin/mtree/mtree.5 (new) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 06:17:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB14916A418; Tue, 1 Jan 2008 06:17:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C472913C461; Tue, 1 Jan 2008 06:17:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m016H56t009801; Tue, 1 Jan 2008 06:17:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m016H5f0009800; Tue, 1 Jan 2008 06:17:05 GMT (envelope-from kientzle) Message-Id: <200801010617.m016H5f0009800@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 1 Jan 2008 06:17:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile mtree.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 06:17:06 -0000 kientzle 2008-01-01 06:17:05 UTC FreeBSD src repository Modified files: lib/libarchive Makefile Removed files: lib/libarchive mtree.5 Log: The mtree.5 file has been moved to src/usr.sbin/mtree. Revision Changes Path 1.79 +0 -1 src/lib/libarchive/Makefile 1.2 +0 -270 src/lib/libarchive/mtree.5 (dead) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 06:54:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF5E616A418; Tue, 1 Jan 2008 06:54:13 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C845B13C455; Tue, 1 Jan 2008 06:54:13 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m016sDDQ023415; Tue, 1 Jan 2008 06:54:13 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m016sDF9023414; Tue, 1 Jan 2008 06:54:13 GMT (envelope-from sat) Message-Id: <200801010654.m016sDF9023414@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 1 Jan 2008 06:54:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-noscript Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 06:54:14 -0000 sat 2008-01-01 06:54:13 UTC FreeBSD ports repository Modified files: www/xpi-noscript Makefile distinfo Log: - Update to 1.2 Revision Changes Path 1.30 +1 -1 ports/www/xpi-noscript/Makefile 1.28 +3 -3 ports/www/xpi-noscript/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 07:37:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDE8316A419; Tue, 1 Jan 2008 07:37:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C649D13C461; Tue, 1 Jan 2008 07:37:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m017bIEq042172; Tue, 1 Jan 2008 07:37:18 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m017bIZM042171; Tue, 1 Jan 2008 07:37:18 GMT (envelope-from edwin) Message-Id: <200801010737.m017bIZM042171@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 1 Jan 2008 07:37:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/zoneinfo Makefile distinfo ports/misc/zoneinfo/files patch-ar X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 07:37:19 -0000 edwin 2008-01-01 07:37:18 UTC FreeBSD ports repository Modified files: misc/zoneinfo Makefile distinfo Removed files: misc/zoneinfo/files patch-ar Log: Update to 2007k, which supports the new Argentinian DST rules. Revision Changes Path 1.30 +1 -2 ports/misc/zoneinfo/Makefile 1.19 +3 -3 ports/misc/zoneinfo/distinfo 1.2 +0 -21 ports/misc/zoneinfo/files/patch-ar (dead) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 07:45:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3F6B16A417; Tue, 1 Jan 2008 07:45:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E52BD13C447; Tue, 1 Jan 2008 07:45:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m017jBwk045647; Tue, 1 Jan 2008 07:45:11 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m017jBNf045644; Tue, 1 Jan 2008 07:45:11 GMT (envelope-from edwin) Message-Id: <200801010745.m017jBNf045644@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 1 Jan 2008 07:45:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ADO Cc: Subject: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 07:45:12 -0000 edwin 2008-01-01 07:45:11 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv43771 Log Message: MFV of tzdata2007k - Argentinian DST changes - Put SJ in the right location Approved by: grog (implicit) Status: Vendor Tag: ADO Release Tags: tzdata2007k U src/share/zoneinfo/africa U src/share/zoneinfo/antarctica U src/share/zoneinfo/asia U src/share/zoneinfo/australasia C src/share/zoneinfo/europe U src/share/zoneinfo/northamerica C src/share/zoneinfo/southamerica U src/share/zoneinfo/pacificnew U src/share/zoneinfo/etcetera U src/share/zoneinfo/factory U src/share/zoneinfo/backward U src/share/zoneinfo/systemv C src/share/zoneinfo/zone.tab U src/share/zoneinfo/leapseconds U src/share/zoneinfo/yearistype.sh 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/share/zoneinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 07:47:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A39D216A417; Tue, 1 Jan 2008 07:47:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3DA13C467; Tue, 1 Jan 2008 07:47:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m017lgGL045832; Tue, 1 Jan 2008 07:47:42 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m017lg7T045831; Tue, 1 Jan 2008 07:47:42 GMT (envelope-from edwin) Message-Id: <200801010747.m017lg7T045831@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 1 Jan 2008 07:47:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/zoneinfo europe southamerica zone.tab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 07:47:42 -0000 edwin 2008-01-01 07:47:42 UTC FreeBSD src repository Modified files: share/zoneinfo europe southamerica zone.tab Log: MFV of tzdata2007k. - Adjust Argentinian DST times. - Add SJ on the right location. Revision Changes Path 1.36 +1 -2 src/share/zoneinfo/europe 1.33 +40 -12 src/share/zoneinfo/southamerica 1.24 +2 -3 src/share/zoneinfo/zone.tab From owner-cvs-all@FreeBSD.ORG Tue Jan 1 07:49:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86C2116A419 for ; Tue, 1 Jan 2008 07:49:50 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 3268613C459 for ; Tue, 1 Jan 2008 07:49:50 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 0013322189E5; Tue, 1 Jan 2008 18:49:48 +1100 (EST) X-Viruscan-Id: <4779F09C00017462C5C8E9@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id BD0BB21B189D; Tue, 1 Jan 2008 18:49:48 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 300D92218803; Tue, 1 Jan 2008 18:49:48 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id C716B29E; Tue, 1 Jan 2008 18:49:45 +1100 (EST) Date: Tue, 1 Jan 2008 18:49:45 +1100 From: Edwin Groothuis To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20080101074945.GA7176@k7.mavetju> References: <200801010745.m017jBNf045644@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801010745.m017jBNf045644@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 07:49:50 -0000 On Tue, Jan 01, 2008 at 07:45:11AM +0000, Edwin Groothuis wrote: > MFV of tzdata2007k That was an import of vendor sources. -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-all@FreeBSD.ORG Tue Jan 1 07:50:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8118C16A417 for ; Tue, 1 Jan 2008 07:50:29 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 2F47213C459 for ; Tue, 1 Jan 2008 07:50:29 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 5D99222189FF; Tue, 1 Jan 2008 18:50:28 +1100 (EST) X-Viruscan-Id: <4779F0C40001759FB882A2@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 2716E21B189D; Tue, 1 Jan 2008 18:50:28 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id C5C912218803; Tue, 1 Jan 2008 18:50:27 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 6499A298; Tue, 1 Jan 2008 18:50:26 +1100 (EST) Date: Tue, 1 Jan 2008 18:50:26 +1100 From: Edwin Groothuis To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20080101075026.GB7176@k7.mavetju> References: <200801010747.m017lg7T045831@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801010747.m017lg7T045831@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: cvs commit: src/share/zoneinfo europe southamerica zone.tab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 07:50:29 -0000 On Tue, Jan 01, 2008 at 07:47:42AM +0000, Edwin Groothuis wrote: > edwin 2008-01-01 07:47:42 UTC > > FreeBSD src repository > > Modified files: > share/zoneinfo europe southamerica zone.tab > Log: > MFV of tzdata2007k. > > - Adjust Argentinian DST times. > - Add SJ on the right location. That one was Approved by: grog@ (implicit) Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-all@FreeBSD.ORG Tue Jan 1 09:31:50 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31E0216A468; Tue, 1 Jan 2008 09:31:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C88E713C468; Tue, 1 Jan 2008 09:31:49 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m019Vg9E023074; Tue, 1 Jan 2008 02:31:42 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 01 Jan 2008 02:31:43 -0700 (MST) Message-Id: <20080101.023143.-160243128.imp@bsdimp.com> To: kientzle@freebsd.org From: "M. Warner Losh" In-Reply-To: <4779D924.8020708@freebsd.org> References: <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> <4779D924.8020708@freebsd.org> X-Mailer: Mew version 5.2 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, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 09:31:50 -0000 In message: <4779D924.8020708@freebsd.org> Tim Kientzle writes: : M. Warner Losh wrote: : > In message: <20071231001554.GB987@zaphod.nitro.dk> : > "Simon L. Nielsen" writes: : > : > * New read support: mtree format : > : : > : This sounds interesting but I can't really figure out what it : > : does... ? :) (and I couldn't find any mention in the updated manual : > : pages.) : > : > Any chance our 'install' tools can be made to copy the files w/o the : > right permissions and 'log' the right stuff to an mtree formatted : > file? That would make building a distribution as a mere mortal : > possible... : : Yep. ;-) That's a major motivation of this work. : In fact, you don't even need to copy the files : anywhere. The approach I'm considering would : have "make buildworld" write out entries of this : form during the build: : : /bin/ls uid=0 mode=0555 contents=/usr/obj/usr/src/bin/ls : : Then "make installworld" becomes essentially just: : : tar -xUvf world.mtree -C ${DESTDIR} : : or you can create a distribution tarball with: : : tar -czf world.tgz @world.mtree I mostly like this idea, save for one problem: install will strip the symbols from /usr/obj/usr/src/bin/ls before installing it into $DESTDIR/bin/ls. : In particular, I like that this approach uses exactly : the same machinery for local installs or distribution : building, varying only in the very last step. : : The code I just committed to -CURRENT is sufficient to : begin experimenting with this approach; you just need : to be careful to include "#mtree" as the first line : (to please libarchive's auto-format detection). : The use of full pathnames in mtree files is another : idea I copied from the NetBSD folks; I've documented : this as "mtree v2" in the mtree.5 manpage. : : There are still a lot of details to work out, but I : hope this is sufficient for someone else to begin : experimenting with the next step, which is figuring out : the appropriate ways to change our distribution build. Yes. Any ideas how long the experimentation will last? Warner From owner-cvs-all@FreeBSD.ORG Tue Jan 1 09:36:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A26A16A418; Tue, 1 Jan 2008 09:36:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13D0513C43E; Tue, 1 Jan 2008 09:36:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m019Zxu0097622; Tue, 1 Jan 2008 09:35:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m019Zxf7097621; Tue, 1 Jan 2008 09:35:59 GMT (envelope-from imp) Message-Id: <200801010935.m019Zxf7097621@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 09:35:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src COPYRIGHT X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 09:36:00 -0000 imp 2008-01-01 09:35:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . COPYRIGHT Log: MFC: Happy New Year Approved by: re@ Revision Changes Path 1.8.2.1 +1 -1 src/COPYRIGHT From owner-cvs-all@FreeBSD.ORG Tue Jan 1 09:36:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A38C616A475; Tue, 1 Jan 2008 09:36:30 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7DD3713C45B; Tue, 1 Jan 2008 09:36:30 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m019aUoN097664; Tue, 1 Jan 2008 09:36:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m019aUMf097663; Tue, 1 Jan 2008 09:36:30 GMT (envelope-from imp) Message-Id: <200801010936.m019aUMf097663@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 09:36:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src COPYRIGHT X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 09:36:30 -0000 imp 2008-01-01 09:36:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) . COPYRIGHT Log: MFC new year Approved by: re@ Revision Changes Path 1.8.4.1 +1 -1 src/COPYRIGHT From owner-cvs-all@FreeBSD.ORG Tue Jan 1 09:37:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61FA316A41B; Tue, 1 Jan 2008 09:37:14 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BA8313C447; Tue, 1 Jan 2008 09:37:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m019b9xr097710; Tue, 1 Jan 2008 09:37:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m019b9Qn097709; Tue, 1 Jan 2008 09:37:09 GMT (envelope-from imp) Message-Id: <200801010937.m019b9Qn097709@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 09:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src COPYRIGHT X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 09:37:14 -0000 imp 2008-01-01 09:37:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) . COPYRIGHT Log: MFC: Happy new year Approved by: re@ Revision Changes Path 1.6.2.2.2.1 +1 -1 src/COPYRIGHT From owner-cvs-all@FreeBSD.ORG Tue Jan 1 09:46:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3134916A41B; Tue, 1 Jan 2008 09:46:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id CAF5013C4E7; Tue, 1 Jan 2008 09:46:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m019jjFp023236; Tue, 1 Jan 2008 02:45:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 01 Jan 2008 02:45:46 -0700 (MST) Message-Id: <20080101.024546.1079618522.imp@bsdimp.com> To: brde@optusnet.com.au From: "M. Warner Losh" In-Reply-To: <20080101161858.A10345@delplex.bde.org> References: <200712311219.08286.jhb@freebsd.org> <20071231.203720.1306324107.imp@bsdimp.com> <20080101161858.A10345@delplex.bde.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: rrs@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 09:46:53 -0000 In message: <20080101161858.A10345@delplex.bde.org> Bruce Evans writes: : On Mon, 31 Dec 2007, M. Warner Losh wrote: : : > In message: <200712311219.08286.jhb@freebsd.org> : > John Baldwin writes: : : > : The more correct fix though is to do a 'sched_prio()' at the start of the : > : thread's main loop to set the priority and then not adjust it via msleep(). : > : Kernel threads really should never pass a priority to msleep() but always '0' : > : (which means "don't change my priority"). : > : > Not PZERO? When should one use PZERO and when should one use a bare : > '0'? Can this information be added to the man page? : : PZERO is compatibility cruft which should never be used. Just a few : places in kern still use it to invent a priority when no suitable : priority (like PSOCK or PRIBIO) is already #defined. It isn't clear : where these invented priorities are suitable. Do we want to document the other Pxxxx priorities? : Otherwise, PZERO has a completely different meaning from either priority : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, : or the bias from priority 0 to get to that middle priority, so that : after subtracting it, 0 becomes the middle priority. The bare 0 is : actualy priority 0 (maximal) overloaded to mean "don't change the : priority". This overloading doesn't lose anything except clarity since : nothing is permitted to wake up at maximal priority after a sleep. : (Maximal priority is reserved for realtime priority ithreads and even : much lower priority ithreads are not permitted to sleep, and non-interrupt : threads aren't permitted to run at ithread priorities except temporarily : for priority propagation.) So would the following be a reasonable change to sleep.9? Index: sleep.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/sleep.9,v retrieving revision 1.61 diff -u -r1.61 sleep.9 --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 +++ sleep.9 1 Jan 2008 09:44:01 -0000 @@ -93,6 +93,10 @@ runnable with the specified .Fa priority when it resumes. +.Dv PZERO +should never be used, as it is for compatibility only. +A new priority of 0 means to use the thread's current priority when +it is made runnable again. If .Fa priority includes the Warner From owner-cvs-all@FreeBSD.ORG Tue Jan 1 10:04:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E049616A417; Tue, 1 Jan 2008 10:04:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9CA213C467; Tue, 1 Jan 2008 10:04:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01A4A46009381; Tue, 1 Jan 2008 10:04:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01A4Aov009378; Tue, 1 Jan 2008 10:04:10 GMT (envelope-from imp) Message-Id: <200801011004.m01A4Aov009378@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 10:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/colldef parse.y scan.l X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 10:04:11 -0000 imp 2008-01-01 10:04:10 UTC FreeBSD src repository Modified files: usr.bin/colldef parse.y scan.l Log: follow style(9) more closely and list sys/types.h first after sys/defs.h. Submitted by: max@ Revision Changes Path 1.36 +1 -1 src/usr.bin/colldef/parse.y 1.21 +1 -1 src/usr.bin/colldef/scan.l From owner-cvs-all@FreeBSD.ORG Tue Jan 1 10:25:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3BF316A41A; Tue, 1 Jan 2008 10:25:01 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACDFE13C465; Tue, 1 Jan 2008 10:25:01 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01AP1eU017415; Tue, 1 Jan 2008 10:25:01 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01AP1BY017414; Tue, 1 Jan 2008 10:25:01 GMT (envelope-from weongyo) Message-Id: <200801011025.m01AP1BY017414@repoman.freebsd.org> From: Weongyo Jeong Date: Tue, 1 Jan 2008 10:25:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/misc committers-src.dot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 10:25:01 -0000 weongyo 2008-01-01 10:25:01 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: Add myself and my mentor Approved by: thompsa (mentor) Revision Changes Path 1.68 +3 -0 src/share/misc/committers-src.dot From owner-cvs-all@FreeBSD.ORG Tue Jan 1 10:29:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9960B16A420; Tue, 1 Jan 2008 10:29:22 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72D1D13C46E; Tue, 1 Jan 2008 10:29:22 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01ATMd7017548; Tue, 1 Jan 2008 10:29:22 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01ATMdv017547; Tue, 1 Jan 2008 10:29:22 GMT (envelope-from weongyo) Message-Id: <200801011029.m01ATMdv017547@repoman.freebsd.org> From: Weongyo Jeong Date: Tue, 1 Jan 2008 10:29:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 10:29:22 -0000 weongyo 2008-01-01 10:29:22 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday to the calendar. Approved by: thompsa (mentor) Revision Changes Path 1.223 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Tue Jan 1 10:33:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1A3616A417; Tue, 1 Jan 2008 10:33:27 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A79013C4E8; Tue, 1 Jan 2008 10:33:27 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01AXRJF020631; Tue, 1 Jan 2008 10:33:27 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01AXRx0020630; Tue, 1 Jan 2008 10:33:27 GMT (envelope-from weongyo) Message-Id: <200801011033.m01AXRx0020630@repoman.freebsd.org> From: Weongyo Jeong Date: Tue, 1 Jan 2008 10:33:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent weongyo.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 10:33:27 -0000 weongyo 2008-01-01 10:33:27 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeys weongyo.key Log: Add my pgp key Approved by: thompsa (mentor) Revision Changes Path 1.59 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.155 +1 -0 doc/share/pgpkeys/pgpkeys.ent 1.1 +45 -0 doc/share/pgpkeys/weongyo.key (new) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 10:42:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E2CA216A418; Tue, 1 Jan 2008 10:42:54 +0000 (UTC) Date: Tue, 1 Jan 2008 10:42:54 +0000 From: Alexey Dokuchaev To: Doug Barton Message-ID: <20080101104254.GB73979@FreeBSD.org> References: <200712311838.lBVIcXqe082807@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200712311838.lBVIcXqe082807@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles gerrold.limerick X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 10:42:55 -0000 On Mon, Dec 31, 2007 at 06:38:32PM +0000, Doug Barton wrote: > dougb 2007-12-31 18:38:32 UTC > > FreeBSD src repository > > Modified files: > games/fortune/datfiles gerrold.limerick > Log: > Fix a few small typos, and remove one duplicate. > > I'm intentionally not sorting this file since it won't be added to. ^^^^^^^^^^^^^^^^^^^^^^^^^^ Not quite sure what you've meant by this. Can you elaborate, please? Thanks. ./danfe From owner-cvs-all@FreeBSD.ORG Tue Jan 1 10:44:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB90D16A417; Tue, 1 Jan 2008 10:44:56 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8500513C468; Tue, 1 Jan 2008 10:44:56 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01AiuIr024444; Tue, 1 Jan 2008 10:44:56 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01Aiu8e024442; Tue, 1 Jan 2008 10:44:56 GMT (envelope-from ale) Message-Id: <200801011044.m01Aiu8e024442@repoman.freebsd.org> From: Alex Dupre Date: Tue, 1 Jan 2008 10:44:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/nocc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 10:44:56 -0000 ale 2008-01-01 10:44:56 UTC FreeBSD ports repository Modified files: mail/nocc Makefile distinfo pkg-plist Log: Update to 1.5 release. Revision Changes Path 1.19 +5 -6 ports/mail/nocc/Makefile 1.12 +3 -3 ports/mail/nocc/distinfo 1.11 +3 -2 ports/mail/nocc/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jan 1 10:52:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 005AC16A41B; Tue, 1 Jan 2008 10:52:38 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD82313C447; Tue, 1 Jan 2008 10:52:38 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01Aqc0X025938; Tue, 1 Jan 2008 10:52:38 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01AqcLc025937; Tue, 1 Jan 2008 10:52:38 GMT (envelope-from mm) Message-Id: <200801011052.m01AqcLc025937@repoman.freebsd.org> From: Martin Matuska Date: Tue, 1 Jan 2008 10:52:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-kmod/files patch-fuse_module_Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 10:52:39 -0000 mm 2008-01-01 10:52:38 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod/files patch-fuse_module_Makefile Log: - Add support for SRC_BASE and MAKEOBJDIRPREFIX if using KERNCONF PR: ports/115954 Submitted by: Nikos Ntarmos Reworked by: mm Approved by: maintainer timeout Revision Changes Path 1.4 +8 -2 ports/sysutils/fusefs-kmod/files/patch-fuse_module_Makefile From owner-cvs-all@FreeBSD.ORG Tue Jan 1 11:21:56 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2400616A420; Tue, 1 Jan 2008 11:21:56 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 9EB5413C46B; Tue, 1 Jan 2008 11:21:55 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A546B7.dip.t-dialin.net [84.165.70.183]) by redbull.bpaserver.net (Postfix) with ESMTP id A01ED2E10F; Tue, 1 Jan 2008 12:21:43 +0100 (CET) Received: from deskjail (deskjail.Leidinger.net [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 03FA77CDAC; Tue, 1 Jan 2008 12:21:37 +0100 (CET) Date: Tue, 1 Jan 2008 12:15:21 +0100 From: Alexander Leidinger To: "M. Warner Losh" Message-ID: <20080101121521.679e50b1@deskjail> In-Reply-To: <20080101.023143.-160243128.imp@bsdimp.com> References: <20071231001554.GB987@zaphod.nitro.dk> <20071231.203352.-165197022.imp@bsdimp.com> <4779D924.8020708@freebsd.org> <20080101.023143.-160243128.imp@bsdimp.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i686-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.123, required 6, BAYES_00 -15.00, J_CHICKENPOX_53 0.60, J_CHICKENPOX_55 0.60, RDNS_DYNAMIC 0.10, SMILEY -0.50, TW_CZ 0.08) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: cvs-src@freebsd.org, kientzle@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 11:21:56 -0000 Quoting "M. Warner Losh" (Tue, 01 Jan 2008 02:31:43 -0700 (MST)): > In message: <4779D924.8020708@freebsd.org> > Tim Kientzle writes: > : M. Warner Losh wrote: > : > In message: <20071231001554.GB987@zaphod.nitro.dk> > : > "Simon L. Nielsen" writes: > : > : > * New read support: mtree format > : > : > : > : This sounds interesting but I can't really figure out what it > : > : does... ? :) (and I couldn't find any mention in the updated manual > : > : pages.) > : > > : > Any chance our 'install' tools can be made to copy the files w/o the > : > right permissions and 'log' the right stuff to an mtree formatted > : > file? That would make building a distribution as a mere mortal > : > possible... > : > : Yep. ;-) That's a major motivation of this work. > : In fact, you don't even need to copy the files > : anywhere. The approach I'm considering would > : have "make buildworld" write out entries of this > : form during the build: > : > : /bin/ls uid=0 mode=0555 contents=/usr/obj/usr/src/bin/ls > : > : Then "make installworld" becomes essentially just: > : > : tar -xUvf world.mtree -C ${DESTDIR} > : > : or you can create a distribution tarball with: > : > : tar -czf world.tgz @world.mtree > > I mostly like this idea, save for one problem: install will strip the > symbols from /usr/obj/usr/src/bin/ls before installing it into > $DESTDIR/bin/ls. > > : In particular, I like that this approach uses exactly > : the same machinery for local installs or distribution > : building, varying only in the very last step. > : > : The code I just committed to -CURRENT is sufficient to > : begin experimenting with this approach; you just need > : to be careful to include "#mtree" as the first line > : (to please libarchive's auto-format detection). > : The use of full pathnames in mtree files is another > : idea I copied from the NetBSD folks; I've documented > : this as "mtree v2" in the mtree.5 manpage. > : > : There are still a lot of details to work out, but I > : hope this is sufficient for someone else to begin > : experimenting with the next step, which is figuring out > : the appropriate ways to change our distribution build. > > Yes. Any ideas how long the experimentation will last? Do you want an entry for this on the ideas list page? If yes, could you please come up with a suitable text (if you also do the markup, just go ahead an commit it, else I can do the markup and the commit). Bye, Alexander. -- Is truth not truth for all? -- Natira, "For the World is Hollow and I have Touched the Sky", stardate 5476.4. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Tue Jan 1 11:52:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4084616A419; Tue, 1 Jan 2008 11:52:52 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F47113C465; Tue, 1 Jan 2008 11:52:52 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01Bqqed049735; Tue, 1 Jan 2008 11:52:52 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01BqqjC049733; Tue, 1 Jan 2008 11:52:52 GMT (envelope-from ume) Message-Id: <200801011152.m01BqqjC049733@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 1 Jan 2008 11:52:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/mpd-l2tp-ipv6pd-client Makefile pkg-descr pkg-plist ports/net/mpd-l2tp-ipv6pd-client/scripts dhcp6c.conf.in.in dhcp6c_pd.sh.in linkdown.sh.in linkup.sh.in mpd.conf.in mpd.in mpd.links.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 11:52:52 -0000 ume 2008-01-01 11:52:51 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/mpd-l2tp-ipv6pd-client Makefile pkg-descr pkg-plist net/mpd-l2tp-ipv6pd-client/scripts dhcp6c.conf.in.in dhcp6c_pd.sh.in linkdown.sh.in linkup.sh.in mpd.conf.in mpd.in mpd.links.in mpd.secret.in rtadvd.conf.in setting Log: New port - mpd-l2tp-ipv6pd-client A sample implementaiton set of "L2TP-IPv6PD" client using mpd. "OCN IPv6", provided by NTT Communications Corp, was the first commercial tunnel service using "L2TP-IPv6PD". NOTE: This port runs on FreeBSD 6.3 and later. If you want to run it on FreeBSD 6.2, you need to apply following diff to your ng_ksocket: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netgraph/ng_ksocket.c.diff?r1=1.59&r2=1.60 WWW: http://www.ocn.v6.ntt.net/ocnipv6/pdf/ocnipv6uni_ver1.0.pdf Revision Changes Path 1.1955 +1 -0 ports/net/Makefile 1.1 +92 -0 ports/net/mpd-l2tp-ipv6pd-client/Makefile (new) 1.1 +10 -0 ports/net/mpd-l2tp-ipv6pd-client/pkg-descr (new) 1.1 +10 -0 ports/net/mpd-l2tp-ipv6pd-client/pkg-plist (new) 1.1 +10 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/dhcp6c.conf.in.in (new) 1.1 +132 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/dhcp6c_pd.sh.in (new) 1.1 +15 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/linkdown.sh.in (new) 1.1 +25 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/linkup.sh.in (new) 1.1 +25 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/mpd.conf.in (new) 1.1 +15 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/mpd.in (new) 1.1 +6 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/mpd.links.in (new) 1.1 +1 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/mpd.secret.in (new) 1.1 +2 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/rtadvd.conf.in (new) 1.1 +142 -0 ports/net/mpd-l2tp-ipv6pd-client/scripts/setting (new) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 11:53:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 900FD16A417; Tue, 1 Jan 2008 11:53:14 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6970813C468; Tue, 1 Jan 2008 11:53:14 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01BrECV050003; Tue, 1 Jan 2008 11:53:14 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01BrEJu050002; Tue, 1 Jan 2008 11:53:14 GMT (envelope-from ume) Message-Id: <200801011153.m01BrEJu050002@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 1 Jan 2008 11:53:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 11:53:14 -0000 ume 2008-01-01 11:53:14 UTC FreeBSD ports repository Modified files: . modules Log: mpd-l2tp-ipv6pd-client --> ports/net/mpd-l2tp-ipv6pd-client Revision Changes Path 1.19138 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jan 1 12:02:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7739516A41B; Tue, 1 Jan 2008 12:02:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 508DA13C455; Tue, 1 Jan 2008 12:02:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01C2AfO053102; Tue, 1 Jan 2008 12:02:10 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01C2AgO053101; Tue, 1 Jan 2008 12:02:10 GMT (envelope-from olgeni) Message-Id: <200801011202.m01C2AgO053101@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 1 Jan 2008 12:02:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 12:02:10 -0000 olgeni 2008-01-01 12:02:10 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Upgrade module useradmin-1.390-1. Revision Changes Path 1.281 +2 -1 ports/sysutils/webmin/Makefile 1.234 +3 -0 ports/sysutils/webmin/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 12:22:09 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50C7516A419; Tue, 1 Jan 2008 12:22:09 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-6.cisco.com (sj-iport-6.cisco.com [171.71.176.117]) by mx1.freebsd.org (Postfix) with ESMTP id 05A9713C461; Tue, 1 Jan 2008 12:22:08 +0000 (UTC) (envelope-from rrs@cisco.com) X-IronPort-AV: E=Sophos;i="4.24,230,1196668800"; d="scan'208";a="28810931" Received: from sj-dkim-4.cisco.com ([171.71.179.196]) by sj-iport-6.cisco.com with ESMTP; 01 Jan 2008 04:11:37 -0800 Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-4.cisco.com (8.12.11/8.12.11) with ESMTP id m01CBb0M008516; Tue, 1 Jan 2008 04:11:37 -0800 Received: from xbh-sjc-211.amer.cisco.com (xbh-sjc-211.cisco.com [171.70.151.144]) by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id m01CBbjC014050; Tue, 1 Jan 2008 12:11:37 GMT Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by xbh-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 1 Jan 2008 04:11:37 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 1 Jan 2008 04:11:36 -0800 Message-ID: <477A2D6D.9030403@cisco.com> Date: Tue, 01 Jan 2008 07:09:17 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070601 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200712311219.08286.jhb@freebsd.org> <20071231.203720.1306324107.imp@bsdimp.com> <20080101161858.A10345@delplex.bde.org> <20080101.024546.1079618522.imp@bsdimp.com> In-Reply-To: <20080101.024546.1079618522.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Jan 2008 12:11:37.0122 (UTC) FILETIME=[75300020:01C84C6F] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; l=3152; t=1199189497; x=1200053497; c=relaxed/simple; s=sjdkim4002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:=20Randall=20Stewart=20 |Subject:=20Re=3A=20cvs=20commit=3A=20src/sys/netinet=20sct p_bsd_addr.c |Sender:=20; bh=cu9FqZsjZQghvSAg27zJ6p7Msdyjzk62mvAD0l3ZRGY=; b=iBmNOnXkjKd8kFs1jAWTn09vDdoK86zrUt9jni4O+qIZlDXv8N13VNazQZ bkv6/cgg+nmfTIIiGOIfXpmgZ6vhV7EklQDTdc96Srkc4GXHA2a9EQq3/xnr mAMTOzhOYC; Authentication-Results: sj-dkim-4; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com/sjdkim4002 verified; ); Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, jhb@FreeBSD.org, brde@optusnet.com.au Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 12:22:09 -0000 M. Warner Losh wrote: > In message: <20080101161858.A10345@delplex.bde.org> > Bruce Evans writes: > : On Mon, 31 Dec 2007, M. Warner Losh wrote: > : > : > In message: <200712311219.08286.jhb@freebsd.org> > : > John Baldwin writes: > : > : > : The more correct fix though is to do a 'sched_prio()' at the start of the > : > : thread's main loop to set the priority and then not adjust it via msleep(). > : > : Kernel threads really should never pass a priority to msleep() but always '0' > : > : (which means "don't change my priority"). > : > > : > Not PZERO? When should one use PZERO and when should one use a bare > : > '0'? Can this information be added to the man page? > : > : PZERO is compatibility cruft which should never be used. Just a few > : places in kern still use it to invent a priority when no suitable > : priority (like PSOCK or PRIBIO) is already #defined. It isn't clear > : where these invented priorities are suitable. > > Do we want to document the other Pxxxx priorities? > > : Otherwise, PZERO has a completely different meaning from either priority > : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, > : or the bias from priority 0 to get to that middle priority, so that > : after subtracting it, 0 becomes the middle priority. The bare 0 is > : actualy priority 0 (maximal) overloaded to mean "don't change the > : priority". This overloading doesn't lose anything except clarity since > : nothing is permitted to wake up at maximal priority after a sleep. > : (Maximal priority is reserved for realtime priority ithreads and even > : much lower priority ithreads are not permitted to sleep, and non-interrupt > : threads aren't permitted to run at ithread priorities except temporarily > : for priority propagation.) > > So would the following be a reasonable change to sleep.9? > > Index: sleep.9 > =================================================================== > RCS file: /home/ncvs/src/share/man/man9/sleep.9,v > retrieving revision 1.61 > diff -u -r1.61 sleep.9 > --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 > +++ sleep.9 1 Jan 2008 09:44:01 -0000 > @@ -93,6 +93,10 @@ > runnable with the specified > .Fa priority > when it resumes. > +.Dv PZERO > +should never be used, as it is for compatibility only. > +A new priority of 0 means to use the thread's current priority when > +it is made runnable again. > If > .Fa priority > includes the > > Warner > That sure would have been nice to read in the manual page .. I would have not changed this at all if I would have had that to read :-( I was pinged on xchat over an issue where the sctp worker thread was hanging... and in the process I was told that 0 was max priority.. which really concerned me... 0 having a special meaning of.. "don't change my priority" means the old code was fine :-0 Not that having a mid-range lower priority is a bad thing for this task... R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 13:25:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A99E16A418; Tue, 1 Jan 2008 13:25:02 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 030B813C4D1; Tue, 1 Jan 2008 13:25:02 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01DP1rP098696; Tue, 1 Jan 2008 13:25:01 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01DP1Yk098695; Tue, 1 Jan 2008 13:25:01 GMT (envelope-from erwin) Message-Id: <200801011325.m01DP1Yk098695@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 1 Jan 2008 13:25:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts dopackages.wrapper X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 13:25:02 -0000 erwin 2008-01-01 13:25:01 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackages.wrapper Log: Change homebrew locking routines with lockf(1) based locking. Revision Changes Path 1.3 +4 -14 ports/Tools/portbuild/scripts/dopackages.wrapper From owner-cvs-all@FreeBSD.ORG Tue Jan 1 14:08:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57CCD16A417; Tue, 1 Jan 2008 14:08:04 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3027713C458; Tue, 1 Jan 2008 14:08:04 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01E841i015264; Tue, 1 Jan 2008 14:08:04 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01E840M015263; Tue, 1 Jan 2008 14:08:04 GMT (envelope-from sat) Message-Id: <200801011408.m01E840M015263@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 1 Jan 2008 14:08:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nipper Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 14:08:04 -0000 sat 2008-01-01 14:08:03 UTC FreeBSD ports repository Modified files: net-mgmt/nipper Makefile distinfo Log: - Update to 0.11.0 Revision Changes Path 1.12 +12 -3 ports/net-mgmt/nipper/Makefile 1.12 +3 -3 ports/net-mgmt/nipper/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 14:25:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 915A916A419; Tue, 1 Jan 2008 14:25:43 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A00D13C448; Tue, 1 Jan 2008 14:25:43 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01EPhZ8022668; Tue, 1 Jan 2008 14:25:43 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01EPhUA022667; Tue, 1 Jan 2008 14:25:43 GMT (envelope-from sat) Message-Id: <200801011425.m01EPhUA022667@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 1 Jan 2008 14:25:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/unpaper Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 14:25:43 -0000 sat 2008-01-01 14:25:42 UTC FreeBSD ports repository Modified files: graphics/unpaper Makefile distinfo pkg-plist Log: - Update to 0.3 Revision Changes Path 1.3 +5 -11 ports/graphics/unpaper/Makefile 1.2 +3 -3 ports/graphics/unpaper/distinfo 1.2 +3 -1 ports/graphics/unpaper/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jan 1 14:31:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92B3E16A417; Tue, 1 Jan 2008 14:31:35 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B77313C461; Tue, 1 Jan 2008 14:31:35 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01EVZvq023510; Tue, 1 Jan 2008 14:31:35 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01EVZCr023509; Tue, 1 Jan 2008 14:31:35 GMT (envelope-from ahze) Message-Id: <200801011431.m01EVZCr023509@repoman.freebsd.org> From: Michael Johnson Date: Tue, 1 Jan 2008 14:31:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/distcc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 14:31:35 -0000 ahze 2008-01-01 14:31:35 UTC FreeBSD ports repository Modified files: devel/distcc Makefile distinfo Log: - We only need avahi-app not the entire suite [*] - Update to latest avahi patch PR: ports/119034 [*] Submitted by: Dima Panov [*] Revision Changes Path 1.55 +6 -4 ports/devel/distcc/Makefile 1.34 +3 -3 ports/devel/distcc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 14:47:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F82516A419; Tue, 1 Jan 2008 14:47:43 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 083FA13C43E; Tue, 1 Jan 2008 14:47:43 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01Elgq7030020; Tue, 1 Jan 2008 14:47:42 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01ElgCP030019; Tue, 1 Jan 2008 14:47:42 GMT (envelope-from ahze) Message-Id: <200801011447.m01ElgCP030019@repoman.freebsd.org> From: Michael Johnson Date: Tue, 1 Jan 2008 14:47:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/dejavu Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 14:47:43 -0000 ahze 2008-01-01 14:47:42 UTC FreeBSD ports repository Modified files: x11-fonts/dejavu Makefile distinfo pkg-plist Log: Update to 2.22 PR: ports/118522 Submitted By: Xin LI Revision Changes Path 1.36 +4 -4 ports/x11-fonts/dejavu/Makefile 1.35 +3 -3 ports/x11-fonts/dejavu/distinfo 1.11 +19 -21 ports/x11-fonts/dejavu/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jan 1 15:23:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B35216A41B; Tue, 1 Jan 2008 15:23:54 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7FE513C448; Tue, 1 Jan 2008 15:23:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01FNrZ1044765; Tue, 1 Jan 2008 15:23:53 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01FNrW0044752; Tue, 1 Jan 2008 15:23:53 GMT (envelope-from rafan) Message-Id: <200801011523.m01FNrW0044752@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 1 Jan 2008 15:23:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/subclipse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 15:23:54 -0000 rafan 2008-01-01 15:23:52 UTC FreeBSD ports repository Modified files: devel/subclipse Makefile Log: - Remove dependency on wget PR: ports/119229 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.15 +0 -8 ports/devel/subclipse/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jan 1 15:26:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC4816A417; Tue, 1 Jan 2008 15:26:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 369CA13C448; Tue, 1 Jan 2008 15:26:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01FQYlp045852; Tue, 1 Jan 2008 15:26:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01FQYpu045851; Tue, 1 Jan 2008 15:26:34 GMT (envelope-from miwi) Message-Id: <200801011526.m01FQYpu045851@repoman.freebsd.org> From: Martin Wilke Date: Tue, 1 Jan 2008 15:26:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gtk-theme-switch2/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 15:26:34 -0000 miwi 2008-01-01 15:26:34 UTC FreeBSD ports repository Added files: x11/gtk-theme-switch2/files patch-Makefile Log: - Add missing patch PR: 119116 Submitted by: gregory delfly pointyhat via pav Approved by: maintainer Revision Changes Path 1.1 +34 -0 ports/x11/gtk-theme-switch2/files/patch-Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 15:35:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 302FE16A418; Tue, 1 Jan 2008 15:35:05 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0888D13C4CE; Tue, 1 Jan 2008 15:35:05 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01FZ4GW049490; Tue, 1 Jan 2008 15:35:04 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01FZ4ag049489; Tue, 1 Jan 2008 15:35:04 GMT (envelope-from lme) Message-Id: <200801011535.m01FZ4ag049489@repoman.freebsd.org> From: Lars Engels Date: Tue, 1 Jan 2008 15:35:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports LEGAL ports/graphics/vrml2pov Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 15:35:05 -0000 lme 2008-01-01 15:35:04 UTC FreeBSD ports repository Modified files: . LEGAL graphics/vrml2pov Makefile pkg-descr Log: - Add RESTRICTED as the license doesn't allow binary redistribution - Use ${INSTALL_DATA} - Remove unneccessary blank line in pkg-descr Reported by: sat Revision Changes Path 1.563 +2 -1 ports/LEGAL 1.2 +5 -2 ports/graphics/vrml2pov/Makefile 1.2 +0 -1 ports/graphics/vrml2pov/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:11:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EF8216A417; Tue, 1 Jan 2008 16:11:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 477EF13C467; Tue, 1 Jan 2008 16:11:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GBJ1O062165; Tue, 1 Jan 2008 16:11:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01GBJVo062157; Tue, 1 Jan 2008 16:11:19 GMT (envelope-from miwi) Message-Id: <200801011611.m01GBJVo062157@repoman.freebsd.org> From: Martin Wilke Date: Tue, 1 Jan 2008 16:11:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/wikindx Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:11:19 -0000 miwi 2008-01-01 16:11:18 UTC FreeBSD ports repository Modified files: www/wikindx Makefile distinfo pkg-plist Log: - Update to 3.8.1 Submitted by: farrokhi@ Revision Changes Path 1.21 +2 -2 ports/www/wikindx/Makefile 1.17 +3 -3 ports/www/wikindx/distinfo 1.10 +11 -8 ports/www/wikindx/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:13:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BD5C16A41A; Tue, 1 Jan 2008 16:13:00 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6447713C447; Tue, 1 Jan 2008 16:13:00 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GD0Qw062903; Tue, 1 Jan 2008 16:13:00 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01GD0mc062901; Tue, 1 Jan 2008 16:13:00 GMT (envelope-from lme) Message-Id: <200801011613.m01GD0mc062901@repoman.freebsd.org> From: Lars Engels Date: Tue, 1 Jan 2008 16:13:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/dhcpcd Makefile ports/net/dhcpcd/files dhcpcd.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:13:00 -0000 lme 2008-01-01 16:13:00 UTC FreeBSD ports repository Modified files: net/dhcpcd Makefile net/dhcpcd/files dhcpcd.in Log: - Use %%PREFIX%% in rc script - Bump PORTREVISION Reported by: sat Revision Changes Path 1.2 +1 -0 ports/net/dhcpcd/Makefile 1.2 +3 -3 ports/net/dhcpcd/files/dhcpcd.in From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:45:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE03916A420; Tue, 1 Jan 2008 16:45:31 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDDB213C455; Tue, 1 Jan 2008 16:45:31 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GjVYf076394; Tue, 1 Jan 2008 16:45:31 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01GjVSG076393; Tue, 1 Jan 2008 16:45:31 GMT (envelope-from thierry) Message-Id: <200801011645.m01GjVSG076393@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 1 Jan 2008 16:45:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/ghostscript-gnu Makefile pkg-message ports/print/ghostscript-gpl Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:45:32 -0000 thierry 2008-01-01 16:45:31 UTC FreeBSD ports repository Modified files: print/ghostscript-gnu Makefile print/ghostscript-gpl Makefile Added files: print/ghostscript-gnu pkg-message print/ghostscript-gpl pkg-message Log: Adding a post-installation message , telling the user that he needs a dvips to run dvipdf. PR: ports/117878 Submitted by: Steve Wills Revision Changes Path 1.126 +3 -0 ports/print/ghostscript-gnu/Makefile 1.1 +4 -0 ports/print/ghostscript-gnu/pkg-message (new) 1.153 +3 -0 ports/print/ghostscript-gpl/Makefile 1.1 +4 -0 ports/print/ghostscript-gpl/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:45:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5DFE16A417; Tue, 1 Jan 2008 16:45:32 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE3EC13C461; Tue, 1 Jan 2008 16:45:32 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GjWVh076423; Tue, 1 Jan 2008 16:45:32 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01GjWOi076422; Tue, 1 Jan 2008 16:45:32 GMT (envelope-from thierry) Message-Id: <200801011645.m01GjWOi076422@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 1 Jan 2008 16:45:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/bft Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:45:33 -0000 thierry 2008-01-01 16:45:32 UTC FreeBSD ports repository Modified files: science/bft Makefile distinfo Log: Upgrade BFT to 1.0.5. Revision Changes Path 1.2 +2 -2 ports/science/bft/Makefile 1.2 +3 -3 ports/science/bft/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:45:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 246D216A658; Tue, 1 Jan 2008 16:45:37 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE54013C474; Tue, 1 Jan 2008 16:45:36 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GjaaL076473; Tue, 1 Jan 2008 16:45:36 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01Gjang076472; Tue, 1 Jan 2008 16:45:36 GMT (envelope-from thierry) Message-Id: <200801011645.m01Gjang076472@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 1 Jan 2008 16:45:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/fvm Makefile distinfo pkg-plist ports/science/fvm/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:45:37 -0000 thierry 2008-01-01 16:45:36 UTC FreeBSD ports repository Modified files: science/fvm Makefile distinfo pkg-plist Removed files: science/fvm/files patch-configure Log: Upgrade FVM to 0.9.0. Revision Changes Path 1.2 +9 -2 ports/science/fvm/Makefile 1.2 +3 -3 ports/science/fvm/distinfo 1.2 +0 -74 ports/science/fvm/files/patch-configure (dead) 1.2 +4 -0 ports/science/fvm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:45:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3501E16A5A0; Tue, 1 Jan 2008 16:45:40 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C39513C442; Tue, 1 Jan 2008 16:45:40 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01Gjdc2076528; Tue, 1 Jan 2008 16:45:39 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01Gjdqj076527; Tue, 1 Jan 2008 16:45:39 GMT (envelope-from thierry) Message-Id: <200801011645.m01Gjdqj076527@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 1 Jan 2008 16:45:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/ecs Makefile distinfo ports/science/ecs/files patch-configure patch-src_appli_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:45:40 -0000 thierry 2008-01-01 16:45:39 UTC FreeBSD ports repository Modified files: science/ecs Makefile distinfo Removed files: science/ecs/files patch-configure patch-src_appli_Makefile.in Log: Upgrade ECS to 1.3.1. Revision Changes Path 1.2 +2 -2 ports/science/ecs/Makefile 1.2 +3 -3 ports/science/ecs/distinfo 1.2 +0 -56 ports/science/ecs/files/patch-configure (dead) 1.2 +0 -11 ports/science/ecs/files/patch-src_appli_Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:45:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C809C16A468; Tue, 1 Jan 2008 16:45:44 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B639113C455; Tue, 1 Jan 2008 16:45:44 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GjiLv076586; Tue, 1 Jan 2008 16:45:44 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01Gjipd076585; Tue, 1 Jan 2008 16:45:44 GMT (envelope-from thierry) Message-Id: <200801011645.m01Gjipd076585@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 1 Jan 2008 16:45:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/ncs Makefile distinfo pkg-plist ports/science/ncs/files patch-bin_Makefile patch-bin_cs_profile patch-bin_gracehst patch-bin_macros_FreeBSD.mk patch-src_base_1_gradco.F X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:45:44 -0000 thierry 2008-01-01 16:45:44 UTC FreeBSD ports repository Modified files: science/ncs Makefile distinfo pkg-plist science/ncs/files patch-bin_Makefile patch-bin_cs_profile patch-bin_gracehst patch-bin_macros_FreeBSD.mk Removed files: science/ncs/files patch-src_base_1_gradco.F Log: Upgrade NCS to 1.3.1. Revision Changes Path 1.4 +20 -13 ports/science/ncs/Makefile 1.2 +3 -3 ports/science/ncs/distinfo 1.2 +15 -33 ports/science/ncs/files/patch-bin_Makefile 1.2 +13 -23 ports/science/ncs/files/patch-bin_cs_profile 1.2 +2 -11 ports/science/ncs/files/patch-bin_gracehst 1.2 +44 -30 ports/science/ncs/files/patch-bin_macros_FreeBSD.mk 1.2 +0 -11 ports/science/ncs/files/patch-src_base_1_gradco.F (dead) 1.2 +285 -233 ports/science/ncs/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:45:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7439516A73E; Tue, 1 Jan 2008 16:45:47 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C1D513C465; Tue, 1 Jan 2008 16:45:47 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GjlmJ076622; Tue, 1 Jan 2008 16:45:47 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01GjlXP076621; Tue, 1 Jan 2008 16:45:47 GMT (envelope-from thierry) Message-Id: <200801011645.m01GjlXP076621@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 1 Jan 2008 16:45:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/ics Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:45:47 -0000 thierry 2008-01-01 16:45:47 UTC FreeBSD ports repository Modified files: science/ics Makefile distinfo pkg-plist Log: Upgrade ICS to 1.3.1. Revision Changes Path 1.2 +3 -3 ports/science/ics/Makefile 1.2 +3 -3 ports/science/ics/distinfo 1.2 +21 -6 ports/science/ics/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:45:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BADCA16A524; Tue, 1 Jan 2008 16:45:50 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9392013C442; Tue, 1 Jan 2008 16:45:50 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01Gjol4076659; Tue, 1 Jan 2008 16:45:50 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01GjoVQ076658; Tue, 1 Jan 2008 16:45:50 GMT (envelope-from thierry) Message-Id: <200801011645.m01GjoVQ076658@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 1 Jan 2008 16:45:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bouml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:45:50 -0000 thierry 2008-01-01 16:45:50 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 3.4.1. Changelog at . Revision Changes Path 1.109 +1 -2 ports/devel/bouml/Makefile 1.107 +3 -3 ports/devel/bouml/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:45:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AAB516A52A; Tue, 1 Jan 2008 16:45:59 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7A3013C457; Tue, 1 Jan 2008 16:45:58 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GjwB1076688; Tue, 1 Jan 2008 16:45:58 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01GjwNK076687; Tue, 1 Jan 2008 16:45:58 GMT (envelope-from araujo) Message-Id: <200801011645.m01GjwNK076687@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 16:45:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/abcm2ps Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:45:59 -0000 araujo 2008-01-01 16:45:58 UTC FreeBSD ports repository Modified files: print/abcm2ps Makefile distinfo Log: - Update to 5.7.1. Approved by: stas (mentor, implicit) Revision Changes Path 1.26 +4 -7 ports/print/abcm2ps/Makefile 1.27 +3 -3 ports/print/abcm2ps/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:47:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8286C16A421; Tue, 1 Jan 2008 16:47:33 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B1D513C4F0; Tue, 1 Jan 2008 16:47:33 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GlXQY085623; Tue, 1 Jan 2008 16:47:33 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01GlX3h085622; Tue, 1 Jan 2008 16:47:33 GMT (envelope-from araujo) Message-Id: <200801011647.m01GlX3h085622@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 16:47:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/fox16 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:47:33 -0000 araujo 2008-01-01 16:47:33 UTC FreeBSD ports repository Modified files: x11-toolkits/fox16 Makefile distinfo Log: - Update to 1.6.31. - Stuff that depends on Fox16 needs to be rebuilt after an upgrade. Approved by: stas (mentor, implicit) Revision Changes Path 1.18 +1 -1 ports/x11-toolkits/fox16/Makefile 1.12 +3 -3 ports/x11-toolkits/fox16/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 16:49:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D59B316A419; Tue, 1 Jan 2008 16:49:11 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C52BC13C455; Tue, 1 Jan 2008 16:49:11 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01GnBoM085701; Tue, 1 Jan 2008 16:49:11 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01GnBTS085700; Tue, 1 Jan 2008 16:49:11 GMT (envelope-from glewis) Message-Id: <200801011649.m01GnBTS085700@repoman.freebsd.org> From: Greg Lewis Date: Tue, 1 Jan 2008 16:49:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jdk15 Makefile ports/java/jdk15/files patch-j2se::management::UnixOperatingSystem_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:49:11 -0000 glewis 2008-01-01 16:49:11 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile Added files: java/jdk15/files patch-j2se::management::UnixOperatingSystem_md.c Log: . Implement or fix more of the OS specific statistics gathering functions. This allows jconsole to show valid statistics for the following OperatingSystem MBean statistics (some of these statistics are also shown in the Summary and VM tab of jconsole): TotalSwapSpaceSize, FreeSwapSpaceSize, FreePhysicalMemorySize and TotalPhysicalMemorySize. Note that MaxFileDescriptorCount has always been correct as far as I can tell. . Also, implement the function for ProcessCpuTime using a non-deprecated function (getrusage(2) rather than times(3)). These changes are restricted to 6.x and higher and have only been tested on 6.x (where they appear to work correctly). The changes are not valid for 4.x. Their validity on 5.x and 7.x is unknown (testing welcome). The PR is not fully addressed by these changes since CommittedVirtualMemorySize and OpenFileDescriptorCount remain bogus. Suggestions on how to get these without using kvm(3) would be appreciated. PR: 118735 Revision Changes Path 1.141 +1 -1 ports/java/jdk15/Makefile 1.3 +121 -0 ports/java/jdk15/files/patch-j2se::management::UnixOperatingSystem_md.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:01:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C66516A419; Tue, 1 Jan 2008 17:01:51 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 646FF13C442; Tue, 1 Jan 2008 17:01:51 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01H1pbX090306; Tue, 1 Jan 2008 17:01:51 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01H1pbp090305; Tue, 1 Jan 2008 17:01:51 GMT (envelope-from araujo) Message-Id: <200801011701.m01H1pbp090305@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 17:01:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/fxscintilla Makefile ports/games/fxsudoku Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:01:51 -0000 araujo 2008-01-01 17:01:51 UTC FreeBSD ports repository Modified files: x11-toolkits/fxscintilla Makefile games/fxsudoku Makefile Log: - Lib updated Fox16. - Bump PORTREVISION. Approved by: edwin (mantainer, implicit), stas (mentor, implicit) Revision Changes Path 1.11 +1 -1 ports/games/fxsudoku/Makefile 1.21 +1 -1 ports/x11-toolkits/fxscintilla/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:07:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B847416A4F4; Tue, 1 Jan 2008 17:07:44 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 90F6F13C45A; Tue, 1 Jan 2008 17:07:44 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01H7iOv094215; Tue, 1 Jan 2008 17:07:44 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01H7iBw094214; Tue, 1 Jan 2008 17:07:44 GMT (envelope-from araujo) Message-Id: <200801011707.m01H7iBw094214@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 17:07:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/impact Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:07:44 -0000 araujo 2008-01-01 17:07:44 UTC FreeBSD ports repository Modified files: cad/impact Makefile distinfo Log: - Update to 0.7.5. Approved by: stas (mentor, implicit) Revision Changes Path 1.8 +1 -2 ports/cad/impact/Makefile 1.7 +3 -3 ports/cad/impact/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:08:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CFEF16A417; Tue, 1 Jan 2008 17:08:31 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45D5913C455; Tue, 1 Jan 2008 17:08:31 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01H8V76094265; Tue, 1 Jan 2008 17:08:31 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01H8VEM094264; Tue, 1 Jan 2008 17:08:31 GMT (envelope-from araujo) Message-Id: <200801011708.m01H8VEM094264@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 17:08:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/jcifs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:08:31 -0000 araujo 2008-01-01 17:08:31 UTC FreeBSD ports repository Modified files: net/jcifs Makefile distinfo Log: - Update to 1.2.17. Approved by: stas (mentor, implicit) Revision Changes Path 1.8 +1 -2 ports/net/jcifs/Makefile 1.6 +3 -3 ports/net/jcifs/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:09:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1268816A418; Tue, 1 Jan 2008 17:09:14 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF17313C46A; Tue, 1 Jan 2008 17:09:13 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01H9DIv094317; Tue, 1 Jan 2008 17:09:13 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01H9DdL094316; Tue, 1 Jan 2008 17:09:13 GMT (envelope-from araujo) Message-Id: <200801011709.m01H9DdL094316@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 17:09:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jcommon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:09:14 -0000 araujo 2008-01-01 17:09:13 UTC FreeBSD ports repository Modified files: java/jcommon Makefile distinfo Log: - Update to 1.0.10. Approved by: stas (mentor, implicit) Revision Changes Path 1.12 +1 -2 ports/java/jcommon/Makefile 1.9 +3 -3 ports/java/jcommon/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:11:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8FEF16A417; Tue, 1 Jan 2008 17:11:11 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 919C113C442; Tue, 1 Jan 2008 17:11:11 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01HBBM7095003; Tue, 1 Jan 2008 17:11:11 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01HBBlc095002; Tue, 1 Jan 2008 17:11:11 GMT (envelope-from araujo) Message-Id: <200801011711.m01HBBlc095002@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 17:11:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jfreechart Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:11:11 -0000 araujo 2008-01-01 17:11:11 UTC FreeBSD ports repository Modified files: java/jfreechart Makefile distinfo Log: - Update to 1.0.8a. Approved by: stas (mentor, implicit) Revision Changes Path 1.14 +1 -2 ports/java/jfreechart/Makefile 1.12 +3 -3 ports/java/jfreechart/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:14:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6B8B16A418; Tue, 1 Jan 2008 17:14:28 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF28213C455; Tue, 1 Jan 2008 17:14:28 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01HESQ3097370; Tue, 1 Jan 2008 17:14:28 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01HESpq097369; Tue, 1 Jan 2008 17:14:28 GMT (envelope-from araujo) Message-Id: <200801011714.m01HESpq097369@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 17:14:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/libotf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:14:28 -0000 araujo 2008-01-01 17:14:28 UTC FreeBSD ports repository Modified files: print/libotf Makefile distinfo Log: - Update to 0.9.7. Approved by: stas (mentor, implicit) Revision Changes Path 1.15 +1 -1 ports/print/libotf/Makefile 1.8 +3 -3 ports/print/libotf/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:20:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D5216A418; Tue, 1 Jan 2008 17:20:12 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D66F813C45D; Tue, 1 Jan 2008 17:20:11 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01HKBCM098263; Tue, 1 Jan 2008 17:20:11 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01HKBnV098260; Tue, 1 Jan 2008 17:20:11 GMT (envelope-from araujo) Message-Id: <200801011720.m01HKBnV098260@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 17:20:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pmk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:20:12 -0000 araujo 2008-01-01 17:20:11 UTC FreeBSD ports repository Modified files: devel/pmk Makefile distinfo Log: - Update to 0.10.3. Approved by: stas (mentor, implicit) Revision Changes Path 1.14 +1 -1 ports/devel/pmk/Makefile 1.11 +3 -3 ports/devel/pmk/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:22:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E05B816A418; Tue, 1 Jan 2008 17:22:06 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B883413C4D5; Tue, 1 Jan 2008 17:22:06 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01HM6Us099185; Tue, 1 Jan 2008 17:22:06 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01HM6gq099178; Tue, 1 Jan 2008 17:22:06 GMT (envelope-from araujo) Message-Id: <200801011722.m01HM6gq099178@repoman.freebsd.org> From: Marcelo Araujo Date: Tue, 1 Jan 2008 17:22:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/mesa-demos Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:22:07 -0000 araujo 2008-01-01 17:22:05 UTC FreeBSD ports repository Modified files: graphics/mesa-demos Makefile distinfo Log: - Update to 7.0.2. Approved by: stas (mentor, implicit) Revision Changes Path 1.19 +1 -1 ports/graphics/mesa-demos/Makefile 1.12 +6 -6 ports/graphics/mesa-demos/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:50:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9650116A473; Tue, 1 Jan 2008 17:50:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 450E313C461; Tue, 1 Jan 2008 17:50:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m01HnS2r035853; Tue, 1 Jan 2008 10:49:28 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 01 Jan 2008 10:49:34 -0700 (MST) Message-Id: <20080101.104934.1346822828.imp@bsdimp.com> To: rrs@cisco.com From: "M. Warner Losh" In-Reply-To: <477A2D6D.9030403@cisco.com> References: <20080101161858.A10345@delplex.bde.org> <20080101.024546.1079618522.imp@bsdimp.com> <477A2D6D.9030403@cisco.com> X-Mailer: Mew version 5.2 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-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, jhb@FreeBSD.org, brde@optusnet.com.au Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:50:41 -0000 In message: <477A2D6D.9030403@cisco.com> Randall Stewart writes: : M. Warner Losh wrote: : > In message: <20080101161858.A10345@delplex.bde.org> : > Bruce Evans writes: : > : On Mon, 31 Dec 2007, M. Warner Losh wrote: : > : : > : > In message: <200712311219.08286.jhb@freebsd.org> : > : > John Baldwin writes: : > : : > : > : The more correct fix though is to do a 'sched_prio()' at the start of the : > : > : thread's main loop to set the priority and then not adjust it via msleep(). : > : > : Kernel threads really should never pass a priority to msleep() but always '0' : > : > : (which means "don't change my priority"). : > : > : > : > Not PZERO? When should one use PZERO and when should one use a bare : > : > '0'? Can this information be added to the man page? : > : : > : PZERO is compatibility cruft which should never be used. Just a few : > : places in kern still use it to invent a priority when no suitable : > : priority (like PSOCK or PRIBIO) is already #defined. It isn't clear : > : where these invented priorities are suitable. : > : > Do we want to document the other Pxxxx priorities? : > : > : Otherwise, PZERO has a completely different meaning from either priority : > : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, : > : or the bias from priority 0 to get to that middle priority, so that : > : after subtracting it, 0 becomes the middle priority. The bare 0 is : > : actualy priority 0 (maximal) overloaded to mean "don't change the : > : priority". This overloading doesn't lose anything except clarity since : > : nothing is permitted to wake up at maximal priority after a sleep. : > : (Maximal priority is reserved for realtime priority ithreads and even : > : much lower priority ithreads are not permitted to sleep, and non-interrupt : > : threads aren't permitted to run at ithread priorities except temporarily : > : for priority propagation.) : > : > So would the following be a reasonable change to sleep.9? : > : > Index: sleep.9 : > =================================================================== : > RCS file: /home/ncvs/src/share/man/man9/sleep.9,v : > retrieving revision 1.61 : > diff -u -r1.61 sleep.9 : > --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 : > +++ sleep.9 1 Jan 2008 09:44:01 -0000 : > @@ -93,6 +93,10 @@ : > runnable with the specified : > .Fa priority : > when it resumes. : > +.Dv PZERO : > +should never be used, as it is for compatibility only. : > +A new priority of 0 means to use the thread's current priority when : > +it is made runnable again. : > If : > .Fa priority : > includes the : > : > Warner : > : That sure would have been nice to read in the manual page .. I would : have not changed this at all if I would have had that to read :-( : : I was pinged on xchat over an issue where the sctp worker thread : was hanging... and in the process I was told that 0 was max : priority.. which really concerned me... 0 having a special : meaning of.. "don't change my priority" means the old code : was fine :-0 : : Not that having a mid-range lower priority is a bad thing : for this task... I had someone point out that I wasn't using PZERO in the code I wrote at work, so I went through and changed all the drivers there to use PZERO always. The fact it is compatibility shimming wasn't clear at all, hence my desire to document it :0 Warner From owner-cvs-all@FreeBSD.ORG Tue Jan 1 17:59:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C58E16A477; Tue, 1 Jan 2008 17:59:10 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7483D13C4D9; Tue, 1 Jan 2008 17:59:10 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01HxA5E012880; Tue, 1 Jan 2008 17:59:10 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01HxAdO012879; Tue, 1 Jan 2008 17:59:10 GMT (envelope-from arved) Message-Id: <200801011759.m01HxAdO012879@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 1 Jan 2008 17:59:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/soapui Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 17:59:10 -0000 arved 2008-01-01 17:59:10 UTC FreeBSD ports repository Modified files: devel/soapui Makefile distinfo pkg-plist Log: Update to 2.0 Revision Changes Path 1.5 +2 -2 ports/devel/soapui/Makefile 1.4 +3 -3 ports/devel/soapui/distinfo 1.6 +10 -7 ports/devel/soapui/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jan 1 18:13:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFA6416A468; Tue, 1 Jan 2008 18:13:57 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9215413C45B; Tue, 1 Jan 2008 18:13:57 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01IDvSu020442; Tue, 1 Jan 2008 18:13:57 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01IDvbC020427; Tue, 1 Jan 2008 18:13:57 GMT (envelope-from db) Message-Id: <200801011813.m01IDvbC020427@repoman.freebsd.org> From: Diane Bruce Date: Tue, 1 Jan 2008 18:13:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms Makefile ports/comms/unixcw Makefile distinfo pkg-descr pkg-plist ports/comms/unixcw/files patch-Makefile.inc.in patch-configure.ac patch-src_cw_Makefile patch-src_cwcp_Makefile patch-src_cwgen_Makefile patch-src_cwlib_Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 18:13:57 -0000 db 2008-01-01 18:13:56 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/unixcw Makefile distinfo pkg-descr pkg-plist comms/unixcw/files patch-Makefile.inc.in patch-configure.ac patch-src_cw_Makefile patch-src_cwcp_Makefile patch-src_cwgen_Makefile patch-src_cwlib_Makefile patch-src_cwlib_cwlib.c patch-src_cwutils_Makefile patch-src_xcwcp_Makefile Log: The heart of the package is 'libcw'. This is a library which, when built, offers the following basic CW services to a caller program: o Morse code character translation tables, and lookup functions o Morse code low-level timing calculations o A 'sidetone' generation and queueing system, using either the system sound card, the console speaker, or both o Optional keying control for an external device, say a transmitter, or an oscillator o CW character and string send routines, tied in with the character lookup o CW receive routines, also tied in to the character lookup o Adaptive speed tracking of received CW o An iambic keyer, with both Curtis 8044 types A and B timing o Straight key emulation Submitted by: self Revision Changes Path 1.187 +1 -0 ports/comms/Makefile 1.1 +56 -0 ports/comms/unixcw/Makefile (new) 1.1 +3 -0 ports/comms/unixcw/distinfo (new) 1.1 +10 -0 ports/comms/unixcw/files/patch-Makefile.inc.in (new) 1.1 +47 -0 ports/comms/unixcw/files/patch-configure.ac (new) 1.1 +19 -0 ports/comms/unixcw/files/patch-src_cw_Makefile (new) 1.1 +11 -0 ports/comms/unixcw/files/patch-src_cwcp_Makefile (new) 1.1 +21 -0 ports/comms/unixcw/files/patch-src_cwgen_Makefile (new) 1.1 +27 -0 ports/comms/unixcw/files/patch-src_cwlib_Makefile (new) 1.1 +25 -0 ports/comms/unixcw/files/patch-src_cwlib_cwlib.c (new) 1.1 +11 -0 ports/comms/unixcw/files/patch-src_cwutils_Makefile (new) 1.1 +11 -0 ports/comms/unixcw/files/patch-src_xcwcp_Makefile (new) 1.1 +16 -0 ports/comms/unixcw/pkg-descr (new) 1.1 +11 -0 ports/comms/unixcw/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 18:14:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30D8916A421; Tue, 1 Jan 2008 18:14:04 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 09DF613C4D3; Tue, 1 Jan 2008 18:14:04 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01IE3Uc020550; Tue, 1 Jan 2008 18:14:03 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01IE3vc020549; Tue, 1 Jan 2008 18:14:03 GMT (envelope-from db) Message-Id: <200801011814.m01IE3vc020549@repoman.freebsd.org> From: Diane Bruce Date: Tue, 1 Jan 2008 18:14:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 18:14:04 -0000 db 2008-01-01 18:14:03 UTC FreeBSD ports repository Modified files: . modules Log: unixcw --> ports/comms/unixcw Revision Changes Path 1.19139 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jan 1 19:03:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5895316A41A; Tue, 1 Jan 2008 19:03:37 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B82913C46E; Tue, 1 Jan 2008 19:03:37 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01J3bpD040034; Tue, 1 Jan 2008 19:03:37 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01J3btb040033; Tue, 1 Jan 2008 19:03:37 GMT (envelope-from arved) Message-Id: <200801011903.m01J3btb040033@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 1 Jan 2008 19:03:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/skkserv Makefile ports/japanese/skkserv/files patch-skkserv.c patch-skkserv.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 19:03:37 -0000 arved 2008-01-01 19:03:36 UTC FreeBSD ports repository Modified files: japanese/skkserv Makefile Added files: japanese/skkserv/files patch-skkserv.c patch-skkserv.h Log: Fix segfault on amd64 PR: 118996 Submitted by KOIE Hidetaka Revision Changes Path 1.18 +1 -0 ports/japanese/skkserv/Makefile 1.1 +11 -0 ports/japanese/skkserv/files/patch-skkserv.c (new) 1.1 +19 -0 ports/japanese/skkserv/files/patch-skkserv.h (new) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 19:49:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16C9D16A535; Tue, 1 Jan 2008 19:49:48 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id B966513C447; Tue, 1 Jan 2008 19:49:47 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 6637F2089; Tue, 1 Jan 2008 20:49:39 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id CE08A2049; Tue, 1 Jan 2008 20:49:38 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id B355484494; Tue, 1 Jan 2008 20:49:38 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Alexey Dokuchaev References: <200712311838.lBVIcXqe082807@repoman.freebsd.org> <20080101104254.GB73979@FreeBSD.org> Date: Tue, 01 Jan 2008 20:49:38 +0100 In-Reply-To: <20080101104254.GB73979@FreeBSD.org> (Alexey Dokuchaev's message of "Tue\, 1 Jan 2008 10\:42\:54 +0000") Message-ID: <86hchxs4vh.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles gerrold.limerick X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 19:49:48 -0000 Alexey Dokuchaev writes: > On Mon, Dec 31, 2007 at 06:38:32PM +0000, Doug Barton wrote: > > Log: > > Fix a few small typos, and remove one duplicate. > >=20=20=20 > > I'm intentionally not sorting this file since it won't be added to. > Not quite sure what you've meant by this. Can you elaborate, please? The file in question contains limericks by David Gerrold, committed seven years ago with the author's permission. Additions to this file would necessarily be more limericks by the same author, whose permission would again have to be sought. Therefore, future additions to this file are not likely. Since the benefit of sorting a fortune file is to make additions easier, doing so in this case would cause repo churn for no practical benefit, so Doug decided not to sort it. Unfortunately, the bandwidth saved by his decision was probably more than offset by that consumed by this thread. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Jan 1 20:36:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A024816A41B; Tue, 1 Jan 2008 20:36:05 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77D6F13C469; Tue, 1 Jan 2008 20:36:05 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01Ka532075606; Tue, 1 Jan 2008 20:36:05 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01Ka5qP075605; Tue, 1 Jan 2008 20:36:05 GMT (envelope-from alc) Message-Id: <200801012036.m01Ka5qP075605@repoman.freebsd.org> From: Alan Cox Date: Tue, 1 Jan 2008 20:36:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm pmap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 20:36:05 -0000 alc 2008-01-01 20:36:05 UTC FreeBSD src repository Modified files: sys/vm pmap.h Log: Correct a style error that was introduced in revision 1.77. Revision Changes Path 1.82 +1 -1 src/sys/vm/pmap.h From owner-cvs-all@FreeBSD.ORG Tue Jan 1 20:55:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C35416A418; Tue, 1 Jan 2008 20:55:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7334F13C45A; Tue, 1 Jan 2008 20:55:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01Ktknn094860; Tue, 1 Jan 2008 20:55:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01KtkI8094859; Tue, 1 Jan 2008 20:55:46 GMT (envelope-from marcus) Message-Id: <200801012055.m01KtkI8094859@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 1 Jan 2008 20:55:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libbonobo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 20:55:46 -0000 marcus 2008-01-01 20:55:46 UTC FreeBSD ports repository Modified files: devel/libbonobo Makefile distinfo Log: Update to 2.20.3. Revision Changes Path 1.60 +1 -1 ports/devel/libbonobo/Makefile 1.31 +3 -3 ports/devel/libbonobo/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jan 1 21:37:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CB8E16A41A; Tue, 1 Jan 2008 21:37:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53EA213C442; Tue, 1 Jan 2008 21:37:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01LbAlo023554; Tue, 1 Jan 2008 21:37:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01LbAfa023553; Tue, 1 Jan 2008 21:37:10 GMT (envelope-from imp) Message-Id: <200801012137.m01LbAfa023553@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 21:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ed.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 21:37:10 -0000 imp 2008-01-01 21:37:09 UTC FreeBSD src repository Modified files: share/man/man4 ed.4 Log: Sync to the new PCI device IDs that I added to if_ed_pci.c. Bump date. Revision Changes Path 1.54 +8 -2 src/share/man/man4/ed.4 From owner-cvs-all@FreeBSD.ORG Tue Jan 1 21:41:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98E4C16A41A; Tue, 1 Jan 2008 21:41:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70DCF13C455; Tue, 1 Jan 2008 21:41:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01LfdMj024257; Tue, 1 Jan 2008 21:41:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01LfdsU024256; Tue, 1 Jan 2008 21:41:39 GMT (envelope-from imp) Message-Id: <200801012141.m01LfdsU024256@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 21:41:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ed.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 21:41:39 -0000 imp 2008-01-01 21:41:39 UTC FreeBSD src repository Modified files: share/man/man4 ed.4 Log: Forgot to mention RLT80x9 support that was added some time ago. Revision Changes Path 1.55 +3 -0 src/share/man/man4/ed.4 From owner-cvs-all@FreeBSD.ORG Tue Jan 1 22:20:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9895716A41B; Tue, 1 Jan 2008 22:20:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FFBB13C458; Tue, 1 Jan 2008 22:20:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01MKCD7042434; Tue, 1 Jan 2008 22:20:12 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01MKCrE042428; Tue, 1 Jan 2008 22:20:12 GMT (envelope-from kientzle) Message-Id: <200801012220.m01MKCrE042428@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 1 Jan 2008 22:20:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT exclude X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 22:20:12 -0000 kientzle 2008-01-01 22:20:11 UTC FreeBSD src repository Modified files: . exclude Log: The .uu files in libarchive/test don't require $FreeBSD$ keywords. Revision Changes Path 1.152 +1 -0 CVSROOT/exclude From owner-cvs-all@FreeBSD.ORG Tue Jan 1 22:28:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4A7D16A473; Tue, 1 Jan 2008 22:28:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE5C013C455; Tue, 1 Jan 2008 22:28:05 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01MS5I0050530; Tue, 1 Jan 2008 22:28:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01MS5Am050529; Tue, 1 Jan 2008 22:28:05 GMT (envelope-from kientzle) Message-Id: <200801012228.m01MS5Am050529@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 1 Jan 2008 22:28:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test Makefile README main.c read_open_memory.c test.h test_compat_gtar.c test_compat_gtar_1.tgz.uu test_compat_zip.c test_compat_zip_1.zip.uu test_empty_write.c test_entry_strmode.c test_read_format_cpio_odc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 22:28:06 -0000 kientzle 2008-01-01 22:28:05 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile README main.c read_open_memory.c test.h test_read_format_cpio_odc.c test_read_format_gtar_sparse.c test_read_format_isorr_bz2.c test_read_format_zip.c test_read_pax_truncated.c test_tar_filenames.c test_write_disk_perms.c test_write_format_cpio.c Added files: lib/libarchive/test test_compat_gtar.c test_compat_gtar_1.tgz.uu test_compat_zip.c test_compat_zip_1.zip.uu test_empty_write.c test_entry_strmode.c test_read_format_gtar_sparse_1_13.tgz.uu test_read_format_gtar_sparse_1_17.tgz.uu test_read_format_gtar_sparse_1_17_posix00.tgz.uu test_read_format_gtar_sparse_1_17_posix01.tgz.uu test_read_format_gtar_sparse_1_17_posix10.tgz.uu test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu test_read_format_mtree.c test_tar_large.c test_write_format_cpio_newc.c test_write_format_cpio_odc.c Log: Extensive improvements to the libarchive_test test program that exercises and verifies the libarchive APIs: * Improved error reporting; hexdumps are now provided for many file/memory content differences. * Overall status more clearly counts "tests" and "assertions" * Reference files can now be stored on disk instead of having to be compiled into the test program itself. A couple of tests have been converted to this more natural structure. * Several memory leaks corrected so that leaks within libarchive itself can be more easily detected and diagnosed. * New test: GNU tar compatibility * New test: Zip compatibility * New test: Zero-byte writes to a compressed archive entry * New test: archive_entry_strmode() format verification * New test: mtree reader * New test: write/read of large (2G - 1TB) entries to tar archives (thanks to recent performance work, this test only requires a few seconds) * New test: detailed format verification of cpio odc and newc writers * Many minor additions/improvements to existing tests as well. Revision Changes Path 1.12 +62 -16 src/lib/libarchive/test/Makefile 1.3 +10 -2 src/lib/libarchive/test/README 1.9 +353 -54 src/lib/libarchive/test/main.c 1.2 +1 -1 src/lib/libarchive/test/read_open_memory.c 1.7 +64 -40 src/lib/libarchive/test/test.h 1.1 +110 -0 src/lib/libarchive/test/test_compat_gtar.c (new) 1.1 +9 -0 src/lib/libarchive/test/test_compat_gtar_1.tgz.uu (new) 1.1 +69 -0 src/lib/libarchive/test/test_compat_zip.c (new) 1.1 +14 -0 src/lib/libarchive/test/test_compat_zip_1.zip.uu (new) 1.1 +118 -0 src/lib/libarchive/test/test_empty_write.c (new) 1.1 +48 -0 src/lib/libarchive/test/test_entry_strmode.c (new) 1.2 +1 -1 src/lib/libarchive/test/test_read_format_cpio_odc.c 1.7 +47 -652 src/lib/libarchive/test/test_read_format_gtar_sparse.c 1.1 +26 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_13.tgz.uu (new) 1.1 +26 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17.tgz.uu (new) 1.1 +29 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix00.tgz.uu (new) 1.1 +27 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix01.tgz.uu (new) 1.1 +27 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10.tgz.uu (new) 1.1 +1369 -0 src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu (new) 1.3 +3 -0 src/lib/libarchive/test/test_read_format_isorr_bz2.c 1.1 +113 -0 src/lib/libarchive/test/test_read_format_mtree.c (new) 1.3 +6 -0 src/lib/libarchive/test/test_read_format_zip.c 1.2 +2 -2 src/lib/libarchive/test/test_read_pax_truncated.c 1.8 +1 -1 src/lib/libarchive/test/test_tar_filenames.c 1.1 +309 -0 src/lib/libarchive/test/test_tar_large.c (new) 1.8 +19 -14 src/lib/libarchive/test/test_write_disk_perms.c 1.4 +63 -7 src/lib/libarchive/test/test_write_format_cpio.c 1.1 +172 -0 src/lib/libarchive/test/test_write_format_cpio_newc.c (new) 1.1 +224 -0 src/lib/libarchive/test/test_write_format_cpio_odc.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 22:29:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B4FD16A417; Tue, 1 Jan 2008 22:29:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7309113C458; Tue, 1 Jan 2008 22:29:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01MTM47051207; Tue, 1 Jan 2008 22:29:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01MTMfS051206; Tue, 1 Jan 2008 22:29:22 GMT (envelope-from imp) Message-Id: <200801012229.m01MTMfS051206@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Jan 2008 22:29:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4/man4.i386 ep.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 22:29:22 -0000 imp 2008-01-01 22:29:22 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 ep.4 Log: Minor nits. Add xr to sn. Revision Changes Path 1.46 +3 -2 src/share/man/man4/man4.i386/ep.4 From owner-cvs-all@FreeBSD.ORG Tue Jan 1 22:31:28 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14BF816A418; Tue, 1 Jan 2008 22:31:28 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id DAE1213C442; Tue, 1 Jan 2008 22:31:27 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.12.9/8.12.9) id m01MVRZ3076977; Tue, 1 Jan 2008 14:31:27 -0800 (PST) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.209] (p54.kientzle.com [66.166.149.54]) by kientzle.com with SMTP; Tue, 01 Jan 2008 14:31:27 -0800 (PST) (envelope-from kientzle@freebsd.org) Message-ID: <477ABF3E.7060900@freebsd.org> Date: Tue, 01 Jan 2008 14:31:26 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Kientzle References: <200801012228.m01MS5Am050529@repoman.freebsd.org> In-Reply-To: <200801012228.m01MS5Am050529@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive/test Makefile README main.c read_open_memory.c test.h test_compat_gtar.c test_compat_gtar_1.tgz.uu test_compat_zip.c test_compat_zip_1.zip.uu test_empty_write.c test_entry_strmode.c test_read_format_cpio_odc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 22:31:28 -0000 Tim Kientzle wrote: > kientzle 2008-01-01 22:28:05 UTC > > Log: > Extensive improvements to the libarchive_test test program that > exercises and verifies the libarchive APIs ... These tests have been run on i386 and amd64 extensively; if anyone has a chance to "make test" in this directory on other platforms, I'd appreciate reports. (I'm especially worried about ARM; GCC's odd packing on ARM could break some of my coding assumptions.) Tim Kientzle From owner-cvs-all@FreeBSD.ORG Tue Jan 1 22:35:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECE0C16A417; Tue, 1 Jan 2008 22:35:54 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D882713C442; Tue, 1 Jan 2008 22:35:54 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01MZsar055198; Tue, 1 Jan 2008 22:35:54 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01MZsUo055197; Tue, 1 Jan 2008 22:35:54 GMT (envelope-from marcus) Message-Id: <200801012235.m01MZsUo055197@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 1 Jan 2008 22:35:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/pulseaudio Makefile distinfo pkg-plist ports/audio/pulseaudio/files patch-libpulse-browse.pc.in patch-libpulse-mainloop-glib.pc.in patch-libpulse-simple.pc.in patch-libpulse.pc.in patch-src_daemon_default.pa.in patch-src_pulse_thread-mainloop.c patch-src_pulse_util.c patch-src_pulsecore_atomic.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 22:35:55 -0000 marcus 2008-01-01 22:35:54 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile distinfo pkg-plist audio/pulseaudio/files patch-src_daemon_default.pa.in patch-src_pulse_thread-mainloop.c patch-src_pulsecore_atomic.h patch-src_pulsecore_pstream.c patch-src_pulsecore_shm.c Added files: audio/pulseaudio/files patch-src_pulse_util.c Removed files: audio/pulseaudio/files patch-libpulse-browse.pc.in patch-libpulse-mainloop-glib.pc.in patch-libpulse-simple.pc.in patch-libpulse.pc.in patch-src_pulsecore_mutex-posix.c patch-src_pulsecore_refcnt.h Log: Update to 0.9.8. Revision Changes Path 1.17 +5 -2 ports/audio/pulseaudio/Makefile 1.5 +3 -3 ports/audio/pulseaudio/distinfo 1.2 +0 -11 ports/audio/pulseaudio/files/patch-libpulse-browse.pc.in (dead) 1.2 +0 -11 ports/audio/pulseaudio/files/patch-libpulse-mainloop-glib.pc.in (dead) 1.2 +0 -11 ports/audio/pulseaudio/files/patch-libpulse-simple.pc.in (dead) 1.3 +0 -9 ports/audio/pulseaudio/files/patch-libpulse.pc.in (dead) 1.3 +14 -8 ports/audio/pulseaudio/files/patch-src_daemon_default.pa.in 1.2 +9 -11 ports/audio/pulseaudio/files/patch-src_pulse_thread-mainloop.c 1.1 +20 -0 ports/audio/pulseaudio/files/patch-src_pulse_util.c (new) 1.3 +77 -84 ports/audio/pulseaudio/files/patch-src_pulsecore_atomic.h 1.3 +0 -13 ports/audio/pulseaudio/files/patch-src_pulsecore_mutex-posix.c (dead) 1.2 +4 -23 ports/audio/pulseaudio/files/patch-src_pulsecore_pstream.c 1.2 +0 -11 ports/audio/pulseaudio/files/patch-src_pulsecore_refcnt.h (dead) 1.2 +7 -6 ports/audio/pulseaudio/files/patch-src_pulsecore_shm.c 1.7 +11 -142 ports/audio/pulseaudio/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jan 1 22:39:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE3D16A419; Tue, 1 Jan 2008 22:39:42 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C859A13C46A; Tue, 1 Jan 2008 22:39:42 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01MdgUC055959; Tue, 1 Jan 2008 22:39:42 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01MdgfZ055958; Tue, 1 Jan 2008 22:39:42 GMT (envelope-from marcus) Message-Id: <200801012239.m01MdgfZ055958@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 1 Jan 2008 22:39:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/polypaudio Makefile distinfo pkg-descr pkg-install pkg-plist ports/audio/polypaudio/files patch-config.h.in patch-configure patch-polyp_default.pa.in patch-polyp_module-protocol-stub.c patch-polyp_pid.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 22:39:43 -0000 marcus 2008-01-01 22:39:42 UTC FreeBSD ports repository Modified files: audio Makefile Removed files: audio/polypaudio Makefile distinfo pkg-descr pkg-install pkg-plist audio/polypaudio/files patch-config.h.in patch-configure patch-polyp_default.pa.in patch-polyp_module-protocol-stub.c patch-polyp_pid.c patch-polyp_polyplib-context.c patch-polyp_util.c audio/paman Makefile distinfo pkg-descr audio/paman/files patch-src_Makefile.in patch-src_paman.cc audio/akode-plugins-polypaudio Makefile distinfo pkg-descr pkg-plist audio/akode-plugins-polypaudio/files patch-akode_Makefile.in patch-akode_plugins-Makefile.in Log: Remove polypaudio. It has been depcreated for a while, and is no longer maintained or fetchable from its old MASTER_SITE. It has been replaced by pulseaudio. Revision Changes Path 1.920 +0 -3 ports/audio/Makefile 1.21 +0 -52 ports/audio/akode-plugins-polypaudio/Makefile (dead) 1.8 +0 -3 ports/audio/akode-plugins-polypaudio/distinfo (dead) 1.2 +0 -11 ports/audio/akode-plugins-polypaudio/files/patch-akode_Makefile.in (dead) 1.2 +0 -15 ports/audio/akode-plugins-polypaudio/files/patch-akode_plugins-Makefile.in (dead) 1.3 +0 -3 ports/audio/akode-plugins-polypaudio/pkg-descr (dead) 1.3 +0 -3 ports/audio/akode-plugins-polypaudio/pkg-plist (dead) 1.9 +0 -34 ports/audio/paman/Makefile (dead) 1.3 +0 -3 ports/audio/paman/distinfo (dead) 1.2 +0 -11 ports/audio/paman/files/patch-src_Makefile.in (dead) 1.2 +0 -21 ports/audio/paman/files/patch-src_paman.cc (dead) 1.2 +0 -4 ports/audio/paman/pkg-descr (dead) 1.15 +0 -63 ports/audio/polypaudio/Makefile (dead) 1.4 +0 -3 ports/audio/polypaudio/distinfo (dead) 1.2 +0 -15 ports/audio/polypaudio/files/patch-config.h.in (dead) 1.3 +0 -11 ports/audio/polypaudio/files/patch-configure (dead) 1.3 +0 -11 ports/audio/polypaudio/files/patch-polyp_default.pa.in (dead) 1.2 +0 -10 ports/audio/polypaudio/files/patch-polyp_module-protocol-stub.c (dead) 1.2 +0 -10 ports/audio/polypaudio/files/patch-polyp_pid.c (dead) 1.3 +0 -10 ports/audio/polypaudio/files/patch-polyp_polyplib-context.c (dead) 1.4 +0 -10 ports/audio/polypaudio/files/patch-polyp_util.c (dead) 1.2 +0 -21 ports/audio/polypaudio/pkg-descr (dead) 1.2 +0 -22 ports/audio/polypaudio/pkg-install (dead) 1.5 +0 -214 ports/audio/polypaudio/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Jan 1 22:41:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3E7316A417; Tue, 1 Jan 2008 22:41:52 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B0CA13C455; Tue, 1 Jan 2008 22:41:52 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01MfqrO056880; Tue, 1 Jan 2008 22:41:52 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01Mfq3W056879; Tue, 1 Jan 2008 22:41:52 GMT (envelope-from marcus) Message-Id: <200801012241.m01Mfq3W056879@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 1 Jan 2008 22:41:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 22:41:52 -0000 marcus 2008-01-01 22:41:52 UTC FreeBSD ports repository Modified files: . MOVED Log: Add entries to MOVED for audio/pulseaudio, audio/paman, and audio/akode-plugins-polypaudio. Revision Changes Path 1.1526 +4 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Tue Jan 1 22:42:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2445416A418; Tue, 1 Jan 2008 22:42:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFB9713C4D3; Tue, 1 Jan 2008 22:42:56 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01Mgu12057328; Tue, 1 Jan 2008 22:42:56 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01Mgu2B057326; Tue, 1 Jan 2008 22:42:56 GMT (envelope-from marcus) Message-Id: <200801012242.m01Mgu2B057326@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 1 Jan 2008 22:42:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 22:42:57 -0000 marcus 2008-01-01 22:42:56 UTC FreeBSD ports repository Modified files: . modules Log: Remove audio/polypaudio, audio/paman, and audio/akode-plugins-polypaudio. Revision Changes Path 1.19140 +0 -3 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jan 1 23:39:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99DEE16A417; Tue, 1 Jan 2008 23:39:42 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.freebsd.org (Postfix) with ESMTP id 2E53B13C459; Tue, 1 Jan 2008 23:39:42 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-219-213.carlnfd3.nsw.optusnet.com.au (c211-30-219-213.carlnfd3.nsw.optusnet.com.au [211.30.219.213]) by mail13.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m01NdZ2u013451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Jan 2008 10:39:36 +1100 Date: Wed, 2 Jan 2008 10:39:35 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "M. Warner Losh" In-Reply-To: <20080101.024546.1079618522.imp@bsdimp.com> Message-ID: <20080102092953.J12725@delplex.bde.org> References: <200712311219.08286.jhb@freebsd.org> <20071231.203720.1306324107.imp@bsdimp.com> <20080101161858.A10345@delplex.bde.org> <20080101.024546.1079618522.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, jhb@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, rrs@FreeBSD.org, brde@optusnet.com.au Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 23:39:42 -0000 On Tue, 1 Jan 2008, M. Warner Losh wrote: > In message: <20080101161858.A10345@delplex.bde.org> > Bruce Evans writes: > : PZERO is compatibility cruft which should never be used. Just a few > ... > > Do we want to document the other Pxxxx priorities? Maybe, but not in sleep.9. I just learn about them from *.[ch]. > : Otherwise, PZERO has a completely different meaning from either priority > : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, > ... > So would the following be a reasonable change to sleep.9? > > Index: sleep.9 > =================================================================== > RCS file: /home/ncvs/src/share/man/man9/sleep.9,v > retrieving revision 1.61 > diff -u -r1.61 sleep.9 > --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 > +++ sleep.9 1 Jan 2008 09:44:01 -0000 > @@ -93,6 +93,10 @@ > runnable with the specified > .Fa priority > when it resumes. > +.Dv PZERO > +should never be used, as it is for compatibility only. > +A new priority of 0 means to use the thread's current priority when > +it is made runnable again. > If > .Fa priority > includes the Not quite. The sentence about PZERO doesn't belong here. The 2 sentences bfore the PZERO sentence already completely document the specialness of priority 0: % .Pp % The parameter % .Fa priority % specifies a new priority for the thread as well as some optional flags. % If the new priority is not 0, % then the thread will be made % runnable with the specified % .Fa priority % when it resumes. If this is not clear, then I think it should be made clearer by rewording it and not by tacking on a modifying clause. My attempt: %%% .Pp The parameter .Fa priority encodes the new priority for the thread and some optional flags. The thread will be made runnable with the new priority when it resumes. The new priority is determined from .Fa priority by first masking out the flags using the .Dv PRIMASK mask. If the the result of this is nonzero, then it gives the new priority; otherwise, the new priority is same as the current priority. %%% BTW, grep shows that PZERO is only documented in spl.9 of all places, only in examples using the even-more-deprecated tsleep(), while sleep.9 doesn't have any examples. Bruce From owner-cvs-all@FreeBSD.ORG Tue Jan 1 23:55:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A41E16A420; Tue, 1 Jan 2008 23:55:29 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0185D13C442; Tue, 1 Jan 2008 23:55:29 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01NtRkF086490; Tue, 1 Jan 2008 23:55:27 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01NtRR2086482; Tue, 1 Jan 2008 23:55:27 GMT (envelope-from bmah) Message-Id: <200801012355.m01NtRR2086482@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 1 Jan 2008 23:55:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 23:55:29 -0000 bmah 2008-01-01 23:55:27 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entities for textdump(4) and ddb(8). Revision Changes Path 1.446 +2 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Tue Jan 1 23:58:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 602FB16A524; Tue, 1 Jan 2008 23:58:19 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3750913C45D; Tue, 1 Jan 2008 23:58:19 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m01NwJM1086807; Tue, 1 Jan 2008 23:58:19 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m01NwJgm086806; Tue, 1 Jan 2008 23:58:19 GMT (envelope-from bmah) Message-Id: <200801012358.m01NwJgm086806@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 1 Jan 2008 23:58:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 23:58:19 -0000 bmah 2008-01-01 23:58:19 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release notes: ddb(4) capture, ddb(4) scripting, textdump(4), ncurses 5.6-20071222, tzdata2007k. Bump copyright date while here. Revision Changes Path 1.1078 +29 -1 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Jan 2 00:19:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05A9316A417; Wed, 2 Jan 2008 00:19:50 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D176C13C44B; Wed, 2 Jan 2008 00:19:49 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020Jn4q095472; Wed, 2 Jan 2008 00:19:49 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020Jnol095471; Wed, 2 Jan 2008 00:19:49 GMT (envelope-from kientzle) Message-Id: <200801020019.m020Jnol095471@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:19:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar COPYING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 00:19:50 -0000 kientzle 2008-01-02 00:19:49 UTC FreeBSD src repository Modified files: usr.bin/tar COPYING Log: Include Guido's copyright for the fnmatch() code I cribbed from. (It's in the C source, just wasn't in the COPYING file until now.) Revision Changes Path 1.3 +36 -1 src/usr.bin/tar/COPYING From owner-cvs-all@FreeBSD.ORG Wed Jan 2 00:21:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9127316A417; Wed, 2 Jan 2008 00:21:27 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68E8C13C448; Wed, 2 Jan 2008 00:21:27 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020LRDK096171; Wed, 2 Jan 2008 00:21:27 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020LR8L096170; Wed, 2 Jan 2008 00:21:27 GMT (envelope-from kientzle) Message-Id: <200801020021.m020LR8L096170@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:21:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.h read.c util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 00:21:27 -0000 kientzle 2008-01-02 00:21:27 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.h read.c util.c Log: Use archive_entry_strmode() instead of a local bsdtar_strmode(). (This does a couple of things that the standard library's strmode() doesn't; it proved useful in bsdcpio as well, so I pushed it down into libarchive.) Revision Changes Path 1.29 +0 -1 src/usr.bin/tar/bsdtar.h 1.35 +3 -2 src/usr.bin/tar/read.c 1.18 +0 -50 src/usr.bin/tar/util.c From owner-cvs-all@FreeBSD.ORG Wed Jan 2 00:23:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED83716A418; Wed, 2 Jan 2008 00:23:00 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C434B13C45D; Wed, 2 Jan 2008 00:23:00 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020N0hk096951; Wed, 2 Jan 2008 00:23:00 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020N0Fh096950; Wed, 2 Jan 2008 00:23:00 GMT (envelope-from kientzle) Message-Id: <200801020023.m020N0Fh096950@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:23:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar_platform.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 00:23:01 -0000 kientzle 2008-01-02 00:23:00 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar_platform.h Log: Include a suitable stub definition of __FBSDID() for non-FreeBSD platforms. Revision Changes Path 1.25 +2 -1 src/usr.bin/tar/bsdtar_platform.h From owner-cvs-all@FreeBSD.ORG Wed Jan 2 00:24:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA40516A417; Wed, 2 Jan 2008 00:24:10 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 928AA13C459; Wed, 2 Jan 2008 00:24:10 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020OA4I098026; Wed, 2 Jan 2008 00:24:10 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020OA2c098024; Wed, 2 Jan 2008 00:24:10 GMT (envelope-from kientzle) Message-Id: <200801020024.m020OA2c098024@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:24:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 00:24:10 -0000 kientzle 2008-01-02 00:24:10 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 Log: Fill in the approximate date when tar(1) first appeared. Revision Changes Path 1.36 +1 -1 src/usr.bin/tar/bsdtar.1 From owner-cvs-all@FreeBSD.ORG Wed Jan 2 00:26:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7087A16A419; Wed, 2 Jan 2008 00:26:27 +0000 (UTC) (envelope-from krolk@web.de) Received: from fmmailgate05.web.de (fmmailgate05.web.de [217.72.192.243]) by mx1.freebsd.org (Postfix) with ESMTP id 33FE913C455; Wed, 2 Jan 2008 00:26:27 +0000 (UTC) (envelope-from krolk@web.de) Received: from web.de by fmmailgate05.web.de (Postfix) with SMTP id 56A9F3A52F20; Wed, 2 Jan 2008 00:59:26 +0100 (CET) Received: from [84.75.149.198] by freemailng0204.web.de with HTTP; Wed, 02 Jan 2008 00:59:24 +0100 Date: Wed, 02 Jan 2008 00:59:24 +0100 Message-Id: <266452160@web.de> MIME-Version: 1.0 From: krolk@web.de To: cvs-all@FreeBSD.org, cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org Precedence: fm-user Organization: http://freemail.web.de/ X-Provags-Id: V01U2FsdGVkX18psLtkYmo7TfNy99LSdB0EFHMZjyxkxvfZrisnbYjCXnug9 g6ryt8LRrtT65houGT52sYjc067RbVSz8JTwmTjEkFSw6toeS8= Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Cc: Subject: sinfp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 00:26:27 -0000 hi I've updated my ports tree and sinfp on my freeBSD 6.2, but still get the following error: # sinfp -i host.com -C -V -p 443 P1: B10113 F0x12 W5840 O0204ffff M1460 P2: B10113 F0x12 W5792 O0204ffff0402080affffffff4445414401030300 M1460 P3: B00000 F0 W0 O0 M0 IPv4: Linux 2.4.x, 2.6.x Undefined subroutine &Net::Pcapdump called at /usr/local/lib/perl5/site_perl/5.8.8/Net/Packet/Dump.pm line 561. what's wrong ? kind regards chris _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/?mc=100071&distributionid=000000000066 From owner-cvs-all@FreeBSD.ORG Wed Jan 2 00:27:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4160716A41B; Wed, 2 Jan 2008 00:27:15 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 197C413C45A; Wed, 2 Jan 2008 00:27:15 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020REcY099214; Wed, 2 Jan 2008 00:27:14 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020REoS099213; Wed, 2 Jan 2008 00:27:14 GMT (envelope-from kientzle) Message-Id: <200801020027.m020REoS099213@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:27:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.c config_freebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 00:27:15 -0000 kientzle 2008-01-02 00:27:14 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.c config_freebsd.h Log: A couple of miscellaneous fixes: * prototypes for optarg/optind on platforms that don't already have them * Disambiguate version number macros * Remove unnecessary PACKAGE_NAME macro * Hook for forthcoming bsdtar test suite * Sync version number up with the portable distribution Revision Changes Path 1.33 +5 -2 src/usr.bin/tar/Makefile 1.78 +11 -1 src/usr.bin/tar/bsdtar.c 1.2 +2 -1 src/usr.bin/tar/config_freebsd.h From owner-cvs-all@FreeBSD.ORG Wed Jan 2 00:28:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0D1916A418; Wed, 2 Jan 2008 00:28:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFE2B13C45D; Wed, 2 Jan 2008 00:28:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020Sinp099288; Wed, 2 Jan 2008 00:28:44 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020SiHg099287; Wed, 2 Jan 2008 00:28:44 GMT (envelope-from kientzle) Message-Id: <200801020028.m020SiHg099287@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 2 Jan 2008 00:28:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar/test config.sh test-acl.sh test-basic.sh test-deep-dir.sh test-flags.sh test-nodump.sh test-overwrite.sh test-utf8.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 00:28:44 -0000 kientzle 2008-01-02 00:28:44 UTC FreeBSD src repository Removed files: usr.bin/tar/test config.sh test-acl.sh test-basic.sh test-deep-dir.sh test-flags.sh test-nodump.sh test-overwrite.sh test-utf8.sh Log: Remove the old bsdtar test scripts; something much better is almost ready to commit. Revision Changes Path 1.3 +0 -74 src/usr.bin/tar/test/config.sh (dead) 1.2 +0 -76 src/usr.bin/tar/test/test-acl.sh (dead) 1.6 +0 -432 src/usr.bin/tar/test/test-basic.sh (dead) 1.2 +0 -60 src/usr.bin/tar/test/test-deep-dir.sh (dead) 1.2 +0 -74 src/usr.bin/tar/test/test-flags.sh (dead) 1.2 +0 -52 src/usr.bin/tar/test/test-nodump.sh (dead) 1.2 +0 -51 src/usr.bin/tar/test/test-overwrite.sh (dead) 1.2 +0 -40 src/usr.bin/tar/test/test-utf8.sh (dead) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 00:55:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 147EC16A419; Wed, 2 Jan 2008 00:55:06 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E170F13C465; Wed, 2 Jan 2008 00:55:05 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m020t5ve019148; Wed, 2 Jan 2008 00:55:05 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m020t5M1019147; Wed, 2 Jan 2008 00:55:05 GMT (envelope-from delphij) Message-Id: <200801020055.m020t5M1019147@repoman.freebsd.org> From: Xin LI Date: Wed, 2 Jan 2008 00:55:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys delphij.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 00:55:06 -0000 delphij 2008-01-02 00:55:05 UTC FreeBSD doc repository Modified files: share/pgpkeys delphij.key Log: Update my key. Revision Changes Path 1.3 +53 -5 doc/share/pgpkeys/delphij.key From owner-cvs-all@FreeBSD.ORG Wed Jan 2 01:19:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9789316A46B; Wed, 2 Jan 2008 01:19:18 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7099213C461; Wed, 2 Jan 2008 01:19:18 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m021JIPA027985; Wed, 2 Jan 2008 01:19:18 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m021JHrI027984; Wed, 2 Jan 2008 01:19:17 GMT (envelope-from obrien) Message-Id: <200801020119.m021JHrI027984@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 2 Jan 2008 01:19:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 01:19:18 -0000 obrien 2008-01-02 01:19:17 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vnops.c Log: style(9) Revision Changes Path 1.175 +17 -17 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Jan 2 01:32:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38E8216A419; Wed, 2 Jan 2008 01:32:46 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1183613C442; Wed, 2 Jan 2008 01:32:46 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m021WjV6033941; Wed, 2 Jan 2008 01:32:45 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m021WjcG033936; Wed, 2 Jan 2008 01:32:45 GMT (envelope-from lioux) Message-Id: <200801020132.m021WjcG033936@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 2 Jan 2008 01:32:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/palm/uppc-kmod Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 01:32:46 -0000 lioux 2008-01-02 01:32:45 UTC FreeBSD ports repository Modified files: palm/uppc-kmod Makefile Log: Update MASTER_SITES Revision Changes Path 1.22 +1 -1 ports/palm/uppc-kmod/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jan 2 01:38:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4839716A417; Wed, 2 Jan 2008 01:38:21 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6A913C45A; Wed, 2 Jan 2008 01:38:21 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m021cKni035544; Wed, 2 Jan 2008 01:38:20 GMT (envelope-from db@repoman.freebsd.org) Received: (from db@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m021cKTa035543; Wed, 2 Jan 2008 01:38:20 GMT (envelope-from db) Message-Id: <200801020138.m021cKTa035543@repoman.freebsd.org> From: Diane Bruce Date: Wed, 2 Jan 2008 01:38:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/cwdaemon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 01:38:21 -0000 db 2008-01-02 01:38:20 UTC FreeBSD ports repository Modified files: comms/cwdaemon Makefile distinfo Log: - Update to latest 0.9.4 version; this version needs libcw from unixcw. - Clean up Makefile remove redundancy. Revision Changes Path 1.6 +6 -4 ports/comms/cwdaemon/Makefile 1.3 +3 -3 ports/comms/cwdaemon/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 01:45:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4C0016A41A; Wed, 2 Jan 2008 01:45:31 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDFE513C43E; Wed, 2 Jan 2008 01:45:31 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m021jVOX038229; Wed, 2 Jan 2008 01:45:31 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m021jVck038228; Wed, 2 Jan 2008 01:45:31 GMT (envelope-from obrien) Message-Id: <200801020145.m021jVck038228@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 2 Jan 2008 01:45:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 01:45:32 -0000 obrien 2008-01-02 01:45:31 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: style(9) Revision Changes Path 1.193 +73 -73 src/sys/cam/cam_xpt.c From owner-cvs-all@FreeBSD.ORG Wed Jan 2 01:59:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E633216A419; Wed, 2 Jan 2008 01:59:24 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 992A813C458; Wed, 2 Jan 2008 01:59:24 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m021xLmP043028; Tue, 1 Jan 2008 18:59:21 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <477AEFF9.7000804@samsco.org> Date: Tue, 01 Jan 2008 18:59:21 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: "David E. O'Brien" References: <200801020145.m021jVck038228@repoman.freebsd.org> In-Reply-To: <200801020145.m021jVck038228@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 01 Jan 2008 18:59:21 -0700 (MST) X-Spam-Status: No, score=-1.4 required=5.4 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 01:59:25 -0000 David E. O'Brien wrote: > obrien 2008-01-02 01:45:31 UTC > > FreeBSD src repository > > Modified files: > sys/cam cam_xpt.c > Log: > style(9) > > Revision Changes Path > 1.193 +73 -73 src/sys/cam/cam_xpt.c Thanks for making CAM merges harder now than they were before. A normal, well adjusted team player would have asked the person/people working in this area if it was ok to do something like this. What a circus. I await your indignant rules lawyering. Scott From owner-cvs-all@FreeBSD.ORG Wed Jan 2 02:45:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 631ED16A41A; Wed, 2 Jan 2008 02:45:00 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C5F313C4F0; Wed, 2 Jan 2008 02:45:00 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m022j0Ev061670; Wed, 2 Jan 2008 02:45:00 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m022j0m7061666; Wed, 2 Jan 2008 02:45:00 GMT (envelope-from leeym) Message-Id: <200801020245.m022j0m7061666@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 2 Jan 2008 02:44:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/IPA Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 02:45:00 -0000 leeym 2008-01-02 02:44:59 UTC FreeBSD ports repository Modified files: graphics/IPA Makefile distinfo pkg-plist Log: - update to 1.05 - assign to perl@ Revision Changes Path 1.13 +8 -14 ports/graphics/IPA/Makefile 1.7 +3 -3 ports/graphics/IPA/distinfo 1.3 +21 -17 ports/graphics/IPA/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jan 2 02:57:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C1E516A421; Wed, 2 Jan 2008 02:57:40 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3595213C457; Wed, 2 Jan 2008 02:57:40 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m022veHv065871; Wed, 2 Jan 2008 02:57:40 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m022ve5n065870; Wed, 2 Jan 2008 02:57:40 GMT (envelope-from leeym) Message-Id: <200801020257.m022ve5n065870@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 2 Jan 2008 02:57:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-LZW Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 02:57:40 -0000 leeym 2008-01-02 02:57:39 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-LZW Makefile distinfo Log: - update to 1.6.3 Revision Changes Path 1.8 +1 -1 ports/archivers/p5-POE-Filter-LZW/Makefile 1.8 +3 -3 ports/archivers/p5-POE-Filter-LZW/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 04:43:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B72C16A417; Wed, 2 Jan 2008 04:43:48 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35AEC13C44B; Wed, 2 Jan 2008 04:43:48 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m024hmIs015650; Wed, 2 Jan 2008 04:43:48 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m024hmGw015649; Wed, 2 Jan 2008 04:43:48 GMT (envelope-from alc) Message-Id: <200801020443.m024hmGw015649@repoman.freebsd.org> From: Alan Cox Date: Wed, 2 Jan 2008 04:43:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 04:43:48 -0000 alc 2008-01-02 04:43:47 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Defer setting either PG_CACHED or PG_FREE until after the free page queues lock is acquired. Otherwise, the state of a reservation's pages' flags and its population count can be inconsistent. That could result in a page being freed twice. Reported by: kris Revision Changes Path 1.366 +3 -3 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Wed Jan 2 04:55:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D904016A419; Wed, 2 Jan 2008 04:55:11 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B278F13C45B; Wed, 2 Jan 2008 04:55:11 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m024tBx2029291; Wed, 2 Jan 2008 04:55:11 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m024tBYv029285; Wed, 2 Jan 2008 04:55:11 GMT (envelope-from tabthorpe) Message-Id: <200801020455.m024tBYv029285@repoman.freebsd.org> From: Thomas Abthorpe Date: Wed, 2 Jan 2008 04:55:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/pear-Log Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 04:55:12 -0000 tabthorpe 2008-01-02 04:55:11 UTC FreeBSD ports repository Modified files: sysutils/pear-Log Makefile distinfo Log: - Update to 1.9.14 Revision Changes Path 1.41 +1 -1 ports/sysutils/pear-Log/Makefile 1.24 +3 -3 ports/sysutils/pear-Log/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 04:59:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A0E416A417; Wed, 2 Jan 2008 04:59:35 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6441213C465; Wed, 2 Jan 2008 04:59:35 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m024xZIN029641; Wed, 2 Jan 2008 04:59:35 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m024xZgv029640; Wed, 2 Jan 2008 04:59:35 GMT (envelope-from tabthorpe) Message-Id: <200801020459.m024xZgv029640@repoman.freebsd.org> From: Thomas Abthorpe Date: Wed, 2 Jan 2008 04:59:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/shmux Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 04:59:35 -0000 tabthorpe 2008-01-02 04:59:35 UTC FreeBSD ports repository Modified files: net/shmux Makefile distinfo Log: - Update to 1.0b10 - Add CONFIGURE_TARGET PR: ports/118812 Submitted by: Philippe Audeoud Approved by: Maintainer timeout Revision Changes Path 1.3 +2 -1 ports/net/shmux/Makefile 1.4 +3 -3 ports/net/shmux/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 06:36:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB91B16A420; Wed, 2 Jan 2008 06:36:46 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C5C6A13C45B; Wed, 2 Jan 2008 06:36:46 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m026akHb068506; Wed, 2 Jan 2008 06:36:46 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m026akUZ068505; Wed, 2 Jan 2008 06:36:46 GMT (envelope-from lme) Message-Id: <200801020636.m026akUZ068505@repoman.freebsd.org> From: Lars Engels Date: Wed, 2 Jan 2008 06:36:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/atunes distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 06:36:47 -0000 lme 2008-01-02 06:36:46 UTC FreeBSD ports repository Modified files: audio/atunes distinfo Log: - Fix distinfo Reported by: miwi via ICQ Revision Changes Path 1.2 +3 -3 ports/audio/atunes/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 07:17:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E1F16A41B; Wed, 2 Jan 2008 07:17:57 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC26513C458; Wed, 2 Jan 2008 07:17:57 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m027Hvuj084325; Wed, 2 Jan 2008 07:17:57 GMT (envelope-from loader@repoman.freebsd.org) Received: (from loader@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m027Hvh5084324; Wed, 2 Jan 2008 07:17:57 GMT (envelope-from loader) Message-Id: <200801020717.m027Hvh5084324@repoman.freebsd.org> From: Fukang Chen Date: Wed, 2 Jan 2008 07:17:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/zh_CN.GB2312/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 07:17:58 -0000 loader 2008-01-02 07:17:57 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/porters-handbook book.sgml Log: MFen: porters-handbook: book.sgml 1.891 -> 1.893 Obtained from: The FreeBSD Simplified Chinese Project Merging work done by: delphij Revision Changes Path 1.31 +11 -3 doc/zh_CN.GB2312/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Jan 2 07:21:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF11616A417; Wed, 2 Jan 2008 07:21:08 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id B348413C448; Wed, 2 Jan 2008 07:21:08 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m027L8Wb006842; Tue, 1 Jan 2008 23:21:08 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m027L8FI006841; Tue, 1 Jan 2008 23:21:08 -0800 (PST) (envelope-from obrien) Date: Tue, 1 Jan 2008 23:21:08 -0800 From: "David O'Brien" To: Tim Kientzle Message-ID: <20080102072108.GA3141@dragon.NUXI.org> References: <200801012220.m01MKCrE042428@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801012220.m01MKCrE042428@repoman.freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT exclude X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Jan 2008 07:21:08 -0000 On Tue, Jan 01, 2008 at 10:20:11PM +0000, Tim Kientzle wrote: > kientzle 2008-01-01 22:20:11 UTC > Log: > The .uu files in libarchive/test don't require $FreeBSD$ keywords. However, the $FreeBSD$ in uuencoded files do not cause a problem. Since having the keyword makes it easier to see what revision of the file this is - would you consider adding them to the .uu files? Just about all the other .uu files in the tree have $FreeBSD$ in them. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 07:29:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1BB716A419; Wed, 2 Jan 2008 07:29:27 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 7440C13C455; Wed, 2 Jan 2008 07:29:27 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m027RpuE050255; Wed, 2 Jan 2008 00:27:52 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 02 Jan 2008 00:28:07 -0700 (MST) Message-Id: <20080102.002807.-1183026224.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <477AEFF9.7000804@samsco.org> References: <200801020145.m021jVck038228@repoman.freebsd.org> <477AEFF9.7000804@samsco.org> X-Mailer: Mew version 5.2 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, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 07:29:27 -0000 In message: <477AEFF9.7000804@samsco.org> Scott Long writes: : David E. O'Brien wrote: : > obrien 2008-01-02 01:45:31 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/cam cam_xpt.c : > Log: : > style(9) : > : > Revision Changes Path : > 1.193 +73 -73 src/sys/cam/cam_xpt.c : : Thanks for making CAM merges harder now than they were before. A : normal, well adjusted team player would have asked the person/people : working in this area if it was ok to do something like this. What a : circus. I await your indignant rules lawyering. Just back it out. cvs update -j 1.193 -j 1.192 -kk cam_xpt.c cvs commit -m"Backout style(9), there's locking changes in flight..." then merging your changes will easy to merge. Sure it tosses David's work, but locking changes are much more important than style changes or pissing contests. Warner From owner-cvs-all@FreeBSD.ORG Wed Jan 2 08:13:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD42616A418; Wed, 2 Jan 2008 08:13:54 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8F21C13C45A; Wed, 2 Jan 2008 08:13:54 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m028DscD039925; Wed, 2 Jan 2008 00:13:54 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m028DrC0039923; Wed, 2 Jan 2008 00:13:53 -0800 (PST) (envelope-from obrien) Date: Wed, 2 Jan 2008 00:13:53 -0800 From: "David O'Brien" To: Scott Long Message-ID: <20080102081353.GE3141@dragon.NUXI.org> References: <200801020145.m021jVck038228@repoman.freebsd.org> <477AEFF9.7000804@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <477AEFF9.7000804@samsco.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Jan 2008 08:13:54 -0000 On Tue, Jan 01, 2008 at 06:59:21PM -0700, Scott Long wrote: > David E. O'Brien wrote: >> obrien 2008-01-02 01:45:31 UTC >> FreeBSD src repository >> Modified files: >> sys/cam cam_xpt.c Log: >> style(9) >> Revision Changes Path >> 1.193 +73 -73 src/sys/cam/cam_xpt.c > > Thanks for making CAM merges harder now than they were before. Have you done a 'cvs update' in your sources to see if they actually conflict? SURELY it is not beyond you to :%s/[]*$//g in vi? (I'm sure Emacs can do do this just as easily, if you're that kind of guy). > A normal, well adjusted team player Thank you for the personal attack - I guess I get the prize for the first attack from you of the new year. > would have asked the person/people working in this area if it was ok to > do something like this. Lets see - this file had 5 commits in the past 6 months. You you did the last one. It was revision 1.192 on 2007/12/16 - a one line addition. The previous commit you made was revision 1.189 on 2007/06/17 - a change of +3 -2. So that does not indicate you're in the middle of some major maintenance here. Between those two commits were two other changes - one by julian and one by imp. The commit before your 1.189 was a one liner by dwmalone. Neither of these commits had "Approved by: scottl" on them. I wonder if you complained to them about committing without running it by you first. > What a circus. I await your indignant rules lawyering. Personally I think you're just bitching at me for the F of it - due to some personal need to boost yourself and put down others... -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 08:54:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DEA516A420; Wed, 2 Jan 2008 08:54:40 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37EA113C461; Wed, 2 Jan 2008 08:54:40 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m028segO031354; Wed, 2 Jan 2008 08:54:40 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m028seVE031353; Wed, 2 Jan 2008 08:54:40 GMT (envelope-from alc) Message-Id: <200801020854.m028seVE031353@repoman.freebsd.org> From: Alan Cox Date: Wed, 2 Jan 2008 08:54:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 08:54:40 -0000 alc 2008-01-02 08:54:39 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel() instead of writing apologetic comments. As it turns out, I need every kernel page table page to have a legitimate pindex to support superpage promotion on kernel memory. Correct a nearby style error: Pointers should be compared to NULL. Revision Changes Path 1.600 +3 -6 src/sys/amd64/amd64/pmap.c 1.603 +2 -5 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Jan 2 12:11:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0D7016A417; Wed, 2 Jan 2008 12:11:02 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99B6F13C442; Wed, 2 Jan 2008 12:11:02 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02CB2dr006519; Wed, 2 Jan 2008 12:11:02 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02CB2o0006518; Wed, 2 Jan 2008 12:11:02 GMT (envelope-from flz) Message-Id: <200801021211.m02CB2o0006518@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 2 Jan 2008 12:11:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-drivers/xf86-video-intel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 12:11:02 -0000 flz 2008-01-02 12:11:01 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-intel Makefile distinfo Log: Update x11-drivers/xf86-video-intel to 2.2.0. Revision Changes Path 1.4 +1 -1 ports/x11-drivers/xf86-video-intel/Makefile 1.4 +3 -3 ports/x11-drivers/xf86-video-intel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 12:20:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE4CF16A417; Wed, 2 Jan 2008 12:20:09 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8767213C448; Wed, 2 Jan 2008 12:20:09 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02CK97s009995; Wed, 2 Jan 2008 12:20:09 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02CK9Tj009994; Wed, 2 Jan 2008 12:20:09 GMT (envelope-from flz) Message-Id: <200801021220.m02CK9Tj009994@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 2 Jan 2008 12:20:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-drivers/xf86-video-radeonhd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 12:20:09 -0000 flz 2008-01-02 12:20:08 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-radeonhd Makefile distinfo Log: Update x11-drivers/xf86-video-radeonhd to 1.1.0. PR: ports/118959 Submitted by: Rene Ladan Revision Changes Path 1.3 +1 -1 ports/x11-drivers/xf86-video-radeonhd/Makefile 1.3 +3 -3 ports/x11-drivers/xf86-video-radeonhd/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 12:24:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 617FB16A417; Wed, 2 Jan 2008 12:24:35 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A90913C461; Wed, 2 Jan 2008 12:24:35 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02COZ0p012671; Wed, 2 Jan 2008 12:24:35 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02COZxY012669; Wed, 2 Jan 2008 12:24:35 GMT (envelope-from lth) Message-Id: <200801021224.m02COZxY012669@repoman.freebsd.org> From: Lars Thegler Date: Wed, 2 Jan 2008 12:24:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IO-CaptureOutput Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 12:24:35 -0000 lth 2008-01-02 12:24:35 UTC FreeBSD ports repository Modified files: devel/p5-IO-CaptureOutput Makefile distinfo Log: Update to 1.06.01 (distversion 1.0601) Revision Changes Path 1.4 +2 -1 ports/devel/p5-IO-CaptureOutput/Makefile 1.5 +3 -3 ports/devel/p5-IO-CaptureOutput/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 12:58:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FEE716A421; Wed, 2 Jan 2008 12:58:06 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 30A4E13C469; Wed, 2 Jan 2008 12:58:06 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02Cw5uK033373; Wed, 2 Jan 2008 12:58:06 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02Cw5Ag033372; Wed, 2 Jan 2008 12:58:05 GMT (envelope-from flz) Message-Id: <200801021258.m02Cw5Ag033372@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 2 Jan 2008 12:58:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers/xorg-server Makefile ports/x11-servers/xorg-server/files extra-arch-alpha extra-arch-powerpc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 12:58:06 -0000 flz 2008-01-02 12:58:05 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server Makefile Added files: x11-servers/xorg-server/files extra-arch-alpha extra-arch-powerpc Log: - Add local patch to fix alpha build. [1] - Add local patch to fix powerpc build. [2][3] - Fix OPTIONS handling for SUID option. [4] PR: ports/113601 [1], ports/118850 [2], ports/118851 [3], ports/119012 [4] Submitted by: naddy [1], grehan [2][3], Dmitry Marakasov [4] Revision Changes Path 1.51 +4 -2 ports/x11-servers/xorg-server/Makefile 1.1 +11 -0 ports/x11-servers/xorg-server/files/extra-arch-alpha (new) 1.1 +25 -0 ports/x11-servers/xorg-server/files/extra-arch-powerpc (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 13:04:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4955416A420; Wed, 2 Jan 2008 13:04:51 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 21EC413C465; Wed, 2 Jan 2008 13:04:51 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02D4pVs038079; Wed, 2 Jan 2008 13:04:51 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02D4piH038078; Wed, 2 Jan 2008 13:04:51 GMT (envelope-from flz) Message-Id: <200801021304.m02D4piH038078@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 2 Jan 2008 13:04:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-drivers/xf86-video-intel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 13:04:51 -0000 flz 2008-01-02 13:04:50 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-intel Makefile distinfo Log: Rollback to xf86-video-intel 2.1.1 before anyone notices. Revision Changes Path 1.5 +1 -1 ports/x11-drivers/xf86-video-intel/Makefile 1.5 +3 -3 ports/x11-drivers/xf86-video-intel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 13:19:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 261C716A417; Wed, 2 Jan 2008 13:19:00 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F23B713C4D1; Wed, 2 Jan 2008 13:18:59 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02DIxc0042085; Wed, 2 Jan 2008 13:18:59 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02DIxNv042083; Wed, 2 Jan 2008 13:18:59 GMT (envelope-from arved) Message-Id: <200801021318.m02DIxNv042083@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 2 Jan 2008 13:18:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/redir Makefile ports/net/redir/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 13:19:00 -0000 arved 2008-01-02 13:18:59 UTC FreeBSD ports repository Modified files: net/redir Makefile net/redir/files patch-Makefile Log: Disable TCP_WRAPPER support, as it does not work PR: 117942 Submitted by: Aprigio Neto Revision Changes Path 1.7 +1 -1 ports/net/redir/Makefile 1.2 +0 -11 ports/net/redir/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Wed Jan 2 13:23:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A7DD16A421; Wed, 2 Jan 2008 13:23:52 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1EA13C474; Wed, 2 Jan 2008 13:23:52 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02DNq10044403; Wed, 2 Jan 2008 13:23:52 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02DNqMh044401; Wed, 2 Jan 2008 13:23:52 GMT (envelope-from flz) Message-Id: <200801021323.m02DNqMh044401@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 2 Jan 2008 13:23:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-drivers/xf86-video-mga Makefile distinfo ports/x11-drivers/xf86-video-mga/files patch-1.4.7-master-20080102 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 13:23:52 -0000 flz 2008-01-02 13:23:52 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-mga Makefile distinfo Added files: x11-drivers/xf86-video-mga/files patch-1.4.7-master-20080102 Log: Rollback to xf86-video-mga 1.4.7 (and patches from master as of today). Dual-head doesn't work properly with this version but at least most single-head setups will work correctly. PR: ports/117726 Submitted by: Bernd Strauß Discussed on: x11@ Revision Changes Path 1.4 +2 -1 ports/x11-drivers/xf86-video-mga/Makefile 1.4 +3 -3 ports/x11-drivers/xf86-video-mga/distinfo 1.1 +151 -0 ports/x11-drivers/xf86-video-mga/files/patch-1.4.7-master-20080102 (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 13:25:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFBB116A468; Wed, 2 Jan 2008 13:25:56 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8EF413C4CC; Wed, 2 Jan 2008 13:25:56 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02DPuVm045901; Wed, 2 Jan 2008 13:25:56 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02DPuNW045900; Wed, 2 Jan 2008 13:25:56 GMT (envelope-from mnag) Message-Id: <200801021325.m02DPuNW045900@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 2 Jan 2008 13:25:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix-current Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 13:25:57 -0000 mnag 2008-01-02 13:25:56 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo Log: - Update to 2.5-20071227 Revision Changes Path 1.219 +1 -1 ports/mail/postfix-current/Makefile 1.157 +3 -3 ports/mail/postfix-current/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 13:49:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B44716A419; Wed, 2 Jan 2008 13:49:20 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E037713C469; Wed, 2 Jan 2008 13:49:19 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02DnJGG053451; Wed, 2 Jan 2008 13:49:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02DnJYl053450; Wed, 2 Jan 2008 13:49:19 GMT (envelope-from pav) Message-Id: <200801021349.m02DnJYl053450@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 2 Jan 2008 13:49:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/prboom Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 13:49:20 -0000 pav 2008-01-02 13:49:19 UTC FreeBSD ports repository Modified files: games/prboom Makefile Log: - Flip OpenGL 'on' by default Submitted by: pfgshield-freebsd@yahoo.com Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.18 +3 -3 ports/games/prboom/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jan 2 13:51:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40EFD16A417; Wed, 2 Jan 2008 13:51:58 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1900613C45D; Wed, 2 Jan 2008 13:51:58 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02DpvaY054280; Wed, 2 Jan 2008 13:51:57 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02Dpv8i054279; Wed, 2 Jan 2008 13:51:57 GMT (envelope-from mich) Message-Id: <200801021351.m02Dpv8i054279@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Wed, 2 Jan 2008 13:51:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/libcdio/files patch-lib_driver_FreeBSD_freebsd.c patch-lib_driver_FreeBSD_freebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 13:51:58 -0000 mich 2008-01-02 13:51:57 UTC FreeBSD ports repository Added files: sysutils/libcdio/files patch-lib_driver_FreeBSD_freebsd.c patch-lib_driver_FreeBSD_freebsd.h Log: - add get_media_changed method drives accessed via CAM(SCSI/ATAPICAM) Submitted by: Andriy Gapon Revision Changes Path 1.1 +41 -0 ports/sysutils/libcdio/files/patch-lib_driver_FreeBSD_freebsd.c (new) 1.1 +14 -0 ports/sysutils/libcdio/files/patch-lib_driver_FreeBSD_freebsd.h (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 13:55:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9975816A417; Wed, 2 Jan 2008 13:55:34 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71D1713C4CE; Wed, 2 Jan 2008 13:55:34 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02DtYFI057088; Wed, 2 Jan 2008 13:55:34 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02DtY1d057087; Wed, 2 Jan 2008 13:55:34 GMT (envelope-from arved) Message-Id: <200801021355.m02DtY1d057087@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 2 Jan 2008 13:55:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/nut Makefile ports/sysutils/nut/files patch-m4-nut_check_ipv6.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 13:55:34 -0000 arved 2008-01-02 13:55:34 UTC FreeBSD ports repository Modified files: sysutils/nut Makefile Added files: sysutils/nut/files patch-m4-nut_check_ipv6.m4 Log: Fix configure check for IPv6 detection, and add an IPV6 OPTION PR: 117144 Submitted by: Joerg Pulz Revision Changes Path 1.40 +9 -0 ports/sysutils/nut/Makefile 1.1 +13 -0 ports/sysutils/nut/files/patch-m4-nut_check_ipv6.m4 (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 14:13:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05A9116A418; Wed, 2 Jan 2008 14:13:14 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D33A813C46B; Wed, 2 Jan 2008 14:13:13 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02EDDjc063569; Wed, 2 Jan 2008 14:13:13 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02EDDAr063565; Wed, 2 Jan 2008 14:13:13 GMT (envelope-from arved) Message-Id: <200801021413.m02EDDAr063565@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 2 Jan 2008 14:13:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/poedit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 14:13:14 -0000 arved 2008-01-02 14:13:13 UTC FreeBSD ports repository Modified files: editors/poedit Makefile Log: Port requires WX 2.8 to compile PR: 119060 Submitted by: Hiroto Kagotani Revision Changes Path 1.51 +1 -1 ports/editors/poedit/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jan 2 14:16:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25C7716A419; Wed, 2 Jan 2008 14:16:55 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F20D113C458; Wed, 2 Jan 2008 14:16:54 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02EGsUv065911; Wed, 2 Jan 2008 14:16:54 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02EGsJf065906; Wed, 2 Jan 2008 14:16:54 GMT (envelope-from flz) Message-Id: <200801021416.m02EGsJf065906@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 2 Jan 2008 14:16:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xdm Makefile ports/x11/xdm/files patch-config_Xresources.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 14:16:55 -0000 flz 2008-01-02 14:16:54 UTC FreeBSD ports repository Modified files: x11/xdm Makefile Added files: x11/xdm/files patch-config_Xresources.cpp Log: - Fix if-block in Xresources. [1] - Fix paths in various scripts. [2] PR: ports/117722 [1], ports/117841 [2] Submitted by: Warren Block [1], J.R. Oldroyd [2] Revision Changes Path 1.7 +5 -3 ports/x11/xdm/Makefile 1.1 +21 -0 ports/x11/xdm/files/patch-config_Xresources.cpp (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 14:27:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71B1916A421; Wed, 2 Jan 2008 14:27:56 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48C0313C4D3; Wed, 2 Jan 2008 14:27:56 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02ERu4C069766; Wed, 2 Jan 2008 14:27:56 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02ERuUd069765; Wed, 2 Jan 2008 14:27:56 GMT (envelope-from tabthorpe) Message-Id: <200801021427.m02ERuUd069765@repoman.freebsd.org> From: Thomas Abthorpe Date: Wed, 2 Jan 2008 14:27:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/p5-Net-DNSBL-MultiDaemon Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 14:27:56 -0000 tabthorpe 2008-01-02 14:27:56 UTC FreeBSD ports repository Modified files: dns/p5-Net-DNSBL-MultiDaemon Makefile distinfo pkg-plist Log: - Update to 0.22 PR: ports/119249 Submitted by: Philippe Audeoud Approved by: Andy Greenwood (maintainer) Revision Changes Path 1.2 +1 -1 ports/dns/p5-Net-DNSBL-MultiDaemon/Makefile 1.2 +3 -3 ports/dns/p5-Net-DNSBL-MultiDaemon/distinfo 1.2 +3 -0 ports/dns/p5-Net-DNSBL-MultiDaemon/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jan 2 15:22:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 029D816A41A; Wed, 2 Jan 2008 15:22:27 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF0C313C467; Wed, 2 Jan 2008 15:22:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02FMQ3F091595; Wed, 2 Jan 2008 15:22:26 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02FMQj3091592; Wed, 2 Jan 2008 15:22:26 GMT (envelope-from netchild) Message-Id: <200801021522.m02FMQj3091592@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 2 Jan 2008 15:22:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/ideas ideas.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 15:22:27 -0000 netchild 2008-01-02 15:22:26 UTC FreeBSD doc repository (src,ports committer) Modified files: en/projects/ideas ideas.xml Log: Add some more infos: - textdump in 8-current in the automatic crash reporting entry - FEATURE macro in 8-current for the kernel features entry - bsdtar mtree extensions for the non-root release building entry[1] Discussed with: kientzle Revision Changes Path 1.33 +29 -12 www/en/projects/ideas/ideas.xml From owner-cvs-all@FreeBSD.ORG Wed Jan 2 15:32:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C431716A421; Wed, 2 Jan 2008 15:32:36 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA1113C46E; Wed, 2 Jan 2008 15:32:36 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02FWal1097204; Wed, 2 Jan 2008 15:32:36 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02FWama097201; Wed, 2 Jan 2008 15:32:36 GMT (envelope-from sat) Message-Id: <200801021532.m02FWama097201@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 2 Jan 2008 15:32:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/linux-cairo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 15:32:36 -0000 sat 2008-01-02 15:32:36 UTC FreeBSD ports repository Modified files: graphics/linux-cairo Makefile Log: - s/USE_LDCONFIG/INSTALLS_SHLIB/ Reported by: Rick C. Petty , netchild Revision Changes Path 1.2 +1 -1 ports/graphics/linux-cairo/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jan 2 16:45:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08F0A16A46B; Wed, 2 Jan 2008 16:45:15 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D366B13C46E; Wed, 2 Jan 2008 16:45:14 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02GjEVs031207; Wed, 2 Jan 2008 16:45:14 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02GjEVn031203; Wed, 2 Jan 2008 16:45:14 GMT (envelope-from tobez) Message-Id: <200801021645.m02GjEVn031203@repoman.freebsd.org> From: Anton Berezin Date: Wed, 2 Jan 2008 16:45:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 16:45:15 -0000 tobez 2008-01-02 16:45:14 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile Log: Remove a duplicated DOCS= line. This commit does not affect the build or anything. Submitted by: TAOKA Fumiyoshi PR: 119266 Approved by: maintainer Revision Changes Path 1.111 +0 -1 ports/mail/p5-Mail-SpamAssassin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jan 2 16:52:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D01A116A419; Wed, 2 Jan 2008 16:52:56 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FC2B13C45D; Wed, 2 Jan 2008 16:52:56 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02Gquoi041715; Wed, 2 Jan 2008 16:52:56 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02Gqubb041713; Wed, 2 Jan 2008 16:52:56 GMT (envelope-from sat) Message-Id: <200801021652.m02Gqubb041713@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 2 Jan 2008 16:52:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nipper Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 16:52:56 -0000 sat 2008-01-02 16:52:56 UTC FreeBSD ports repository Modified files: net-mgmt/nipper Makefile distinfo Log: - Update to 0.11.1 Revision Changes Path 1.13 +1 -1 ports/net-mgmt/nipper/Makefile 1.13 +3 -3 ports/net-mgmt/nipper/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 17:09:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DB4316A417; Wed, 2 Jan 2008 17:09:16 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5655213C442; Wed, 2 Jan 2008 17:09:16 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02H9G9V050441; Wed, 2 Jan 2008 17:09:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02H9GOd050440; Wed, 2 Jan 2008 17:09:16 GMT (envelope-from jhb) Message-Id: <200801021709.m02H9GOd050440@repoman.freebsd.org> From: John Baldwin Date: Wed, 2 Jan 2008 17:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_smp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 17:09:16 -0000 jhb 2008-01-02 17:09:16 UTC FreeBSD src repository Modified files: sys/kern subr_smp.c Log: A few whitespace fixes. Revision Changes Path 1.203 +11 -12 src/sys/kern/subr_smp.c From owner-cvs-all@FreeBSD.ORG Wed Jan 2 17:47:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2EEB16A417; Wed, 2 Jan 2008 17:47:03 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAFB213C455; Wed, 2 Jan 2008 17:47:03 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02Hl3Kl068830; Wed, 2 Jan 2008 17:47:03 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02Hl3hm068829; Wed, 2 Jan 2008 17:47:03 GMT (envelope-from jmelo) Message-Id: <200801021747.m02Hl3hm068829@repoman.freebsd.org> From: Jean Milanez Melo Date: Wed, 2 Jan 2008 17:47:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/syscp/files patch-syscp-FBSD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 17:47:04 -0000 jmelo 2008-01-02 17:47:03 UTC FreeBSD ports repository Added files: sysutils/syscp/files patch-syscp-FBSD Log: - Add patch to fix the install on the last commit. Submitted by: Janky Jay (maintainer) by email Revision Changes Path 1.1 +510 -0 ports/sysutils/syscp/files/patch-syscp-FBSD (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 18:05:08 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD1516A41A; Wed, 2 Jan 2008 18:05:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 3AEF313C459; Wed, 2 Jan 2008 18:05:06 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8q) with ESMTP id 227032743-1834499 for multiple; Wed, 02 Jan 2008 13:02:53 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id m02I4kCi018326; Wed, 2 Jan 2008 13:04:46 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "M. Warner Losh" Date: Wed, 2 Jan 2008 12:17:21 -0500 User-Agent: KMail/1.9.6 References: <200712311219.08286.jhb@freebsd.org> <20080101161858.A10345@delplex.bde.org> <20080101.024546.1079618522.imp@bsdimp.com> In-Reply-To: <20080101.024546.1079618522.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801021217.22195.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 02 Jan 2008 13:04:47 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5343/Wed Jan 2 12:41:01 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: rrs@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, brde@optusnet.com.au, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 18:05:08 -0000 On Tuesday 01 January 2008 04:45:46 am M. Warner Losh wrote: > In message: <20080101161858.A10345@delplex.bde.org> > Bruce Evans writes: > : On Mon, 31 Dec 2007, M. Warner Losh wrote: > : > : > In message: <200712311219.08286.jhb@freebsd.org> > : > John Baldwin writes: > : > : > : The more correct fix though is to do a 'sched_prio()' at the start of the > : > : thread's main loop to set the priority and then not adjust it via msleep(). > : > : Kernel threads really should never pass a priority to msleep() but always '0' > : > : (which means "don't change my priority"). > : > > : > Not PZERO? When should one use PZERO and when should one use a bare > : > '0'? Can this information be added to the man page? > : > : PZERO is compatibility cruft which should never be used. Just a few > : places in kern still use it to invent a priority when no suitable > : priority (like PSOCK or PRIBIO) is already #defined. It isn't clear > : where these invented priorities are suitable. > > Do we want to document the other Pxxxx priorities? Also, PZERO is meant to be a base for userland priorities (threads in userland should be <= PZERO except for real time threads) and is an actual priority value. 0 means "don't change anything." > : Otherwise, PZERO has a completely different meaning from either priority > : 0 (maximal) or the bare 0 arg to msleep. It means some middle priority, > : or the bias from priority 0 to get to that middle priority, so that > : after subtracting it, 0 becomes the middle priority. The bare 0 is > : actualy priority 0 (maximal) overloaded to mean "don't change the > : priority". This overloading doesn't lose anything except clarity since > : nothing is permitted to wake up at maximal priority after a sleep. > : (Maximal priority is reserved for realtime priority ithreads and even > : much lower priority ithreads are not permitted to sleep, and non-interrupt > : threads aren't permitted to run at ithread priorities except temporarily > : for priority propagation.) > > So would the following be a reasonable change to sleep.9? > > Index: sleep.9 > =================================================================== > RCS file: /home/ncvs/src/share/man/man9/sleep.9,v > retrieving revision 1.61 > diff -u -r1.61 sleep.9 > --- sleep.9 30 Mar 2007 18:07:26 -0000 1.61 > +++ sleep.9 1 Jan 2008 09:44:01 -0000 > @@ -93,6 +93,10 @@ > runnable with the specified > .Fa priority > when it resumes. > +.Dv PZERO > +should never be used, as it is for compatibility only. > +A new priority of 0 means to use the thread's current priority when > +it is made runnable again. > If > .Fa priority > includes the The manpage already says that priority 0 doesn't change the priority (look at the first half of the sentence before your new one). I'm not sure PZERO deserves special mention. You could perhaps add a new section after 'DESCRIPTION' that covers the various Pxxx priorities that are often used for *sleep() routines such as PZERO, PSOCK, PVM, etc. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Wed Jan 2 18:47:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAE6616A46B; Wed, 2 Jan 2008 18:47:34 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92B9013C458; Wed, 2 Jan 2008 18:47:34 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02IlYLr093691; Wed, 2 Jan 2008 18:47:34 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02IlYKC093690; Wed, 2 Jan 2008 18:47:34 GMT (envelope-from tabthorpe) Message-Id: <200801021847.m02IlYKC093690@repoman.freebsd.org> From: Thomas Abthorpe Date: Wed, 2 Jan 2008 18:47:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-MIME-Lite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 18:47:34 -0000 tabthorpe 2008-01-02 18:47:34 UTC FreeBSD ports repository Modified files: mail/p5-MIME-Lite Makefile distinfo Log: - Update to 3.0.21 PR: ports/119261 Submitted by: Philippe Audeoud Revision Changes Path 1.16 +1 -2 ports/mail/p5-MIME-Lite/Makefile 1.11 +3 -3 ports/mail/p5-MIME-Lite/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 18:48:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8B8116A418; Wed, 2 Jan 2008 18:48:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0AB313C43E; Wed, 2 Jan 2008 18:48:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02ImRtb093749; Wed, 2 Jan 2008 18:48:27 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02ImRp1093748; Wed, 2 Jan 2008 18:48:27 GMT (envelope-from obrien) Message-Id: <200801021848.m02ImRp1093748@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 2 Jan 2008 18:48:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_tc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 18:48:28 -0000 obrien 2008-01-02 18:48:27 UTC FreeBSD src repository Modified files: sys/kern kern_tc.c Log: Note what is too {short,long}. Revision Changes Path 1.179 +2 -2 src/sys/kern/kern_tc.c From owner-cvs-all@FreeBSD.ORG Wed Jan 2 19:22:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9745116A418; Wed, 2 Jan 2008 19:22:19 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0AA13C442; Wed, 2 Jan 2008 19:22:19 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02JMJqo009105; Wed, 2 Jan 2008 19:22:19 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02JMJd9009102; Wed, 2 Jan 2008 19:22:19 GMT (envelope-from trasz) Message-Id: <200801021922.m02JMJd9009102@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Wed, 2 Jan 2008 19:22:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/jack-keyboard Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 19:22:19 -0000 trasz 2008-01-02 19:22:19 UTC FreeBSD ports repository Modified files: audio/jack-keyboard Makefile distinfo Log: - Update to 2.1 Revision Changes Path 1.11 +1 -1 ports/audio/jack-keyboard/Makefile 1.7 +3 -3 ports/audio/jack-keyboard/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 19:22:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D17A916A47D; Wed, 2 Jan 2008 19:22:20 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF99F13C455; Wed, 2 Jan 2008 19:22:20 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02JMKxn009166; Wed, 2 Jan 2008 19:22:20 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02JMKRL009165; Wed, 2 Jan 2008 19:22:20 GMT (envelope-from tabthorpe) Message-Id: <200801021922.m02JMKRL009165@repoman.freebsd.org> From: Thomas Abthorpe Date: Wed, 2 Jan 2008 19:22:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/squirrelmail-multilogin-plugin Makefile distinfo pkg-descr pkg-plist ports/mail/squirrelmail-multilogin-plugin/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 19:22:21 -0000 tabthorpe 2008-01-02 19:22:20 UTC FreeBSD ports repository Modified files: mail/squirrelmail-multilogin-plugin Makefile distinfo pkg-descr pkg-plist mail/squirrelmail-multilogin-plugin/files pkg-message.in Log: - Update to 2.3.4 PR: ports/119267 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.2 +14 -12 ports/mail/squirrelmail-multilogin-plugin/Makefile 1.2 +3 -3 ports/mail/squirrelmail-multilogin-plugin/distinfo 1.2 +1 -1 ports/mail/squirrelmail-multilogin-plugin/files/pkg-message.in 1.2 +1 -1 ports/mail/squirrelmail-multilogin-plugin/pkg-descr 1.2 +17 -3 ports/mail/squirrelmail-multilogin-plugin/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jan 2 19:35:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24CBB16A419; Wed, 2 Jan 2008 19:35:27 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFFB513C469; Wed, 2 Jan 2008 19:35:26 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02JZQPh023971; Wed, 2 Jan 2008 19:35:26 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02JZQrg023970; Wed, 2 Jan 2008 19:35:26 GMT (envelope-from trasz) Message-Id: <200801021935.m02JZQrg023970@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Wed, 2 Jan 2008 19:35:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/lash Makefile ports/audio/lash/files patch-lashd-conn_mgr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 19:35:27 -0000 trasz 2008-01-02 19:35:26 UTC FreeBSD ports repository Modified files: audio/lash Makefile Added files: audio/lash/files patch-lashd-conn_mgr.c Log: - Work around session resuming problem. Revision Changes Path 1.9 +1 -0 ports/audio/lash/Makefile 1.3 +15 -0 ports/audio/lash/files/patch-lashd-conn_mgr.c (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 19:40:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DC5916A419; Wed, 2 Jan 2008 19:40:38 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 550AA13C467; Wed, 2 Jan 2008 19:40:38 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02Jecel026241; Wed, 2 Jan 2008 19:40:38 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02Jec4K026240; Wed, 2 Jan 2008 19:40:38 GMT (envelope-from lofi) Message-Id: <200801021940.m02Jec4K026240@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 2 Jan 2008 19:40:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/dirmngr Makefile ports/security/dirmngr/files patch-src-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 19:40:38 -0000 lofi 2008-01-02 19:40:38 UTC FreeBSD ports repository Modified files: security/dirmngr Makefile Added files: security/dirmngr/files patch-src-Makefile.in Log: Fix build in WITHOUT_NLS case. PR: ports/119016 Submitted by: José García Juanino Revision Changes Path 1.31 +1 -0 ports/security/dirmngr/Makefile 1.1 +27 -0 ports/security/dirmngr/files/patch-src-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 20:31:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C3D616A46C; Wed, 2 Jan 2008 20:31:15 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14AA813C4E1; Wed, 2 Jan 2008 20:31:15 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02KVEGv046728; Wed, 2 Jan 2008 20:31:14 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02KVEts046726; Wed, 2 Jan 2008 20:31:14 GMT (envelope-from phk) Message-Id: <200801022031.m02KVEts046726@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 2 Jan 2008 20:31:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 20:31:15 -0000 phk 2008-01-02 20:31:14 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h Log: Follow the current fashion of gratuitously stomping into other peoples code with irrelevant changes[1]: Use bus_{read|write_*() instead of bus_space_{read|write}_*() for purely stylistic reasons. Due to compiler optimizations and inlining, this is for all practical purposes without effect in the compiled code. [1] NB: Approved by: sos Revision Changes Path 1.127 +14 -36 src/sys/dev/ata/ata-all.h From owner-cvs-all@FreeBSD.ORG Wed Jan 2 20:33:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21E4716A418; Wed, 2 Jan 2008 20:33:55 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE6F913C461; Wed, 2 Jan 2008 20:33:54 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02KXs2n049169; Wed, 2 Jan 2008 20:33:54 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02KXsWD049168; Wed, 2 Jan 2008 20:33:54 GMT (envelope-from phk) Message-Id: <200801022033.m02KXsWD049168@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 2 Jan 2008 20:33:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 20:33:55 -0000 phk 2008-01-02 20:33:54 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: If the disk reports that it support the Compact Flash Association command set, announce BIO_DELETE capability and issue ATA_CFA_ERASE when we get one. Once we issue more BIO_DELETE, this will improve lifetime, and possibly write speed of Flash based devices which have usable flash adaptation layers. For now, about the only usage is the newfs(1) -E flag. Approved by: sos Revision Changes Path 1.206 +9 -0 src/sys/dev/ata/ata-disk.c From owner-cvs-all@FreeBSD.ORG Wed Jan 2 20:40:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFC3F16A469; Wed, 2 Jan 2008 20:40:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A78FA13C4D3; Wed, 2 Jan 2008 20:40:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02Keeee050435; Wed, 2 Jan 2008 20:40:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02Keefu050434; Wed, 2 Jan 2008 20:40:40 GMT (envelope-from pav) Message-Id: <200801022040.m02Keefu050434@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 2 Jan 2008 20:40:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/angband Makefile pkg-plist ports/games/angband/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 20:40:40 -0000 pav 2008-01-02 20:40:40 UTC FreeBSD ports repository Modified files: games/angband Makefile pkg-plist games/angband/files pkg-message.in Log: - Fix up the permissions on a package - Explicitly disable SDL bits - Add note to pkg-message about membership in group games Revision Changes Path 1.31 +2 -1 ports/games/angband/Makefile 1.4 +2 -0 ports/games/angband/files/pkg-message.in 1.17 +2 -0 ports/games/angband/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jan 2 20:59:50 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F72B16A468 for ; Wed, 2 Jan 2008 20:59:50 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4949213C4F4 for ; Wed, 2 Jan 2008 20:59:50 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 89378 invoked from network); 2 Jan 2008 20:59:51 -0000 Received: from 209-128-117-003.bayarea.net (HELO ?10.0.8.5?) (nate-mail@209.128.117.3) by root.org with ESMTPA; 2 Jan 2008 20:59:51 -0000 Message-ID: <477BFB9D.8070201@root.org> Date: Wed, 02 Jan 2008 13:01:17 -0800 From: Nate Lawson User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Poul-Henning Kamp References: <20080102203119.BFF8616A55D@hub.freebsd.org> In-Reply-To: <20080102203119.BFF8616A55D@hub.freebsd.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@FreeBSD.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 20:59:50 -0000 Poul-Henning Kamp wrote: > phk 2008-01-02 20:31:14 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.h > Log: > Follow the current fashion of gratuitously stomping into other > peoples code with irrelevant changes[1]: > > Use bus_{read|write_*() instead of bus_space_{read|write}_*() for > purely stylistic reasons. > > Due to compiler optimizations and inlining, this is for all practical > purposes without effect in the compiled code. Ok, but this still doesn't address the performance loss fixed by this 3-year-old patch: http://lists.freebsd.org/pipermail/freebsd-current/2005-January/044858.html > Revision Changes Path > 1.127 +14 -36 src/sys/dev/ata/ata-all.h > > > Index: src/sys/dev/ata/ata-all.h > diff -u src/sys/dev/ata/ata-all.h:1.126 src/sys/dev/ata/ata-all.h:1.127 > --- src/sys/dev/ata/ata-all.h:1.126 Thu Dec 13 11:47:36 2007 > +++ src/sys/dev/ata/ata-all.h Wed Jan 2 20:31:14 2008 > @@ -579,56 +579,34 @@ > > /* macros to hide busspace uglyness */ > #define ATA_INB(res, offset) \ > - bus_space_read_1(rman_get_bustag((res)), \ > - rman_get_bushandle((res)), (offset)) > + bus_read_1((res), (offset)) -- Nate From owner-cvs-all@FreeBSD.ORG Wed Jan 2 21:15:04 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C05A16A469; Wed, 2 Jan 2008 21:15:04 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id E2E7913C43E; Wed, 2 Jan 2008 21:15:03 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 95C9217107; Wed, 2 Jan 2008 21:15:02 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.2/8.14.2) with ESMTP id m02LF18T001430; Wed, 2 Jan 2008 21:15:02 GMT (envelope-from phk@critter.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 02 Jan 2008 13:01:17 PST." <477BFB9D.8070201@root.org> Date: Wed, 02 Jan 2008 21:15:01 +0000 Message-ID: <1429.1199308501@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 21:15:04 -0000 In message <477BFB9D.8070201@root.org>, Nate Lawson writes: >Poul-Henning Kamp wrote: >Ok, but this still doesn't address the performance loss fixed by this >3-year-old patch: I think your patch is wrong because it moves the responsibility for the performance in the wrong direction: We shouldn't have to care about this in every single device driver. When I created bus_{read|write}_* that was mostly to reduce the risk of repetive strain injuries for device driver writers, but it was also an attempt to move the responsibility in the right direction. rman and bus_space was sort of conceived separately, but it is time they realize that they are indeed a couple so everybody don't have to pretend how surprised they are to see them together at this instant. -- 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 Jan 2 21:17:52 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A36C16A469 for ; Wed, 2 Jan 2008 21:17:52 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4AA2B13C4D9 for ; Wed, 2 Jan 2008 21:17:52 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 92566 invoked from network); 2 Jan 2008 21:17:52 -0000 Received: from 209-128-117-003.bayarea.net (HELO ?10.0.8.5?) (nate-mail@209.128.117.3) by root.org with ESMTPA; 2 Jan 2008 21:17:52 -0000 Message-ID: <477BFFD6.1080502@root.org> Date: Wed, 02 Jan 2008 13:19:18 -0800 From: Nate Lawson User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Poul-Henning Kamp References: <1429.1199308501@critter.freebsd.dk> In-Reply-To: <1429.1199308501@critter.freebsd.dk> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 21:17:52 -0000 Poul-Henning Kamp wrote: > In message <477BFB9D.8070201@root.org>, Nate Lawson writes: >> Poul-Henning Kamp wrote: > >> Ok, but this still doesn't address the performance loss fixed by this >> 3-year-old patch: > > I think your patch is wrong because it moves the responsibility for > the performance in the wrong direction: We shouldn't have to care > about this in every single device driver. > > When I created bus_{read|write}_* that was mostly to reduce the > risk of repetive strain injuries for device driver writers, but > it was also an attempt to move the responsibility in the right > direction. > > rman and bus_space was sort of conceived separately, but it is > time they realize that they are indeed a couple so everybody don't > have to pretend how surprised they are to see them together at > this instant. I'm happy to see this encapsulated, as long as it gets rid of the unnecessary overhead of what should be merely a structure member dereference. Thanks, -- Nate From owner-cvs-all@FreeBSD.ORG Wed Jan 2 21:29:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E84916A469; Wed, 2 Jan 2008 21:29:28 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D82013C469; Wed, 2 Jan 2008 21:29:28 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02LTS1v082104; Wed, 2 Jan 2008 21:29:28 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02LTSwL082103; Wed, 2 Jan 2008 21:29:28 GMT (envelope-from lioux) Message-Id: <200801022129.m02LTSwL082103@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 2 Jan 2008 21:29:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/palm/uppc-kmod Makefile ports/palm/uppc-kmod/files patch-uppc.c patch-uppcsetup X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 21:29:28 -0000 lioux 2008-01-02 21:29:28 UTC FreeBSD ports repository Modified files: palm/uppc-kmod Makefile palm/uppc-kmod/files patch-uppc.c Added files: palm/uppc-kmod/files patch-uppcsetup Log: o Remove BROKEN, it actually does not build due to the lack of a header file include required for __FreeBSD_version >= 700049: patch uppc.c accordingly o Fix uppcsetup: kldxref(8) module directory when it is installed o Bump PORTREVSION due to uppcsetup script change Revision Changes Path 1.23 +1 -5 ports/palm/uppc-kmod/Makefile 1.4 +15 -4 ports/palm/uppc-kmod/files/patch-uppc.c 1.1 +10 -0 ports/palm/uppc-kmod/files/patch-uppcsetup (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 22:04:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A813216A420; Wed, 2 Jan 2008 22:04:48 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8001E13C43E; Wed, 2 Jan 2008 22:04:48 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02M4mNo000189; Wed, 2 Jan 2008 22:04:48 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02M4mH2000188; Wed, 2 Jan 2008 22:04:48 GMT (envelope-from beech) Message-Id: <200801022204.m02M4mH2000188@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 2 Jan 2008 22:04:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/ircproxy Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 22:04:48 -0000 beech 2008-01-02 22:04:48 UTC FreeBSD ports repository Modified files: irc/ircproxy Makefile distinfo pkg-plist Log: - Update to 1.3.3c - Use datadir macro PR: ports/119174 Submitted by: Jonas Kvinge Approved by: linimon (mentor) Revision Changes Path 1.9 +2 -2 ports/irc/ircproxy/Makefile 1.7 +3 -3 ports/irc/ircproxy/distinfo 1.5 +7 -7 ports/irc/ircproxy/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jan 2 22:12:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4611D16A418; Wed, 2 Jan 2008 22:12:08 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E5EB13C46E; Wed, 2 Jan 2008 22:12:08 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02MC8XF001435; Wed, 2 Jan 2008 22:12:08 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02MC7OH001434; Wed, 2 Jan 2008 22:12:07 GMT (envelope-from beech) Message-Id: <200801022212.m02MC7OH001434@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 2 Jan 2008 22:12:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/assp Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 22:12:08 -0000 beech 2008-01-02 22:12:07 UTC FreeBSD ports repository Modified files: mail/assp Makefile pkg-plist Log: - Add missing port dependency - Bump portrevision PR: ports/119142 Submitted by: J.R. Oldroyd Approved by: linimon (mentor) Revision Changes Path 1.14 +7 -1 ports/mail/assp/Makefile 1.7 +1 -1 ports/mail/assp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jan 2 22:16:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA05F16A475; Wed, 2 Jan 2008 22:16:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 829D213C447; Wed, 2 Jan 2008 22:16:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02MGxfd004337; Wed, 2 Jan 2008 22:16:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02MGxKG004336; Wed, 2 Jan 2008 22:16:59 GMT (envelope-from pav) Message-Id: <200801022216.m02MGxKG004336@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 2 Jan 2008 22:16:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/limewire Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 22:16:59 -0000 pav 2008-01-02 22:16:59 UTC FreeBSD ports repository Modified files: net-p2p/limewire Makefile distinfo pkg-plist Log: - Update to 4.14.12 and unbreak for now PR: ports/117959 Submitted by: Chess Griffin Revision Changes Path 1.32 +1 -4 ports/net-p2p/limewire/Makefile 1.18 +3 -3 ports/net-p2p/limewire/distinfo 1.9 +42 -43 ports/net-p2p/limewire/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jan 2 22:23:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2303716A41A; Wed, 2 Jan 2008 22:23:29 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FDB713C44B; Wed, 2 Jan 2008 22:23:29 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02MNS7N006103; Wed, 2 Jan 2008 22:23:28 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02MNS8G006100; Wed, 2 Jan 2008 22:23:28 GMT (envelope-from beech) Message-Id: <200801022223.m02MNS8G006100@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 2 Jan 2008 22:23:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors Makefile ports/editors/xmlcopyeditor Makefile distinfo pkg-descr pkg-plist ports/editors/xmlcopyeditor/files patch-aclocal.m4.diff patch-configure.in.diff patch-src_Makefile.am.diff patch-src_xmlcopyeditor.cpp.diff patch-src_xmlcopyeditor.h.diff ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 22:23:29 -0000 beech 2008-01-02 22:23:28 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/xmlcopyeditor Makefile distinfo pkg-descr pkg-plist editors/xmlcopyeditor/files patch-aclocal.m4.diff patch-configure.in.diff patch-src_Makefile.am.diff patch-src_xmlcopyeditor.cpp.diff patch-src_xmlcopyeditor.h.diff pkg-message.in Log: - New port xmlcopyeditor-1.1.0.3 - XML Copy Editor is a fast validating XML editor. Features: * DTD/XML Schema/RELAX NG validation * XSLT * XPath * Pretty-printing * Syntax highlighting * Folding * Tag completion * Tag locking * Tag-free editing * Spelling and style check * Built-in support for XHTML, XSL, DocBook and TEI PR: ports/118483 Submitted by: Jose Garcia Juanino (maintainer) Approved by: linimon (mentor) Revision Changes Path 1.387 +1 -0 ports/editors/Makefile 1.1 +41 -0 ports/editors/xmlcopyeditor/Makefile (new) 1.1 +3 -0 ports/editors/xmlcopyeditor/distinfo (new) 1.1 +83 -0 ports/editors/xmlcopyeditor/files/patch-aclocal.m4.diff (new) 1.1 +12 -0 ports/editors/xmlcopyeditor/files/patch-configure.in.diff (new) 1.1 +45 -0 ports/editors/xmlcopyeditor/files/patch-src_Makefile.am.diff (new) 1.1 +26 -0 ports/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.cpp.diff (new) 1.1 +10 -0 ports/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.h.diff (new) 1.1 +8 -0 ports/editors/xmlcopyeditor/files/pkg-message.in (new) 1.1 +17 -0 ports/editors/xmlcopyeditor/pkg-descr (new) 1.1 +231 -0 ports/editors/xmlcopyeditor/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 22:24:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6900D16A41A; Wed, 2 Jan 2008 22:24:23 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 41E4913C461; Wed, 2 Jan 2008 22:24:23 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02MONbG007072; Wed, 2 Jan 2008 22:24:23 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02MONcm007071; Wed, 2 Jan 2008 22:24:23 GMT (envelope-from beech) Message-Id: <200801022224.m02MONcm007071@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 2 Jan 2008 22:24:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 22:24:23 -0000 beech 2008-01-02 22:24:23 UTC FreeBSD ports repository Modified files: . modules Log: xmlcopyeditor --> ports/editors/xmlcopyeditor Revision Changes Path 1.19141 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jan 2 22:59:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E86D16A41A; Wed, 2 Jan 2008 22:59:13 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5588D13C442; Wed, 2 Jan 2008 22:59:13 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02MxD2e019253; Wed, 2 Jan 2008 22:59:13 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02MxDHm019252; Wed, 2 Jan 2008 22:59:13 GMT (envelope-from sobomax) Message-Id: <200801022259.m02MxDHm019252@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 2 Jan 2008 22:59:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/asterisk Makefile distinfo ports/net/asterisk/files patch-channels::chan_h323.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 22:59:13 -0000 sobomax 2008-01-02 22:59:12 UTC FreeBSD ports repository Modified files: net/asterisk Makefile distinfo Removed files: net/asterisk/files patch-channels::chan_h323.c Log: Upgrade to 1.4.17, this is mostly a security release that fixes bug which can cause DoS (AST-2008-001). Revision Changes Path 1.89 +1 -1 ports/net/asterisk/Makefile 1.32 +3 -3 ports/net/asterisk/distinfo 1.8 +0 -13 ports/net/asterisk/files/patch-channels::chan_h323.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 23:26:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB75316A421; Wed, 2 Jan 2008 23:26:12 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8BB13C4D9; Wed, 2 Jan 2008 23:26:12 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02NQCVM031952; Wed, 2 Jan 2008 23:26:12 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02NQC7H031951; Wed, 2 Jan 2008 23:26:12 GMT (envelope-from obrien) Message-Id: <200801022326.m02NQC7H031951@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 2 Jan 2008 23:26:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat atalk.c bpf.c if.c inet.c inet6.c ipsec.c ipx.c main.c mbuf.c mcast.c mroute.c mroute6.c netgraph.c netstat.h pfkey.c route.c sctp.c unix.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 23:26:12 -0000 obrien 2008-01-02 23:26:12 UTC FreeBSD src repository Modified files: usr.bin/netstat atalk.c bpf.c if.c inet.c inet6.c ipsec.c ipx.c main.c mbuf.c mcast.c mroute.c mroute6.c netgraph.c netstat.h pfkey.c route.c sctp.c unix.c Log: style(9) + kread is not a boolean, so check it as such + fix $FreeBSD$ Ids + denote copyrights with /*- + misc whitespace changes. Revision Changes Path 1.27 +2 -2 src/usr.bin/netstat/atalk.c 1.10 +5 -3 src/usr.bin/netstat/bpf.c 1.70 +19 -18 src/usr.bin/netstat/if.c 1.80 +35 -35 src/usr.bin/netstat/inet.c 1.30 +57 -57 src/usr.bin/netstat/inet6.c 1.18 +12 -15 src/usr.bin/netstat/ipsec.c 1.28 +7 -7 src/usr.bin/netstat/ipx.c 1.88 +28 -28 src/usr.bin/netstat/main.c 1.54 +2 -2 src/usr.bin/netstat/mbuf.c 1.10 +2 -2 src/usr.bin/netstat/mcast.c 1.31 +4 -4 src/usr.bin/netstat/mroute.c 1.22 +2 -3 src/usr.bin/netstat/mroute6.c 1.14 +3 -3 src/usr.bin/netstat/netgraph.c 1.52 +6 -6 src/usr.bin/netstat/netstat.h 1.6 +9 -12 src/usr.bin/netstat/pfkey.c 1.83 +18 -18 src/usr.bin/netstat/route.c 1.9 +36 -37 src/usr.bin/netstat/sctp.c 1.21 +3 -3 src/usr.bin/netstat/unix.c From owner-cvs-all@FreeBSD.ORG Wed Jan 2 23:42:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 378EE16A41B; Wed, 2 Jan 2008 23:42:19 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FCB113C459; Wed, 2 Jan 2008 23:42:19 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02NgIOm036681; Wed, 2 Jan 2008 23:42:18 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02NgIo5036680; Wed, 2 Jan 2008 23:42:18 GMT (envelope-from mnag) Message-Id: <200801022342.m02NgIo5036680@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 2 Jan 2008 23:42:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libevent Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 23:42:19 -0000 mnag 2008-01-02 23:42:18 UTC FreeBSD ports repository Modified files: devel/libevent Makefile distinfo pkg-plist Log: - Update to 1.3e PR: 117581 Submitted by: bf Revision Changes Path 1.34 +1 -1 ports/devel/libevent/Makefile 1.19 +3 -3 ports/devel/libevent/distinfo 1.9 +2 -2 ports/devel/libevent/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jan 2 23:42:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 988C116A41B; Wed, 2 Jan 2008 23:42:38 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7129F13C458; Wed, 2 Jan 2008 23:42:38 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02Ngcv9036859; Wed, 2 Jan 2008 23:42:38 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02NgcE2036858; Wed, 2 Jan 2008 23:42:38 GMT (envelope-from mnag) Message-Id: <200801022342.m02NgcE2036858@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 2 Jan 2008 23:42:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/memcached Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 23:42:38 -0000 mnag 2008-01-02 23:42:38 UTC FreeBSD ports repository Modified files: databases/memcached Makefile distinfo Log: - Update to 1.2.4 - Update dependency of libevent Revision Changes Path 1.25 +2 -2 ports/databases/memcached/Makefile 1.11 +3 -3 ports/databases/memcached/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jan 2 23:43:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3EB516A417; Wed, 2 Jan 2008 23:43:03 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1E0513C461; Wed, 2 Jan 2008 23:43:03 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02Nh3bT037626; Wed, 2 Jan 2008 23:43:03 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02Nh3gj037625; Wed, 2 Jan 2008 23:43:03 GMT (envelope-from mnag) Message-Id: <200801022343.m02Nh3gj037625@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 2 Jan 2008 23:43:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/memcachedb Makefile ports/databases/mysql-proxy Makefile ports/databases/pgbouncer Makefile ports/devel/eventxx Makefile ports/devel/libdnsres Makefile ports/devel/ocaml-event Makefile ports/devel/p5-Event-Lib Makefile ports/devel/py-event ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 23:43:03 -0000 mnag 2008-01-02 23:43:03 UTC FreeBSD ports repository Modified files: databases/memcachedb Makefile databases/mysql-proxy Makefile databases/pgbouncer Makefile devel/eventxx Makefile devel/libdnsres Makefile devel/ocaml-event Makefile devel/p5-Event-Lib Makefile devel/py-event Makefile devel/thrift Makefile ftp/ftp-proxy Makefile ftp/pftpx Makefile lang/io Makefile net/arpd Makefile net/honeyd Makefile net/libevnet Makefile net/nylon Makefile net/openospfd Makefile net/openospfd-devel Makefile net/plb Makefile net/spserver Makefile net/trickle Makefile net/vomit Makefile security/fragroute Makefile security/scanssh Makefile security/stegdetect Makefile security/tor Makefile security/tor-devel Makefile www/crawl Makefile Log: - Bump PORTREVISION since devel/libevent are updated. Revision Changes Path 1.3 +2 -1 ports/databases/memcachedb/Makefile 1.7 +2 -2 ports/databases/mysql-proxy/Makefile 1.4 +2 -1 ports/databases/pgbouncer/Makefile 1.6 +2 -2 ports/devel/eventxx/Makefile 1.6 +1 -1 ports/devel/libdnsres/Makefile 1.10 +2 -2 ports/devel/ocaml-event/Makefile 1.10 +2 -1 ports/devel/p5-Event-Lib/Makefile 1.4 +2 -2 ports/devel/py-event/Makefile 1.4 +2 -1 ports/devel/thrift/Makefile 1.10 +2 -1 ports/ftp/ftp-proxy/Makefile 1.8 +2 -2 ports/ftp/pftpx/Makefile 1.17 +2 -2 ports/lang/io/Makefile 1.12 +2 -2 ports/net/arpd/Makefile 1.32 +2 -2 ports/net/honeyd/Makefile 1.4 +2 -2 ports/net/libevnet/Makefile 1.22 +2 -2 ports/net/nylon/Makefile 1.8 +2 -2 ports/net/openospfd-devel/Makefile 1.9 +2 -2 ports/net/openospfd/Makefile 1.11 +2 -2 ports/net/plb/Makefile 1.7 +2 -2 ports/net/spserver/Makefile 1.17 +2 -2 ports/net/trickle/Makefile 1.17 +2 -2 ports/net/vomit/Makefile 1.21 +2 -2 ports/security/fragroute/Makefile 1.15 +2 -2 ports/security/scanssh/Makefile 1.27 +2 -2 ports/security/stegdetect/Makefile 1.51 +2 -1 ports/security/tor-devel/Makefile 1.34 +2 -2 ports/security/tor/Makefile 1.23 +2 -2 ports/www/crawl/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jan 2 23:55:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CED116A419; Wed, 2 Jan 2008 23:55:31 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BFD913C45D; Wed, 2 Jan 2008 23:55:30 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m02NtU2p043599; Wed, 2 Jan 2008 23:55:30 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m02NtUZo043598; Wed, 2 Jan 2008 23:55:30 GMT (envelope-from beech) Message-Id: <200801022355.m02NtUZo043598@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 2 Jan 2008 23:55:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/puf Makefile distinfo ports/ftp/puf/files patch-src-fetch.c patch-src-hostlist.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 23:55:31 -0000 beech 2008-01-02 23:55:29 UTC FreeBSD ports repository Modified files: ftp/puf Makefile distinfo Removed files: ftp/puf/files patch-src-fetch.c patch-src-hostlist.c Log: - Update to 1.0.0 - Use SF macro PR: ports/118810 Submitted by: Philippe Audeoud Approved by: linimon (mentor, maintainer timeout) Revision Changes Path 1.13 +3 -3 ports/ftp/puf/Makefile 1.13 +3 -3 ports/ftp/puf/distinfo 1.2 +0 -16 ports/ftp/puf/files/patch-src-fetch.c (dead) 1.2 +0 -26 ports/ftp/puf/files/patch-src-hostlist.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Jan 2 23:55:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9514116A419; Wed, 2 Jan 2008 23:55:50 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5454E13C46E; Wed, 2 Jan 2008 23:55:50 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.3] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m02Ntlg5071461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Jan 2008 15:55:48 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-ID: <477C245A.1070502@FreeBSD.org> Date: Wed, 02 Jan 2008 15:55:06 -0800 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Edwin Groothuis References: <200801010747.m017lg7T045831@repoman.freebsd.org> In-Reply-To: <200801010747.m017lg7T045831@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/zoneinfo europe southamerica zone.tab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 23:55:50 -0000 Can you please get this merged into RELENG_6_3 and RELENG_7_0? This is quite critical for many users, for example we've got a call from one customer already. Thanks! -Maxim Edwin Groothuis wrote: > edwin 2008-01-01 07:47:42 UTC > > FreeBSD src repository > > Modified files: > share/zoneinfo europe southamerica zone.tab > Log: > MFV of tzdata2007k. > > - Adjust Argentinian DST times. > - Add SJ on the right location. > > Revision Changes Path > 1.36 +1 -2 src/share/zoneinfo/europe > 1.33 +40 -12 src/share/zoneinfo/southamerica > 1.24 +2 -3 src/share/zoneinfo/zone.tab > From owner-cvs-all@FreeBSD.ORG Thu Jan 3 00:11:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34F0916A417; Thu, 3 Jan 2008 00:11:05 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC3B13C45B; Thu, 3 Jan 2008 00:11:05 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m030B4XH048948; Thu, 3 Jan 2008 00:11:04 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m030B4QX048946; Thu, 3 Jan 2008 00:11:04 GMT (envelope-from beech) Message-Id: <200801030011.m030B4QX048946@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 3 Jan 2008 00:11:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 00:11:05 -0000 beech 2008-01-03 00:11:04 UTC FreeBSD ports repository Modified files: . modules Log: phbb3 --> ports/www/phbb3 Revision Changes Path 1.19142 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jan 3 00:16:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABDD916A419; Thu, 3 Jan 2008 00:16:15 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 5785713C442; Thu, 3 Jan 2008 00:16:15 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 9058D2218A64; Thu, 3 Jan 2008 11:16:14 +1100 (EST) X-Viruscan-Id: <477C294D0000749D89CB3A@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id B0BC821B1902; Thu, 3 Jan 2008 11:16:13 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 6DB002218A3B; Thu, 3 Jan 2008 11:16:13 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 3EADA29E; Thu, 3 Jan 2008 11:16:13 +1100 (EST) Date: Thu, 3 Jan 2008 11:16:13 +1100 From: Edwin Groothuis To: Maxim Sobolev Message-ID: <20080103001613.GA37353@k7.mavetju> References: <200801010747.m017lg7T045831@repoman.freebsd.org> <477C245A.1070502@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <477C245A.1070502@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/zoneinfo europe southamerica zone.tab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 00:16:15 -0000 On Wed, Jan 02, 2008 at 03:55:06PM -0800, Maxim Sobolev wrote: > Can you please get this merged into RELENG_6_3 and RELENG_7_0? This is > quite critical for many users, for example we've got a call from one > customer already. I will poke re@ about it, but in case of emergency install misc/zoneinfo. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-all@FreeBSD.ORG Thu Jan 3 00:18:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61AEC16A419; Thu, 3 Jan 2008 00:18:04 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39C2F13C4D5; Thu, 3 Jan 2008 00:18:04 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m030I4VY052549; Thu, 3 Jan 2008 00:18:04 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m030I4iL052548; Thu, 3 Jan 2008 00:18:04 GMT (envelope-from jasone) Message-Id: <200801030018.m030I4iL052548@repoman.freebsd.org> From: Jason Evans Date: Thu, 3 Jan 2008 00:18:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/truss syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 00:18:04 -0000 jasone 2008-01-03 00:18:04 UTC FreeBSD src repository Modified files: usr.bin/truss syscalls.c Log: The break() system call takes a pointer argument, not an integer. This change fixes output for break() on LP64 systems. Revision Changes Path 1.56 +1 -1 src/usr.bin/truss/syscalls.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 00:18:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4217016A418; Thu, 3 Jan 2008 00:18:42 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1ACD513C45A; Thu, 3 Jan 2008 00:18:42 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m030IfdM052592; Thu, 3 Jan 2008 00:18:42 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m030IfwT052591; Thu, 3 Jan 2008 00:18:41 GMT (envelope-from beech) Message-Id: <200801030018.m030IfwT052591@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 3 Jan 2008 00:18:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 00:18:42 -0000 beech 2008-01-03 00:18:41 UTC FreeBSD ports repository Modified files: . modules Log: - Fix phpbb3 entry Approved by: linimon (mentor) Revision Changes Path 1.19143 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jan 3 00:23:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3497216A468; Thu, 3 Jan 2008 00:23:06 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE4313C458; Thu, 3 Jan 2008 00:23:06 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m030N56r054393; Thu, 3 Jan 2008 00:23:05 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m030N5IZ054392; Thu, 3 Jan 2008 00:23:05 GMT (envelope-from beech) Message-Id: <200801030023.m030N5IZ054392@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 3 Jan 2008 00:23:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/phpbb3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 00:23:06 -0000 beech 2008-01-03 00:23:05 UTC FreeBSD ports repository Modified files: www Makefile www/phpbb3 Makefile Log: - New port phpbb3-3.0.0 - Update after repocopy from phpbb-devel PR: ports/118934 Submitted by: Zhen REN (maintainer) Approved by: linimon (mentor) Revision Changes Path 1.1934 +1 -0 ports/www/Makefile 1.11 +4 -5 ports/www/phpbb3/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 01:25:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6386716A417; Thu, 3 Jan 2008 01:25:35 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B85B13C45D; Thu, 3 Jan 2008 01:25:35 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m031PZp7088298; Thu, 3 Jan 2008 01:25:35 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m031PZRV088297; Thu, 3 Jan 2008 01:25:35 GMT (envelope-from mnag) Message-Id: <200801030125.m031PZRV088297@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 3 Jan 2008 01:25:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/py-memcached Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 01:25:35 -0000 mnag 2008-01-03 01:25:35 UTC FreeBSD ports repository Modified files: databases/py-memcached Makefile distinfo pkg-plist Log: - Update to 1.40 - Now use easy_install in USE_PYDISTUTILS Revision Changes Path 1.11 +2 -2 ports/databases/py-memcached/Makefile 1.10 +3 -3 ports/databases/py-memcached/distinfo 1.2 +1 -3 ports/databases/py-memcached/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jan 3 01:25:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1B9816A46B; Thu, 3 Jan 2008 01:25:53 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A20413C4CC; Thu, 3 Jan 2008 01:25:53 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m031Prcq088335; Thu, 3 Jan 2008 01:25:53 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m031Prjc088334; Thu, 3 Jan 2008 01:25:53 GMT (envelope-from mnag) Message-Id: <200801030125.m031Prjc088334@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 3 Jan 2008 01:25:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/pecl-APC Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 01:25:53 -0000 mnag 2008-01-03 01:25:53 UTC FreeBSD ports repository Modified files: www/pecl-APC Makefile distinfo Log: - Update to 3.0.16 Revision Changes Path 1.22 +1 -1 ports/www/pecl-APC/Makefile 1.16 +3 -3 ports/www/pecl-APC/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 01:26:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA63716A476; Thu, 3 Jan 2008 01:26:11 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B2AF313C442; Thu, 3 Jan 2008 01:26:11 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m031QBAN088384; Thu, 3 Jan 2008 01:26:11 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m031QBbZ088383; Thu, 3 Jan 2008 01:26:11 GMT (envelope-from mnag) Message-Id: <200801030126.m031QBbZ088383@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 3 Jan 2008 01:26:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/pecl-timezonedb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 01:26:12 -0000 mnag 2008-01-03 01:26:11 UTC FreeBSD ports repository Modified files: misc/pecl-timezonedb Makefile distinfo Log: - Update to 2007.11 Revision Changes Path 1.7 +1 -1 ports/misc/pecl-timezonedb/Makefile 1.7 +3 -3 ports/misc/pecl-timezonedb/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 01:27:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20B6216A417; Thu, 3 Jan 2008 01:27:00 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED66D13C45A; Thu, 3 Jan 2008 01:26:59 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m031QxaR088420; Thu, 3 Jan 2008 01:26:59 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m031QxBr088419; Thu, 3 Jan 2008 01:26:59 GMT (envelope-from jeff) Message-Id: <200801030126.m031QxBr088419@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 3 Jan 2008 01:26:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 01:27:00 -0000 jeff 2008-01-03 01:26:59 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: - In sysctl_kern_file skip fdps with negative lastfiles. This can happen if there are no files open. Accounting for these can eventually return a negative value for olenp causing sysctl to crash with a bad malloc. Reported by: Pawel Worach Revision Changes Path 1.316 +2 -1 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 01:31:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F83F16A419; Thu, 3 Jan 2008 01:31:31 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 288A813C4D9; Thu, 3 Jan 2008 01:31:31 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m031VVYL089035; Thu, 3 Jan 2008 01:31:31 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m031VV5F089034; Thu, 3 Jan 2008 01:31:31 GMT (envelope-from mnag) Message-Id: <200801030131.m031VV5F089034@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 3 Jan 2008 01:31:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/py-libgmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 01:31:31 -0000 mnag 2008-01-03 01:31:30 UTC FreeBSD ports repository Modified files: mail/py-libgmail Makefile distinfo Log: - Update to 0.1.8 Revision Changes Path 1.4 +1 -1 ports/mail/py-libgmail/Makefile 1.5 +3 -3 ports/mail/py-libgmail/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 02:33:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2B4D16A41A; Thu, 3 Jan 2008 02:33:25 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA1BF13C459; Thu, 3 Jan 2008 02:33:25 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m032XP2s013341; Thu, 3 Jan 2008 02:33:25 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m032XP5I013336; Thu, 3 Jan 2008 02:33:25 GMT (envelope-from beech) Message-Id: <200801030233.m032XP5I013336@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 3 Jan 2008 02:33:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/tdiary Makefile distinfo pkg-descr ports/www/tdiary/files tdiaryinst.rb.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 02:33:25 -0000 beech 2008-01-03 02:33:24 UTC FreeBSD ports repository Modified files: www/tdiary Makefile distinfo pkg-descr www/tdiary/files tdiaryinst.rb.in Log: - Update to 2.2.0 - Use SF macro PR: ports/118772 Submitted by: TAKATSU Tomonari (maintainer) Approved by: linimon (mentor) Revision Changes Path 1.21 +9 -18 ports/www/tdiary/Makefile 1.12 +3 -3 ports/www/tdiary/distinfo 1.8 +1 -2 ports/www/tdiary/files/tdiaryinst.rb.in 1.4 +1 -1 ports/www/tdiary/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Jan 3 04:25:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54F8D16A419; Thu, 3 Jan 2008 04:25:45 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D88913C469; Thu, 3 Jan 2008 04:25:45 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m034Pjlm059402; Thu, 3 Jan 2008 04:25:45 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m034PjZM059401; Thu, 3 Jan 2008 04:25:45 GMT (envelope-from glewis) Message-Id: <200801030425.m034PjZM059401@repoman.freebsd.org> From: Greg Lewis Date: Thu, 3 Jan 2008 04:25:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ftwin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 04:25:45 -0000 glewis 2008-01-03 04:25:44 UTC FreeBSD ports repository Modified files: sysutils/ftwin Makefile Log: . Chase the libarchive library version bump for FreeBSD 5.x. Reported by: pointyhat (via pav) Revision Changes Path 1.2 +1 -1 ports/sysutils/ftwin/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 06:31:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BE8716A418; Thu, 3 Jan 2008 06:31:42 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E917E13C461; Thu, 3 Jan 2008 06:31:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m036Vf09015788; Thu, 3 Jan 2008 06:31:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m036VfBY015787; Thu, 3 Jan 2008 06:31:41 GMT (envelope-from imp) Message-Id: <200801030631.m036VfBY015787@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jan 2008 06:31:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 06:31:42 -0000 imp 2008-01-03 06:31:41 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Modernize comment about diagnostic. Revision Changes Path 1.94 +1 -2 src/sys/arm/arm/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 06:35:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 294E516A418; Thu, 3 Jan 2008 06:35:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0170413C43E; Thu, 3 Jan 2008 06:35:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m036Z4R5018536; Thu, 3 Jan 2008 06:35:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m036Z44Q018535; Thu, 3 Jan 2008 06:35:04 GMT (envelope-from imp) Message-Id: <200801030635.m036Z44Q018535@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jan 2008 06:35:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 06:35:05 -0000 imp 2008-01-03 06:35:04 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Fix obsolete comment. pmap_remove_all is the function we're in. Revision Changes Path 1.194 +1 -2 src/sys/ia64/ia64/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 06:43:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8836916A41B; Thu, 3 Jan 2008 06:43:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FE8713C44B; Thu, 3 Jan 2008 06:43:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m036hliQ020788; Thu, 3 Jan 2008 06:43:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m036hlYo020781; Thu, 3 Jan 2008 06:43:47 GMT (envelope-from imp) Message-Id: <200801030643.m036hlYo020781@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jan 2008 06:43:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 06:43:47 -0000 imp 2008-01-03 06:43:47 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Use correct function name in panic message Revision Changes Path 1.195 +1 -1 src/sys/ia64/ia64/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 06:44:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 316B416A418; Thu, 3 Jan 2008 06:44:13 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A88613C44B; Thu, 3 Jan 2008 06:44:13 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m036iC3k021257; Thu, 3 Jan 2008 06:44:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m036iCqu021256; Thu, 3 Jan 2008 06:44:12 GMT (envelope-from imp) Message-Id: <200801030644.m036iCqu021256@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jan 2008 06:44:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 06:44:13 -0000 imp 2008-01-03 06:44:12 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Use correct function name in panic message Revision Changes Path 1.95 +1 -1 src/sys/arm/arm/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 06:53:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 813C816A418; Thu, 3 Jan 2008 06:53:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58CAC13C455; Thu, 3 Jan 2008 06:53:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m036rr0K024883; Thu, 3 Jan 2008 06:53:53 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m036rr9b024881; Thu, 3 Jan 2008 06:53:53 GMT (envelope-from vanilla) Message-Id: <200801030653.m036rr9b024881@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 3 Jan 2008 06:53:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/flickcurl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 06:53:53 -0000 vanilla 2008-01-03 06:53:53 UTC FreeBSD ports repository Modified files: www/flickcurl Makefile distinfo Log: Upgrade to 0.13. Revision Changes Path 1.3 +1 -1 ports/www/flickcurl/Makefile 1.3 +3 -3 ports/www/flickcurl/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 07:34:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E92316A417; Thu, 3 Jan 2008 07:34:35 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C46313C448; Thu, 3 Jan 2008 07:34:35 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m037YZiL041959; Thu, 3 Jan 2008 07:34:35 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m037YZQV041957; Thu, 3 Jan 2008 07:34:35 GMT (envelope-from alc) Message-Id: <200801030734.m037YZQV041957@repoman.freebsd.org> From: Alan Cox Date: Thu, 3 Jan 2008 07:34:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/arm/arm pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc pmap_dispatch.c src/sys/sparc64/sparc64 pmap.c src/sys/sun4v/sun4v pmap.c src/sys/vm pmap.h vm_fault.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 07:34:35 -0000 alc 2008-01-03 07:34:34 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/arm/arm pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/powerpc/powerpc pmap_dispatch.c sys/sparc64/sparc64 pmap.c sys/sun4v/sun4v pmap.c sys/vm pmap.h vm_fault.c vm_kern.c Log: Add an access type parameter to pmap_enter(). It will be used to implement superpage promotion. Correct a style error in kmem_malloc(): pmap_enter()'s last parameter is a Boolean. Revision Changes Path 1.601 +2 -2 src/sys/amd64/amd64/pmap.c 1.96 +2 -2 src/sys/arm/arm/pmap.c 1.604 +2 -2 src/sys/i386/i386/pmap.c 1.196 +2 -2 src/sys/ia64/ia64/pmap.c 1.12 +2 -2 src/sys/powerpc/powerpc/pmap_dispatch.c 1.170 +2 -2 src/sys/sparc64/sparc64/pmap.c 1.42 +2 -2 src/sys/sun4v/sun4v/pmap.c 1.83 +2 -2 src/sys/vm/pmap.h 1.239 +5 -4 src/sys/vm/vm_fault.c 1.130 +2 -1 src/sys/vm/vm_kern.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 07:55:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE2016A419; Thu, 3 Jan 2008 07:55:44 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B462F13C45A; Thu, 3 Jan 2008 07:55:44 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m037ti3K049459; Thu, 3 Jan 2008 07:55:44 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m037tiCL049458; Thu, 3 Jan 2008 07:55:44 GMT (envelope-from sat) Message-Id: <200801030755.m037tiCL049458@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 3 Jan 2008 07:55:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/rsyslog Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 07:55:45 -0000 sat 2008-01-03 07:55:44 UTC FreeBSD ports repository Modified files: sysutils/rsyslog Makefile distinfo Log: - Update to 2.0.0 Revision Changes Path 1.30 +1 -1 ports/sysutils/rsyslog/Makefile 1.25 +3 -3 ports/sysutils/rsyslog/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 08:03:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56A2516A418; Thu, 3 Jan 2008 08:03:31 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F04813C455; Thu, 3 Jan 2008 08:03:31 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0383Uab052685; Thu, 3 Jan 2008 08:03:30 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0383U0U052682; Thu, 3 Jan 2008 08:03:30 GMT (envelope-from sobomax) Message-Id: <200801030803.m0383U0U052682@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 3 Jan 2008 08:03:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/radiusclient Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 08:03:31 -0000 sobomax 2008-01-03 08:03:30 UTC FreeBSD ports repository Modified files: net/radiusclient Makefile pkg-descr Log: o Add WWW; o Update pkg-descr/COMMENT to match reality. Bump PORTREVISION. Revision Changes Path 1.29 +2 -1 ports/net/radiusclient/Makefile 1.5 +7 -4 ports/net/radiusclient/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Jan 3 09:23:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77C1516A418; Thu, 3 Jan 2008 09:23:12 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 503AE13C43E; Thu, 3 Jan 2008 09:23:12 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m039NAZg002236; Thu, 3 Jan 2008 09:23:10 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m039NANh002233; Thu, 3 Jan 2008 09:23:10 GMT (envelope-from sat) Message-Id: <200801030923.m039NANh002233@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 3 Jan 2008 09:23:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/rsyslog-gssapi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 09:23:12 -0000 sat 2008-01-03 09:23:10 UTC FreeBSD ports repository Modified files: sysutils/rsyslog-gssapi Makefile Log: - Fix configure args Reported by: pointyhat via pav Revision Changes Path 1.2 +2 -1 ports/sysutils/rsyslog-gssapi/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 10:09:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBD7316A476; Thu, 3 Jan 2008 10:09:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B424E13C44B; Thu, 3 Jan 2008 10:09:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03A9oau023025; Thu, 3 Jan 2008 10:09:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03A9orf023024; Thu, 3 Jan 2008 10:09:50 GMT (envelope-from pav) Message-Id: <200801031009.m03A9orf023024@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 3 Jan 2008 10:09:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/boinc_curses Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 10:09:51 -0000 pav 2008-01-03 10:09:50 UTC FreeBSD ports repository Modified files: net/boinc_curses Makefile distinfo Log: - Update to 0.1.8 Revision Changes Path 1.5 +1 -1 ports/net/boinc_curses/Makefile 1.4 +3 -3 ports/net/boinc_curses/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 10:21:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 963CC16A417; Thu, 3 Jan 2008 10:21:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F28813C4CC; Thu, 3 Jan 2008 10:21:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03ALvNU027614; Thu, 3 Jan 2008 10:21:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03ALv0g027613; Thu, 3 Jan 2008 10:21:57 GMT (envelope-from pav) Message-Id: <200801031021.m03ALv0g027613@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 3 Jan 2008 10:21:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-flashplugin9 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 10:21:58 -0000 pav 2008-01-03 10:21:56 UTC FreeBSD ports repository Modified files: www/linux-flashplugin9 Makefile distinfo Log: - Update to 9.0r115 PR: ports/118864 Submitted by: Naram Qashat Approved by: maintainer timeout (14 days) Revision Changes Path 1.25 +2 -2 ports/www/linux-flashplugin9/Makefile 1.16 +6 -6 ports/www/linux-flashplugin9/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 10:23:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3B3816A46C; Thu, 3 Jan 2008 10:23:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92FAA13C4CC; Thu, 3 Jan 2008 10:23:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03ANtBC029040; Thu, 3 Jan 2008 10:23:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03ANtEl029038; Thu, 3 Jan 2008 10:23:55 GMT (envelope-from pav) Message-Id: <200801031023.m03ANtEl029038@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 3 Jan 2008 10:23:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/sdlCC Makefile distinfo pkg-descr pkg-plist ports/games/sdlCC/files patch-libltdl_configure patch-players_players.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 10:23:55 -0000 pav 2008-01-03 10:23:55 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/sdlCC Makefile distinfo pkg-descr pkg-plist games/sdlCC/files patch-libltdl_configure patch-players_players.txt Log: This is a Chinese Checkers game, it has 5 AI players, and can easily support more for any hackers out there. It uses SDL and runs great in plain X11. It has some fun effects to liven things up a bit. Multiplayer is supported on the same computer, although a net player would not be hard to add given the plugin player feature. WWW: http://jcatki.no-ip.org/CC/ PR: ports/118189 Submitted by: Frank W. Josellis Revision Changes Path 1.1165 +1 -0 ports/games/Makefile 1.1 +29 -0 ports/games/sdlCC/Makefile (new) 1.1 +3 -0 ports/games/sdlCC/distinfo (new) 1.1 +12 -0 ports/games/sdlCC/files/patch-libltdl_configure (new) 1.1 +8 -0 ports/games/sdlCC/files/patch-players_players.txt (new) 1.1 +8 -0 ports/games/sdlCC/pkg-descr (new) 1.1 +45 -0 ports/games/sdlCC/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 10:24:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C696D16A4A7; Thu, 3 Jan 2008 10:24:29 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F98E13C4DB; Thu, 3 Jan 2008 10:24:29 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03AOTL0029730; Thu, 3 Jan 2008 10:24:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03AOT2R029728; Thu, 3 Jan 2008 10:24:29 GMT (envelope-from pav) Message-Id: <200801031024.m03AOT2R029728@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 3 Jan 2008 10:24:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 10:24:29 -0000 pav 2008-01-03 10:24:29 UTC FreeBSD ports repository Modified files: . modules Log: sdlCC --> ports/games/sdlCC Revision Changes Path 1.19144 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:00:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A5916A417; Thu, 3 Jan 2008 11:00:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5174913C45B; Thu, 3 Jan 2008 11:00:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03B0XNV043925; Thu, 3 Jan 2008 11:00:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03B0XaV043924; Thu, 3 Jan 2008 11:00:33 GMT (envelope-from miwi) Message-Id: <200801031100.m03B0XaV043924@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:00:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-Monitor Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:00:33 -0000 miwi 2008-01-03 11:00:32 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-Monitor Makefile distinfo pkg-descr pkg-plist Log: This module provides a simple interface for monitoring one or more files or directories and reporting any changes that are made to them. Author: Andy Armstrong WWW: http://search.cpan.org/~andya/File-Monitor/ PR: ports/119131 Submitted by: Masahiro Teramoto Revision Changes Path 1.2949 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/p5-File-Monitor/Makefile (new) 1.1 +3 -0 ports/devel/p5-File-Monitor/distinfo (new) 1.1 +6 -0 ports/devel/p5-File-Monitor/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-File-Monitor/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:00:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88BED16A41A; Thu, 3 Jan 2008 11:00:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6208D13C448; Thu, 3 Jan 2008 11:00:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03B0vL9043993; Thu, 3 Jan 2008 11:00:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03B0vsB043992; Thu, 3 Jan 2008 11:00:57 GMT (envelope-from miwi) Message-Id: <200801031100.m03B0vsB043992@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:00:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:00:57 -0000 miwi 2008-01-03 11:00:57 UTC FreeBSD ports repository Modified files: . modules Log: p5-File-Monitor --> ports/devel/p5-File-Monitor Revision Changes Path 1.19145 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:34:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F2CC16A420; Thu, 3 Jan 2008 11:34:26 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7784613C461; Thu, 3 Jan 2008 11:34:26 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BYQFC059662; Thu, 3 Jan 2008 11:34:26 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BYQTh059661; Thu, 3 Jan 2008 11:34:26 GMT (envelope-from arved) Message-Id: <200801031134.m03BYQTh059661@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 3 Jan 2008 11:34:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-open4 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:34:26 -0000 arved 2008-01-03 11:34:26 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-open4 Makefile distinfo pkg-descr pkg-plist Log: Add rubygem-open4, another variant to exeute programs from ruby Revision Changes Path 1.2950 +1 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/rubygem-open4/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-open4/distinfo (new) 1.1 +4 -0 ports/devel/rubygem-open4/pkg-descr (new) 1.1 +15 -0 ports/devel/rubygem-open4/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:34:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC8C816A419; Thu, 3 Jan 2008 11:34:33 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B5AD713C4EA; Thu, 3 Jan 2008 11:34:33 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BYXnP059696; Thu, 3 Jan 2008 11:34:33 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BYXN2059695; Thu, 3 Jan 2008 11:34:33 GMT (envelope-from arved) Message-Id: <200801031134.m03BYXN2059695@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 3 Jan 2008 11:34:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:34:34 -0000 arved 2008-01-03 11:34:33 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-open4 --> ports/devel/rubygem-open4 Revision Changes Path 1.19146 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E18216A4C2; Thu, 3 Jan 2008 11:39:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E984F13C45B; Thu, 3 Jan 2008 11:39:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03Bd9xc059874; Thu, 3 Jan 2008 11:39:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03Bd98H059873; Thu, 3 Jan 2008 11:39:09 GMT (envelope-from miwi) Message-Id: <200801031139.m03Bd98H059873@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xautomation Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:10 -0000 miwi 2008-01-03 11:39:09 UTC FreeBSD ports repository Modified files: x11/xautomation Makefile distinfo Log: - Update to 0.99 PR: 119169 Submitted by: KATO Tsuguru Revision Changes Path 1.13 +2 -2 ports/x11/xautomation/Makefile 1.8 +3 -3 ports/x11/xautomation/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E417F16A46E; Thu, 3 Jan 2008 11:39:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D2D8E13C44B; Thu, 3 Jan 2008 11:39:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BdCd3059928; Thu, 3 Jan 2008 11:39:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BdCIq059927; Thu, 3 Jan 2008 11:39:12 GMT (envelope-from miwi) Message-Id: <200801031139.m03BdCIq059927@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xmedcon Makefile distinfo pkg-descr ports/graphics/xmedcon/files patch-etc::Makefile.in patch-man::Makefile.in patch-source::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:13 -0000 miwi 2008-01-03 11:39:12 UTC FreeBSD ports repository Modified files: graphics/xmedcon Makefile distinfo pkg-descr Removed files: graphics/xmedcon/files patch-etc::Makefile.in patch-man::Makefile.in patch-source::Makefile.in Log: - Update to 0.10.2 PR: 119164 Submitted by: KATO Tsuguru Revision Changes Path 1.34 +20 -2 ports/graphics/xmedcon/Makefile 1.24 +3 -3 ports/graphics/xmedcon/distinfo 1.6 +0 -18 ports/graphics/xmedcon/files/patch-etc::Makefile.in (dead) 1.5 +0 -22 ports/graphics/xmedcon/files/patch-man::Makefile.in (dead) 1.4 +0 -11 ports/graphics/xmedcon/files/patch-source::Makefile.in (dead) 1.2 +1 -1 ports/graphics/xmedcon/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE08F16A47D; Thu, 3 Jan 2008 11:39:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A715A13C4CC; Thu, 3 Jan 2008 11:39:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BdEAZ059957; Thu, 3 Jan 2008 11:39:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BdER0059956; Thu, 3 Jan 2008 11:39:14 GMT (envelope-from miwi) Message-Id: <200801031139.m03BdER0059956@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/gonvert Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:14 -0000 miwi 2008-01-03 11:39:14 UTC FreeBSD ports repository Modified files: misc/gonvert Makefile distinfo Log: - Update to 2.19 PR: 119165 Submitted by: KATO Tsuguru Revision Changes Path 1.30 +2 -4 ports/misc/gonvert/Makefile 1.18 +3 -3 ports/misc/gonvert/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D8C616A4E7; Thu, 3 Jan 2008 11:39:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 061C113C455; Thu, 3 Jan 2008 11:39:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BdHxx059988; Thu, 3 Jan 2008 11:39:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BdHJS059987; Thu, 3 Jan 2008 11:39:17 GMT (envelope-from miwi) Message-Id: <200801031139.m03BdHJS059987@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/ogmrip Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:18 -0000 miwi 2008-01-03 11:39:17 UTC FreeBSD ports repository Modified files: multimedia/ogmrip Makefile distinfo pkg-plist Log: - Update to 0.11.2 PR: 119166 Submitted by: KATO Tsuguru Revision Changes Path 1.41 +4 -5 ports/multimedia/ogmrip/Makefile 1.17 +3 -3 ports/multimedia/ogmrip/distinfo 1.16 +1 -0 ports/multimedia/ogmrip/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27C5116A5BD; Thu, 3 Jan 2008 11:39:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA93813C442; Thu, 3 Jan 2008 11:39:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BdJHC060019; Thu, 3 Jan 2008 11:39:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BdJZe060018; Thu, 3 Jan 2008 11:39:19 GMT (envelope-from miwi) Message-Id: <200801031139.m03BdJZe060018@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/ft2demos Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:20 -0000 miwi 2008-01-03 11:39:19 UTC FreeBSD ports repository Modified files: print/ft2demos Makefile distinfo Removed files: print/ft2demos pkg-plist Log: - Update to 2.3.5 PR: 119167 Submitted by: KATO Tsuguru Revision Changes Path 1.30 +8 -6 ports/print/ft2demos/Makefile 1.16 +3 -3 ports/print/ft2demos/distinfo 1.8 +0 -11 ports/print/ft2demos/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67A1916A58C; Thu, 3 Jan 2008 11:39:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC3913C467; Thu, 3 Jan 2008 11:39:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BdMMb060048; Thu, 3 Jan 2008 11:39:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BdMjW060047; Thu, 3 Jan 2008 11:39:22 GMT (envelope-from miwi) Message-Id: <200801031139.m03BdMjW060047@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/typetools Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:22 -0000 miwi 2008-01-03 11:39:22 UTC FreeBSD ports repository Modified files: print/typetools Makefile distinfo Log: - Update to 2.66 PR: 119168 Submitted by: KATO Tsuguru Revision Changes Path 1.23 +1 -1 ports/print/typetools/Makefile 1.17 +3 -3 ports/print/typetools/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AD1116A46E; Thu, 3 Jan 2008 11:39:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 038B913C46E; Thu, 3 Jan 2008 11:39:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BdQP3060079; Thu, 3 Jan 2008 11:39:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BdQtJ060078; Thu, 3 Jan 2008 11:39:26 GMT (envelope-from miwi) Message-Id: <200801031139.m03BdQtJ060078@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gputils Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:28 -0000 miwi 2008-01-03 11:39:26 UTC FreeBSD ports repository Modified files: devel/gputils Makefile distinfo pkg-plist Log: - Update to 0.13.5 PR: 119163 Submitted by: KATO Tsuguru Revision Changes Path 1.16 +5 -7 ports/devel/gputils/Makefile 1.14 +3 -3 ports/devel/gputils/distinfo 1.13 +2 -0 ports/devel/gputils/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E6B216A620; Thu, 3 Jan 2008 11:39:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB34E13C457; Thu, 3 Jan 2008 11:39:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BdRpa060110; Thu, 3 Jan 2008 11:39:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BdRsk060109; Thu, 3 Jan 2008 11:39:27 GMT (envelope-from miwi) Message-Id: <200801031139.m03BdRsk060109@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/abcmidi Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:28 -0000 miwi 2008-01-03 11:39:27 UTC FreeBSD ports repository Modified files: audio/abcmidi Makefile distinfo pkg-plist Log: - Update to 2007.12.09 PR: 119161 Submitted by: KATO Tsuguru Revision Changes Path 1.33 +4 -3 ports/audio/abcmidi/Makefile 1.27 +3 -3 ports/audio/abcmidi/distinfo 1.8 +2 -0 ports/audio/abcmidi/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCF7F16A771; Thu, 3 Jan 2008 11:39:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A55C513C447; Thu, 3 Jan 2008 11:39:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BdUuw060141; Thu, 3 Jan 2008 11:39:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BdUnr060140; Thu, 3 Jan 2008 11:39:30 GMT (envelope-from miwi) Message-Id: <200801031139.m03BdUnr060140@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/qfsm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:31 -0000 miwi 2008-01-03 11:39:30 UTC FreeBSD ports repository Modified files: cad/qfsm Makefile distinfo pkg-plist Log: - Update to 0.46 PR: 119162 Submitted by: KATO Tsuguru Revision Changes Path 1.21 +9 -16 ports/cad/qfsm/Makefile 1.10 +3 -3 ports/cad/qfsm/distinfo 1.5 +27 -8 ports/cad/qfsm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:39:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA28C16A6B5; Thu, 3 Jan 2008 11:39:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F6B313C468; Thu, 3 Jan 2008 11:39:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BdXcb060189; Thu, 3 Jan 2008 11:39:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BdXSt060188; Thu, 3 Jan 2008 11:39:33 GMT (envelope-from miwi) Message-Id: <200801031139.m03BdXSt060188@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 11:39:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xtide Makefile distinfo ports/astro/xtide/files patch-HarmonicsPath.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:39:33 -0000 miwi 2008-01-03 11:39:33 UTC FreeBSD ports repository Modified files: astro/xtide Makefile distinfo astro/xtide/files patch-HarmonicsPath.cc Log: - Update to 2.9.5 PR: 119160 Submitted by: KATO Tsuguru Revision Changes Path 1.36 +11 -10 ports/astro/xtide/Makefile 1.27 +9 -9 ports/astro/xtide/distinfo 1.2 +11 -11 ports/astro/xtide/files/patch-HarmonicsPath.cc From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:48:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E32C16A41A; Thu, 3 Jan 2008 11:48:39 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA48313C458; Thu, 3 Jan 2008 11:48:38 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03BmcAl063868; Thu, 3 Jan 2008 11:48:38 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03BmcmE063867; Thu, 3 Jan 2008 11:48:38 GMT (envelope-from arved) Message-Id: <200801031148.m03BmcmE063867@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 3 Jan 2008 11:48:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/kdbg Makefile pkg-plist ports/devel/kdbg/files patch-gdbdriver.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:48:39 -0000 arved 2008-01-03 11:48:38 UTC FreeBSD ports repository Modified files: devel/kdbg Makefile pkg-plist Added files: devel/kdbg/files patch-gdbdriver.cpp Log: Add a patch to fix handling of .core files. PR: 116422 Submitted by: Artem Naluzhnyy Revision Changes Path 1.35 +1 -1 ports/devel/kdbg/Makefile 1.1 +11 -0 ports/devel/kdbg/files/patch-gdbdriver.cpp (new) 1.16 +1 -1 ports/devel/kdbg/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jan 3 11:56:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9396716A417; Thu, 3 Jan 2008 11:56:03 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CB4A13C4E3; Thu, 3 Jan 2008 11:56:03 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03Bu3fJ067438; Thu, 3 Jan 2008 11:56:03 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03Bu3ZQ067437; Thu, 3 Jan 2008 11:56:03 GMT (envelope-from arved) Message-Id: <200801031156.m03Bu3ZQ067437@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 3 Jan 2008 11:56:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/bpm pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 11:56:03 -0000 arved 2008-01-03 11:56:03 UTC FreeBSD ports repository Modified files: ports-mgmt/bpm pkg-descr Log: Fix typo in pkg-descr PR: 117223 Submitted by: Jed Clear Revision Changes Path 1.3 +1 -1 ports/ports-mgmt/bpm/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Jan 3 12:04:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DE6916A420; Thu, 3 Jan 2008 12:04:23 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA56E13C4D1; Thu, 3 Jan 2008 12:04:22 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03C4Mev071682; Thu, 3 Jan 2008 12:04:22 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03C4Mj6071677; Thu, 3 Jan 2008 12:04:22 GMT (envelope-from araujo) Message-Id: <200801031204.m03C4Mj6071677@repoman.freebsd.org> From: Marcelo Araujo Date: Thu, 3 Jan 2008 12:04:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/mhwaveedit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 12:04:23 -0000 araujo 2008-01-03 12:04:22 UTC FreeBSD ports repository Modified files: audio/mhwaveedit Makefile distinfo Log: - Update to 1.4.14. Approved by: stas (mentor, implicit) Revision Changes Path 1.49 +6 -3 ports/audio/mhwaveedit/Makefile 1.34 +3 -3 ports/audio/mhwaveedit/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 12:23:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C48A16A41B; Thu, 3 Jan 2008 12:23:38 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 74F7613C448; Thu, 3 Jan 2008 12:23:38 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03CNcUV077774; Thu, 3 Jan 2008 12:23:38 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03CNchC077773; Thu, 3 Jan 2008 12:23:38 GMT (envelope-from bms) Message-Id: <200801031223.m03CNchC077773@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 3 Jan 2008 12:23:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/nss_mdns Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 12:23:38 -0000 bms 2008-01-03 12:23:38 UTC FreeBSD ports repository (src committer) Modified files: dns/nss_mdns Makefile Log: Fix dependency list. PR: ports/119029 Submitted by: Dima Panov Revision Changes Path 1.8 +2 -2 ports/dns/nss_mdns/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 12:25:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4575316A420; Thu, 3 Jan 2008 12:25:41 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1BB3413C455; Thu, 3 Jan 2008 12:25:41 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03CPeHY079789; Thu, 3 Jan 2008 12:25:40 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03CPeZn079788; Thu, 3 Jan 2008 12:25:40 GMT (envelope-from bms) Message-Id: <200801031225.m03CPeZn079788@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 3 Jan 2008 12:25:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/xorp Makefile ports/net/xorp/files xorp.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 12:25:41 -0000 bms 2008-01-03 12:25:40 UTC FreeBSD ports repository (src committer) Modified files: net/xorp Makefile net/xorp/files xorp.in Log: Patch xorp.in startup script so that it may be used out-of-the-box. PR: ports/116367 Submitted by: Radim Kolar Revision Changes Path 1.9 +1 -0 ports/net/xorp/Makefile 1.3 +2 -3 ports/net/xorp/files/xorp.in From owner-cvs-all@FreeBSD.ORG Thu Jan 3 12:28:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A561616A418; Thu, 3 Jan 2008 12:28:58 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E5AF13C467; Thu, 3 Jan 2008 12:28:58 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03CSwbn079902; Thu, 3 Jan 2008 12:28:58 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03CSwTu079901; Thu, 3 Jan 2008 12:28:58 GMT (envelope-from kib) Message-Id: <200801031228.m03CSwTu079901@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 3 Jan 2008 12:28:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_balloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 12:28:58 -0000 kib 2008-01-03 12:28:58 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_balloc.c Log: ffs_balloc_ufsX() routines, in the case of recovering from the failed allocation, free the indirect blocks before clearing the disk pointers, that could lead to the softupdate inconsistencies in the case of the machine or disk crash at the wrong time. Rearrange the recover code to do the ffs_blkfree() after the second ffs_syncvnode(), that clears the pointers chain. Proposed and reviewed by: tegge Tested by: Peter Holm MFC after: 3 weeks Revision Changes Path 1.53 +16 -12 src/sys/ufs/ffs/ffs_balloc.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 12:31:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3AF16A41B; Thu, 3 Jan 2008 12:31:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4104F13C4CC; Thu, 3 Jan 2008 12:31:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03CVjd8080920; Thu, 3 Jan 2008 12:31:45 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03CVji4080919; Thu, 3 Jan 2008 12:31:45 GMT (envelope-from kib) Message-Id: <200801031231.m03CVji4080919@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 3 Jan 2008 12:31:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/snp snp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 12:31:45 -0000 kib 2008-01-03 12:31:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/snp snp.c Log: MFC rev. 1.106: Do not allow the SNPSTTY ioctl for the snoop device that has a tty attached. Otherwise, the snp->snp_tty would be overwritten, while the tty line discipline still set to the snpdisc. Then snplwrite() causes panic because ttytosnp() cannot find the snp. (And do it at the proper place, from rev. 1.107). MFC rev. 1.107: The snp_target == NULL implies the snp_tty == NULL. Remove the code that is put under snp_target == NULL and snp_tty != NULL clause. In snpclose(), do the snp_detach() before scheduling the snp device destruction. Otherwise, after the return from snpclose(), the snp device is already removed from the snp_list, but tty is still in snooped state. Any attempt to do i/o on such tty cause panic because ttytosnp() returns NULL. Approved by: re (kensmith) Revision Changes Path 1.105.2.1 +7 -9 src/sys/dev/snp/snp.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 12:34:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37D3116A420; Thu, 3 Jan 2008 12:34:18 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F56413C4DD; Thu, 3 Jan 2008 12:34:18 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03CYHi5083534; Thu, 3 Jan 2008 12:34:17 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03CYHh1083533; Thu, 3 Jan 2008 12:34:17 GMT (envelope-from araujo) Message-Id: <200801031234.m03CYHh1083533@repoman.freebsd.org> From: Marcelo Araujo Date: Thu, 3 Jan 2008 12:34:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gss Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 12:34:18 -0000 araujo 2008-01-03 12:34:17 UTC FreeBSD ports repository Modified files: security/gss Makefile distinfo Log: - Update to 0.0.23. Approved by: stas (mentor, implicit) Revision Changes Path 1.22 +1 -1 ports/security/gss/Makefile 1.15 +3 -3 ports/security/gss/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 12:40:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F73416A421; Thu, 3 Jan 2008 12:40:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 283FD13C46A; Thu, 3 Jan 2008 12:40:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03CeuBo084048; Thu, 3 Jan 2008 12:40:56 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03CeuDI084047; Thu, 3 Jan 2008 12:40:56 GMT (envelope-from kib) Message-Id: <200801031240.m03CeuDI084047@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 3 Jan 2008 12:40:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/compat/linux linux_file.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 12:40:56 -0000 kib 2008-01-03 12:40:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/compat/linux linux_file.c Log: MFC rev. 1.107: Plug the leaks in the present implementation of the linux_openat(). Approved by: re (kensmith) Revision Changes Path 1.105.2.1 +19 -12 src/sys/compat/linux/linux_file.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 12:51:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6E8116A417; Thu, 3 Jan 2008 12:51:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF88713C447; Thu, 3 Jan 2008 12:51:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03Cpg7V097269; Thu, 3 Jan 2008 12:51:42 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03Cpgtw097267; Thu, 3 Jan 2008 12:51:42 GMT (envelope-from bms) Message-Id: <200801031251.m03Cpgtw097267@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 3 Jan 2008 12:51:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p4v Makefile distinfo.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 12:51:43 -0000 bms 2008-01-03 12:51:42 UTC FreeBSD ports repository (src committer) Modified files: devel/p4v Makefile distinfo.i386 Log: Update to 2007.2.141782. Revision Changes Path 1.18 +1 -1 ports/devel/p4v/Makefile 1.13 +3 -3 ports/devel/p4v/distinfo.i386 From owner-cvs-all@FreeBSD.ORG Thu Jan 3 13:01:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B32E016A41A; Thu, 3 Jan 2008 13:01:52 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8ACD013C43E; Thu, 3 Jan 2008 13:01:52 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03D1qPM001208; Thu, 3 Jan 2008 13:01:52 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03D1qPd001206; Thu, 3 Jan 2008 13:01:52 GMT (envelope-from tabthorpe) Message-Id: <200801031301.m03D1qPd001206@repoman.freebsd.org> From: Thomas Abthorpe Date: Thu, 3 Jan 2008 13:01:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/iso-codes Makefile ports/misc/iso-codes/files patch-iso_4217-hu.po patch-iso_4217-zh_HK.po X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 13:01:52 -0000 tabthorpe 2008-01-03 13:01:52 UTC FreeBSD ports repository Modified files: misc/iso-codes Makefile Added files: misc/iso-codes/files patch-iso_4217-hu.po patch-iso_4217-zh_HK.po Log: - Fix parse error under 7.0-RC1/sparc64 PR: ports/119245 Submitted by: Stephen Hurd Revision Changes Path 1.29 +1 -0 ports/misc/iso-codes/Makefile 1.1 +10 -0 ports/misc/iso-codes/files/patch-iso_4217-hu.po (new) 1.1 +10 -0 ports/misc/iso-codes/files/patch-iso_4217-zh_HK.po (new) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 13:09:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18E0116A41A; Thu, 3 Jan 2008 13:09:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E618313C43E; Thu, 3 Jan 2008 13:09:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03D96Ff005494; Thu, 3 Jan 2008 13:09:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03D96nY005493; Thu, 3 Jan 2008 13:09:06 GMT (envelope-from miwi) Message-Id: <200801031309.m03D96nY005493@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 13:09:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dkim-milter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 13:09:07 -0000 miwi 2008-01-03 13:09:06 UTC FreeBSD ports repository Modified files: mail/dkim-milter Makefile distinfo Log: - Update to 2.4.2 PR: 119292 Submitted by: Hirohisa Yamaguchi (maintainer) Revision Changes Path 1.40 +1 -1 ports/mail/dkim-milter/Makefile 1.30 +3 -3 ports/mail/dkim-milter/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 13:12:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC47116A418; Thu, 3 Jan 2008 13:12:57 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84EB613C448; Thu, 3 Jan 2008 13:12:57 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03DCv0s007766; Thu, 3 Jan 2008 13:12:57 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03DCvsT007764; Thu, 3 Jan 2008 13:12:57 GMT (envelope-from mnag) Message-Id: <200801031312.m03DCvsT007764@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 3 Jan 2008 13:12:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-flashplugin7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 13:12:57 -0000 mnag 2008-01-03 13:12:57 UTC FreeBSD ports repository Modified files: www/linux-flashplugin7 Makefile distinfo Log: - Update to 7.0r73 PR: 119053 Submitted by: Tsurutani Naoki Security: http://www.vuxml.org/freebsd/562cf6c4-b9f1-11dc-a302-000102cc8983.html Approved by: maintainer timeout (7 days, bypass by mnag with secteam hat) Revision Changes Path 1.24 +3 -3 ports/www/linux-flashplugin7/Makefile 1.14 +3 -3 ports/www/linux-flashplugin7/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 13:13:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D45ED16A419; Thu, 3 Jan 2008 13:13:22 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE04D13C455; Thu, 3 Jan 2008 13:13:22 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03DDMLt008217; Thu, 3 Jan 2008 13:13:22 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03DDM8u008213; Thu, 3 Jan 2008 13:13:22 GMT (envelope-from mnag) Message-Id: <200801031313.m03DDM8u008213@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 3 Jan 2008 13:13:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 13:13:22 -0000 mnag 2008-01-03 13:13:22 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - linux-flashplugin -- multiple vulnerabilities Revision Changes Path 1.1528 +43 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Jan 3 14:33:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 006B916A420; Thu, 3 Jan 2008 14:33:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E4D3413C4EC; Thu, 3 Jan 2008 14:33:12 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03EXCvm040736; Thu, 3 Jan 2008 14:33:12 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03EXC78040735; Thu, 3 Jan 2008 14:33:12 GMT (envelope-from rafan) Message-Id: <200801031433.m03EXC78040735@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 3 Jan 2008 14:33:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/noip Makefile pkg-plist ports/dns/noip/files noip.in noip.sh pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 14:33:13 -0000 rafan 2008-01-03 14:33:11 UTC FreeBSD ports repository Modified files: dns/noip Makefile pkg-plist dns/noip/files pkg-message.in Added files: dns/noip/files noip.in Removed files: dns/noip/files noip.sh Log: - Replace old style rc script by a RCng one PR: ports/119135 Submitted by: Kay Abendroth (maintainer) Revision Changes Path 1.15 +2 -4 ports/dns/noip/Makefile 1.1 +32 -0 ports/dns/noip/files/noip.in (new) 1.3 +0 -19 ports/dns/noip/files/noip.sh (dead) 1.2 +6 -2 ports/dns/noip/files/pkg-message.in 1.4 +0 -1 ports/dns/noip/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:13:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D65F16A420; Thu, 3 Jan 2008 15:13:15 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3BB13C45A; Thu, 3 Jan 2008 15:13:15 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FDFWo056858; Thu, 3 Jan 2008 15:13:15 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FDF0U056856; Thu, 3 Jan 2008 15:13:15 GMT (envelope-from flz) Message-Id: <200801031513.m03FDF0U056856@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 3 Jan 2008 15:13:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/gnome-gmail-notifier Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:13:15 -0000 flz 2008-01-03 15:13:15 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/gnome-gmail-notifier Makefile distinfo pkg-descr pkg-plist Log: Add gnome-gmail-notifier 0.9.1, a GMail notification applet for the GNOME desktop. Revision Changes Path 1.879 +1 -0 ports/mail/Makefile 1.1 +29 -0 ports/mail/gnome-gmail-notifier/Makefile (new) 1.1 +3 -0 ports/mail/gnome-gmail-notifier/distinfo (new) 1.1 +12 -0 ports/mail/gnome-gmail-notifier/pkg-descr (new) 1.1 +15 -0 ports/mail/gnome-gmail-notifier/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:14:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4646016A41A; Thu, 3 Jan 2008 15:14:31 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFB713C45B; Thu, 3 Jan 2008 15:14:31 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FEVZG058394; Thu, 3 Jan 2008 15:14:31 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FEUFY058381; Thu, 3 Jan 2008 15:14:31 GMT (envelope-from flz) Message-Id: <200801031514.m03FEUFY058381@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 3 Jan 2008 15:14:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:14:31 -0000 flz 2008-01-03 15:14:30 UTC FreeBSD ports repository Modified files: . modules Log: gnome-gmail-notifier --> ports/mail/gnome-gmail-notifier Revision Changes Path 1.19147 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:16:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A92716A420; Thu, 3 Jan 2008 15:16:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF3213C4F3; Thu, 3 Jan 2008 15:16:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FG3k4059244; Thu, 3 Jan 2008 15:16:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FG3uB059243; Thu, 3 Jan 2008 15:16:03 GMT (envelope-from miwi) Message-Id: <200801031516.m03FG3uB059243@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 15:16:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nagiosgraph Makefile distinfo ports/net-mgmt/nagiosgraph/files patch-insert.pl patch-show.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:16:03 -0000 miwi 2008-01-03 15:16:03 UTC FreeBSD ports repository Modified files: net-mgmt/nagiosgraph Makefile distinfo Removed files: net-mgmt/nagiosgraph/files patch-insert.pl patch-show.cgi Log: - Update 0.9.0 - Update maintainer mail adress PR: 119232 Submitted by: Denis Shaposhnikov (maintainer) Revision Changes Path 1.6 +3 -3 ports/net-mgmt/nagiosgraph/Makefile 1.2 +3 -3 ports/net-mgmt/nagiosgraph/distinfo 1.2 +0 -22 ports/net-mgmt/nagiosgraph/files/patch-insert.pl (dead) 1.2 +0 -13 ports/net-mgmt/nagiosgraph/files/patch-show.cgi (dead) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:19:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E7716A46E; Thu, 3 Jan 2008 15:19:31 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6009913C4EC; Thu, 3 Jan 2008 15:19:31 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FJVi8059427; Thu, 3 Jan 2008 15:19:31 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FJVPw059426; Thu, 3 Jan 2008 15:19:31 GMT (envelope-from bz) Message-Id: <200801031519.m03FJVPw059426@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 3 Jan 2008 15:19:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_debug.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:19:31 -0000 bz 2008-01-03 15:19:31 UTC FreeBSD src repository Modified files: sys/kern uipc_debug.c Log: Add missing sb_sndptr* fields to db_print_sockbuf(). While here change %d to %u for u_ints. Discussed with: rwatson, kmacy Revision Changes Path 1.3 +9 -5 src/sys/kern/uipc_debug.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:22:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E996216A41A; Thu, 3 Jan 2008 15:22:59 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C19D413C501; Thu, 3 Jan 2008 15:22:59 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FMxqB060987; Thu, 3 Jan 2008 15:22:59 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FMxxL060986; Thu, 3 Jan 2008 15:22:59 GMT (envelope-from bms) Message-Id: <200801031522.m03FMxxL060986@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 3 Jan 2008 15:22:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/piklab Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:23:00 -0000 bms 2008-01-03 15:22:59 UTC FreeBSD ports repository (src committer) Modified files: devel Makefile Added files: devel/piklab Makefile distinfo pkg-descr pkg-plist Log: Add new port Piklab: a KDE IDE for PIC development. With help from lofi@. Revision Changes Path 1.2951 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/piklab/Makefile (new) 1.1 +3 -0 ports/devel/piklab/distinfo (new) 1.1 +12 -0 ports/devel/piklab/pkg-descr (new) 1.1 +96 -0 ports/devel/piklab/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:23:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 355A016A421; Thu, 3 Jan 2008 15:23:07 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C78B13C4E3; Thu, 3 Jan 2008 15:23:07 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FN6Ee061150; Thu, 3 Jan 2008 15:23:06 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FN6u0061148; Thu, 3 Jan 2008 15:23:06 GMT (envelope-from bms) Message-Id: <200801031523.m03FN6u0061148@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 3 Jan 2008 15:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:23:07 -0000 bms 2008-01-03 15:23:06 UTC FreeBSD ports repository (src committer) Modified files: . modules Log: piklab --> ports/devel/piklab Revision Changes Path 1.19148 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:32:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07A6416A419; Thu, 3 Jan 2008 15:32:42 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D4BA713C4F4; Thu, 3 Jan 2008 15:32:41 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FWfU0064781; Thu, 3 Jan 2008 15:32:41 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FWfhl064777; Thu, 3 Jan 2008 15:32:41 GMT (envelope-from mm) Message-Id: <200801031532.m03FWfhl064777@repoman.freebsd.org> From: Martin Matuska Date: Thu, 3 Jan 2008 15:32:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jabberd Makefile ports/net-im/jabberd/files jabberd.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:32:42 -0000 mm 2008-01-03 15:32:41 UTC FreeBSD ports repository Modified files: net-im/jabberd Makefile net-im/jabberd/files jabberd.in Log: - Remove optional support for Cyrus SASL (unsupported from 2.1.20) [1] - Add support for backend daemon requires to startup script (WITH_REQUIRES) [2] - Bump PORTREVISION PR: ports/119287 [1], ports/119247 [2] Submitted by: Denis Eremenko [1], Mike Andrews [2] Revision Changes Path 1.53 +14 -14 ports/net-im/jabberd/Makefile 1.2 +2 -3 ports/net-im/jabberd/files/jabberd.in From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:40:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 712E416A418; Thu, 3 Jan 2008 15:40:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A2E713C45B; Thu, 3 Jan 2008 15:40:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FeeKo067603; Thu, 3 Jan 2008 15:40:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03Feeds067602; Thu, 3 Jan 2008 15:40:40 GMT (envelope-from pav) Message-Id: <200801031540.m03Feeds067602@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 3 Jan 2008 15:40:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/akode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:40:40 -0000 pav 2008-01-03 15:40:40 UTC FreeBSD ports repository Modified files: audio/akode Makefile Log: - Remove option for Polypaudio, the respective plugin was removed Reported by: Helko Glathe Revision Changes Path 1.19 +0 -5 ports/audio/akode/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:41:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0381216A468; Thu, 3 Jan 2008 15:41:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D1BCE13C45B; Thu, 3 Jan 2008 15:41:27 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FfRUc068156; Thu, 3 Jan 2008 15:41:27 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FfRoZ068155; Thu, 3 Jan 2008 15:41:27 GMT (envelope-from lth) Message-Id: <200801031541.m03FfRoZ068155@repoman.freebsd.org> From: Lars Thegler Date: Thu, 3 Jan 2008 15:41:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/smokeping Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:41:28 -0000 lth 2008-01-03 15:41:27 UTC FreeBSD ports repository Modified files: net-mgmt/smokeping Makefile Log: - Add missing dependency - Bump PORTREVISION Noticed by: "Marcello Gorlani" Revision Changes Path 1.44 +3 -1 ports/net-mgmt/smokeping/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 15:48:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F70816A46B; Thu, 3 Jan 2008 15:48:25 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD35D13C44B; Thu, 3 Jan 2008 15:48:24 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03FmOD0071062; Thu, 3 Jan 2008 15:48:24 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03FmO6c071061; Thu, 3 Jan 2008 15:48:24 GMT (envelope-from flz) Message-Id: <200801031548.m03FmO6c071061@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 3 Jan 2008 15:48:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/xmlrpc-c Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 15:48:25 -0000 flz 2008-01-03 15:48:24 UTC FreeBSD ports repository Modified files: net/xmlrpc-c Makefile distinfo Log: Update net/xmlrpc-c to 1.06.23. Revision Changes Path 1.28 +2 -1 ports/net/xmlrpc-c/Makefile 1.6 +3 -3 ports/net/xmlrpc-c/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 16:03:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8D2216A420; Thu, 3 Jan 2008 16:03:29 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 812F613C502; Thu, 3 Jan 2008 16:03:29 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03G3T9K080317; Thu, 3 Jan 2008 16:03:29 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03G3TTD080316; Thu, 3 Jan 2008 16:03:29 GMT (envelope-from mnag) Message-Id: <200801031603.m03G3TTD080316@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 3 Jan 2008 16:03:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/gmime2 Makefile distinfo ports/mail/gmime2/files patch-docs_Makefile.in patch-gmime__gmime-utils.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 16:03:29 -0000 mnag 2008-01-03 16:03:29 UTC FreeBSD ports repository Modified files: mail/gmime2 Makefile distinfo mail/gmime2/files patch-docs_Makefile.in Removed files: mail/gmime2/files patch-gmime__gmime-utils.c Log: - Update to 2.2.15 Revision Changes Path 1.54 +1 -1 ports/mail/gmime2/Makefile 1.34 +3 -3 ports/mail/gmime2/distinfo 1.5 +7 -7 ports/mail/gmime2/files/patch-docs_Makefile.in 1.2 +0 -11 ports/mail/gmime2/files/patch-gmime__gmime-utils.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 16:11:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05B1216A419; Thu, 3 Jan 2008 16:11:54 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D37BE13C43E; Thu, 3 Jan 2008 16:11:53 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03GBrSK083253; Thu, 3 Jan 2008 16:11:53 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03GBruQ083249; Thu, 3 Jan 2008 16:11:53 GMT (envelope-from trasz) Message-Id: <200801031611.m03GBruQ083249@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Thu, 3 Jan 2008 16:11:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/qjackctl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 16:11:54 -0000 trasz 2008-01-03 16:11:53 UTC FreeBSD ports repository Modified files: audio/qjackctl Makefile distinfo Log: - Update to 0.3.2 Revision Changes Path 1.10 +1 -1 ports/audio/qjackctl/Makefile 1.5 +3 -3 ports/audio/qjackctl/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 17:02:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD20C16A417; Thu, 3 Jan 2008 17:02:53 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86A9213C457; Thu, 3 Jan 2008 17:02:53 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03H2r21014749; Thu, 3 Jan 2008 17:02:53 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03H2rLg014748; Thu, 3 Jan 2008 17:02:53 GMT (envelope-from flz) Message-Id: <200801031702.m03H2rLg014748@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 3 Jan 2008 17:02:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/gnome-gmail-notifier Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 17:02:53 -0000 flz 2008-01-03 17:02:53 UTC FreeBSD ports repository Modified files: mail/gnome-gmail-notifier Makefile Log: Fix typo, unbreak INDEX. Reported by: portsnap buildbox Revision Changes Path 1.2 +1 -1 ports/mail/gnome-gmail-notifier/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 17:22:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE26816A417; Thu, 3 Jan 2008 17:22:35 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 96EB313C458; Thu, 3 Jan 2008 17:22:35 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03HMZCN022845; Thu, 3 Jan 2008 17:22:35 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03HMZ8q022844; Thu, 3 Jan 2008 17:22:35 GMT (envelope-from trasz) Message-Id: <200801031722.m03HMZ8q022844@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Thu, 3 Jan 2008 17:22:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/lisaem Makefile distinfo pkg-plist ports/emulators/lisaem/files patch-build.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 17:22:35 -0000 trasz 2008-01-03 17:22:35 UTC FreeBSD ports repository Modified files: emulators/lisaem Makefile distinfo pkg-plist emulators/lisaem/files patch-build.sh Log: - Update to 1.2.6 Revision Changes Path 1.6 +7 -4 ports/emulators/lisaem/Makefile 1.3 +3 -3 ports/emulators/lisaem/distinfo 1.3 +12 -12 ports/emulators/lisaem/files/patch-build.sh 1.3 +29 -38 ports/emulators/lisaem/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jan 3 17:24:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D78CF16A421; Thu, 3 Jan 2008 17:24:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B125813C46B; Thu, 3 Jan 2008 17:24:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03HOEAB024575; Thu, 3 Jan 2008 17:24:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03HOECg024573; Thu, 3 Jan 2008 17:24:14 GMT (envelope-from miwi) Message-Id: <200801031724.m03HOECg024573@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 17:24:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/openfire Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 17:24:14 -0000 miwi 2008-01-03 17:24:14 UTC FreeBSD ports repository Modified files: net-im/openfire Makefile distinfo Log: - Update to 3.4.3 PR: 119258 Submitted by: Nikolay Pavlov (maintainer) Revision Changes Path 1.13 +1 -1 ports/net-im/openfire/Makefile 1.9 +3 -3 ports/net-im/openfire/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 17:47:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECABA16A417; Thu, 3 Jan 2008 17:47:03 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C67DA13C457; Thu, 3 Jan 2008 17:47:03 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03Hl3Pn032929; Thu, 3 Jan 2008 17:47:03 GMT (envelope-from brix@repoman.freebsd.org) Received: (from brix@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03Hl3Mx032928; Thu, 3 Jan 2008 17:47:03 GMT (envelope-from brix) Message-Id: <200801031747.m03Hl3Mx032928@repoman.freebsd.org> From: Henrik Brix Andersen Date: Thu, 3 Jan 2008 17:47:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/ikiwiki Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 17:47:04 -0000 brix 2008-01-03 17:47:03 UTC FreeBSD ports repository Modified files: www/ikiwiki Makefile distinfo Log: Update to version 2.17. Approved by: erwin (mentor) Revision Changes Path 1.15 +1 -1 ports/www/ikiwiki/Makefile 1.14 +3 -3 ports/www/ikiwiki/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 17:49:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26FB216A41B; Thu, 3 Jan 2008 17:49:10 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0138613C458; Thu, 3 Jan 2008 17:49:10 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03Hn9HO032995; Thu, 3 Jan 2008 17:49:09 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03Hn9mB032994; Thu, 3 Jan 2008 17:49:09 GMT (envelope-from nork) Message-Id: <200801031749.m03Hn9mB032994@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 3 Jan 2008 17:49:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xpdf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 17:49:10 -0000 nork 2008-01-03 17:49:09 UTC FreeBSD ports repository Modified files: graphics/xpdf Makefile Log: Drop MAINTAINERship. Revision Changes Path 1.82 +1 -1 ports/graphics/xpdf/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 17:54:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6EE516A420; Thu, 3 Jan 2008 17:54:27 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B808C13C447; Thu, 3 Jan 2008 17:54:27 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03HsR52035714; Thu, 3 Jan 2008 17:54:27 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03HsRwZ035708; Thu, 3 Jan 2008 17:54:27 GMT (envelope-from des) Message-Id: <200801031754.m03HsRwZ035708@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 3 Jan 2008 17:54:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read.c archive_read_private.h archive_read_support_format_zip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 17:54:27 -0000 des 2008-01-03 17:54:27 UTC FreeBSD src repository Modified files: lib/libarchive archive_read.c archive_read_private.h archive_read_support_format_zip.c Log: Add an internal utility function to simplify the many, many places where the number of bytes read is actually not important as long as we have at least what we ask for. Illustrate its benefits by using it throughout the ZIP support code, except for the few cases where it doesn't apply. Approved by: kientzle Revision Changes Path 1.37 +11 -0 src/lib/libarchive/archive_read.c 1.4 +3 -0 src/lib/libarchive/archive_read_private.h 1.18 +10 -25 src/lib/libarchive/archive_read_support_format_zip.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:04:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 626A816A419; Thu, 3 Jan 2008 18:04:19 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B45D13C46B; Thu, 3 Jan 2008 18:04:19 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03I4Jnv041054; Thu, 3 Jan 2008 18:04:19 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03I4Jau041053; Thu, 3 Jan 2008 18:04:19 GMT (envelope-from nork) Message-Id: <200801031804.m03I4Jau041053@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 3 Jan 2008 18:04:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/bmp-flac Makefile ports/audio/bmp-flac/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:04:19 -0000 nork 2008-01-03 18:04:19 UTC FreeBSD ports repository Modified files: audio/bmp-flac Makefile audio/bmp-flac/files patch-configure Log: Fix build/install error without objformat. Pointed out by: pav Revision Changes Path 1.9 +0 -0 ports/audio/bmp-flac/Makefile 1.2 +11 -2 ports/audio/bmp-flac/files/patch-configure From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:11:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58C1016A417; Thu, 3 Jan 2008 18:11:50 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 32B2013C442; Thu, 3 Jan 2008 18:11:50 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03IBotR042449; Thu, 3 Jan 2008 18:11:50 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03IBom3042448; Thu, 3 Jan 2008 18:11:50 GMT (envelope-from tabthorpe) Message-Id: <200801031811.m03IBom3042448@repoman.freebsd.org> From: Thomas Abthorpe Date: Thu, 3 Jan 2008 18:11:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/wtf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:11:50 -0000 tabthorpe 2008-01-03 18:11:50 UTC FreeBSD ports repository Modified files: games/wtf Makefile distinfo Log: - Update to 1.176 PR: ports/119309 Submitted by: Philippe Audeoud (maintainer) Revision Changes Path 1.19 +1 -1 ports/games/wtf/Makefile 1.15 +3 -3 ports/games/wtf/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:21:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB06116A41B; Thu, 3 Jan 2008 18:21:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C501E13C457; Thu, 3 Jan 2008 18:21:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03ILvJg046178; Thu, 3 Jan 2008 18:21:57 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03ILvNv046177; Thu, 3 Jan 2008 18:21:57 GMT (envelope-from erwin) Message-Id: <200801031821.m03ILvNv046177@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 3 Jan 2008 18:21:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:21:58 -0000 erwin 2008-01-03 18:21:57 UTC FreeBSD ports repository Modified files: net-mgmt/nat Makefile Log: Remove BROKEN: fetches again. Revision Changes Path 1.8 +0 -1 ports/net-mgmt/nat/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:23:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37D6616A418; Thu, 3 Jan 2008 18:23:17 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11CAA13C459; Thu, 3 Jan 2008 18:23:17 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03INGVd046836; Thu, 3 Jan 2008 18:23:16 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03INGQ5046835; Thu, 3 Jan 2008 18:23:16 GMT (envelope-from erwin) Message-Id: <200801031823.m03INGQ5046835@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 3 Jan 2008 18:23:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/eventxx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:23:17 -0000 erwin 2008-01-03 18:23:16 UTC FreeBSD ports repository Modified files: devel/eventxx Makefile Log: Remove BROKEN: fetches again. Revision Changes Path 1.7 +0 -2 ports/devel/eventxx/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:26:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D813216A418; Thu, 3 Jan 2008 18:26:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id ACB3B13C468; Thu, 3 Jan 2008 18:26:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JU200HDBZ7YJX10@mta1.srv.hcvlny.cv.net>; Thu, 03 Jan 2008 13:26:23 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m03IQLkm037140; Thu, 03 Jan 2008 13:26:22 -0500 Date: Thu, 03 Jan 2008 13:26:21 -0500 From: "Aryeh M. Friedman" In-reply-to: <200801031312.m03DCvsT007764@repoman.freebsd.org> To: Marcus Alves Grando Message-id: <477D28CD.6030503@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <200801031312.m03DCvsT007764@repoman.freebsd.org> User-Agent: Thunderbird 2.0.0.9 (X11/20071228) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/linux-flashplugin7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:26:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marcus Alves Grando wrote: > mnag 2008-01-03 13:12:57 UTC > > FreeBSD ports repository > > Modified files: > www/linux-flashplugin7 Makefile distinfo > Log: > - Update to 7.0r73 > > PR: 119053 > Submitted by: Tsurutani Naoki > Security: http://www.vuxml.org/freebsd/562cf6c4-b9f1-11dc-a302-000102cc8983.html > Approved by: maintainer timeout (7 days, bypass by mnag with secteam hat) > > Revision Changes Path > 1.24 +3 -3 ports/www/linux-flashplugin7/Makefile > 1.14 +3 -3 ports/www/linux-flashplugin7/distinfo > _______________________________________________ > 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" > The distfile locations are incorrect: => fp7_archive.zip doesn't seem to exist in /usr/ports/distfiles/flashplugin. => Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. fetch: fp7_archive.zip: local modification time does not match remote => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_archive.zip: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/flashplugin and try again. *** Error code 1 - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHfSjNzIOMjAek4JIRAiKIAJwKJxhLTele21zPe3hr05B6D6bwjACdFQNj HBSwtCG2QyXfNQpyWYcpuQ4= =8kq1 -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:30:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4360916A419; Thu, 3 Jan 2008 18:30:38 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA3513C448; Thu, 3 Jan 2008 18:30:38 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03IUcqT049550; Thu, 3 Jan 2008 18:30:38 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03IUb9K049549; Thu, 3 Jan 2008 18:30:37 GMT (envelope-from des) Message-Id: <200801031830.m03IUb9K049549@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 3 Jan 2008 18:30:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_endian.h archive_read_support_format_zip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:30:38 -0000 des 2008-01-03 18:30:37 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_zip.c Added files: lib/libarchive archive_endian.h Log: Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it instead of home-rolled [iu][248] in the ZIP support code. Approved by: kientzle Revision Changes Path 1.1 +142 -0 src/lib/libarchive/archive_endian.h (new) 1.19 +22 -57 src/lib/libarchive/archive_read_support_format_zip.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:33:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 005FA16A419; Thu, 3 Jan 2008 18:33:03 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD8A313C45A; Thu, 3 Jan 2008 18:33:02 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03IX2Ro051163; Thu, 3 Jan 2008 18:33:02 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03IX2Jx051158; Thu, 3 Jan 2008 18:33:02 GMT (envelope-from erwin) Message-Id: <200801031833.m03IX2Jx051158@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 3 Jan 2008 18:33:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/dgen-sdl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:33:03 -0000 erwin 2008-01-03 18:33:02 UTC FreeBSD ports repository Modified files: emulators/dgen-sdl Makefile Log: Remove BROKEN: fetches again. Revision Changes Path 1.18 +0 -2 ports/emulators/dgen-sdl/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:34:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E94CF16A418; Thu, 3 Jan 2008 18:34:31 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD0513C43E; Thu, 3 Jan 2008 18:34:31 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 545B220B1; Thu, 3 Jan 2008 19:34:23 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id CD25C20A0; Thu, 3 Jan 2008 19:34:22 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 9EC8E8448A; Thu, 3 Jan 2008 19:34:22 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Poul-Henning Kamp References: <200801022033.m02KXsWD049168@repoman.freebsd.org> Date: Thu, 03 Jan 2008 19:34:22 +0100 In-Reply-To: <200801022033.m02KXsWD049168@repoman.freebsd.org> (Poul-Henning Kamp's message of "Wed\, 2 Jan 2008 20\:33\:54 +0000 \(UTC\)") Message-ID: <86bq82ep1t.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:34:32 -0000 Poul-Henning Kamp writes: > Log: > If the disk reports that it support the Compact Flash Association comma= nd > set, announce BIO_DELETE capability and issue ATA_CFA_ERASE when we get= one. >=20=20=20 > Once we issue more BIO_DELETE, this will improve lifetime, and > possibly write speed of Flash based devices which have usable flash > adaptation layers. >=20=20=20 > For now, about the only usage is the newfs(1) -E flag. Is 'fsck -E' also in the pipeline? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:35:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67CCF16A418; Thu, 3 Jan 2008 18:35:38 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4209D13C45A; Thu, 3 Jan 2008 18:35:38 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03IZclS052890; Thu, 3 Jan 2008 18:35:38 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03IZciw052889; Thu, 3 Jan 2008 18:35:38 GMT (envelope-from erwin) Message-Id: <200801031835.m03IZciw052889@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 3 Jan 2008 18:35:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/Maaate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:35:38 -0000 erwin 2008-01-03 18:35:38 UTC FreeBSD ports repository Modified files: audio/Maaate Makefile Log: Remove BROKEN: fetches again. Revision Changes Path 1.23 +0 -2 ports/audio/Maaate/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:37:21 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E07F316A420; Thu, 3 Jan 2008 18:37:21 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao107.cox.net (eastrmmtao107.cox.net [68.230.240.59]) by mx1.freebsd.org (Postfix) with ESMTP id 33C4E13C44B; Thu, 3 Jan 2008 18:37:21 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao107.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080103183719.KAAS8815.eastrmmtao107.cox.net@eastrmimpo01.cox.net>; Thu, 3 Jan 2008 13:37:19 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id YicQ1Y0034iy4EG0000000; Thu, 03 Jan 2008 13:36:24 -0500 To: "Aryeh M. Friedman" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200801031312.m03DCvsT007764@repoman.freebsd.org> <477D28CD.6030503@gmail.com> Content-Transfer-Encoding: Quoted-Printable Date: Thu, 03 Jan 2008 12:37:47 -0600 Message-ID: In-Reply-To: <477D28CD.6030503@gmail.com> User-Agent: Opera Mail/9.25 (Linux) Cc: Marcus Alves Grando , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/linux-flashplugin7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:37:22 -0000 On Thu, 03 Jan 2008 12:26:21 -0600, Aryeh M. Friedman = wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Marcus Alves Grando wrote: >> mnag 2008-01-03 13:12:57 UTC >> >> FreeBSD ports repository >> >> Modified files: >> www/linux-flashplugin7 Makefile distinfo >> Log: >> - Update to 7.0r73 >> >> PR: 119053 >> Submitted by: Tsurutani Naoki >> Security: > http://www.vuxml.org/freebsd/562cf6c4-b9f1-11dc-a302-000102cc8983.html= >> Approved by: maintainer timeout (7 days, bypass by mnag with > secteam hat) >> >> Revision Changes Path >> 1.24 +3 -3 ports/www/linux-flashplugin7/Makefile >> 1.14 +3 -3 ports/www/linux-flashplugin7/distinfo >> _______________________________________________ >> 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" >> > The distfile locations are incorrect: > > =3D> fp7_archive.zip doesn't seem to exist in > /usr/ports/distfiles/flashplugin. > =3D> Attempting to fetch from > http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. > fetch: fp7_archive.zip: local modification time does not match remote Run 'make distclean' and you should be good to go. Cheers, Mezz > =3D> Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_arch= ive.zip: > File unavailable (e.g., file not found, no access) > =3D> Couldn't fetch it - please try to retrieve this > =3D> port manually into /usr/ports/distfiles/flashplugin and try again= . > *** Error code 1 > > > - -- > Aryeh M. Friedman > FloSoft Systems > http://www.flosoft-systems.com > Developer, not business, friendly > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHfSjNzIOMjAek4JIRAiKIAJwKJxhLTele21zPe3hr05B6D6bwjACdFQNj > HBSwtCG2QyXfNQpyWYcpuQ4=3D > =3D8kq1 > -----END PGP SIGNATURE----- -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:39:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E55EC16A469 for ; Thu, 3 Jan 2008 18:39:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 55B7D13C46E for ; Thu, 3 Jan 2008 18:39:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id m03IdMT3072301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Jan 2008 19:39:25 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: "Aryeh M. Friedman" In-Reply-To: <477D28CD.6030503@gmail.com> References: <200801031312.m03DCvsT007764@repoman.freebsd.org> <477D28CD.6030503@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VPmkKF2UyOg5Sl71lB48" Date: Thu, 03 Jan 2008 19:39:22 +0100 Message-Id: <1199385562.74596.16.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port X-Spam-Score: -2.599 () BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 89.176.238.130; Sender-helo: [192.168.0.23]; ) Cc: Marcus Alves Grando , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/linux-flashplugin7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:39:39 -0000 --=-VPmkKF2UyOg5Sl71lB48 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Aryeh M. Friedman p=ED=B9e v =E8t 03. 01. 2008 v 13:26 -0500: > The distfile locations are incorrect: >=20 > =3D> fp7_archive.zip doesn't seem to exist in > /usr/ports/distfiles/flashplugin. > =3D> Attempting to fetch from > http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. > fetch: fp7_archive.zip: local modification time does not match remote They are correct; it's your machine that's malfunctioning here. :) --=20 Pav Lucistnik Traffic collapse starts at rumors of snow in Nice (french riviera) according to some of my friends :) -- Will at #angband --=-VPmkKF2UyOg5Sl71lB48 Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHfSvantdYP8FOsoIRApzpAJ9mJfTdbERopFQ/AIHGrZJ43uOFQgCfRLD/ RM4PWRI2T+14/nJCOaGXTgQ= =brNE -----END PGP SIGNATURE----- --=-VPmkKF2UyOg5Sl71lB48-- From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:44:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57F4516A419; Thu, 3 Jan 2008 18:44:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3267B13C448; Thu, 3 Jan 2008 18:44:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03Ii3oO056134; Thu, 3 Jan 2008 18:44:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03Ii3bg056131; Thu, 3 Jan 2008 18:44:03 GMT (envelope-from pav) Message-Id: <200801031844.m03Ii3bg056131@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 3 Jan 2008 18:44:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/dream Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:44:03 -0000 pav 2008-01-03 18:44:02 UTC FreeBSD ports repository Modified files: audio/dream Makefile Log: - Mark BROKEN: needs DRM enabled in FAAD Reported by: pointyhat Broken by: mezz (turning off DRM in FAAD) Revision Changes Path 1.9 +2 -0 ports/audio/dream/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:45:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA99D16A417; Thu, 3 Jan 2008 18:45:59 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A479613C469; Thu, 3 Jan 2008 18:45:59 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03Ijx7W057272; Thu, 3 Jan 2008 18:45:59 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03Ijxv1057271; Thu, 3 Jan 2008 18:45:59 GMT (envelope-from erwin) Message-Id: <200801031845.m03Ijxv1057271@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 3 Jan 2008 18:45:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/afterstep-stable Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:45:59 -0000 erwin 2008-01-03 18:45:59 UTC FreeBSD ports repository Modified files: x11-wm/afterstep-stable Makefile Log: Remove BROKEN: now installs. Revision Changes Path 1.80 +0 -3 ports/x11-wm/afterstep-stable/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:53:41 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AFC116A418; Thu, 3 Jan 2008 18:53:41 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3D48013C447; Thu, 3 Jan 2008 18:53:41 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JU300FCJ0H6K370@mta1.srv.hcvlny.cv.net>; Thu, 03 Jan 2008 13:53:31 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m03IrUIZ039500; Thu, 03 Jan 2008 13:53:30 -0500 Date: Thu, 03 Jan 2008 13:53:30 -0500 From: "Aryeh M. Friedman" In-reply-to: To: Jeremy Messenger Message-id: <477D2F2A.7010906@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <200801031312.m03DCvsT007764@repoman.freebsd.org> <477D28CD.6030503@gmail.com> User-Agent: Thunderbird 2.0.0.9 (X11/20071228) Cc: Marcus Alves Grando , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/linux-flashplugin7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:53:41 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeremy Messenger wrote: > On Thu, 03 Jan 2008 12:26:21 -0600, Aryeh M. Friedman > wrote: > > Marcus Alves Grando wrote: >>>> mnag 2008-01-03 13:12:57 UTC >>>> >>>> FreeBSD ports repository >>>> >>>> Modified files: www/linux-flashplugin7 Makefile distinfo Log: >>>> - Update to 7.0r73 >>>> >>>> PR: 119053 Submitted by: Tsurutani Naoki >>>> Security: > http://www.vuxml.org/freebsd/562cf6c4-b9f1-11dc-a302-000102cc8983.html > >>>> Approved by: maintainer timeout (7 days, bypass by mnag >>>> with > secteam hat) >>>> >>>> Revision Changes Path 1.24 +3 -3 >>>> ports/www/linux-flashplugin7/Makefile 1.14 +3 -3 >>>> ports/www/linux-flashplugin7/distinfo >>>> _______________________________________________ >>>> 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" >>>> > The distfile locations are incorrect: > > => fp7_archive.zip doesn't seem to exist in > /usr/ports/distfiles/flashplugin. => Attempting to fetch from > http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. > fetch: fp7_archive.zip: local modification time does not match > remote > >> Run 'make distclean' and you should be good to go. attempted before making the report > >> Cheers, Mezz > > => Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_archive.zip: > > > File unavailable (e.g., file not found, no access) => Couldn't > fetch it - please try to retrieve this => port manually into > /usr/ports/distfiles/flashplugin and try again. *** Error code 1 > > - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHfS8pzIOMjAek4JIRAthsAJ9DnZarplsQVPjaXaxPQeWRnSucPACfUBa+ LrvdSS0LnCq0l0arMi7qdZs= =b7s9 -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:57:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2446C16A418; Thu, 3 Jan 2008 18:57:13 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F233713C448; Thu, 3 Jan 2008 18:57:12 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03IvC4M061572; Thu, 3 Jan 2008 18:57:12 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03IvCd6061571; Thu, 3 Jan 2008 18:57:12 GMT (envelope-from tabthorpe) Message-Id: <200801031857.m03IvCd6061571@repoman.freebsd.org> From: Thomas Abthorpe Date: Thu, 3 Jan 2008 18:57:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/cakephp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:57:13 -0000 tabthorpe 2008-01-03 18:57:12 UTC FreeBSD ports repository Modified files: www/cakephp Makefile distinfo Log: - Update to 1.1.19.6305 PR: ports/119278 Submitted by: Greg Larkin (maintainer) Revision Changes Path 1.9 +2 -2 ports/www/cakephp/Makefile 1.6 +3 -3 ports/www/cakephp/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 18:58:37 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 907B716A417; Thu, 3 Jan 2008 18:58:37 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao103.cox.net (eastrmmtao103.cox.net [68.230.240.9]) by mx1.freebsd.org (Postfix) with ESMTP id E229413C442; Thu, 3 Jan 2008 18:58:36 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080103185835.FVMZ24467.eastrmmtao103.cox.net@eastrmimpo02.cox.net>; Thu, 3 Jan 2008 13:58:35 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id Yiy11Y00F4iy4EG0000000; Thu, 03 Jan 2008 13:58:02 -0500 Date: Thu, 03 Jan 2008 12:59:03 -0600 To: "Aryeh M. Friedman" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200801031312.m03DCvsT007764@repoman.freebsd.org> <477D28CD.6030503@gmail.com> <477D2F2A.7010906@gmail.com> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <477D2F2A.7010906@gmail.com> User-Agent: Opera Mail/9.25 (Linux) Cc: Marcus Alves Grando , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/linux-flashplugin7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 18:58:37 -0000 On Thu, 03 Jan 2008 12:53:30 -0600, Aryeh M. Friedman = wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jeremy Messenger wrote: >> On Thu, 03 Jan 2008 12:26:21 -0600, Aryeh M. Friedman >> wrote: >> >> Marcus Alves Grando wrote: >>>>> mnag 2008-01-03 13:12:57 UTC >>>>> >>>>> FreeBSD ports repository >>>>> >>>>> Modified files: www/linux-flashplugin7 Makefile distinfo Log: >>>>> - Update to 7.0r73 >>>>> >>>>> PR: 119053 Submitted by: Tsurutani Naoki >>>>> Security: >> http://www.vuxml.org/freebsd/562cf6c4-b9f1-11dc-a302-000102cc8983.htm= l >> >>>>> Approved by: maintainer timeout (7 days, bypass by mnag >>>>> with >> secteam hat) >>>>> >>>>> Revision Changes Path 1.24 +3 -3 >>>>> ports/www/linux-flashplugin7/Makefile 1.14 +3 -3 >>>>> ports/www/linux-flashplugin7/distinfo >>>>> _______________________________________________ >>>>> 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" >>>>> >> The distfile locations are incorrect: >> >> =3D> fp7_archive.zip doesn't seem to exist in >> /usr/ports/distfiles/flashplugin. =3D> Attempting to fetch from >> http://fpdownload.macromedia.com/get/flashplayer/installers/archive/.= >> fetch: fp7_archive.zip: local modification time does not match >> remote >> >>> Run 'make distclean' and you should be good to go. > > attempted before making the report It works for me, see here: # make checksum =3D> MD5 Checksum mismatch for flashplugin/fp7_archive.zip. =3D> SHA256 Checksum mismatch for flashplugin/fp7_archive.zip. =3D=3D=3D> Refetch for 1 more times files: flashplugin/fp7_archive.zip = = flashplugin/fp7_archive.zip =3D> fp7_archive.zip doesn't seem to exist in = /usr/ports/distfiles/flashplugin. =3D> Attempting to fetch from = http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. fetch: fp7_archive.zip: local modification time does not match remote =3D> Attempting to fetch from = ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. fetch: = ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_archiv= e.zip: = File unavailable (e.g., file not found, no access) =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /usr/ports/distfiles/flashplugin and try again. *** Error code 1 Stop in /usr/ports/www/linux-flashplugin7. *** Error code 1 Stop in /usr/ports/www/linux-flashplugin7. # make distclean ; make checksum =3D=3D=3D> Cleaning for linux-flashplugin-7.0r73 =3D=3D=3D> Deleting distfiles for linux-flashplugin-7.0r73 =3D> fp7_archive.zip doesn't seem to exist in = /usr/ports/distfiles/flashplugin. =3D> Attempting to fetch from = http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. fp7_archive.zip 100% of 37 MB 1124 kBps = = 00m00s =3D> MD5 Checksum OK for flashplugin/fp7_archive.zip. =3D> SHA256 Checksum OK for flashplugin/fp7_archive.zip. # make extract =3D=3D=3D> Extracting for linux-flashplugin-7.0r73 =3D> MD5 Checksum OK for flashplugin/fp7_archive.zip. =3D> SHA256 Checksum OK for flashplugin/fp7_archive.zip. =3D=3D=3D> linux-flashplugin-7.0r73 depends on executable: unzip - fou= nd >>> Cheers, Mezz >> >> =3D> Attempting to fetch from >> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. >> fetch: >> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_arc= hive.zip: >> >> >> File unavailable (e.g., file not found, no access) =3D> Couldn't >> fetch it - please try to retrieve this =3D> port manually into >> /usr/ports/distfiles/flashplugin and try again. *** Error code 1 >> >> > > - -- > Aryeh M. Friedman > FloSoft Systems > http://www.flosoft-systems.com > Developer, not business, friendly > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHfS8pzIOMjAek4JIRAthsAJ9DnZarplsQVPjaXaxPQeWRnSucPACfUBa+ > LrvdSS0LnCq0l0arMi7qdZs=3D > =3Db7s9 > -----END PGP SIGNATURE----- > -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Jan 3 19:01:25 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95A8916A417; Thu, 3 Jan 2008 19:01:25 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id AE65913C474; Thu, 3 Jan 2008 19:01:19 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JU3003610U62990@mta2.srv.hcvlny.cv.net>; Thu, 03 Jan 2008 14:01:19 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m03J1I0E041281; Thu, 03 Jan 2008 14:01:18 -0500 Date: Thu, 03 Jan 2008 14:01:18 -0500 From: "Aryeh M. Friedman" In-reply-to: To: Jeremy Messenger Message-id: <477D30FE.3060800@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <200801031312.m03DCvsT007764@repoman.freebsd.org> <477D28CD.6030503@gmail.com> <477D2F2A.7010906@gmail.com> User-Agent: Thunderbird 2.0.0.9 (X11/20071228) Cc: Marcus Alves Grando , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/linux-flashplugin7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 19:01:25 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeremy Messenger wrote: > On Thu, 03 Jan 2008 12:53:30 -0600, Aryeh M. Friedman > wrote: > > Jeremy Messenger wrote: >>>> On Thu, 03 Jan 2008 12:26:21 -0600, Aryeh M. Friedman >>>> wrote: >>>> >>>> Marcus Alves Grando wrote: >>>>>>> mnag 2008-01-03 13:12:57 UTC >>>>>>> >>>>>>> FreeBSD ports repository >>>>>>> >>>>>>> Modified files: www/linux-flashplugin7 Makefile >>>>>>> distinfo Log: - Update to 7.0r73 >>>>>>> >>>>>>> PR: 119053 Submitted by: Tsurutani Naoki >>>>>>> Security: >>>> > http://www.vuxml.org/freebsd/562cf6c4-b9f1-11dc-a302-000102cc8983.html > >>>> >>>> >>>>>>> Approved by: maintainer timeout (7 days, bypass by >>>>>>> mnag with >>>> secteam hat) >>>>>>> >>>>>>> Revision Changes Path 1.24 +3 -3 >>>>>>> ports/www/linux-flashplugin7/Makefile 1.14 +3 -3 >>>>>>> ports/www/linux-flashplugin7/distinfo >>>>>>> _______________________________________________ >>>>>>> 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" >>>>>>> >>>> The distfile locations are incorrect: >>>> >>>> => fp7_archive.zip doesn't seem to exist in >>>> /usr/ports/distfiles/flashplugin. => Attempting to fetch from >>>> >>>> > http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. > >>>> fetch: fp7_archive.zip: local modification time does not >>>> match remote >>>> >>>>> Run 'make distclean' and you should be good to go. > > attempted before making the report > >> It works for me, see here: > >> # make checksum => MD5 Checksum mismatch for >> flashplugin/fp7_archive.zip. => SHA256 Checksum mismatch for >> flashplugin/fp7_archive.zip. ===> Refetch for 1 more times >> files: flashplugin/fp7_archive.zip flashplugin/fp7_archive.zip => >> fp7_archive.zip doesn't seem to exist in >> /usr/ports/distfiles/flashplugin. => Attempting to fetch from >> http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. >> fetch: fp7_archive.zip: local modification time does not match >> remote => Attempting to fetch from >> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. >> fetch: >> > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_archive.zip: > >> File unavailable (e.g., file not found, no access) => Couldn't >> fetch it - please try to retrieve this => port manually into >> /usr/ports/distfiles/flashplugin and try again. *** Error code 1 > >> Stop in /usr/ports/www/linux-flashplugin7. *** Error code 1 > >> Stop in /usr/ports/www/linux-flashplugin7. # make distclean ; >> make checksum ===> Cleaning for linux-flashplugin-7.0r73 ===> >> Deleting distfiles for linux-flashplugin-7.0r73 => >> fp7_archive.zip doesn't seem to exist in >> /usr/ports/distfiles/flashplugin. => Attempting to fetch from >> http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. >> fp7_archive.zip 100% of 37 MB >> 1124 kBps 00m00s => MD5 Checksum OK for >> flashplugin/fp7_archive.zip. => SHA256 Checksum OK for >> flashplugin/fp7_archive.zip. # make extract ===> Extracting for >> linux-flashplugin-7.0r73 => MD5 Checksum OK for >> flashplugin/fp7_archive.zip. => SHA256 Checksum OK for >> flashplugin/fp7_archive.zip. ===> linux-flashplugin-7.0r73 >> depends on executable: unzip - found > > >>>>> Cheers, Mezz >>>> >>>> => Attempting to fetch from >>>> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. >>>> fetch: >>>> > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_archive.zip: > >>>> >>>> >>>> >>>> File unavailable (e.g., file not found, no access) => >>>> Couldn't fetch it - please try to retrieve this => port >>>> manually into /usr/ports/distfiles/flashplugin and try again. >>>> *** Error code 1 >>>> >>>> > Found it... for some bizarre reason distclean didn't actually delete the distfile (I had to do it by hand) - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHfTD+zIOMjAek4JIRAsJnAJ9shcfH09FuESAojGkKkE4+nBZGLACaArO0 Bn6O7G91qtG8u6uqvks5hR8= =of9C -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Thu Jan 3 19:06:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D862016A418; Thu, 3 Jan 2008 19:06:50 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A467E13C455; Thu, 3 Jan 2008 19:06:50 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03J6oBf066761; Thu, 3 Jan 2008 19:06:50 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03J6obw066760; Thu, 3 Jan 2008 19:06:50 GMT (envelope-from araujo) Message-Id: <200801031906.m03J6obw066760@repoman.freebsd.org> From: Marcelo Araujo Date: Thu, 3 Jan 2008 19:06:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/redir Makefile ports/graphics/xpdf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 19:06:51 -0000 araujo 2008-01-03 19:06:50 UTC FreeBSD ports repository Modified files: net/redir Makefile graphics/xpdf Makefile Log: - Take maintainership, I use this a lot. Approved by: stas (mentor, implicit) Revision Changes Path 1.83 +1 -1 ports/graphics/xpdf/Makefile 1.8 +1 -1 ports/net/redir/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 19:25:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB07716A418; Thu, 3 Jan 2008 19:25:15 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B527813C469; Thu, 3 Jan 2008 19:25:15 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03JPFJF075964; Thu, 3 Jan 2008 19:25:15 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03JPFra075963; Thu, 3 Jan 2008 19:25:15 GMT (envelope-from erwin) Message-Id: <200801031925.m03JPFra075963@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 3 Jan 2008 19:25:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/plasma-kmod Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 19:25:16 -0000 erwin 2008-01-03 19:25:15 UTC FreeBSD ports repository Modified files: graphics/plasma-kmod Makefile Log: Mark BROKEN on 8.0 Revision Changes Path 1.12 +3 -0 ports/graphics/plasma-kmod/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 20:02:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7675916A421; Thu, 3 Jan 2008 20:02:42 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 507D913C46B; Thu, 3 Jan 2008 20:02:42 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03K2gxY092828; Thu, 3 Jan 2008 20:02:42 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03K2gik092824; Thu, 3 Jan 2008 20:02:42 GMT (envelope-from brooks) Message-Id: <200801032002.m03K2gik092824@repoman.freebsd.org> From: Brooks Davis Date: Thu, 3 Jan 2008 20:02:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ganglia-webfrontend Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 20:02:42 -0000 brooks 2008-01-03 20:02:41 UTC FreeBSD ports repository Modified files: sysutils/ganglia-webfrontend Makefile Log: Add ctype to the list of needed PHP modules.[1] Don't bogusly install version.php.in.[2] Reported by: Michael Fuckner [1] pointyhat (via pav, erwin) Revision Changes Path 1.16 +4 -3 ports/sysutils/ganglia-webfrontend/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 20:05:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5851E16A417; Thu, 3 Jan 2008 20:05:18 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 328FF13C447; Thu, 3 Jan 2008 20:05:18 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03K5IbX096275; Thu, 3 Jan 2008 20:05:18 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03K5IuH096274; Thu, 3 Jan 2008 20:05:18 GMT (envelope-from garga) Message-Id: <200801032005.m03K5IuH096274@repoman.freebsd.org> From: Renato Botelho Date: Thu, 3 Jan 2008 20:05:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 20:05:18 -0000 garga 2008-01-03 20:05:18 UTC FreeBSD ports repository Modified files: . access Log: Please welcome Wesley Shields as a new ports committers. He sent a lot of good PRs and is recieving usual punnishment. I'll be his mentor. Approved by: portmgr Account created by: dhw Revision Changes Path 1.818 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Jan 3 20:22:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D672E16A418; Thu, 3 Jan 2008 20:22:58 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFA2913C468; Thu, 3 Jan 2008 20:22:58 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03KMwtE001689; Thu, 3 Jan 2008 20:22:58 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03KMwew001687; Thu, 3 Jan 2008 20:22:58 GMT (envelope-from tabthorpe) Message-Id: <200801032022.m03KMwew001687@repoman.freebsd.org> From: Thomas Abthorpe Date: Thu, 3 Jan 2008 20:22:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/citrix_ica Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 20:22:58 -0000 tabthorpe 2008-01-03 20:22:58 UTC FreeBSD ports repository Modified files: net/citrix_ica Makefile pkg-descr Log: - Document work around for possible system crashes - Cleanup Makefile while I am here * After installation, create directory ${LINUXBASE}/dev Inspired by: ports/117068 Submitted by: Discussed with: netchild@ in freebsd-emulation Revision Changes Path 1.51 +1 -2 ports/net/citrix_ica/Makefile 1.6 +2 -1 ports/net/citrix_ica/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Jan 3 20:54:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7381A16A41A; Thu, 3 Jan 2008 20:54:45 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D49813C46A; Thu, 3 Jan 2008 20:54:45 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03KsjJ5023158; Thu, 3 Jan 2008 20:54:45 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03KsZaH023021; Thu, 3 Jan 2008 20:54:35 GMT (envelope-from danger) Message-Id: <200801032054.m03KsZaH023021@repoman.freebsd.org> From: Daniel Gerzo Date: Thu, 3 Jan 2008 20:54:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 boot.config.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 20:54:45 -0000 danger 2008-01-03 20:54:35 UTC FreeBSD src repository (doc committer) Modified files: share/man/man5 boot.config.5 Log: - loader(8) is not a part of boot(8) and is not its second stage. Reported by: Yoshihiko Sarumaru Reviewed by: trhodes MFC-after: 3 days Revision Changes Path 1.2 +5 -5 src/share/man/man5/boot.config.5 From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 465B816A41A; Thu, 3 Jan 2008 21:03:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2019B13C469; Thu, 3 Jan 2008 21:03:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3InX027094; Thu, 3 Jan 2008 21:03:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3I1b027092; Thu, 3 Jan 2008 21:03:18 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3I1b027092@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/xvi-euc/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:18 -0000 miwi 2008-01-03 21:03:17 UTC FreeBSD ports repository Modified files: japanese/xvi-euc/files patch-Makefile Log: - Use termios instead of sgtty PR: 119109 Submitted by: Ed Schouten Revision Changes Path 1.2 +2 -1 ports/japanese/xvi-euc/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 913F016A41A; Thu, 3 Jan 2008 21:03:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7BF13C4CC; Thu, 3 Jan 2008 21:03:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3OML027255; Thu, 3 Jan 2008 21:03:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3O24027253; Thu, 3 Jan 2008 21:03:24 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3O24027253@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cproto Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:24 -0000 miwi 2008-01-03 21:03:24 UTC FreeBSD ports repository Modified files: devel/cproto Makefile distinfo Log: - Update to 4.7f PR: 119242 Submitted by: Thomas Vogt (maintainer) Revision Changes Path 1.16 +2 -2 ports/devel/cproto/Makefile 1.7 +3 -3 ports/devel/cproto/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E38816A4F0; Thu, 3 Jan 2008 21:03:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65FA713C45D; Thu, 3 Jan 2008 21:03:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3RTb027309; Thu, 3 Jan 2008 21:03:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3RrZ027308; Thu, 3 Jan 2008 21:03:27 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3RrZ027308@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/blobandconquer Makefile ports/games/blobandconquer/files patch-src-world-bsp.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:27 -0000 miwi 2008-01-03 21:03:27 UTC FreeBSD ports repository Modified files: games/blobandconquer Makefile Added files: games/blobandconquer/files patch-src-world-bsp.cpp Log: - Fix build on sparc64 PR: 119071 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.15 +1 -0 ports/games/blobandconquer/Makefile 1.1 +11 -0 ports/games/blobandconquer/files/patch-src-world-bsp.cpp (new) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26A9916A4C6; Thu, 3 Jan 2008 21:03:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE75613C4EB; Thu, 3 Jan 2008 21:03:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3TPM027339; Thu, 3 Jan 2008 21:03:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3T05027337; Thu, 3 Jan 2008 21:03:29 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3T05027337@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/sharpconstruct Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:30 -0000 miwi 2008-01-03 21:03:29 UTC FreeBSD ports repository Modified files: graphics/sharpconstruct Makefile Log: - Fix build with sparc64 PR: 119066 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.10 +7 -2 ports/graphics/sharpconstruct/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D05B16A4DA; Thu, 3 Jan 2008 21:03:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05CC313C459; Thu, 3 Jan 2008 21:03:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3WHm027376; Thu, 3 Jan 2008 21:03:32 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3WAx027374; Thu, 3 Jan 2008 21:03:32 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3WAx027374@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/asir2000/files patch-ag X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:33 -0000 miwi 2008-01-03 21:03:32 UTC FreeBSD ports repository Modified files: math/asir2000/files patch-ag Log: The math/asir2000 port includes the header file on FreeBSD, even though it isn't needed (one might wonder which platform *does* need it). We'd better not include it, because sgtty.h has been deprecated for a very very long time. PR: 119106 Submitted by: Ed Schouten Approved by: maintainer Revision Changes Path 1.7 +6 -1 ports/math/asir2000/files/patch-ag From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7408016A4F2; Thu, 3 Jan 2008 21:03:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D72313C46A; Thu, 3 Jan 2008 21:03:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3aZB027485; Thu, 3 Jan 2008 21:03:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3ase027484; Thu, 3 Jan 2008 21:03:36 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3ase027484@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/xview Makefile ports/x11-toolkits/xview/files patch-lib+libxview+misc+expandname.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:36 -0000 miwi 2008-01-03 21:03:36 UTC FreeBSD ports repository Modified files: x11-toolkits/xview Makefile x11-toolkits/xview/files patch-lib+libxview+misc+expandname.c Log: - Remove inclusion of sgtty PR: 119102 Submitted by: Ed Schouten Revision Changes Path 1.47 +1 -1 ports/x11-toolkits/xview/Makefile 1.4 +7 -6 ports/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8779716A4F0; Thu, 3 Jan 2008 21:03:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6109A13C467; Thu, 3 Jan 2008 21:03:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3dv1027596; Thu, 3 Jan 2008 21:03:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3dru027595; Thu, 3 Jan 2008 21:03:39 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3dru027595@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/prodosemu/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:39 -0000 miwi 2008-01-03 21:03:39 UTC FreeBSD ports repository Modified files: emulators/prodosemu/files patch-ab Log: The prodosemu port includes the sgtty header file, but doesn't do anything with it. This is bad habit, especially because the sgtty.h is a deprecated header file, which describes an interface that's only present when COMPAT_43TTY is present in the kernel. There's no real harm in this case, but say, we want to remove this header file, it will cause compilation to fail. PR: 119101 Submitted by: Ed Schouten Revision Changes Path 1.3 +11 -5 ports/emulators/prodosemu/files/patch-ab From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E81916A513; Thu, 3 Jan 2008 21:03:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E99C413C4CE; Thu, 3 Jan 2008 21:03:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3gF0027665; Thu, 3 Jan 2008 21:03:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3gBn027664; Thu, 3 Jan 2008 21:03:42 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3gBn027664@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/onew-freewnn Makefile ports/japanese/onew-freewnn/files patch-sys_sys.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:44 -0000 miwi 2008-01-03 21:03:42 UTC FreeBSD ports repository Modified files: japanese/onew-freewnn Makefile Added files: japanese/onew-freewnn/files patch-sys_sys.h Log: - Use termios instead of sgtty PR: 119099 Submitted by: Ed Schouten Revision Changes Path 1.16 +1 -0 ports/japanese/onew-freewnn/Makefile 1.1 +35 -0 ports/japanese/onew-freewnn/files/patch-sys_sys.h (new) From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65EB016A47B; Thu, 3 Jan 2008 21:03:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A78F13C45D; Thu, 3 Jan 2008 21:03:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3k9d027762; Thu, 3 Jan 2008 21:03:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3kJJ027761; Thu, 3 Jan 2008 21:03:46 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3kJJ027761@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/logo Makefile ports/lang/logo/files patch-term.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:48 -0000 miwi 2008-01-03 21:03:46 UTC FreeBSD ports repository Modified files: lang/logo Makefile lang/logo/files patch-term.c Log: - Use termios instead of sgtty PR: 119100 Submitted by: Ed Schouten Revision Changes Path 1.41 +2 -2 ports/lang/logo/Makefile 1.2 +55 -0 ports/lang/logo/files/patch-term.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1505716A5D0; Thu, 3 Jan 2008 21:03:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0EA913C4F3; Thu, 3 Jan 2008 21:03:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3mnU027834; Thu, 3 Jan 2008 21:03:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3mpY027833; Thu, 3 Jan 2008 21:03:48 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3mpY027833@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/p5-Nagios-Plugin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:49 -0000 miwi 2008-01-03 21:03:48 UTC FreeBSD ports repository Modified files: net-mgmt/p5-Nagios-Plugin Makefile distinfo Log: - Update to 0.23 PR: 119228 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.7 +1 -1 ports/net-mgmt/p5-Nagios-Plugin/Makefile 1.6 +3 -3 ports/net-mgmt/p5-Nagios-Plugin/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DDEF16A541; Thu, 3 Jan 2008 21:03:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E070713C4D1; Thu, 3 Jan 2008 21:03:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3rgo027886; Thu, 3 Jan 2008 21:03:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3r78027885; Thu, 3 Jan 2008 21:03:53 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3r78027885@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pear-PhpDocumentor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:54 -0000 miwi 2008-01-03 21:03:53 UTC FreeBSD ports repository Modified files: devel/pear-PhpDocumentor Makefile distinfo Log: - Update to 1.4.1 PR: 119230 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.3 +18 -33 ports/devel/pear-PhpDocumentor/Makefile 1.3 +3 -3 ports/devel/pear-PhpDocumentor/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9F1E16A4D5; Thu, 3 Jan 2008 21:03:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADE2813C45A; Thu, 3 Jan 2008 21:03:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3sv8027915; Thu, 3 Jan 2008 21:03:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3sXk027914; Thu, 3 Jan 2008 21:03:54 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3sXk027914@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/trac-pendingticket Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:55 -0000 miwi 2008-01-03 21:03:54 UTC FreeBSD ports repository Modified files: www/trac-pendingticket Makefile distinfo Log: - Update to 0.0.2 PR: 119254 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.3 +1 -1 ports/www/trac-pendingticket/Makefile 1.2 +3 -3 ports/www/trac-pendingticket/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:03:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6729E16A618; Thu, 3 Jan 2008 21:03:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC63813C469; Thu, 3 Jan 2008 21:03:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L3vN3027985; Thu, 3 Jan 2008 21:03:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L3vxE027984; Thu, 3 Jan 2008 21:03:57 GMT (envelope-from miwi) Message-Id: <200801032103.m03L3vxE027984@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:03:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/trac-hierwiki Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:03:59 -0000 miwi 2008-01-03 21:03:57 UTC FreeBSD ports repository Modified files: www/trac-hierwiki Makefile distinfo Log: - Update to 1.0 PR: 119253 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.3 +3 -3 ports/www/trac-hierwiki/Makefile 1.2 +3 -3 ports/www/trac-hierwiki/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:04:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90D9916A510; Thu, 3 Jan 2008 21:04:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 614FA13C45A; Thu, 3 Jan 2008 21:04:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L40Oq028052; Thu, 3 Jan 2008 21:04:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L40BW028051; Thu, 3 Jan 2008 21:04:00 GMT (envelope-from miwi) Message-Id: <200801032104.m03L40BW028051@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:04:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/trac-blog Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:04:00 -0000 miwi 2008-01-03 21:04:00 UTC FreeBSD ports repository Modified files: www/trac-blog Makefile distinfo Log: - Update to 2.2 PR: 119252 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.5 +1 -2 ports/www/trac-blog/Makefile 1.2 +3 -3 ports/www/trac-blog/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 21:06:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE5F216A417; Thu, 3 Jan 2008 21:06:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A899913C448; Thu, 3 Jan 2008 21:06:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03L6ZYQ029389; Thu, 3 Jan 2008 21:06:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03L6Z75029388; Thu, 3 Jan 2008 21:06:35 GMT (envelope-from miwi) Message-Id: <200801032106.m03L6Z75029388@repoman.freebsd.org> From: Martin Wilke Date: Thu, 3 Jan 2008 21:06:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/tor-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 21:06:35 -0000 miwi 2008-01-03 21:06:35 UTC FreeBSD ports repository Modified files: security/tor-devel Makefile distinfo Log: - Update to 0.2.0.15-alpha PR: 119089 Submitted by: Peter Thoenen (maintainer) Revision Changes Path 1.52 +1 -2 ports/security/tor-devel/Makefile 1.36 +3 -3 ports/security/tor-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jan 3 22:48:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D21F116A418; Thu, 3 Jan 2008 22:48:57 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8ED13C447; Thu, 3 Jan 2008 22:48:57 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id E3C7C17105; Thu, 3 Jan 2008 22:48:55 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.2/8.14.2) with ESMTP id m03Mmt3X002774; Thu, 3 Jan 2008 22:48:55 GMT (envelope-from phk@critter.freebsd.dk) To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 03 Jan 2008 19:34:22 +0100." <86bq82ep1t.fsf@ds4.des.no> Date: Thu, 03 Jan 2008 22:48:55 +0000 Message-ID: <2773.1199400535@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 22:48:57 -0000 In message <86bq82ep1t.fsf@ds4.des.no>, =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= wr ites: >> Once we issue more BIO_DELETE, this will improve lifetime, and >> possibly write speed of Flash based devices which have usable flash >> adaptation layers. >> >> For now, about the only usage is the newfs(1) -E flag. > >Is 'fsck -E' also in the pipeline? Eventually, yes. -- 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 Thu Jan 3 23:22:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCF4116A420; Thu, 3 Jan 2008 23:22:13 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 954DA13C4E7; Thu, 3 Jan 2008 23:22:13 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03NMDNG073074; Thu, 3 Jan 2008 23:22:13 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03NMDI6073073; Thu, 3 Jan 2008 23:22:13 GMT (envelope-from jasone) Message-Id: <200801032322.m03NMDI6073073@repoman.freebsd.org> From: Jason Evans Date: Thu, 3 Jan 2008 23:22:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 23:22:13 -0000 jasone 2008-01-03 23:22:13 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.3 malloc.c Log: Enable both sbrk(2)- and mmap(2)-based memory acquisition methods by default. This has the disadvantage of rendering the datasize resource limit irrelevant, but without this change, legitimate uses of more memory than will fit in the data segment are thwarted by default. Fix chunk_alloc_mmap() to work correctly if initial mapping is not chunk-aligned and mapping extension fails. Revision Changes Path 1.76 +12 -12 src/lib/libc/stdlib/malloc.3 1.161 +8 -7 src/lib/libc/stdlib/malloc.c From owner-cvs-all@FreeBSD.ORG Thu Jan 3 23:41:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B51F816A417; Thu, 3 Jan 2008 23:41:11 +0000 (UTC) (envelope-from krolk@web.de) Received: from fmmailgate04.web.de (fmmailgate04.web.de [217.72.192.242]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4AE13C44B; Thu, 3 Jan 2008 23:41:11 +0000 (UTC) (envelope-from krolk@web.de) Received: from web.de by fmmailgate04.web.de (Postfix) with SMTP id E3B02416C208; Fri, 4 Jan 2008 00:41:09 +0100 (CET) Received: from [84.75.149.198] by freemailng0204.web.de with HTTP; Fri, 04 Jan 2008 00:41:08 +0100 Date: Fri, 04 Jan 2008 00:41:08 +0100 Message-Id: <271145603@web.de> X-Priority: 1 Priority: Urgent Importance: high MIME-Version: 1.0 From: krolk@web.de To: cvs-all@FreeBSD.org, cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org Precedence: fm-user Organization: http://freemail.web.de/ X-Provags-Id: V01U2FsdGVkX18ovNNGW21zoLv5FaDcRsc9+Qy0CJuy1DhvSN2Il4fxgdPdk 9c6AkLH7YCyBXDA1iVBqSMBmpm2PF5yymg64qjg+I/y+rb31Sk= Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Cc: Subject: cannot install p5-Net-Pcap on freeBSD 6.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 23:41:11 -0000 hi I cannot install p5-Net-Pcap on freeBSD 6.2: # uname -a FreeBSD bsd.ch.bluee.net 6.2-RC1-p1 FreeBSD 6.2-RC1-p1 #0: Mon Dec 4 09:41:15 UTC 2006 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 due to the following errors: # cd /usr/ports/net/p5-Net-Pcap # make install clean ===> Building for p5-Net-Pcap-0.15_1 cc -c -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/mach/CORE" -DHAVE_PCAP_LIST_DATALINKS -DHAVE_BLANK -DHAVE_PCAP_LIB_VERSION Pcap.c In file included from Pcap.xs:43: stubs.inc:85:2: warning: #warning "the function pcap_findalldevs() is not available, but will be emulated" In file included from Pcap.xs:43: stubs.inc:91: error: redefinition of `struct pcap_if' stubs.inc:113:2: warning: #warning "the function pcap_breakloop() is not available" stubs.inc:127:2: warning: #warning "the function pcap_setnonblock() is not available" stubs.inc:142:2: warning: #warning "the function pcap_getnonblock() is not available" stubs.inc:157:2: warning: #warning "the function pcap_dump_file() is not available" stubs.inc:172:2: warning: #warning "the function pcap_dump_flush() is not available" stubs.inc:202:2: warning: #warning "the function pcap_set_datalink() is not available" stubs.inc:217:2: warning: #warning "the function pcap_datalink_name_to_val() is not available" stubs.inc:232:2: warning: #warning "the function pcap_datalink_val_to_name() is not available" stubs.inc:247:2: warning: #warning "the function pcap_datalink_val_to_description() is not available" stubs.inc:262:2: warning: #warning "the function pcap_compile_nopcap() is not available" stubs.inc:277:2: warning: #warning "the function pcap_get_selectable_fd() is not available" stubs.inc:292:2: warning: #warning "the function pcap_next_ex() is not available" stubs.inc:307:2: warning: #warning "the function pcap_sendpacket() is not available" stubs.inc:322:2: warning: #warning "the function pcap_createsrcstr() is not available" stubs.inc:337:2: warning: #warning "the function pcap_parsesrcstr() is not available" stubs.inc:352:2: warning: #warning "the function pcap_open() is not available" stubs.inc:373:2: warning: #warning "the function pcap_setbuff() is not available" stubs.inc:388:2: warning: #warning "the function pcap_setuserbuffer() is not available" stubs.inc:403:2: warning: #warning "the function pcap_setmode() is not available" stubs.inc:418:2: warning: #warning "the function pcap_setmintocopy() is not available" stubs.inc:433:2: warning: #warning "the function pcap_sendqueue_alloc() is not available" stubs.inc:455:2: warning: #warning "the function pcap_sendqueue_destroy() is not available" stubs.inc:469:2: warning: #warning "the function pcap_sendqueue_queue() is not available" stubs.inc:484:2: warning: #warning "the function pcap_sendqueue_transmit() is not available" stubs.inc:499:2: warning: #warning "the function pcap_event() is not available" stubs.inc:514:2: warning: #warning "the function pcap_setsampling() is not available" Pcap.c: In function `XS_Net__Pcap_dump_open': Pcap.c:541: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setnonblock': Pcap.c:574: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_getnonblock': Pcap.c:624: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dispatch': Pcap.c:676: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_loop': Pcap.c:724: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_next': Pcap.c:767: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_next_ex': Pcap.c:831: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dump': Pcap.c:898: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_compile': Pcap.c:970: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setfilter': Pcap.c:1050: warning: cast to pointer from integer of different size Pcap.c:1057: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_freecode': Pcap.c:1085: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_breakloop': Pcap.c:1112: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_close': Pcap.c:1139: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dump_close': Pcap.c:1166: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dump_file': Pcap.c:1194: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dump_flush': Pcap.c:1232: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_datalink': Pcap.c:1262: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_set_datalink': Pcap.c:1293: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_snapshot': Pcap.c:1392: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_is_swapped': Pcap.c:1422: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_major_version': Pcap.c:1452: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_minor_version': Pcap.c:1482: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_perror': Pcap.c:1511: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_geterr': Pcap.c:1540: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_file': Pcap.c:1614: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_fileno': Pcap.c:1652: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_get_selectable_fd': Pcap.c:1682: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_stats': Pcap.c:1713: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setuserbuffer': Pcap.c:1981: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setbuff': Pcap.c:2012: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setmode': Pcap.c:2043: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setmintocopy': Pcap.c:2074: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_getevent': Pcap.c:2108: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_sendpacket': Pcap.c:2143: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_sendqueue_queue': Pcap.c:2228: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_sendqueue_transmit': Pcap.c:2300: warning: cast to pointer from integer of different size Pcap.c:2307: warning: cast to pointer from integer of different size *** Error code 1 Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15. *** Error code 1 Stop in /usr/ports/net/p5-Net-Pcap. greetings chris _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/?mc=100071&distributionid=000000000066 From owner-cvs-all@FreeBSD.ORG Thu Jan 3 23:45:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1684D16A41A; Thu, 3 Jan 2008 23:45:26 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E3D9213C44B; Thu, 3 Jan 2008 23:45:25 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m03NjPec074290; Thu, 3 Jan 2008 23:45:25 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m03NjPpf074289; Thu, 3 Jan 2008 23:45:25 GMT (envelope-from leeym) Message-Id: <200801032345.m03NjPpf074289@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 3 Jan 2008 23:45:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-File-Temp Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 23:45:26 -0000 leeym 2008-01-03 23:45:25 UTC FreeBSD ports repository Modified files: devel/p5-File-Temp Makefile pkg-plist Log: - remove unwanted file Revision Changes Path 1.23 +3 -1 ports/devel/p5-File-Temp/Makefile 1.6 +0 -1 ports/devel/p5-File-Temp/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 00:05:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1932516A421; Fri, 4 Jan 2008 00:05:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCE4A13C467; Fri, 4 Jan 2008 00:05:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0405sMv076617; Fri, 4 Jan 2008 00:05:54 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0405skP076616; Fri, 4 Jan 2008 00:05:54 GMT (envelope-from edwin) Message-Id: <200801040005.m0405skP076616@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 4 Jan 2008 00:05:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/bomberclone Makefile distinfo pkg-plist ports/games/bomberclone/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 00:05:55 -0000 edwin 2008-01-04 00:05:54 UTC FreeBSD ports repository Modified files: games/bomberclone Makefile distinfo pkg-plist Removed files: games/bomberclone/files patch-Makefile.in Log: [PATCH] games/bomberclone: update to 0.11.8 PR: ports/119321 Submitted by: "Beat Gaetzi" Revision Changes Path 1.22 +1 -2 ports/games/bomberclone/Makefile 1.17 +3 -3 ports/games/bomberclone/distinfo 1.8 +0 -11 ports/games/bomberclone/files/patch-Makefile.in (dead) 1.14 +5 -6 ports/games/bomberclone/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 01:05:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8CC816A46B; Fri, 4 Jan 2008 01:05:26 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 98ED413C465; Fri, 4 Jan 2008 01:05:26 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0415QaP090772; Fri, 4 Jan 2008 01:05:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0415QD7090771; Fri, 4 Jan 2008 01:05:26 GMT (envelope-from marcus) Message-Id: <200801040105.m0415QD7090771@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 4 Jan 2008 01:05:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/pulseaudio Makefile ports/audio/pulseaudio/files patch-src_pulse_introspect.c patch-src_tests_rtpoll-test.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 01:05:26 -0000 marcus 2008-01-04 01:05:26 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile Added files: audio/pulseaudio/files patch-src_pulse_introspect.c patch-src_tests_rtpoll-test.c Log: * Fix some potential 64-bit problems * Fix a build problem on < 7.X Submitted by: Christoph Moench-Tegeder Revision Changes Path 1.18 +1 -0 ports/audio/pulseaudio/Makefile 1.1 +11 -0 ports/audio/pulseaudio/files/patch-src_pulse_introspect.c (new) 1.1 +18 -0 ports/audio/pulseaudio/files/patch-src_tests_rtpoll-test.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 02:45:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC7BE16A418; Fri, 4 Jan 2008 02:45:14 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id C696713C46E; Fri, 4 Jan 2008 02:45:14 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m042jEA4035813; Thu, 3 Jan 2008 18:45:14 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m042jECm035812; Thu, 3 Jan 2008 18:45:14 -0800 (PST) (envelope-from obrien) Date: Thu, 3 Jan 2008 18:45:14 -0800 From: "David O'Brien" To: =?unknown-8bit?Q?S=F8ren?= Schmidt Message-ID: <20080104024514.GA35785@dragon.NUXI.org> References: <200712131147.lBDBlaFi066300@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712131147.lBDBlaFi066300@repoman.freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 02:45:15 -0000 On Thu, Dec 13, 2007 at 11:47:36AM +0000, Sren Schmidt wrote: > sos 2007-12-13 11:47:36 UTC > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > ata-lowlevel.c > Log: > Implement a workaround of the datacorruption problem on serverworks > HT1000 chipsets. The HT1000 DMA engine seems to not always like 64K > transfers and sometimes barfs data all over memory leading to instant > chrash and burn. Oh, will you be requesting to MFC this to 7.0 and releng6? From owner-cvs-all@FreeBSD.ORG Fri Jan 4 03:08:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4899C16A419; Fri, 4 Jan 2008 03:08:50 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2108113C4EB; Fri, 4 Jan 2008 03:08:50 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0438osL005004; Fri, 4 Jan 2008 03:08:50 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0438og8005003; Fri, 4 Jan 2008 03:08:50 GMT (envelope-from obrien) Message-Id: <200801040308.m0438og8005003@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 4 Jan 2008 03:08:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat inet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 03:08:50 -0000 obrien 2008-01-04 03:08:49 UTC FreeBSD src repository Modified files: usr.bin/netstat inet.c Log: more style(9) Revision Changes Path 1.81 +70 -69 src/usr.bin/netstat/inet.c From owner-cvs-all@FreeBSD.ORG Fri Jan 4 03:09:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22DB016A418; Fri, 4 Jan 2008 03:09:29 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFB5213C45A; Fri, 4 Jan 2008 03:09:28 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0439SPt005046; Fri, 4 Jan 2008 03:09:28 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0439S5C005045; Fri, 4 Jan 2008 03:09:28 GMT (envelope-from obrien) Message-Id: <200801040309.m0439S5C005045@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 4 Jan 2008 03:09:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat inet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 03:09:29 -0000 obrien 2008-01-04 03:09:28 UTC FreeBSD src repository Modified files: usr.bin/netstat inet.c Log: Make a few messages more consistant with the others. Revision Changes Path 1.82 +2 -2 src/usr.bin/netstat/inet.c From owner-cvs-all@FreeBSD.ORG Fri Jan 4 03:21:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCB5016A421; Fri, 4 Jan 2008 03:21:21 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B514313C465; Fri, 4 Jan 2008 03:21:21 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m043LLGb005702; Fri, 4 Jan 2008 03:21:21 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m043LLEG005701; Fri, 4 Jan 2008 03:21:21 GMT (envelope-from obrien) Message-Id: <200801040321.m043LLEG005701@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 4 Jan 2008 03:21:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/netstat inet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 03:21:22 -0000 obrien 2008-01-04 03:21:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/netstat inet.c Log: MFC: rev. 1.76: 'netstat -A -p tcp' prints the Tcpcb pointer in the 1st col Revision Changes Path 1.70.2.5 +1 -1 src/usr.bin/netstat/inet.c From owner-cvs-all@FreeBSD.ORG Fri Jan 4 04:05:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A32D16A41B; Fri, 4 Jan 2008 04:05:40 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 631FE13C461; Fri, 4 Jan 2008 04:05:40 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0445e7o008818; Fri, 4 Jan 2008 04:05:40 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0445es1008817; Fri, 4 Jan 2008 04:05:40 GMT (envelope-from maho) Message-Id: <200801040405.m0445es1008817@repoman.freebsd.org> From: Maho Nakata Date: Fri, 4 Jan 2008 04:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/octave Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 04:05:40 -0000 maho 2008-01-04 04:05:40 UTC FreeBSD ports repository Modified files: math/octave Makefile Log: Add gsed in the RUN_DEPEND section. mkoctfile requres gsed. Submitted by: pav Revision Changes Path 1.68 +2 -1 ports/math/octave/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 04:33:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 238F716A600; Fri, 4 Jan 2008 04:33:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB5D213C442; Fri, 4 Jan 2008 04:33:13 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m044XDV7010098; Fri, 4 Jan 2008 04:33:13 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m044XDjC010097; Fri, 4 Jan 2008 04:33:13 GMT (envelope-from kib) Message-Id: <200801040433.m044XDjC010097@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 4 Jan 2008 04:33:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 04:33:19 -0000 kib 2008-01-04 04:33:13 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: In the vm_map_stack(), check for the specified stack region wraparound. Reported and tested by: Peter Holm Reviewed by: alc MFC after: 3 days Revision Changes Path 1.392 +3 -1 src/sys/vm/vm_map.c From owner-cvs-all@FreeBSD.ORG Fri Jan 4 04:53:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4951B16A418; Fri, 4 Jan 2008 04:53:22 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A44213C448; Fri, 4 Jan 2008 04:53:22 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m044rMu7020438; Fri, 4 Jan 2008 04:53:22 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m044rMsf020436; Fri, 4 Jan 2008 04:53:22 GMT (envelope-from kib) Message-Id: <200801040453.m044rMsf020436@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 4 Jan 2008 04:53:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/dev/snp snp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 04:53:22 -0000 kib 2008-01-04 04:53:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/dev/snp snp.c Log: MFC rev. 1.106: Do not allow the SNPSTTY ioctl for the snoop device that has a tty attached. Otherwise, the snp->snp_tty would be overwritten, while the tty line discipline still set to the snpdisc. Then snplwrite() causes panic because ttytosnp() cannot find the snp. (And do it at the proper place, from rev. 1.107). MFC rev. 1.107: The snp_target == NULL implies the snp_tty == NULL. Remove the code that is put under snp_target == NULL and snp_tty != NULL clause. In snpclose(), do the snp_detach() before scheduling the snp device destruction. Otherwise, after the return from snpclose(), the snp device is already removed from the snp_list, but tty is still in snooped state. Any attempt to do i/o on such tty cause panic because ttytosnp() returns NULL. Approved by: re (kensmith) Revision Changes Path 1.105.4.1 +7 -9 src/sys/dev/snp/snp.c From owner-cvs-all@FreeBSD.ORG Fri Jan 4 04:56:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DD4016A417; Fri, 4 Jan 2008 04:56:08 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DAABF13C458; Fri, 4 Jan 2008 04:56:07 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m044u72a020587; Fri, 4 Jan 2008 04:56:07 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m044u7KM020586; Fri, 4 Jan 2008 04:56:07 GMT (envelope-from kib) Message-Id: <200801040456.m044u7KM020586@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 4 Jan 2008 04:56:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/compat/linux linux_file.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 04:56:08 -0000 kib 2008-01-04 04:56:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/compat/linux linux_file.c Log: MFC rev. 1.107: Plug the leaks in the present implementation of the linux_openat(). Approved by: re (kensmith) Revision Changes Path 1.105.4.1 +19 -12 src/sys/compat/linux/linux_file.c From owner-cvs-all@FreeBSD.ORG Fri Jan 4 06:48:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67F2D16A41A; Fri, 4 Jan 2008 06:48:55 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 402AE13C4DB; Fri, 4 Jan 2008 06:48:55 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m046mt6E047982; Fri, 4 Jan 2008 06:48:55 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m046mtq6047981; Fri, 4 Jan 2008 06:48:55 GMT (envelope-from ale) Message-Id: <200801040648.m046mtq6047981@repoman.freebsd.org> From: Alex Dupre Date: Fri, 4 Jan 2008 06:48:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/enigmail-thunderbird Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 06:48:55 -0000 ale 2008-01-04 06:48:55 UTC FreeBSD ports repository Modified files: mail/enigmail-thunderbird Makefile distinfo Log: Update to 0.95.6 release. Revision Changes Path 1.41 +1 -1 ports/mail/enigmail-thunderbird/Makefile 1.10 +3 -3 ports/mail/enigmail-thunderbird/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 07:21:17 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA4C016A418 for ; Fri, 4 Jan 2008 07:21:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 86D4F13C448 for ; Fri, 4 Jan 2008 07:21:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so10933165pyb.10 for ; Thu, 03 Jan 2008 23:21:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Loc7ClRyP54XwH9adClPo5a7jPQgBAN+EWW6wrL5XDM=; b=giVLy23QkXaHnCxf4gzK8yauzA9E7a1711FmkuZ6GxAdaNOKgU5sVNEf1Ke8VeCIj05F80oqNKItNtoOD+ZJaiftCf2cus4lcC2D1iX6WfdTGshwE6NeHSKkWaGxSLYd0ByidwMyoBqyoAAGu/Bbygj25ggkFa0V3q9b4R3xvgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wlg44SBAbEPJt5OtDWitDkOwhjnuPcnQT4vtdgBMsyGZnxscMrsPFVqKmeepFlOL05Gj1OviOjArpdGN/Hp5tr+s424IpH/sW5WiJ283+WpfQl+a7ifm01QfB9moAxL7GMp2SPFsV0eHzloswTdiWQDXOqxhO7WBvRp1IA+ajM4= Received: by 10.64.53.20 with SMTP id b20mr34248655qba.40.1199429774732; Thu, 03 Jan 2008 22:56:14 -0800 (PST) Received: by 10.65.105.13 with HTTP; Thu, 3 Jan 2008 22:56:14 -0800 (PST) Message-ID: Date: Fri, 4 Jan 2008 01:56:14 -0500 From: "Aryeh Friedman" To: "Alex Dupre" In-Reply-To: <200801040648.m046mtq6047981@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801040648.m046mtq6047981@repoman.freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/mail/enigmail-thunderbird Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 07:21:17 -0000 On 1/4/08, Alex Dupre wrote: > ale 2008-01-04 06:48:55 UTC > > FreeBSD ports repository > > Modified files: > mail/enigmail-thunderbird Makefile distinfo > Log: > Update to 0.95.6 release. > > Revision Changes Path > 1.41 +1 -1 ports/mail/enigmail-thunderbird/Makefile > 1.10 +3 -3 ports/mail/enigmail-thunderbird/distinfo > _______________________________________________ Does this still fail if not compiled against GCC 3.4 (i.e. do I need to remove the + on the USE_GCC line) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 08:19:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64D1A16A41A; Fri, 4 Jan 2008 08:19:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2C113C465; Fri, 4 Jan 2008 08:19:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m048JrsS054458; Fri, 4 Jan 2008 08:19:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m048JrYC054457; Fri, 4 Jan 2008 08:19:53 GMT (envelope-from imp) Message-Id: <200801040819.m048JrYC054457@repoman.freebsd.org> From: Warner Losh Date: Fri, 4 Jan 2008 08:19:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pci.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 08:19:53 -0000 imp 2008-01-04 08:19:52 UTC FreeBSD src repository Modified files: share/man/man4 pci.4 Log: Modernize this man page a little by describing the pci driver of today, rather than details relevant only to the 3.x pci driver. Revision Changes Path 1.20 +14 -6 src/share/man/man4/pci.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 08:26:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7726316A419; Fri, 4 Jan 2008 08:26:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5050613C45D; Fri, 4 Jan 2008 08:26:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m048QNJA054803; Fri, 4 Jan 2008 08:26:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m048QN40054802; Fri, 4 Jan 2008 08:26:23 GMT (envelope-from imp) Message-Id: <200801040826.m048QN40054802@repoman.freebsd.org> From: Warner Losh Date: Fri, 4 Jan 2008 08:26:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile pcib.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 08:26:23 -0000 imp 2008-01-04 08:26:23 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 pcib.4 Log: Dummy man page for pcib. We should write a real one and I hope this gets the ball rolling. Revision Changes Path 1.402 +1 -0 src/share/man/man4/Makefile 1.1 +41 -0 src/share/man/man4/pcib.4 (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 08:26:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05A3516A420; Fri, 4 Jan 2008 08:26:45 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA07113C461; Fri, 4 Jan 2008 08:26:44 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m048QiOu054874; Fri, 4 Jan 2008 08:26:44 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m048Qi24054873; Fri, 4 Jan 2008 08:26:44 GMT (envelope-from clsung) Message-Id: <200801040826.m048Qi24054873@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 4 Jan 2008 08:26:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-WWW-Mechanize-DecodedContent Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 08:26:45 -0000 clsung 2008-01-04 08:26:44 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-Mechanize-DecodedContent Makefile distinfo pkg-descr pkg-plist Log: WWW::Mechanize::DecodedContent is a plugin to add decoded_content utility method to WWW::Mechanize. Author: Tatsuhiko Miyagawa WWW: http://search.cpan.org/~miyagawa/WWW-Mechanize-DecodedContent/ PR: ports/119124 Submitted by: Masahiro Teramoto Revision Changes Path 1.1935 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-WWW-Mechanize-DecodedContent/Makefile (new) 1.1 +3 -0 ports/www/p5-WWW-Mechanize-DecodedContent/distinfo (new) 1.1 +5 -0 ports/www/p5-WWW-Mechanize-DecodedContent/pkg-descr (new) 1.1 +8 -0 ports/www/p5-WWW-Mechanize-DecodedContent/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 08:26:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F87C16A41A; Fri, 4 Jan 2008 08:26:56 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 291DD13C458; Fri, 4 Jan 2008 08:26:56 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m048QuKN054908; Fri, 4 Jan 2008 08:26:56 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m048Qufu054907; Fri, 4 Jan 2008 08:26:56 GMT (envelope-from clsung) Message-Id: <200801040826.m048Qufu054907@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 4 Jan 2008 08:26:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 08:26:56 -0000 clsung 2008-01-04 08:26:56 UTC FreeBSD ports repository Modified files: . modules Log: p5-WWW-Mechanize-DecodedContent --> ports/www/p5-WWW-Mechanize-DecodedContent Revision Changes Path 1.19149 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jan 4 08:34:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85FA516A41A; Fri, 4 Jan 2008 08:34:15 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F19013C46A; Fri, 4 Jan 2008 08:34:15 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m048YFJx055821; Fri, 4 Jan 2008 08:34:15 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m048YFic055820; Fri, 4 Jan 2008 08:34:15 GMT (envelope-from clsung) Message-Id: <200801040834.m048YFic055820@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 4 Jan 2008 08:34:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-Image-IPTCInfo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 08:34:15 -0000 clsung 2008-01-04 08:34:15 UTC FreeBSD ports repository Modified files: graphics/p5-Image-IPTCInfo Makefile distinfo Log: - Update to 1.95 - reset to perl@ PR: ports/119143 Submitted by: Gea-Suan Lin Revision Changes Path 1.2 +2 -2 ports/graphics/p5-Image-IPTCInfo/Makefile 1.2 +3 -3 ports/graphics/p5-Image-IPTCInfo/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 08:53:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A488316A468; Fri, 4 Jan 2008 08:53:18 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C05B13C4F7; Fri, 4 Jan 2008 08:53:18 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m048rHKx065448; Fri, 4 Jan 2008 08:53:17 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m048rHET065447; Fri, 4 Jan 2008 08:53:17 GMT (envelope-from gerald) Message-Id: <200801040853.m048rHET065447@repoman.freebsd.org> From: Gerald Pfeifer Date: Fri, 4 Jan 2008 08:53:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc42 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 08:53:18 -0000 gerald 2008-01-04 08:53:16 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile distinfo Log: Update to the 20080102 snapshot of GCC 4.2.3. Revision Changes Path 1.329 +1 -1 ports/lang/gcc42/Makefile 1.211 +18 -18 ports/lang/gcc42/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 08:55:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9637C16A419; Fri, 4 Jan 2008 08:55:09 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id 188C013C4D1; Fri, 4 Jan 2008 08:55:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m048t7l8088309; Fri, 4 Jan 2008 09:55:07 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m048t6qZ088308; Fri, 4 Jan 2008 09:55:06 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Maho Nakata In-Reply-To: <200801040405.m0445es1008817@repoman.freebsd.org> References: <200801040405.m0445es1008817@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-QmsRAaKGOQL+U+tZrutz" Date: Fri, 04 Jan 2008 09:55:06 +0100 Message-Id: <1199436906.1192.7.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/octave Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 08:55:09 -0000 --=-QmsRAaKGOQL+U+tZrutz Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Maho Nakata p=ED=B9e v p=E1 04. 01. 2008 v 04:05 +0000: > maho 2008-01-04 04:05:40 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > math/octave Makefile=20 > Log: > Add gsed in the RUN_DEPEND section. > mkoctfile requres gsed. This needs PORTREVISION raise, otherwise packages will not be rebuilt. --=20 Pav Lucistnik "Ragtime" contained about forty-five seconds of Elizabeth McGovern completely topless, but it got a "PG" in 1980. I have no idea why that did, or "Titanic" got PG-13, yet "Merchant of Venice" gets tagged with an "R". The MPAA is an intellectual and aesthetic embarassment. -- comment from IMDb board on US movie rating system --=-QmsRAaKGOQL+U+tZrutz Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHffRqntdYP8FOsoIRAmRLAJ976fgmHRt84MExIs3S4zDqN5IPNQCfd8dz Pi7M3p5PYK8azWa2KgJ7Vw0= =Aik5 -----END PGP SIGNATURE----- --=-QmsRAaKGOQL+U+tZrutz-- From owner-cvs-all@FreeBSD.ORG Fri Jan 4 09:22:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F95716A41B; Fri, 4 Jan 2008 09:22:10 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2830E13C44B; Fri, 4 Jan 2008 09:22:10 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m049MAD4067927; Fri, 4 Jan 2008 09:22:10 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m049M99n067926; Fri, 4 Jan 2008 09:22:09 GMT (envelope-from alepulver) Message-Id: <200801040922.m049M99n067926@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 09:22:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/rblibtorrent-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 09:22:10 -0000 alepulver 2008-01-04 09:22:09 UTC FreeBSD ports repository Modified files: net-p2p/rblibtorrent-devel Makefile distinfo pkg-plist Log: - Update to version 0.13svn.r1876. - Do not rename installed library, just create a symlink. Revision Changes Path 1.13 +2 -4 ports/net-p2p/rblibtorrent-devel/Makefile 1.8 +3 -3 ports/net-p2p/rblibtorrent-devel/distinfo 1.10 +1 -0 ports/net-p2p/rblibtorrent-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 09:22:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8C3816A41A; Fri, 4 Jan 2008 09:22:45 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C229113C45B; Fri, 4 Jan 2008 09:22:45 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m049Mjre067967; Fri, 4 Jan 2008 09:22:45 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m049MjK5067966; Fri, 4 Jan 2008 09:22:45 GMT (envelope-from alepulver) Message-Id: <200801040922.m049MjK5067966@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 09:22:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/qbittorrent Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 09:22:46 -0000 alepulver 2008-01-04 09:22:45 UTC FreeBSD ports repository Modified files: net-p2p/qbittorrent Makefile distinfo Log: - Update to version 1.0.0rc11. Revision Changes Path 1.8 +1 -2 ports/net-p2p/qbittorrent/Makefile 1.5 +3 -3 ports/net-p2p/qbittorrent/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 09:24:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6824916A419; Fri, 4 Jan 2008 09:24:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40F4D13C448; Fri, 4 Jan 2008 09:24:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m049OoHA068032; Fri, 4 Jan 2008 09:24:50 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m049Oonq068031; Fri, 4 Jan 2008 09:24:50 GMT (envelope-from alepulver) Message-Id: <200801040924.m049Oonq068031@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 09:24:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/warzone2100 Makefile distinfo pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 09:24:51 -0000 alepulver 2008-01-04 09:24:50 UTC FreeBSD ports repository Modified files: games/warzone2100 Makefile distinfo Removed files: games/warzone2100 pkg-message Log: - Update to version 2.0.10. - Remove pkg-message (bug fixed, no workaround should be needed). Revision Changes Path 1.21 +2 -2 ports/games/warzone2100/Makefile 1.11 +3 -3 ports/games/warzone2100/distinfo 1.4 +0 -21 ports/games/warzone2100/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 09:25:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AF9016A418; Fri, 4 Jan 2008 09:25:33 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 12A5113C44B; Fri, 4 Jan 2008 09:25:33 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m049PWt4068154; Fri, 4 Jan 2008 09:25:32 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m049PW5k068153; Fri, 4 Jan 2008 09:25:32 GMT (envelope-from alepulver) Message-Id: <200801040925.m049PW5k068153@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 09:25:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qmc2 Makefile distinfo pkg-plist ports/emulators/qmc2/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 09:25:33 -0000 alepulver 2008-01-04 09:25:32 UTC FreeBSD ports repository Modified files: emulators/qmc2 Makefile distinfo pkg-plist emulators/qmc2/files patch-Makefile Log: - Update to version 0.1.b11. Revision Changes Path 1.5 +2 -2 ports/emulators/qmc2/Makefile 1.4 +3 -3 ports/emulators/qmc2/distinfo 1.4 +6 -4 ports/emulators/qmc2/files/patch-Makefile 1.4 +229 -0 ports/emulators/qmc2/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 09:25:48 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7900016A500 for ; Fri, 4 Jan 2008 09:25:48 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 3228413C448 for ; Fri, 4 Jan 2008 09:25:47 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A56846.dip.t-dialin.net [84.165.104.70]) by redbull.bpaserver.net (Postfix) with ESMTP id 659962E34A; Fri, 4 Jan 2008 10:25:21 +0100 (CET) Received: from deskjail (deskjail.Leidinger.net [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 680BC7CE65; Fri, 4 Jan 2008 10:25:16 +0100 (CET) Date: Fri, 4 Jan 2008 10:16:42 +0100 From: Alexander Leidinger To: cvs-all@freebsd.org, Thomas Abthorpe Message-ID: <20080104101642.35432543@deskjail> In-Reply-To: <200801032022.m03KMwew001687@repoman.freebsd.org> References: <200801032022.m03KMwew001687@repoman.freebsd.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i686-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: Subject: Re: cvs commit: ports/net/citrix_ica Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 09:25:48 -0000 Quoting Thomas Abthorpe (Thu, 3 Jan 2008 20:22:58 +0000 (UTC)): > tabthorpe 2008-01-03 20:22:58 UTC > > FreeBSD ports repository > > Modified files: > net/citrix_ica Makefile pkg-descr > Log: > - Document work around for possible system crashes > - Cleanup Makefile while I am here > > * After installation, create directory ${LINUXBASE}/dev > > Inspired by: ports/117068 > Submitted by: > Discussed with: netchild@ in freebsd-emulation Wouldn't it be better to create and remove the directory in the port? And at the same time the user should get a big fat message that you created the dev directory and if some other programs behave strange, it may be because of the dev directory creation (users should test those programs without the dev directory then). Bye, Alexander. -- Leela: Oh, Adelai, I've had a wonderful time today. No one's stared at me, or avoided staring at me, or tried to burn me. You make me feel so not weird. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 09:27:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D77816A417; Fri, 4 Jan 2008 09:27:24 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05C7913C46A; Fri, 4 Jan 2008 09:27:24 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m049RNuH068230; Fri, 4 Jan 2008 09:27:23 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m049RNfV068229; Fri, 4 Jan 2008 09:27:23 GMT (envelope-from alepulver) Message-Id: <200801040927.m049RNfV068229@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 09:27:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/icewm Makefile distinfo ports/x11-wm/icewm/files patch-src_yxtray.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 09:27:24 -0000 alepulver 2008-01-04 09:27:23 UTC FreeBSD ports repository Modified files: x11-wm/icewm Makefile distinfo Removed files: x11-wm/icewm/files patch-src_yxtray.cc Log: - Update to version 1.2.34. - Remove patch integrated into upstream. Revision Changes Path 1.132 +1 -2 ports/x11-wm/icewm/Makefile 1.65 +3 -3 ports/x11-wm/icewm/distinfo 1.2 +0 -11 ports/x11-wm/icewm/files/patch-src_yxtray.cc (dead) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 09:27:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12B7316A46D; Fri, 4 Jan 2008 09:27:52 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD4C013C4DD; Fri, 4 Jan 2008 09:27:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m049RpcH068262; Fri, 4 Jan 2008 09:27:51 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m049Rp02068261; Fri, 4 Jan 2008 09:27:51 GMT (envelope-from alepulver) Message-Id: <200801040927.m049Rp02068261@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 09:27:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/wxGlade Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 09:27:52 -0000 alepulver 2008-01-04 09:27:51 UTC FreeBSD ports repository Modified files: devel/wxGlade Makefile distinfo Log: - Update to version 0.6.2. Revision Changes Path 1.27 +1 -1 ports/devel/wxGlade/Makefile 1.10 +3 -3 ports/devel/wxGlade/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 09:44:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABA8C16A418; Fri, 4 Jan 2008 09:44:01 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8504313C478; Fri, 4 Jan 2008 09:44:01 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m049i14X069522; Fri, 4 Jan 2008 09:44:01 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m049i1Qx069515; Fri, 4 Jan 2008 09:44:01 GMT (envelope-from des) Message-Id: <200801040944.m049i1Qx069515@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 4 Jan 2008 09:44:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/looks Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 09:44:01 -0000 des 2008-01-04 09:44:00 UTC FreeBSD ports repository Modified files: devel/looks Makefile Log: Don't use wget, fetch works fine. Approved by: maintainer timeout (17 days) Revision Changes Path 1.13 +0 -5 ports/devel/looks/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 10:29:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7910716A41A; Fri, 4 Jan 2008 10:29:58 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 527D213C442; Fri, 4 Jan 2008 10:29:58 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04ATwJt075176; Fri, 4 Jan 2008 10:29:58 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04ATwRw075175; Fri, 4 Jan 2008 10:29:58 GMT (envelope-from dougb) Message-Id: <200801041029.m04ATwRw075175@repoman.freebsd.org> From: Doug Barton Date: Fri, 4 Jan 2008 10:29:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 10:29:58 -0000 dougb 2008-01-04 10:29:58 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Restore the canonical order of installing run-depends before the parent Revision Changes Path 1.27 +11 -12 ports/ports-mgmt/portmaster/files/portmaster.sh.in From owner-cvs-all@FreeBSD.ORG Fri Jan 4 10:30:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13E0F16A41B; Fri, 4 Jan 2008 10:30:30 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0E8813C442; Fri, 4 Jan 2008 10:30:29 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04AUTiV075290; Fri, 4 Jan 2008 10:30:29 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04AUTgu075289; Fri, 4 Jan 2008 10:30:29 GMT (envelope-from dougb) Message-Id: <200801041030.m04AUTgu075289@repoman.freebsd.org> From: Doug Barton Date: Fri, 4 Jan 2008 10:30:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/portmaster Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 10:30:30 -0000 dougb 2008-01-04 10:30:29 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster Makefile Log: Update for version 1.27 Revision Changes Path 1.28 +1 -1 ports/ports-mgmt/portmaster/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 10:33:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BC9D16A41B; Fri, 4 Jan 2008 10:33:26 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8E5813C46A; Fri, 4 Jan 2008 10:33:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04AXPcY075433; Fri, 4 Jan 2008 10:33:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04AXPYV075432; Fri, 4 Jan 2008 10:33:25 GMT (envelope-from clsung) Message-Id: <200801041033.m04AXPYV075432@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 4 Jan 2008 10:33:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-Class Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 10:33:26 -0000 clsung 2008-01-04 10:33:25 UTC FreeBSD ports repository Modified files: devel/p5-Test-Class Makefile distinfo Log: - Update to 0.27 Revision Changes Path 1.25 +2 -3 ports/devel/p5-Test-Class/Makefile 1.18 +3 -3 ports/devel/p5-Test-Class/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:38:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 041A916A41B; Fri, 4 Jan 2008 12:38:59 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D0F9413C455; Fri, 4 Jan 2008 12:38:58 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Ccwlq082515; Fri, 4 Jan 2008 12:38:58 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CcwVA082514; Fri, 4 Jan 2008 12:38:58 GMT (envelope-from stefan) Message-Id: <200801041238.m04CcwVA082514@repoman.freebsd.org> From: Stefan Walter Date: Fri, 4 Jan 2008 12:38:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/imapfilter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:38:59 -0000 stefan 2008-01-04 12:38:58 UTC FreeBSD ports repository Modified files: mail/imapfilter Makefile distinfo Log: Update to 2.0.9. Revision Changes Path 1.23 +1 -1 ports/mail/imapfilter/Makefile 1.23 +3 -3 ports/mail/imapfilter/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:40:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A1E316A417; Fri, 4 Jan 2008 12:40:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 242BB13C447; Fri, 4 Jan 2008 12:40:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CeRHG082637; Fri, 4 Jan 2008 12:40:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CeRMc082636; Fri, 4 Jan 2008 12:40:27 GMT (envelope-from pav) Message-Id: <200801041240.m04CeRMc082636@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Jan 2008 12:40:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/rtgui Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:40:27 -0000 pav 2008-01-04 12:40:26 UTC FreeBSD ports repository Modified files: net-p2p/rtgui Makefile Log: - Drop some dependencies PR: ports/119328 Submitted by: Philippe Audeoud (maintainer) Revision Changes Path 1.4 +2 -4 ports/net-p2p/rtgui/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:48:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BF7A16A420; Fri, 4 Jan 2008 12:48:37 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC1113C448; Fri, 4 Jan 2008 12:48:37 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CmbCT091833; Fri, 4 Jan 2008 12:48:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CmbJj091832; Fri, 4 Jan 2008 12:48:37 GMT (envelope-from pav) Message-Id: <200801041248.m04CmbJj091832@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Jan 2008 12:48:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/barnyard Makefile ports/security/barnyard/files 64-bit-barnyard.h 64-bit-event.h 64-bit-input-plugins-dp-alert.h 64-bit-util.c 64-bit-util.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:48:37 -0000 pav 2008-01-04 12:48:37 UTC FreeBSD ports repository Modified files: security/barnyard Makefile Added files: security/barnyard/files 64-bit-barnyard.h 64-bit-event.h 64-bit-input-plugins-dp-alert.h 64-bit-util.c 64-bit-util.h Log: - Patches for 64-bit systems - Toggle MySQL option to default to 'on' PR: ports/118873 Submitted by: Paul Schmehl (maintainer) Revision Changes Path 1.9 +10 -2 ports/security/barnyard/Makefile 1.1 +12 -0 ports/security/barnyard/files/64-bit-barnyard.h (new) 1.1 +23 -0 ports/security/barnyard/files/64-bit-event.h (new) 1.1 +12 -0 ports/security/barnyard/files/64-bit-input-plugins-dp-alert.h (new) 1.1 +12 -0 ports/security/barnyard/files/64-bit-util.c (new) 1.1 +12 -0 ports/security/barnyard/files/64-bit-util.h (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:55:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8A4B16A468; Fri, 4 Jan 2008 12:55:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B24B813C4D9; Fri, 4 Jan 2008 12:55:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Ct2Rl092188; Fri, 4 Jan 2008 12:55:02 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Ct2pk092187; Fri, 4 Jan 2008 12:55:02 GMT (envelope-from gabor) Message-Id: <200801041255.m04Ct2pk092187@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:55:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:55:02 -0000 gabor 2008-01-04 12:55:02 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 edsc.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.2 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:55:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58C0D16A46B; Fri, 4 Jan 2008 12:55:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3231313C45B; Fri, 4 Jan 2008 12:55:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CtOtE092231; Fri, 4 Jan 2008 12:55:24 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CtOes092230; Fri, 4 Jan 2008 12:55:24 GMT (envelope-from gabor) Message-Id: <200801041255.m04CtOes092230@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:55:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:55:24 -0000 gabor 2008-01-04 12:55:24 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 ipmi.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.9 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:55:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AA9916A417; Fri, 4 Jan 2008 12:55:55 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D839713C442; Fri, 4 Jan 2008 12:55:54 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CtspA092285; Fri, 4 Jan 2008 12:55:54 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CtsX9092284; Fri, 4 Jan 2008 12:55:54 GMT (envelope-from gabor) Message-Id: <200801041255.m04CtsX9092284@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:55:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:55:55 -0000 gabor 2008-01-04 12:55:54 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 mxge.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.8 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:56:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E429B16A41B; Fri, 4 Jan 2008 12:56:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA5BE13C47E; Fri, 4 Jan 2008 12:56:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CuO87092319; Fri, 4 Jan 2008 12:56:24 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CuO69092318; Fri, 4 Jan 2008 12:56:24 GMT (envelope-from gabor) Message-Id: <200801041256.m04CuO69092318@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:56:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:56:25 -0000 gabor 2008-01-04 12:56:24 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_envy24.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.4 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:56:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B00816A469; Fri, 4 Jan 2008 12:56:46 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8D9013C457; Fri, 4 Jan 2008 12:56:45 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Cuj0G092366; Fri, 4 Jan 2008 12:56:45 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Cujcn092365; Fri, 4 Jan 2008 12:56:45 GMT (envelope-from gabor) Message-Id: <200801041256.m04Cujcn092365@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:56:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:56:46 -0000 gabor 2008-01-04 12:56:45 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_envy24ht.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.3 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:57:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76AF316A478; Fri, 4 Jan 2008 12:57:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F71B13C506; Fri, 4 Jan 2008 12:57:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Cv6G6092414; Fri, 4 Jan 2008 12:57:06 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Cv6Ok092413; Fri, 4 Jan 2008 12:57:06 GMT (envelope-from gabor) Message-Id: <200801041257.m04Cv6Ok092413@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:57:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:57:06 -0000 gabor 2008-01-04 12:57:06 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_hda.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.13 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:57:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3355D16A419; Fri, 4 Jan 2008 12:57:35 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB8013C4F2; Fri, 4 Jan 2008 12:57:35 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CvYSU092447; Fri, 4 Jan 2008 12:57:34 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CvY88092446; Fri, 4 Jan 2008 12:57:34 GMT (envelope-from gabor) Message-Id: <200801041257.m04CvY88092446@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:57:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:57:35 -0000 gabor 2008-01-04 12:57:34 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 snd_spicds.4 Log: - This driver will first appear in 6.3, not 7.0 MFC after: 0 days Revision Changes Path 1.4 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:58:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5245416A41B; Fri, 4 Jan 2008 12:58:10 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BBCA13C4D3; Fri, 4 Jan 2008 12:58:10 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CwAjQ092489; Fri, 4 Jan 2008 12:58:10 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CwAkU092488; Fri, 4 Jan 2008 12:58:10 GMT (envelope-from gabor) Message-Id: <200801041258.m04CwAkU092488@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:58:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:58:10 -0000 gabor 2008-01-04 12:58:10 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man5 linsysfs.5 Log: - This driver will has already appeared in 6.2 MFC after: 0 days Revision Changes Path 1.7 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:59:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68DEC16A468; Fri, 4 Jan 2008 12:59:34 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4245713C4E5; Fri, 4 Jan 2008 12:59:34 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04CxYhW092543; Fri, 4 Jan 2008 12:59:34 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04CxYon092542; Fri, 4 Jan 2008 12:59:34 GMT (envelope-from gabor) Message-Id: <200801041259.m04CxYon092542@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:59:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:59:34 -0000 gabor 2008-01-04 12:59:34 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 edsc.4 Log: MFC r1.2 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.1.2.2 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 12:59:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07D5916A41A; Fri, 4 Jan 2008 12:59:57 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D549313C44B; Fri, 4 Jan 2008 12:59:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Cxurg092577; Fri, 4 Jan 2008 12:59:56 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Cxuuj092576; Fri, 4 Jan 2008 12:59:56 GMT (envelope-from gabor) Message-Id: <200801041259.m04Cxuuj092576@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 12:59:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 12:59:57 -0000 gabor 2008-01-04 12:59:56 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 ipmi.4 Log: MFC r1.9 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.4.2.3 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:00:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACC5A16A468; Fri, 4 Jan 2008 13:00:16 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84A8B13C468; Fri, 4 Jan 2008 13:00:16 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D0GpH092677; Fri, 4 Jan 2008 13:00:16 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D0GRZ092676; Fri, 4 Jan 2008 13:00:16 GMT (envelope-from gabor) Message-Id: <200801041300.m04D0GRZ092676@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:00:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:00:16 -0000 gabor 2008-01-04 13:00:16 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 mxge.4 Log: MFC r1.8 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.7.2.2 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:00:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD86716A419; Fri, 4 Jan 2008 13:00:40 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9624513C474; Fri, 4 Jan 2008 13:00:40 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D0eLB092716; Fri, 4 Jan 2008 13:00:40 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D0exY092715; Fri, 4 Jan 2008 13:00:40 GMT (envelope-from gabor) Message-Id: <200801041300.m04D0exY092715@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:00:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:00:40 -0000 gabor 2008-01-04 13:00:40 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 snd_envy24.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.3.2.2 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:01:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70F2916A420; Fri, 4 Jan 2008 13:01:04 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A57E13C4FA; Fri, 4 Jan 2008 13:01:04 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D148P092783; Fri, 4 Jan 2008 13:01:04 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D14rm092782; Fri, 4 Jan 2008 13:01:04 GMT (envelope-from gabor) Message-Id: <200801041301.m04D14rm092782@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:01:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:01:04 -0000 gabor 2008-01-04 13:01:04 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 snd_envy24ht.4 Log: MFC r1.3 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.1.2.3 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:01:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3193D16A46E; Fri, 4 Jan 2008 13:01:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF9C13C50B; Fri, 4 Jan 2008 13:01:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D1cCH092813; Fri, 4 Jan 2008 13:01:38 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D1csU092812; Fri, 4 Jan 2008 13:01:38 GMT (envelope-from gabor) Message-Id: <200801041301.m04D1csU092812@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:01:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:01:39 -0000 gabor 2008-01-04 13:01:38 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 snd_hda.4 Log: MFC r1.13 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.10.2.2 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:02:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 095BC16A418; Fri, 4 Jan 2008 13:02:05 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D6EC813C4D9; Fri, 4 Jan 2008 13:02:04 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D24eF092851; Fri, 4 Jan 2008 13:02:04 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D24fk092850; Fri, 4 Jan 2008 13:02:04 GMT (envelope-from gabor) Message-Id: <200801041302.m04D24fk092850@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:02:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:02:05 -0000 gabor 2008-01-04 13:02:04 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man4 snd_spicds.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Revision Changes Path 1.2.2.2 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:02:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A85E16A46B; Fri, 4 Jan 2008 13:02:43 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 231B713C4EE; Fri, 4 Jan 2008 13:02:43 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D2hj7092890; Fri, 4 Jan 2008 13:02:43 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D2gtS092889; Fri, 4 Jan 2008 13:02:42 GMT (envelope-from gabor) Message-Id: <200801041302.m04D2gtS092889@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:02:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:02:43 -0000 gabor 2008-01-04 13:02:42 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man5 linsysfs.5 Log: MFC r1.7 - This driver has already appeared in 6.2 Revision Changes Path 1.2.2.2 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:03:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 540F716A418; Fri, 4 Jan 2008 13:03:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B08D13C4E1; Fri, 4 Jan 2008 13:03:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D3l48094106; Fri, 4 Jan 2008 13:03:47 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D3lZC094105; Fri, 4 Jan 2008 13:03:47 GMT (envelope-from gabor) Message-Id: <200801041303.m04D3lZC094105@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:03:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:03:47 -0000 gabor 2008-01-04 13:03:47 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 edsc.4 Log: MFC r1.2 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.1.2.1.2.1 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:04:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B89F16A417; Fri, 4 Jan 2008 13:04:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 444B613C4CE; Fri, 4 Jan 2008 13:04:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D4HdC094144; Fri, 4 Jan 2008 13:04:17 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D4HCu094143; Fri, 4 Jan 2008 13:04:17 GMT (envelope-from gabor) Message-Id: <200801041304.m04D4HCu094143@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:04:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:04:17 -0000 gabor 2008-01-04 13:04:17 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 ipmi.4 Log: MFC r1.9 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.4.2.2.2.1 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:04:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1937916A418; Fri, 4 Jan 2008 13:04:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6CF213C45A; Fri, 4 Jan 2008 13:04:55 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D4tOd094189; Fri, 4 Jan 2008 13:04:55 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D4tbN094188; Fri, 4 Jan 2008 13:04:55 GMT (envelope-from gabor) Message-Id: <200801041304.m04D4tbN094188@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:04:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:04:56 -0000 gabor 2008-01-04 13:04:55 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 mxge.4 Log: MFC r1.8 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.7.2.1.2.1 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:05:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8043916A46D; Fri, 4 Jan 2008 13:05:18 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 588F113C448; Fri, 4 Jan 2008 13:05:18 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D5ILJ094297; Fri, 4 Jan 2008 13:05:18 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D5IAG094296; Fri, 4 Jan 2008 13:05:18 GMT (envelope-from des) Message-Id: <200801041305.m04D5IAG094296@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 4 Jan 2008 13:05:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/looks Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:05:18 -0000 des 2008-01-04 13:05:18 UTC FreeBSD ports repository Modified files: devel/looks Makefile distinfo Log: The distfile has moved and changed name, but the size and checksums haven't. Revision Changes Path 1.14 +2 -5 ports/devel/looks/Makefile 1.6 +3 -3 ports/devel/looks/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:05:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DEB116A417; Fri, 4 Jan 2008 13:05:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3710D13C46E; Fri, 4 Jan 2008 13:05:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D5VYG094324; Fri, 4 Jan 2008 13:05:31 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D5VFC094323; Fri, 4 Jan 2008 13:05:31 GMT (envelope-from gabor) Message-Id: <200801041305.m04D5VFC094323@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:05:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:05:31 -0000 gabor 2008-01-04 13:05:31 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 snd_envy24.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.2.1.2.1 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:05:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3862F16A419; Fri, 4 Jan 2008 13:05:59 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 116F413C4E1; Fri, 4 Jan 2008 13:05:59 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D5w6m094377; Fri, 4 Jan 2008 13:05:58 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D5wAl094376; Fri, 4 Jan 2008 13:05:58 GMT (envelope-from gabor) Message-Id: <200801041305.m04D5wAl094376@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:05:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:05:59 -0000 gabor 2008-01-04 13:05:58 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 snd_envy24ht.4 Log: MFC r1.3 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.1.2.2.2.1 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:06:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C57816A41A; Fri, 4 Jan 2008 13:06:21 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55B9C13C44B; Fri, 4 Jan 2008 13:06:21 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D6LjS094413; Fri, 4 Jan 2008 13:06:21 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D6LId094412; Fri, 4 Jan 2008 13:06:21 GMT (envelope-from gabor) Message-Id: <200801041306.m04D6LId094412@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:06:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:06:21 -0000 gabor 2008-01-04 13:06:21 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 snd_hda.4 Log: MFC r1.13 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.10.2.1.2.1 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:06:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E071516A468; Fri, 4 Jan 2008 13:06:51 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B96C813C45B; Fri, 4 Jan 2008 13:06:51 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D6pcn094451; Fri, 4 Jan 2008 13:06:51 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D6p0c094450; Fri, 4 Jan 2008 13:06:51 GMT (envelope-from gabor) Message-Id: <200801041306.m04D6p0c094450@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:06:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:06:52 -0000 gabor 2008-01-04 13:06:51 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man4 snd_spicds.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.2.2.1.2.1 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:07:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB70C16A418; Fri, 4 Jan 2008 13:07:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94CB413C457; Fri, 4 Jan 2008 13:07:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D7RQi094489; Fri, 4 Jan 2008 13:07:27 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D7RG6094488; Fri, 4 Jan 2008 13:07:27 GMT (envelope-from gabor) Message-Id: <200801041307.m04D7RG6094488@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:07:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:07:27 -0000 gabor 2008-01-04 13:07:27 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man5 linsysfs.5 Log: MFC r1.7 - This driver has already appeared in 6.2 Approved by: re (hrs) Revision Changes Path 1.2.2.1.4.1 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:08:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E2D816A418; Fri, 4 Jan 2008 13:08:15 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB59C13C4F4; Fri, 4 Jan 2008 13:08:14 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D8EU0094548; Fri, 4 Jan 2008 13:08:14 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D8EaZ094547; Fri, 4 Jan 2008 13:08:14 GMT (envelope-from gabor) Message-Id: <200801041308.m04D8EaZ094547@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:08:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:08:15 -0000 gabor 2008-01-04 13:08:14 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 edsc.4 Log: MFC r1.2 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.1.4.1 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:08:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8CCE16A417; Fri, 4 Jan 2008 13:08:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8248D13C457; Fri, 4 Jan 2008 13:08:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D8d3G094592; Fri, 4 Jan 2008 13:08:39 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D8dJa094591; Fri, 4 Jan 2008 13:08:39 GMT (envelope-from gabor) Message-Id: <200801041308.m04D8dJa094591@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:08:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:08:39 -0000 gabor 2008-01-04 13:08:39 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 ipmi.4 Log: MFC r1.9 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.8.2.1 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:08:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E423116A57B; Fri, 4 Jan 2008 13:08:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 712D213C461; Fri, 4 Jan 2008 13:08:41 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D8f0S094664; Fri, 4 Jan 2008 13:08:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D8fnq094663; Fri, 4 Jan 2008 13:08:41 GMT (envelope-from pav) Message-Id: <200801041308.m04D8fnq094663@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Jan 2008 13:08:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/gosa Makefile distinfo pkg-descr pkg-plist ports/sysutils/gosa/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:08:43 -0000 pav 2008-01-04 13:08:41 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gosa Makefile distinfo pkg-descr pkg-plist sysutils/gosa/files pkg-message.in Log: GOsa is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Provided is access to posix, shadow, samba, proxy, fax, and kerberos accounts. It is able to manage the postfix/cyrus server combination and can write user adapted sieve scripts. WWW: http://www.gosa-project.org PR: ports/119231 Submitted by: Denis Shaposhnikov Revision Changes Path 1.968 +1 -0 ports/sysutils/Makefile 1.1 +63 -0 ports/sysutils/gosa/Makefile (new) 1.1 +3 -0 ports/sysutils/gosa/distinfo (new) 1.1 +23 -0 ports/sysutils/gosa/files/pkg-message.in (new) 1.1 +7 -0 ports/sysutils/gosa/pkg-descr (new) 1.1 +2373 -0 ports/sysutils/gosa/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:09:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26B5716A49E; Fri, 4 Jan 2008 13:09:05 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F420213C46E; Fri, 4 Jan 2008 13:09:04 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D94lG094709; Fri, 4 Jan 2008 13:09:04 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D94c9094708; Fri, 4 Jan 2008 13:09:04 GMT (envelope-from gabor) Message-Id: <200801041309.m04D94c9094708@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:09:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:09:05 -0000 gabor 2008-01-04 13:09:04 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 mxge.4 Log: MFC r1.8 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.7.4.1 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:09:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98C2716A480; Fri, 4 Jan 2008 13:09:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71CB013C4D1; Fri, 4 Jan 2008 13:09:31 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D9V1b094740; Fri, 4 Jan 2008 13:09:31 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D9VYx094739; Fri, 4 Jan 2008 13:09:31 GMT (envelope-from gabor) Message-Id: <200801041309.m04D9VYx094739@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:09:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:09:31 -0000 gabor 2008-01-04 13:09:31 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 snd_envy24.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.4.1 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:09:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BACF16A419; Fri, 4 Jan 2008 13:09:53 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6521813C455; Fri, 4 Jan 2008 13:09:53 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04D9rL3094773; Fri, 4 Jan 2008 13:09:53 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04D9reQ094772; Fri, 4 Jan 2008 13:09:53 GMT (envelope-from gabor) Message-Id: <200801041309.m04D9reQ094772@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:09:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:09:53 -0000 gabor 2008-01-04 13:09:53 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 snd_envy24ht.4 Log: MFC r1.3 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.2.2.1 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:10:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F1EC16A41B; Fri, 4 Jan 2008 13:10:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0840613C45A; Fri, 4 Jan 2008 13:10:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DAO0t094864; Fri, 4 Jan 2008 13:10:24 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DAOZu094863; Fri, 4 Jan 2008 13:10:24 GMT (envelope-from gabor) Message-Id: <200801041310.m04DAOZu094863@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:10:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:10:25 -0000 gabor 2008-01-04 13:10:24 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 snd_hda.4 Log: MFC r1.13 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.12.2.1 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:10:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6467516A418; Fri, 4 Jan 2008 13:10:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3882B13C4D5; Fri, 4 Jan 2008 13:10:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DAWup094900; Fri, 4 Jan 2008 13:10:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DAWvU094899; Fri, 4 Jan 2008 13:10:32 GMT (envelope-from pav) Message-Id: <200801041310.m04DAWvU094899@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Jan 2008 13:10:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:10:32 -0000 pav 2008-01-04 13:10:32 UTC FreeBSD ports repository Modified files: . modules Log: gosa --> ports/sysutils/gosa This is mine 10000th commit to ports repository. Revision Changes Path 1.19150 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:10:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D204A16A469; Fri, 4 Jan 2008 13:10:46 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9BEB213C45D; Fri, 4 Jan 2008 13:10:46 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DAkCD094929; Fri, 4 Jan 2008 13:10:46 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DAk8a094928; Fri, 4 Jan 2008 13:10:46 GMT (envelope-from gabor) Message-Id: <200801041310.m04DAk8a094928@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:10:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:10:47 -0000 gabor 2008-01-04 13:10:46 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man4 snd_spicds.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.2.1 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:11:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E586D16A421; Fri, 4 Jan 2008 13:11:16 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BEE5713C46A; Fri, 4 Jan 2008 13:11:16 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DBG92095000; Fri, 4 Jan 2008 13:11:16 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DBGD6094999; Fri, 4 Jan 2008 13:11:16 GMT (envelope-from gabor) Message-Id: <200801041311.m04DBGD6094999@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:11:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:11:17 -0000 gabor 2008-01-04 13:11:16 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man5 linsysfs.5 Log: MFC r1.7 - This driver has already appeared in 6.2 Approved by: re (hrs) Revision Changes Path 1.6.2.1 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:12:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21BA516A496; Fri, 4 Jan 2008 13:12:00 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ECD0813C4D9; Fri, 4 Jan 2008 13:11:59 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DBxv7095052; Fri, 4 Jan 2008 13:11:59 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DBxsE095051; Fri, 4 Jan 2008 13:11:59 GMT (envelope-from gabor) Message-Id: <200801041311.m04DBxsE095051@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:11:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:12:00 -0000 gabor 2008-01-04 13:11:59 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 edsc.4 Log: MFC r1.2 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.1.6.1 +1 -1 src/share/man/man4/edsc.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:12:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 060FF16A4A1; Fri, 4 Jan 2008 13:12:20 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D3D5813C478; Fri, 4 Jan 2008 13:12:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DCJEB095087; Fri, 4 Jan 2008 13:12:19 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DCJ2q095086; Fri, 4 Jan 2008 13:12:19 GMT (envelope-from gabor) Message-Id: <200801041312.m04DCJ2q095086@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:12:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:12:20 -0000 gabor 2008-01-04 13:12:19 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 ipmi.4 Log: MFC r1.9 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.8.4.1 +1 -1 src/share/man/man4/ipmi.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:12:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 524D716A418; Fri, 4 Jan 2008 13:12:48 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C01B13C4D3; Fri, 4 Jan 2008 13:12:48 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DCmNO095126; Fri, 4 Jan 2008 13:12:48 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DCmpr095125; Fri, 4 Jan 2008 13:12:48 GMT (envelope-from gabor) Message-Id: <200801041312.m04DCmpr095125@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:12:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 mxge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:12:48 -0000 gabor 2008-01-04 13:12:48 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 mxge.4 Log: MFC r.18 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.7.6.1 +1 -1 src/share/man/man4/mxge.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:13:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6EF716A504; Fri, 4 Jan 2008 13:13:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A11EB13C4EC; Fri, 4 Jan 2008 13:13:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DDJSP095172; Fri, 4 Jan 2008 13:13:19 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DDJjw095171; Fri, 4 Jan 2008 13:13:19 GMT (envelope-from gabor) Message-Id: <200801041313.m04DDJjw095171@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:13:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:13:19 -0000 gabor 2008-01-04 13:13:19 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 snd_envy24.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.6.1 +1 -1 src/share/man/man4/snd_envy24.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:13:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B85616A417; Fri, 4 Jan 2008 13:13:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7476F13C442; Fri, 4 Jan 2008 13:13:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DDiha095208; Fri, 4 Jan 2008 13:13:44 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DDi3c095207; Fri, 4 Jan 2008 13:13:44 GMT (envelope-from gabor) Message-Id: <200801041313.m04DDi3c095207@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:13:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 snd_envy24ht.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:13:44 -0000 gabor 2008-01-04 13:13:44 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 snd_envy24ht.4 Log: MFC r1.3 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.2.4.1 +1 -1 src/share/man/man4/snd_envy24ht.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:14:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 330DE16A4E2; Fri, 4 Jan 2008 13:14:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C35913C4EE; Fri, 4 Jan 2008 13:14:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DE62x095292; Fri, 4 Jan 2008 13:14:06 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DE6wV095291; Fri, 4 Jan 2008 13:14:06 GMT (envelope-from gabor) Message-Id: <200801041314.m04DE6wV095291@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:14:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:14:07 -0000 gabor 2008-01-04 13:14:06 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 snd_hda.4 Log: MFC r1.13 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.12.4.1 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:14:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17B2616A417; Fri, 4 Jan 2008 13:14:33 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E488913C4D5; Fri, 4 Jan 2008 13:14:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DEW5Z095424; Fri, 4 Jan 2008 13:14:32 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DEWaQ095423; Fri, 4 Jan 2008 13:14:32 GMT (envelope-from gabor) Message-Id: <200801041314.m04DEWaQ095423@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:14:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 snd_spicds.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:14:33 -0000 gabor 2008-01-04 13:14:32 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man4 snd_spicds.4 Log: MFC r1.4 - This driver will first appear in 6.3, not 7.0 Approved by: re (hrs) Revision Changes Path 1.3.4.1 +1 -1 src/share/man/man4/snd_spicds.4 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:15:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0CAD16A417; Fri, 4 Jan 2008 13:15:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA56513C4D3; Fri, 4 Jan 2008 13:15:02 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DF24l095507; Fri, 4 Jan 2008 13:15:02 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DF2DB095506; Fri, 4 Jan 2008 13:15:02 GMT (envelope-from gabor) Message-Id: <200801041315.m04DF2DB095506@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:15:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man5 linsysfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:15:03 -0000 gabor 2008-01-04 13:15:02 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man5 linsysfs.5 Log: MFC r1.7 - This driver has already appeared in 6.2 Approved by: re (hrs) Revision Changes Path 1.6.4.1 +1 -1 src/share/man/man5/linsysfs.5 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:17:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0806C16A46B; Fri, 4 Jan 2008 13:17:26 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D588813C457; Fri, 4 Jan 2008 13:17:25 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DHP3i095616; Fri, 4 Jan 2008 13:17:25 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DHP6B095615; Fri, 4 Jan 2008 13:17:25 GMT (envelope-from araujo) Message-Id: <200801041317.m04DHP6B095615@repoman.freebsd.org> From: Marcelo Araujo Date: Fri, 4 Jan 2008 13:17:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/gtkhx Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:17:26 -0000 araujo 2008-01-04 13:17:25 UTC FreeBSD ports repository Modified files: net-p2p/gtkhx Makefile pkg-plist Log: - Drop maintainership. [1] - Respect WITHOUT_NLS. - Some portlint cleanups. PR: ports/117225 Submitted by: Naram Qashat Josh Elsasser (maintainer) [1] Approved by: stas (mentor, implicit) Revision Changes Path 1.22 +9 -2 ports/net-p2p/gtkhx/Makefile 1.2 +13 -13 ports/net-p2p/gtkhx/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:20:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C087116A421; Fri, 4 Jan 2008 13:20:50 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 990BF13C478; Fri, 4 Jan 2008 13:20:50 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DKori095925; Fri, 4 Jan 2008 13:20:50 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DKoL3095920; Fri, 4 Jan 2008 13:20:50 GMT (envelope-from gabor) Message-Id: <200801041320.m04DKoL3095920@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:20:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:20:50 -0000 gabor 2008-01-04 13:20:50 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) usr.sbin/pkg_install/version pkg_version.1 Log: MFC r1.39 - Adjust INDEX file name to INDEX-7 so that it matches the major FreeBSD version number, as it is named after that Approved by: re (hrs) Revision Changes Path 1.36.2.1 +5 -5 src/usr.sbin/pkg_install/version/pkg_version.1 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:20:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E759016A469; Fri, 4 Jan 2008 13:20:50 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C034513C4EE; Fri, 4 Jan 2008 13:20:50 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DKoA6095930; Fri, 4 Jan 2008 13:20:50 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DKoNx095929; Fri, 4 Jan 2008 13:20:50 GMT (envelope-from araujo) Message-Id: <200801041320.m04DKoNx095929@repoman.freebsd.org> From: Marcelo Araujo Date: Fri, 4 Jan 2008 13:20:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/spandsp-devel Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:20:51 -0000 araujo 2008-01-04 13:20:50 UTC FreeBSD ports repository Modified files: comms/spandsp-devel Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.0.4.p15. PR: ports/118032 Submitted by: Balwinder S Dheeman Approved by: stas (mentor, implicit), Joe Holden (maintainer) Revision Changes Path 1.17 +5 -5 ports/comms/spandsp-devel/Makefile 1.7 +3 -3 ports/comms/spandsp-devel/distinfo 1.3 +3 -2 ports/comms/spandsp-devel/pkg-descr 1.8 +1 -0 ports/comms/spandsp-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:22:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93C1016A41A; Fri, 4 Jan 2008 13:22:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5FB13C4E5; Fri, 4 Jan 2008 13:22:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DMJ0t096027; Fri, 4 Jan 2008 13:22:19 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DM9Kq096026; Fri, 4 Jan 2008 13:22:09 GMT (envelope-from gabor) Message-Id: <200801041322.m04DM9Kq096026@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:22:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:22:19 -0000 gabor 2008-01-04 13:22:09 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) usr.sbin/pkg_install/version pkg_version.1 Log: MFC r1.39 - Adjust INDEX file name to INDEX-7 so that it matches the major FreeBSD version number, as it is named after that Approved by: re (hrs) Revision Changes Path 1.36.4.1 +5 -5 src/usr.sbin/pkg_install/version/pkg_version.1 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:26:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DEB516A418; Fri, 4 Jan 2008 13:26:51 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 262B713C506; Fri, 4 Jan 2008 13:26:51 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DQpDp096248; Fri, 4 Jan 2008 13:26:51 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DQp1W096247; Fri, 4 Jan 2008 13:26:51 GMT (envelope-from araujo) Message-Id: <200801041326.m04DQp1W096247@repoman.freebsd.org> From: Marcelo Araujo Date: Fri, 4 Jan 2008 13:26:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks/sipp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:26:53 -0000 araujo 2008-01-04 13:26:50 UTC FreeBSD ports repository Modified files: benchmarks/sipp Makefile distinfo Log: - Update to 2.0.20071129. PR: ports/118771 Submitted by: araujo (myself) Approved by: stas (mentor, implicit), maintainer timeout (> 2 weeks) Revision Changes Path 1.23 +2 -2 ports/benchmarks/sipp/Makefile 1.16 +3 -3 ports/benchmarks/sipp/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:28:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11BCA16A469; Fri, 4 Jan 2008 13:28:52 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0158A13C4E7; Fri, 4 Jan 2008 13:28:52 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DSpkO096406; Fri, 4 Jan 2008 13:28:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DSp6h096405; Fri, 4 Jan 2008 13:28:51 GMT (envelope-from pav) Message-Id: <200801041328.m04DSp6h096405@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Jan 2008 13:28:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt Makefile ports/ports-mgmt/pkg_cleanup Makefile pkg-descr ports/ports-mgmt/pkg_cleanup/files Makefile pkg_cleanup.1 pkg_cleanup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:28:52 -0000 pav 2008-01-04 13:28:51 UTC FreeBSD ports repository Modified files: ports-mgmt Makefile Added files: ports-mgmt/pkg_cleanup Makefile pkg-descr ports-mgmt/pkg_cleanup/files Makefile pkg_cleanup.1 pkg_cleanup.c Log: pkg_cleanup finds packages that are not requested by any other installed package and lets you decide for each one if you want to keep it or delete it. It also allows viewing the pacakge comment and description. This program is essentially a clone of pkg_rmleaves except that it shows the comment and description of packages and does not support GUI dialog(1) implementations. PR: ports/117782 Submitted by: Stephen Hurd Revision Changes Path 1.9 +1 -0 ports/ports-mgmt/Makefile 1.1 +33 -0 ports/ports-mgmt/pkg_cleanup/Makefile (new) 1.1 +5 -0 ports/ports-mgmt/pkg_cleanup/files/Makefile (new) 1.1 +26 -0 ports/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 (new) 1.1 +317 -0 ports/ports-mgmt/pkg_cleanup/files/pkg_cleanup.c (new) 1.1 +7 -0 ports/ports-mgmt/pkg_cleanup/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:29:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A61116A468; Fri, 4 Jan 2008 13:29:41 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43ECA13C4F8; Fri, 4 Jan 2008 13:29:41 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DTfsu096451; Fri, 4 Jan 2008 13:29:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DTfnr096450; Fri, 4 Jan 2008 13:29:41 GMT (envelope-from pav) Message-Id: <200801041329.m04DTfnr096450@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Jan 2008 13:29:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:29:41 -0000 pav 2008-01-04 13:29:41 UTC FreeBSD ports repository Modified files: . modules Log: pkg_cleanup --> ports/ports-mgmt/pkg_cleanup Revision Changes Path 1.19151 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:31:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAFA816A420; Fri, 4 Jan 2008 13:31:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A486113C4E9; Fri, 4 Jan 2008 13:31:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DV7GO096575; Fri, 4 Jan 2008 13:31:07 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DV7mZ096574; Fri, 4 Jan 2008 13:31:07 GMT (envelope-from gabor) Message-Id: <200801041331.m04DV7mZ096574@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:31:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:31:07 -0000 gabor 2008-01-04 13:31:07 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7) share/man/man7 ports.7 Log: MFC r1.62: - Document icase variable of make search, which can be used to control case-sensitivity r1.63: - Document PORT_DBDIR r1.64: - Remove incomplete sentence fragment Approved by: re (hrs) Revision Changes Path 1.61.2.1 +23 -4 src/share/man/man7/ports.7 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:31:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91D8716A41A; Fri, 4 Jan 2008 13:31:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B07813C467; Fri, 4 Jan 2008 13:31:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DVqwC096631; Fri, 4 Jan 2008 13:31:52 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DVqo7096630; Fri, 4 Jan 2008 13:31:52 GMT (envelope-from gabor) Message-Id: <200801041331.m04DVqo7096630@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:31:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:31:52 -0000 gabor 2008-01-04 13:31:52 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_7_0) share/man/man7 ports.7 Log: MFC r1.62: - Document icase variable of make search, which can be used to control case-sensitivity r1.63: - Document PORT_DBDIR r1.64: - Remove incomplete sentence fragment Approved by: re (hrs) Revision Changes Path 1.61.4.1 +23 -4 src/share/man/man7/ports.7 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:32:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EACAD16A41A; Fri, 4 Jan 2008 13:32:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C31C413C455; Fri, 4 Jan 2008 13:32:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DWWQu096681; Fri, 4 Jan 2008 13:32:32 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DWWOi096680; Fri, 4 Jan 2008 13:32:32 GMT (envelope-from gabor) Message-Id: <200801041332.m04DWWOi096680@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:32:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:32:33 -0000 gabor 2008-01-04 13:32:32 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) share/man/man7 ports.7 Log: MFC r1.62: - Document icase variable of make search, which can be used to control case-sensitivity r1.63: - Document PORT_DBDIR r1.64: - Remove incomplete sentence fragment Revision Changes Path 1.50.2.7 +23 -4 src/share/man/man7/ports.7 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:33:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6BA016A46D; Fri, 4 Jan 2008 13:33:01 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 804D113C44B; Fri, 4 Jan 2008 13:33:01 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DX1nW096736; Fri, 4 Jan 2008 13:33:01 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DX1Kx096735; Fri, 4 Jan 2008 13:33:01 GMT (envelope-from gabor) Message-Id: <200801041333.m04DX1Kx096735@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:33:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:33:01 -0000 gabor 2008-01-04 13:33:01 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_3) share/man/man7 ports.7 Log: MFC r1.62: - Document icase variable of make search, which can be used to control case-sensitivity r1.63: - Document PORT_DBDIR r1.64: - Remove incomplete sentence fragment Approved by: re (hrs) Revision Changes Path 1.50.2.6.2.1 +23 -4 src/share/man/man7/ports.7 From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:34:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DA1A16A418; Fri, 4 Jan 2008 13:34:28 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 369CB13C478; Fri, 4 Jan 2008 13:34:28 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DYSxn096829; Fri, 4 Jan 2008 13:34:28 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DYSq1096828; Fri, 4 Jan 2008 13:34:28 GMT (envelope-from gabor) Message-Id: <200801041334.m04DYSq1096828@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:34:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Set-IntSpan Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:34:28 -0000 gabor 2008-01-04 13:34:28 UTC FreeBSD ports repository Modified files: math/p5-Set-IntSpan Makefile distinfo Log: - Update to 1.04 Revision Changes Path 1.15 +1 -1 ports/math/p5-Set-IntSpan/Makefile 1.7 +3 -3 ports/math/p5-Set-IntSpan/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:35:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15A6316A46C; Fri, 4 Jan 2008 13:35:00 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E27D513C4CE; Fri, 4 Jan 2008 13:34:59 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DYxXp096861; Fri, 4 Jan 2008 13:34:59 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DYxtx096860; Fri, 4 Jan 2008 13:34:59 GMT (envelope-from gabor) Message-Id: <200801041334.m04DYxtx096860@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:34:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/p5-News-Newsrc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:35:00 -0000 gabor 2008-01-04 13:34:59 UTC FreeBSD ports repository Modified files: news/p5-News-Newsrc Makefile distinfo Log: - Update to 1.09 Revision Changes Path 1.14 +1 -1 ports/news/p5-News-Newsrc/Makefile 1.6 +3 -3 ports/news/p5-News-Newsrc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:35:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54F5316A417; Fri, 4 Jan 2008 13:35:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2E04C13C4EC; Fri, 4 Jan 2008 13:35:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DZRaJ096973; Fri, 4 Jan 2008 13:35:27 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DZRuc096972; Fri, 4 Jan 2008 13:35:27 GMT (envelope-from gabor) Message-Id: <200801041335.m04DZRuc096972@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:35:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Tk-XMLViewer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:35:27 -0000 gabor 2008-01-04 13:35:27 UTC FreeBSD ports repository Modified files: textproc/p5-Tk-XMLViewer Makefile distinfo Log: - Update to 0.19 Revision Changes Path 1.12 +1 -2 ports/textproc/p5-Tk-XMLViewer/Makefile 1.8 +3 -3 ports/textproc/p5-Tk-XMLViewer/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:35:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51B9216A419; Fri, 4 Jan 2008 13:35:50 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2ACB713C46E; Fri, 4 Jan 2008 13:35:50 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DZogX097005; Fri, 4 Jan 2008 13:35:50 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DZoVi097004; Fri, 4 Jan 2008 13:35:50 GMT (envelope-from gabor) Message-Id: <200801041335.m04DZoVi097004@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:35:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-FastCGI-ProcManager Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:35:50 -0000 gabor 2008-01-04 13:35:50 UTC FreeBSD ports repository Modified files: www/p5-FastCGI-ProcManager Makefile distinfo Log: - Update to 0.18 Revision Changes Path 1.3 +1 -1 ports/www/p5-FastCGI-ProcManager/Makefile 1.4 +3 -3 ports/www/p5-FastCGI-ProcManager/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:36:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67D3E16A468; Fri, 4 Jan 2008 13:36:37 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40F3913C4DD; Fri, 4 Jan 2008 13:36:37 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DabVu097056; Fri, 4 Jan 2008 13:36:37 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DabpE097055; Fri, 4 Jan 2008 13:36:37 GMT (envelope-from gabor) Message-Id: <200801041336.m04DabpE097055@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:36:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/p5-Tk-Autoscroll Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:36:37 -0000 gabor 2008-01-04 13:36:37 UTC FreeBSD ports repository Modified files: x11-toolkits/p5-Tk-Autoscroll Makefile distinfo Log: - Update to 1.14 Revision Changes Path 1.8 +1 -2 ports/x11-toolkits/p5-Tk-Autoscroll/Makefile 1.4 +3 -3 ports/x11-toolkits/p5-Tk-Autoscroll/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:41:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2668516A418; Fri, 4 Jan 2008 13:41:08 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0009513C442; Fri, 4 Jan 2008 13:41:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Df7de097330; Fri, 4 Jan 2008 13:41:07 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Df73c097329; Fri, 4 Jan 2008 13:41:07 GMT (envelope-from gabor) Message-Id: <200801041341.m04Df73c097329@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:41:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/flyer flyer.tex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:41:08 -0000 gabor 2008-01-04 13:41:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/flyer flyer.tex Log: - Bump copyright year Revision Changes Path 1.16 +2 -2 doc/en_US.ISO8859-1/flyer/flyer.tex From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:41:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD4E116A420; Fri, 4 Jan 2008 13:41:37 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 96CC513C4CE; Fri, 4 Jan 2008 13:41:37 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DfbVx097360; Fri, 4 Jan 2008 13:41:37 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Dfbxp097359; Fri, 4 Jan 2008 13:41:37 GMT (envelope-from gabor) Message-Id: <200801041341.m04Dfbxp097359@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:41:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/hu_HU.ISO8859-2/flyer flyer.tex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:41:37 -0000 gabor 2008-01-04 13:41:37 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/flyer flyer.tex Log: MFen: flyer.tex r1.15 --> r1.16 Revision Changes Path 1.2 +3 -3 doc/hu_HU.ISO8859-2/flyer/flyer.tex From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:42:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2474816A477; Fri, 4 Jan 2008 13:42:37 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E30F213C4F2; Fri, 4 Jan 2008 13:42:36 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Dgasb097409; Fri, 4 Jan 2008 13:42:36 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DgaHN097408; Fri, 4 Jan 2008 13:42:36 GMT (envelope-from gabor) Message-Id: <200801041342.m04DgaHN097408@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:42:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/p5-Tk-Enscript Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:42:37 -0000 gabor 2008-01-04 13:42:36 UTC FreeBSD ports repository Modified files: x11-toolkits/p5-Tk-Enscript Makefile distinfo Log: - Update to 1.10 Revision Changes Path 1.8 +1 -2 ports/x11-toolkits/p5-Tk-Enscript/Makefile 1.5 +3 -3 ports/x11-toolkits/p5-Tk-Enscript/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 13:52:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95EB616A41A; Fri, 4 Jan 2008 13:52:14 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F41D13C459; Fri, 4 Jan 2008 13:52:14 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04DqEFZ097837; Fri, 4 Jan 2008 13:52:14 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04DqExv097836; Fri, 4 Jan 2008 13:52:14 GMT (envelope-from gabor) Message-Id: <200801041352.m04DqExv097836@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 4 Jan 2008 13:52:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/freeze Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 13:52:14 -0000 gabor 2008-01-04 13:52:14 UTC FreeBSD ports repository Modified files: archivers/freeze Makefile Log: - Add 2 backup MASTER_SITES PR: ports/119097 Submitted by: Craig Butler Revision Changes Path 1.17 +3 -1 ports/archivers/freeze/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 14:02:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43B2716A419; Fri, 4 Jan 2008 14:02:26 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1BFBA13C46B; Fri, 4 Jan 2008 14:02:26 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04E2Pva098252; Fri, 4 Jan 2008 14:02:25 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04E2Pq9098251; Fri, 4 Jan 2008 14:02:25 GMT (envelope-from arved) Message-Id: <200801041402.m04E2Pq9098251@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 4 Jan 2008 14:02:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/p5-Geo-METAR Makefile distinfo ports/astro/p5-Geo-METAR/files patch-METAR.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 14:02:26 -0000 arved 2008-01-04 14:02:25 UTC FreeBSD ports repository Modified files: astro/p5-Geo-METAR Makefile distinfo Removed files: astro/p5-Geo-METAR/files patch-METAR.pm Log: Update to 1.15 Drop Maintainership Revision Changes Path 1.10 +2 -3 ports/astro/p5-Geo-METAR/Makefile 1.4 +3 -3 ports/astro/p5-Geo-METAR/distinfo 1.2 +0 -180 ports/astro/p5-Geo-METAR/files/patch-METAR.pm (dead) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 14:26:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4779616A41A; Fri, 4 Jan 2008 14:26:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D4C813C4E3; Fri, 4 Jan 2008 14:26:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04EQ7sr002434; Fri, 4 Jan 2008 14:26:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04EQ7kx002433; Fri, 4 Jan 2008 14:26:07 GMT (envelope-from pav) Message-Id: <200801041426.m04EQ7kx002433@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Jan 2008 14:26:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gthumb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 14:26:08 -0000 pav 2008-01-04 14:26:07 UTC FreeBSD ports repository Modified files: graphics/gthumb Makefile distinfo Log: - Update to 2.10.8 Revision Changes Path 1.37 +1 -1 ports/graphics/gthumb/Makefile 1.22 +3 -3 ports/graphics/gthumb/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 14:54:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D10716A419; Fri, 4 Jan 2008 14:54:14 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 466C313C4CC; Fri, 4 Jan 2008 14:54:14 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04EsDn9003395; Fri, 4 Jan 2008 14:54:13 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04EsDGj003394; Fri, 4 Jan 2008 14:54:13 GMT (envelope-from nork) Message-Id: <200801041454.m04EsDGj003394@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 4 Jan 2008 14:54:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 14:54:14 -0000 nork 2008-01-04 14:54:13 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2008.01.04. Revision Changes Path 1.264 +1 -1 ports/net/liveMedia/Makefile 1.247 +3 -3 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 15:14:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F253216A417; Fri, 4 Jan 2008 15:14:52 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB3DC13C457; Fri, 4 Jan 2008 15:14:52 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04FEqbG005588; Fri, 4 Jan 2008 15:14:52 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04FEqjL005587; Fri, 4 Jan 2008 15:14:52 GMT (envelope-from arved) Message-Id: <200801041514.m04FEqjL005587@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 4 Jan 2008 15:14:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/blat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 15:14:53 -0000 arved 2008-01-04 15:14:52 UTC FreeBSD ports repository Modified files: biology/blat Makefile Log: Fix build on !i386 PR: 118922 Submitted by: Motomichi Matsuzaki Approved by: Fernan Aguero Revision Changes Path 1.5 +5 -9 ports/biology/blat/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 15:27:09 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E49B16A417 for ; Fri, 4 Jan 2008 15:27:09 +0000 (UTC) (envelope-from tabthorpe@freebsd.org) Received: from tbaytel.net (front1-nwconx.tbaytel.net [216.211.26.153]) by mx1.freebsd.org (Postfix) with ESMTP id 18E0E13C43E for ; Fri, 4 Jan 2008 15:27:08 +0000 (UTC) (envelope-from tabthorpe@freebsd.org) Received: from goodking.goodking.ca (account thomasa@tbaytel.net [216.26.210.58] verified) by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.13) with ESMTPSA id 96319999; Fri, 04 Jan 2008 10:27:00 -0500 From: Thomas Abthorpe Organization: FreeBSD Ports Committer To: Alexander Leidinger Date: Fri, 4 Jan 2008 10:26:58 -0500 User-Agent: KMail/1.9.7 References: <200801032022.m03KMwew001687@repoman.freebsd.org> <20080104101642.35432543@deskjail> In-Reply-To: <20080104101642.35432543@deskjail> X-Face: /|[9,PbEOB6g>?2^*Sc|"~6:Ro"O>Nv\Rfkv\42g)=?utf-8?q?TuAYG=26+bD=5CpCJTX31s=5Fp=7Bc7=5D5a=2ED=2E=0A=09Y?=@QddKu_I[XB8; euK=^[=L1I#]rgi[0jgz^4qCTwlj]3kJ)]vc}O"HrA14hN)=?utf-8?q?aXewJPTi=7C=0A=09Pt=7BS3=23Vw4x-?="/:& Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/citrix_ica Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tabthorpe@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 15:27:09 -0000 On Friday 04 January 2008 04:16:42 Alexander Leidinger wrote: > Wouldn't it be better to create and remove the directory in the port? > And at the same time the user should get a big fat message that you > created the dev directory and if some other programs behave strange, it > may be because of the dev directory creation (users should test those > programs without the dev directory then). > > Bye, > Alexander. The next go 'round with this port, I will look at adding in the logic. -- Thomas Abthorpe | FreeBSD Ports Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe From owner-cvs-all@FreeBSD.ORG Fri Jan 4 15:27:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE4F16A421; Fri, 4 Jan 2008 15:27:59 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC07913C46A; Fri, 4 Jan 2008 15:27:59 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04FRxiJ011753; Fri, 4 Jan 2008 15:27:59 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04FRxib011752; Fri, 4 Jan 2008 15:27:59 GMT (envelope-from araujo) Message-Id: <200801041527.m04FRxib011752@repoman.freebsd.org> From: Marcelo Araujo Date: Fri, 4 Jan 2008 15:27:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/vtwm Makefile pkg-plist ports/x11-wm/vtwm/files Makefile.bsd patch-util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 15:28:00 -0000 araujo 2008-01-04 15:27:59 UTC FreeBSD ports repository Modified files: x11-wm/vtwm Makefile pkg-plist Added files: x11-wm/vtwm/files Makefile.bsd patch-util.c Log: - Fix bmake error in a case when only WITHOUT_NLS option are selected. [1] - Drop imake dependency. [2] - Move system.vtwmrc to another appropriate place. [2] - Fix font search algorithm. [2] - Bump PORTREVISION. [2] PR: ports/117438 Submitted by: bf , Alex Kozlov (maintainer) Approved by: stas (mentor, implicit) Revision Changes Path 1.20 +12 -13 ports/x11-wm/vtwm/Makefile 1.1 +65 -0 ports/x11-wm/vtwm/files/Makefile.bsd (new) 1.1 +30 -0 ports/x11-wm/vtwm/files/patch-util.c (new) 1.5 +2 -1 ports/x11-wm/vtwm/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 15:53:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D931616A41A; Fri, 4 Jan 2008 15:53:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B260C13C442; Fri, 4 Jan 2008 15:53:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04FrRWT012895; Fri, 4 Jan 2008 15:53:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04FrRIB012894; Fri, 4 Jan 2008 15:53:27 GMT (envelope-from pav) Message-Id: <200801041553.m04FrRIB012894@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Jan 2008 15:53:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/rxvt-devel Makefile ports/x11/rxvt-devel/files patch-src-screen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 15:53:27 -0000 pav 2008-01-04 15:53:27 UTC FreeBSD ports repository Modified files: x11/rxvt-devel Makefile Added files: x11/rxvt-devel/files patch-src-screen.c Log: - Fix a runtime crash on amd64 PR: ports/98590 Submitted by: Yoshiaki Kasahara Revision Changes Path 1.84 +1 -1 ports/x11/rxvt-devel/Makefile 1.1 +11 -0 ports/x11/rxvt-devel/files/patch-src-screen.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 15:56:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F71616A418; Fri, 4 Jan 2008 15:56:15 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0918F13C458; Fri, 4 Jan 2008 15:56:15 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04FuEAc013677; Fri, 4 Jan 2008 15:56:14 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04FuEvP013676; Fri, 4 Jan 2008 15:56:14 GMT (envelope-from arved) Message-Id: <200801041556.m04FuEvP013676@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 4 Jan 2008 15:56:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/kgpg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 15:56:15 -0000 arved 2008-01-04 15:56:14 UTC FreeBSD ports repository Modified files: security/kgpg Makefile Log: Adjust conflicts PR: 118860 Submitted by: Anatoly Borodin Revision Changes Path 1.22 +1 -1 ports/security/kgpg/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 16:22:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 176BB16A419; Fri, 4 Jan 2008 16:22:55 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E5DFC13C467; Fri, 4 Jan 2008 16:22:54 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04GMs7r015985; Fri, 4 Jan 2008 16:22:54 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04GMsC6015984; Fri, 4 Jan 2008 16:22:54 GMT (envelope-from wxs) Message-Id: <200801041622.m04GMsC6015984@repoman.freebsd.org> From: Wesley Shields Date: Fri, 4 Jan 2008 16:22:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 16:22:55 -0000 wxs 2008-01-04 16:22:54 UTC FreeBSD doc repository (ports committer) Modified files: en developers.sgml Log: Add myself. Approved by: garga (mentor) Revision Changes Path 1.181 +2 -1 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Fri Jan 4 16:25:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76B7316A417; Fri, 4 Jan 2008 16:25:01 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D40913C459; Fri, 4 Jan 2008 16:25:01 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04GP0uJ016084; Fri, 4 Jan 2008 16:25:00 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04GP0lF016083; Fri, 4 Jan 2008 16:25:00 GMT (envelope-from wxs) Message-Id: <200801041625.m04GP0lF016083@repoman.freebsd.org> From: Wesley Shields Date: Fri, 4 Jan 2008 16:25:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 16:25:01 -0000 wxs 2008-01-04 16:25:00 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself. Approved by: garga (mentor) Revision Changes Path 1.436 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Fri Jan 4 16:27:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A1DD16A417; Fri, 4 Jan 2008 16:27:50 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 238EE13C44B; Fri, 4 Jan 2008 16:27:50 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04GRoh1016182; Fri, 4 Jan 2008 16:27:50 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04GRnKs016181; Fri, 4 Jan 2008 16:27:49 GMT (envelope-from wxs) Message-Id: <200801041627.m04GRnKs016181@repoman.freebsd.org> From: Wesley Shields Date: Fri, 4 Jan 2008 16:27:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 16:27:50 -0000 wxs 2008-01-04 16:27:49 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Move my entry to the committers section and remove it from the contributors section. Approved by: garga (mentor) Revision Changes Path 1.751 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.215 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Fri Jan 4 16:30:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A0DB16A419; Fri, 4 Jan 2008 16:30:16 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 550C313C4E7; Fri, 4 Jan 2008 16:30:16 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04GUGiC016318; Fri, 4 Jan 2008 16:30:16 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04GUG7j016317; Fri, 4 Jan 2008 16:30:16 GMT (envelope-from wxs) Message-Id: <200801041630.m04GUG7j016317@repoman.freebsd.org> From: Wesley Shields Date: Fri, 4 Jan 2008 16:30:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 16:30:16 -0000 wxs 2008-01-04 16:30:16 UTC FreeBSD doc repository (ports committer) Modified files: share/sgml news.xml Log: Announce my ports bit on the news page. Approved by: garga (mentor) Revision Changes Path 1.134 +17 -1 www/share/sgml/news.xml From owner-cvs-all@FreeBSD.ORG Fri Jan 4 16:47:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A80516A46B; Fri, 4 Jan 2008 16:47:04 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id C6D5A13C4D1; Fri, 4 Jan 2008 16:47:03 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from tirith.brixandersen.dk (0x55534f5f.adsl.cybercity.dk [85.83.79.95]) by solow.pil.dk (Postfix) with ESMTP id E2BC31CC0CC; Fri, 4 Jan 2008 17:47:01 +0100 (CET) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 1837B11436; Fri, 4 Jan 2008 17:47:01 +0100 (CET) Date: Fri, 4 Jan 2008 17:47:00 +0100 From: Henrik Brix Andersen To: Gabor Kovesdan Message-ID: <20080104164700.GA51866@tirith.brixandersen.dk> Mail-Followup-To: Gabor Kovesdan , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200801041255.m04Ct2pk092187@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <200801041255.m04Ct2pk092187@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 edsc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 16:47:04 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 04, 2008 at 12:55:02PM +0000, Gabor Kovesdan wrote: > gabor 2008-01-04 12:55:02 UTC >=20 > FreeBSD src repository (doc,ports committer) >=20 > Modified files: > share/man/man4 edsc.4=20 > Log: > - This driver will first appear in 6.3, not 7.0 > =20 > MFC after: 0 days Is it just me, or wasn't ipmi(4) part of FreeBSD 6.2? http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ipmi/ipmi.c?only_with_tag= =3DRELENG_6_2_0_RELEASE Brix --=20 Henrik Brix Andersen --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFHfmMEv+Q4flTiePgRAk6FAKC5Xkppc32zH5R2IC4Dx2LTQCZHxgCePWKe ej4XxCWQJ/ku3nuYKLvSD7Q= =xeEp -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- From owner-cvs-all@FreeBSD.ORG Fri Jan 4 17:19:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7E6F16A46E; Fri, 4 Jan 2008 17:19:53 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B55D13C45D; Fri, 4 Jan 2008 17:19:53 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04HJrrV029388; Fri, 4 Jan 2008 17:19:53 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04HJrMw029387; Fri, 4 Jan 2008 17:19:53 GMT (envelope-from alepulver) Message-Id: <200801041719.m04HJrMw029387@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 17:19:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/urbanterror-data Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 17:19:53 -0000 alepulver 2008-01-04 17:19:53 UTC FreeBSD ports repository Modified files: games/urbanterror-data Makefile distinfo pkg-plist Log: - Update to version 4.1. Revision Changes Path 1.3 +9 -10 ports/games/urbanterror-data/Makefile 1.2 +3 -3 ports/games/urbanterror-data/distinfo 1.3 +5 -4 ports/games/urbanterror-data/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 17:20:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1F4716A496; Fri, 4 Jan 2008 17:20:24 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CA8413C458; Fri, 4 Jan 2008 17:20:24 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04HKOhm029523; Fri, 4 Jan 2008 17:20:24 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04HKODh029522; Fri, 4 Jan 2008 17:20:24 GMT (envelope-from alepulver) Message-Id: <200801041720.m04HKODh029522@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 17:20:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/iourbanterror Makefile distinfo ports/games/iourbanterror/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 17:20:24 -0000 alepulver 2008-01-04 17:20:24 UTC FreeBSD ports repository Modified files: games/iourbanterror Makefile distinfo games/iourbanterror/files patch-Makefile Log: - Update to version 2007_12_20. Revision Changes Path 1.12 +3 -6 ports/games/iourbanterror/Makefile 1.6 +3 -3 ports/games/iourbanterror/distinfo 1.7 +81 -105 ports/games/iourbanterror/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 17:23:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 479B716A417; Fri, 4 Jan 2008 17:23:45 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 380B113C47E; Fri, 4 Jan 2008 17:23:45 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04HNjmO029766; Fri, 4 Jan 2008 17:23:45 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04HNjHs029765; Fri, 4 Jan 2008 17:23:45 GMT (envelope-from alepulver) Message-Id: <200801041723.m04HNjHs029765@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 17:23:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ezquake Makefile distinfo pkg-plist ports/games/ezquake/files patch-Makefile patch-Makefile.list patch-cd_linux.c patch-cl_tcl.c patch-common.c patch-host.c patch-image.c patch-modules.c patch-mp3_player.c patch-q_shared.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 17:23:45 -0000 alepulver 2008-01-04 17:23:45 UTC FreeBSD ports repository Modified files: games/ezquake Makefile distinfo pkg-plist games/ezquake/files patch-Makefile patch-Makefile.list patch-common.c patch-q_shared.h patch-snd_dma.c patch-vid_common_gl.c Added files: games/ezquake/files patch-teamplay.c Removed files: games/ezquake/files patch-cd_linux.c patch-cl_tcl.c patch-host.c patch-image.c patch-modules.c patch-mp3_player.c patch-snd_linux.c patch-snd_oss.c patch-sys_linux.c patch-vid_glx.c Log: - Update to version 1.8.2. - Bump PORTEPOCH. - Remove many upstream already integrated patches. Revision Changes Path 1.7 +12 -22 ports/games/ezquake/Makefile 1.3 +9 -6 ports/games/ezquake/distinfo 1.4 +24 -34 ports/games/ezquake/files/patch-Makefile 1.2 +14 -4 ports/games/ezquake/files/patch-Makefile.list 1.3 +0 -253 ports/games/ezquake/files/patch-cd_linux.c (dead) 1.3 +0 -10 ports/games/ezquake/files/patch-cl_tcl.c (dead) 1.3 +28 -44 ports/games/ezquake/files/patch-common.c 1.2 +0 -11 ports/games/ezquake/files/patch-host.c (dead) 1.3 +0 -10 ports/games/ezquake/files/patch-image.c (dead) 1.3 +0 -10 ports/games/ezquake/files/patch-modules.c (dead) 1.3 +0 -31 ports/games/ezquake/files/patch-mp3_player.c (dead) 1.2 +14 -29 ports/games/ezquake/files/patch-q_shared.h 1.3 +7 -21 ports/games/ezquake/files/patch-snd_dma.c 1.3 +0 -77 ports/games/ezquake/files/patch-snd_linux.c (dead) 1.4 +0 -42 ports/games/ezquake/files/patch-snd_oss.c (dead) 1.4 +0 -26 ports/games/ezquake/files/patch-sys_linux.c (dead) 1.1 +10 -0 ports/games/ezquake/files/patch-teamplay.c (new) 1.2 +7 -6 ports/games/ezquake/files/patch-vid_common_gl.c 1.4 +0 -25 ports/games/ezquake/files/patch-vid_glx.c (dead) 1.3 +40 -1777 ports/games/ezquake/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 17:41:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3721016A41B; Fri, 4 Jan 2008 17:41:02 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 12C1013C465; Fri, 4 Jan 2008 17:41:02 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Hf1In030471; Fri, 4 Jan 2008 17:41:01 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Hf1HL030470; Fri, 4 Jan 2008 17:41:01 GMT (envelope-from matusita) Message-Id: <200801041741.m04Hf1HL030470@repoman.freebsd.org> From: Makoto Matsushita Date: Fri, 4 Jan 2008 17:41:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/keitairc Makefile distinfo ports/irc/keitairc/files patch-keitairc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 17:41:02 -0000 matusita 2008-01-04 17:41:01 UTC FreeBSD ports repository Modified files: irc/keitairc Makefile distinfo Removed files: irc/keitairc/files patch-keitairc Log: Upgrade to 1.33. It should work with latest POE. Please be sure to remove ${DISTDIR}/keitairc before upgrading. Requested by: sarumaru at ReichaNet Revision Changes Path 1.7 +4 -11 ports/irc/keitairc/Makefile 1.3 +3 -3 ports/irc/keitairc/distinfo 1.3 +0 -22 ports/irc/keitairc/files/patch-keitairc (dead) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 17:49:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E794716A419; Fri, 4 Jan 2008 17:49:32 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C372A13C46B; Fri, 4 Jan 2008 17:49:32 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04HnWVm030714; Fri, 4 Jan 2008 17:49:32 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04HnWmI030713; Fri, 4 Jan 2008 17:49:32 GMT (envelope-from obraun) Message-Id: <200801041749.m04HnWmI030713@repoman.freebsd.org> From: Oliver Braun Date: Fri, 4 Jan 2008 17:49:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-haddock Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 17:49:33 -0000 obraun 2008-01-04 17:49:31 UTC FreeBSD ports repository Modified files: devel/hs-haddock Makefile distinfo pkg-plist Log: Update to 0.9. Revision Changes Path 1.29 +2 -4 ports/devel/hs-haddock/Makefile 1.10 +3 -3 ports/devel/hs-haddock/distinfo 1.8 +4 -2 ports/devel/hs-haddock/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 17:50:43 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 764F616A46B; Fri, 4 Jan 2008 17:50:43 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 010A613C4D3; Fri, 4 Jan 2008 17:50:41 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.12.9/8.12.9) id m04HofEr004084; Fri, 4 Jan 2008 09:50:41 -0800 (PST) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.209] (p54.kientzle.com [66.166.149.54]) by kientzle.com with SMTP; Fri, 04 Jan 2008 09:50:41 -0800 (PST) (envelope-from kientzle@freebsd.org) Message-ID: <477E71F1.4080301@freebsd.org> Date: Fri, 04 Jan 2008 09:50:41 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200801031830.m03IUb9K049549@repoman.freebsd.org> In-Reply-To: <200801031830.m03IUb9K049549@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive archive_endian.h archive_read_support_format_zip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 17:50:43 -0000 Dag-Erling Smorgrav wrote: > des 2008-01-03 18:30:37 UTC > > FreeBSD src repository > > Modified files: > lib/libarchive archive_read_support_format_zip.c > Added files: > lib/libarchive archive_endian.h > Log: > Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it instead > of home-rolled [iu][248] in the ZIP support code. > > Approved by: kientzle > > Revision Changes Path > 1.1 +142 -0 src/lib/libarchive/archive_endian.h (new) > 1.19 +22 -57 src/lib/libarchive/archive_read_support_format_zip.c Is this really right? > +be32dec(const void *pp) > +{ > + unsigned char const *p = (unsigned char const *)pp; The "const *" is harmless enough, but dropping the leading "const" doesn't seem right at all: 'pp' is a pointer to const data, 'p' points to modifiable data. Tim Kientzle From owner-cvs-all@FreeBSD.ORG Fri Jan 4 17:57:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 344BB16A41B; Fri, 4 Jan 2008 17:57:37 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10EA813C43E; Fri, 4 Jan 2008 17:57:37 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04HvaBW031051; Fri, 4 Jan 2008 17:57:36 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Hvanq031050; Fri, 4 Jan 2008 17:57:36 GMT (envelope-from leeym) Message-Id: <200801041757.m04Hvanq031050@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 4 Jan 2008 17:57:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/IPA Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 17:57:37 -0000 leeym 2008-01-04 17:57:36 UTC FreeBSD ports repository Modified files: graphics/IPA Makefile Log: - fix wrong target which will touch filesystem before 'make install' Noticed by: erwin@ Revision Changes Path 1.14 +1 -1 ports/graphics/IPA/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 18:07:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 487DA16A41B; Fri, 4 Jan 2008 18:07:06 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 24B3613C447; Fri, 4 Jan 2008 18:07:06 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04I761g032580; Fri, 4 Jan 2008 18:07:06 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04I75Dj032579; Fri, 4 Jan 2008 18:07:05 GMT (envelope-from mnag) Message-Id: <200801041807.m04I75Dj032579@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 4 Jan 2008 18:07:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/linux-realplayer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 18:07:06 -0000 mnag 2008-01-04 18:07:05 UTC FreeBSD ports repository Modified files: multimedia/linux-realplayer Makefile distinfo Log: - Update to 10.0.9.809-20070726 Security: http://www.vuxml.org/freebsd/f762ccbb-baed-11dc-a302-000102cc8983.html Approved by: maintainer Revision Changes Path 1.53 +2 -3 ports/multimedia/linux-realplayer/Makefile 1.18 +3 -3 ports/multimedia/linux-realplayer/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 18:07:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A15CC16A41B; Fri, 4 Jan 2008 18:07:34 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7DDE813C465; Fri, 4 Jan 2008 18:07:34 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04I7YJ3032635; Fri, 4 Jan 2008 18:07:34 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04I7Y5u032634; Fri, 4 Jan 2008 18:07:34 GMT (envelope-from mnag) Message-Id: <200801041807.m04I7Y5u032634@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 4 Jan 2008 18:07:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 18:07:34 -0000 mnag 2008-01-04 18:07:34 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - linux-realplayer -- multiple vulnerabilities Revision Changes Path 1.1529 +49 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jan 4 18:32:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C19916A468; Fri, 4 Jan 2008 18:32:33 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C52B13C448; Fri, 4 Jan 2008 18:32:33 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04IWWVN033775; Fri, 4 Jan 2008 18:32:32 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04IWWWv033774; Fri, 4 Jan 2008 18:32:32 GMT (envelope-from alepulver) Message-Id: <200801041832.m04IWWWv033774@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 18:32:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/aegis Makefile distinfo pkg-descr pkg-plist ports/devel/aegis/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 18:32:33 -0000 alepulver 2008-01-04 18:32:32 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/aegis Makefile distinfo pkg-descr pkg-plist devel/aegis/files patch-Makefile.in Log: Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. Some key features: * All operations on the repository are based on change sets. * True configurations. All changes are reproducible snapshots. Every change set has a unique configuration identifier. * Ability to rename files without losing their history. * Binary files are supported. * File meta-data are versioned. Aegis versions permissions also. * Commits are truly atomic. No part of a commit takes effect until the entire commit has succeeded. Log messages are attached to the change set, not stored redundantly in each file. * Access controls on lines of development (branches). Creating a branch in Aegis can be accomplished with a single, fast command. * Repository synchronization, geographically distributed development. * Optimal performance for all users, local or remote (no difference). * Disconnected commits. * Peer-to-peer architecture. Work may flow in without involving a master site. * Costs are proportional to change size, not data size. WWW: http://aegis.sourceforge.net/ Revision Changes Path 1.2952 +1 -0 ports/devel/Makefile 1.8 +74 -0 ports/devel/aegis/Makefile (new) 1.3 +3 -0 ports/devel/aegis/distinfo (new) 1.3 +30 -0 ports/devel/aegis/files/patch-Makefile.in (new) 1.3 +24 -0 ports/devel/aegis/pkg-descr (new) 1.4 +213 -0 ports/devel/aegis/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 18:33:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7E9A16A417; Fri, 4 Jan 2008 18:33:02 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4E2B13C44B; Fri, 4 Jan 2008 18:33:02 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04IX2aX033842; Fri, 4 Jan 2008 18:33:02 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04IX2wG033841; Fri, 4 Jan 2008 18:33:02 GMT (envelope-from alepulver) Message-Id: <200801041833.m04IX2wG033841@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 18:33:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 18:33:02 -0000 alepulver 2008-01-04 18:33:02 UTC FreeBSD ports repository Modified files: . modules Log: aegis --> ports/devel/aegis Revision Changes Path 1.19152 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jan 4 18:34:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A69916A418; Fri, 4 Jan 2008 18:34:12 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65D0D13C45B; Fri, 4 Jan 2008 18:34:12 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04IYCPl033950; Fri, 4 Jan 2008 18:34:12 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04IYC5Z033949; Fri, 4 Jan 2008 18:34:12 GMT (envelope-from alepulver) Message-Id: <200801041834.m04IYC5Z033949@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 18:34:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 18:34:12 -0000 alepulver 2008-01-04 18:34:12 UTC FreeBSD ports repository Modified files: . MOVED Log: - Remove devel/aegis entry after resurrecting it. Revision Changes Path 1.1527 +1 -2 ports/MOVED From owner-cvs-all@FreeBSD.ORG Fri Jan 4 18:44:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C5A216A419; Fri, 4 Jan 2008 18:44:17 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 779C813C4D3; Fri, 4 Jan 2008 18:44:17 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04IiHYp034440; Fri, 4 Jan 2008 18:44:17 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04IiHSo034439; Fri, 4 Jan 2008 18:44:17 GMT (envelope-from obraun) Message-Id: <200801041844.m04IiHSo034439@repoman.freebsd.org> From: Oliver Braun Date: Fri, 4 Jan 2008 18:44:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/darcs Makefile ports/devel/darcs/files patch-aclocal.m4 patch-autoconf.mk.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 18:44:17 -0000 obraun 2008-01-04 18:44:17 UTC FreeBSD ports repository Modified files: devel/darcs Makefile Added files: devel/darcs/files patch-aclocal.m4 patch-autoconf.mk.in Log: Fix build with ghc 6.8.2. Revision Changes Path 1.48 +4 -0 ports/devel/darcs/Makefile 1.1 +23 -0 ports/devel/darcs/files/patch-aclocal.m4 (new) 1.3 +11 -0 ports/devel/darcs/files/patch-autoconf.mk.in (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 18:45:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7916816A418; Fri, 4 Jan 2008 18:45:08 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5575513C46E; Fri, 4 Jan 2008 18:45:08 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Ij881034519; Fri, 4 Jan 2008 18:45:08 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Ij8kO034518; Fri, 4 Jan 2008 18:45:08 GMT (envelope-from mnag) Message-Id: <200801041845.m04Ij8kO034518@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 4 Jan 2008 18:45:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 18:45:08 -0000 mnag 2008-01-04 18:45:08 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix range for linux-flahsplugin Revision Changes Path 1.1530 +3 -3 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jan 4 18:48:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECDA116A419; Fri, 4 Jan 2008 18:48:28 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C919D13C45D; Fri, 4 Jan 2008 18:48:28 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04ImSJv034622; Fri, 4 Jan 2008 18:48:28 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04ImSqr034621; Fri, 4 Jan 2008 18:48:28 GMT (envelope-from mnag) Message-Id: <200801041848.m04ImSqr034621@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 4 Jan 2008 18:48:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 18:48:29 -0000 mnag 2008-01-04 18:48:28 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix linux-realplayer new version Revision Changes Path 1.1531 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jan 4 18:52:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0797416A420; Fri, 4 Jan 2008 18:52:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D753513C44B; Fri, 4 Jan 2008 18:52:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Iq9jT034836; Fri, 4 Jan 2008 18:52:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Iq9Ib034835; Fri, 4 Jan 2008 18:52:09 GMT (envelope-from delphij) Message-Id: <200801041852.m04Iq9Ib034835@repoman.freebsd.org> From: Xin LI Date: Fri, 4 Jan 2008 18:52:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 18:52:10 -0000 delphij 2008-01-04 18:52:09 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Update php multiple vulnerability entry: revalent bugs were fixed in PHP 4.4.8. Revision Changes Path 1.1532 +4 -3 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jan 4 19:08:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34AAC16A417; Fri, 4 Jan 2008 19:08:04 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FC5413C46E; Fri, 4 Jan 2008 19:08:04 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04J83Ro036608; Fri, 4 Jan 2008 19:08:03 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04J83j8036607; Fri, 4 Jan 2008 19:08:03 GMT (envelope-from alepulver) Message-Id: <200801041908.m04J83j8036607@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 19:08:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ssvnc distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 19:08:04 -0000 alepulver 2008-01-04 19:08:03 UTC FreeBSD ports repository Modified files: net/ssvnc distinfo Log: - Update distinfo (summary: unused Linux binary is changed). Revision Changes Path 1.11 +3 -3 ports/net/ssvnc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 19:09:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B7A516A418; Fri, 4 Jan 2008 19:09:39 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7CE13C43E; Fri, 4 Jan 2008 19:09:38 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id m04IwSxS020584; Fri, 4 Jan 2008 19:58:28 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.2/8.14.1) with ESMTP id m04IwSdB001340; Fri, 4 Jan 2008 19:58:28 +0100 (CET) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.2/8.14.1/Submit) id m04IwSRS001339; Fri, 4 Jan 2008 19:58:28 +0100 (CET) (envelope-from marc) Date: Fri, 4 Jan 2008 19:58:28 +0100 From: Marc Fonvieille To: Gabor Kovesdan Message-ID: <20080104185828.GA1134@gothic.blackend.org> References: <200801041341.m04Df73c097329@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801041341.m04Df73c097329@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 7.0-PRERELEASE User-Agent: Mutt/1.5.16 (2007-06-09) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/flyer flyer.tex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 19:09:39 -0000 On Fri, Jan 04, 2008 at 01:41:07PM +0000, Gabor Kovesdan wrote: > gabor 2008-01-04 13:41:07 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/flyer flyer.tex > Log: > - Bump copyright year > This should be done only if the content has been changed. -- Marc From owner-cvs-all@FreeBSD.ORG Fri Jan 4 20:20:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2E4116A417; Fri, 4 Jan 2008 20:20:20 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC30C13C457; Fri, 4 Jan 2008 20:20:20 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04KKKDJ042674; Fri, 4 Jan 2008 20:20:20 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04KKK0w042673; Fri, 4 Jan 2008 20:20:20 GMT (envelope-from hrs) Message-Id: <200801042020.m04KKK0w042673@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 4 Jan 2008 20:20:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/acroreadwrapper Makefile ports/print/acroreadwrapper/files acroread.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 20:20:21 -0000 hrs 2008-01-04 20:20:20 UTC FreeBSD ports repository Modified files: print/acroreadwrapper Makefile print/acroreadwrapper/files acroread.in Log: Update to 20071020. Add Adobe Reader 8 support and $ADOBE_VER knob. Revision Changes Path 1.9 +8 -5 ports/print/acroreadwrapper/Makefile 1.5 +48 -7 ports/print/acroreadwrapper/files/acroread.in From owner-cvs-all@FreeBSD.ORG Fri Jan 4 20:22:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9CC316A474; Fri, 4 Jan 2008 20:22:56 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4F1713C4D5; Fri, 4 Jan 2008 20:22:56 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04KMuuo043251; Fri, 4 Jan 2008 20:22:56 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04KMuDp043250; Fri, 4 Jan 2008 20:22:56 GMT (envelope-from hrs) Message-Id: <200801042022.m04KMuDp043250@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 4 Jan 2008 20:22:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese Makefile ports/print Makefile ports/french Makefile ports/german Makefile ports/japanese Makefile ports/korean Makefile ports/portuguese Makefile ports/chinese/acroread8-zh_CN Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 20:22:56 -0000 hrs 2008-01-04 20:22:56 UTC FreeBSD ports repository Modified files: chinese Makefile print Makefile french Makefile german Makefile japanese Makefile korean Makefile portuguese Makefile Added files: chinese/acroread8-zh_CN Makefile distinfo chinese/acroread8-zh_TW Makefile distinfo print/dk-acroread8 Makefile distinfo print/nl-acroread8 Makefile distinfo print/no-acroread8 Makefile distinfo print/acroread8 Makefile distinfo pkg-descr pkg-plist print/acroread8/files ln.in mv.in pkg-message.in rm.in print/es-acroread8 Makefile distinfo print/fi-acroread8 Makefile distinfo print/sv-acroread8 Makefile distinfo print/it-acroread8 Makefile distinfo french/acroread8 Makefile distinfo german/acroread8 Makefile distinfo japanese/acroread8 Makefile distinfo korean/acroread8 Makefile distinfo portuguese/acroread8 Makefile distinfo Log: Add Adobe Reader 8.1.1 and localized versions (total 15 languages). Changes from 7.x include: User Interface: * New improved UI with more real-estate in terms of page view space. Only the most commonly used tools are present in the toolbar by default (and the toolbar can be customized by the user according to his/her own preference.) * Sleek design and new stylish user interface elements (including toolbars, navigation tabs, panes, etc.) for a more rich user experience. * Improved launch time and overall performance. Less waiting, more work. * Support for Single Document Interface (SDI) mode for improved usability. Less cluttered, more intuitive. * Always-available search toolbar (includes find and access to search pane) New Features: * Support for playing Multimedia-enabled PDF documents for supported media types (linux). Play Real media and more! * Support for participating in Shared Reviews along with other users of Adobe Reader 8.x on Unix, and Adobe Reader/Acrobat 8.x on Win/Mac. Collaborate right inside the Reader. * Improvements in Commenting and Drawing Markup tools. * New tools such as Loupe Tool, Pan and Zoom. Expand your horizons, and control what you want to see. * Support for dynamically rendered bar code generation in forms. * Updated Review Tracker with inbuilt support for RSS feeds. Use the Reader as your RSS feed reader! * New 2D and 3D measuring tools for more accurate control of architectural drawings. * Printing: New support for Booklet Printing and Low Resolution printing of secured documents. * Significant performance improvement for certain types of forms via direct rendering for Dynamic Forms. * Support for documents created with Adobe Acrobat 3D including navigation, cross-section and rendering. * Accessibility: Support for Orca. * Various new additions to the Manage Digital ID feature, including support for Roaming Credentials, support for Cryptographic Tokens and Smart Cards (PKCS#11 compliant). * Support for adding a Digital Signature Field in documents which have been "Reader Enabled" through Acrobat Professional on Win/Mac. * Support for viewing PDF Packages - get an organized view of your PDFs in a single well-defined interface. * Support for the PRC format for 3D data. * Beyond Reader: New help resources that contains up-to-date information on Adobe products, Adobe Reader and how it can be used with Adobe¡Çs other products. * Adobe Help Viewer - a self-contained, one-stop shop for all help related to the Reader * Improved Search capabilities, including searching of sub-documents in a PDF Package, improved searching of attachments, etc. Revision Changes Path 1.263 +2 -0 ports/chinese/Makefile 1.1 +16 -0 ports/chinese/acroread8-zh_CN/Makefile (new) 1.1 +3 -0 ports/chinese/acroread8-zh_CN/distinfo (new) 1.1 +16 -0 ports/chinese/acroread8-zh_TW/Makefile (new) 1.1 +3 -0 ports/chinese/acroread8-zh_TW/distinfo (new) 1.58 +1 -0 ports/french/Makefile 1.1 +15 -0 ports/french/acroread8/Makefile (new) 1.1 +3 -0 ports/french/acroread8/distinfo (new) 1.64 +1 -0 ports/german/Makefile 1.1 +15 -0 ports/german/acroread8/Makefile (new) 1.1 +3 -0 ports/german/acroread8/distinfo (new) 1.674 +1 -0 ports/japanese/Makefile 1.1 +15 -0 ports/japanese/acroread8/Makefile (new) 1.1 +3 -0 ports/japanese/acroread8/distinfo (new) 1.129 +1 -0 ports/korean/Makefile 1.1 +15 -0 ports/korean/acroread8/Makefile (new) 1.1 +3 -0 ports/korean/acroread8/distinfo (new) 1.23 +1 -0 ports/portuguese/Makefile 1.1 +16 -0 ports/portuguese/acroread8/Makefile (new) 1.1 +3 -0 ports/portuguese/acroread8/distinfo (new) 1.442 +8 -0 ports/print/Makefile 1.1 +83 -0 ports/print/acroread8/Makefile (new) 1.1 +3 -0 ports/print/acroread8/distinfo (new) 1.1 +5 -0 ports/print/acroread8/files/ln.in (new) 1.1 +5 -0 ports/print/acroread8/files/mv.in (new) 1.1 +4 -0 ports/print/acroread8/files/pkg-message.in (new) 1.1 +8 -0 ports/print/acroread8/files/rm.in (new) 1.1 +5 -0 ports/print/acroread8/pkg-descr (new) 1.1 +1755 -0 ports/print/acroread8/pkg-plist (new) 1.1 +15 -0 ports/print/dk-acroread8/Makefile (new) 1.1 +3 -0 ports/print/dk-acroread8/distinfo (new) 1.1 +15 -0 ports/print/es-acroread8/Makefile (new) 1.1 +3 -0 ports/print/es-acroread8/distinfo (new) 1.1 +15 -0 ports/print/fi-acroread8/Makefile (new) 1.1 +3 -0 ports/print/fi-acroread8/distinfo (new) 1.1 +15 -0 ports/print/it-acroread8/Makefile (new) 1.1 +3 -0 ports/print/it-acroread8/distinfo (new) 1.1 +15 -0 ports/print/nl-acroread8/Makefile (new) 1.1 +3 -0 ports/print/nl-acroread8/distinfo (new) 1.1 +15 -0 ports/print/no-acroread8/Makefile (new) 1.1 +3 -0 ports/print/no-acroread8/distinfo (new) 1.1 +15 -0 ports/print/sv-acroread8/Makefile (new) 1.1 +3 -0 ports/print/sv-acroread8/distinfo (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 20:25:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13BC316A417; Fri, 4 Jan 2008 20:25:33 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E10AB13C43E; Fri, 4 Jan 2008 20:25:32 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04KPWXq043406; Fri, 4 Jan 2008 20:25:32 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04KPWQ0043405; Fri, 4 Jan 2008 20:25:32 GMT (envelope-from hrs) Message-Id: <200801042025.m04KPWQ0043405@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 4 Jan 2008 20:25:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 20:25:33 -0000 hrs 2008-01-04 20:25:32 UTC FreeBSD ports repository Modified files: . modules Log: - Add *-acroread8-* modules for Adobe Reader 8.x. - Sort some entries. Revision Changes Path 1.19153 +17 -2 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jan 4 20:35:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5019B16A417; Fri, 4 Jan 2008 20:35:09 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 28FA013C474; Fri, 4 Jan 2008 20:35:09 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04KZ9Aj043909; Fri, 4 Jan 2008 20:35:09 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04KZ9SH043908; Fri, 4 Jan 2008 20:35:09 GMT (envelope-from arved) Message-Id: <200801042035.m04KZ9SH043908@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 4 Jan 2008 20:35:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/sshguard Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 20:35:09 -0000 arved 2008-01-04 20:35:08 UTC FreeBSD ports repository Modified files: security/sshguard Makefile Log: Prevent the port from running automake if it is installed PR: 118065 Submitted by: Mij Revision Changes Path 1.7 +1 -0 ports/security/sshguard/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jan 4 20:42:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F82F16A419; Fri, 4 Jan 2008 20:42:36 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1886113C447; Fri, 4 Jan 2008 20:42:36 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04KgZYZ044384; Fri, 4 Jan 2008 20:42:35 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04KgZdj044383; Fri, 4 Jan 2008 20:42:35 GMT (envelope-from erwin) Message-Id: <200801042042.m04KgZdj044383@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 4 Jan 2008 20:42:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/lsof Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 20:42:36 -0000 erwin 2008-01-04 20:42:35 UTC FreeBSD ports repository Modified files: sysutils/lsof Makefile distinfo Log: Update to 4.79E which fixes the build on 8.0 Thanks to Vic Abell for a very quick response and new release. PR: 119339 Submitted by: Larry Rosenman (maintainer), pointyhat Revision Changes Path 1.156 +2 -2 ports/sysutils/lsof/Makefile 1.125 +3 -3 ports/sysutils/lsof/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 21:00:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CEFC16A419; Fri, 4 Jan 2008 21:00:54 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 64FB513C459; Fri, 4 Jan 2008 21:00:54 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04L0sG9061418; Fri, 4 Jan 2008 21:00:54 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04L0s4t061417; Fri, 4 Jan 2008 21:00:54 GMT (envelope-from wxs) Message-Id: <200801042100.m04L0s4t061417@repoman.freebsd.org> From: Wesley Shields Date: Fri, 4 Jan 2008 21:00:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent wxs.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 21:00:54 -0000 wxs 2008-01-04 21:00:54 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeys wxs.key Log: Add my PGP key. Approved by: garga (mentor) Revision Changes Path 1.60 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.156 +1 -0 doc/share/pgpkeys/pgpkeys.ent 1.1 +44 -0 doc/share/pgpkeys/wxs.key (new) From owner-cvs-all@FreeBSD.ORG Fri Jan 4 21:01:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBEBE16A420; Fri, 4 Jan 2008 21:01:07 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A388213C4EE; Fri, 4 Jan 2008 21:01:07 +0000 (UTC) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04L17mW061454; Fri, 4 Jan 2008 21:01:07 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04L17IE061453; Fri, 4 Jan 2008 21:01:07 GMT (envelope-from obraun) Message-Id: <200801042101.m04L17IE061453@repoman.freebsd.org> From: Oliver Braun Date: Fri, 4 Jan 2008 21:01:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ghc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 21:01:07 -0000 obraun 2008-01-04 21:01:07 UTC FreeBSD ports repository Modified files: lang/ghc Makefile distinfo Log: Enable build on 7.x. Revision Changes Path 1.58 +4 -3 ports/lang/ghc/Makefile 1.28 +3 -0 ports/lang/ghc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jan 4 21:16:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39ABD16A420; Fri, 4 Jan 2008 21:16:28 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2847713C457; Fri, 4 Jan 2008 21:16:28 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04LGSZo063457; Fri, 4 Jan 2008 21:16:28 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04LGSBZ063456; Fri, 4 Jan 2008 21:16:28 GMT (envelope-from jkois) Message-Id: <200801042116.m04LGSBZ063456@repoman.freebsd.org> From: Johann Kois Date: Fri, 4 Jan 2008 21:16:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news Makefile www/en/news/2006 Makefile news.xml press.xml www/share/sgml libcommon.xsl news.xml press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 21:16:28 -0000 jkois 2008-01-04 21:16:27 UTC FreeBSD doc repository Modified files: en/news Makefile share/sgml libcommon.xsl news.xml press.xml Added files: en/news/2006 Makefile news.xml press.xml Log: Move the old news and press articles from 2006 to separate subfolders and link to them from the main news/press sites. Revision Changes Path 1.1 +16 -0 www/en/news/2006/Makefile (new) 1.1 +1005 -0 www/en/news/2006/news.xml (new) 1.1 +580 -0 www/en/news/2006/press.xml (new) 1.48 +2 -1 www/en/news/Makefile 1.8 +2 -1 www/share/sgml/libcommon.xsl 1.135 +1 -979 www/share/sgml/news.xml 1.56 +1 -565 www/share/sgml/press.xml From owner-cvs-all@FreeBSD.ORG Fri Jan 4 21:49:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF59B16A417; Fri, 4 Jan 2008 21:49:08 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACDED13C4DD; Fri, 4 Jan 2008 21:49:08 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04Ln8E2065203; Fri, 4 Jan 2008 21:49:08 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04Ln8MG065202; Fri, 4 Jan 2008 21:49:08 GMT (envelope-from alepulver) Message-Id: <200801042149.m04Ln8MG065202@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 4 Jan 2008 21:49:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/rottdc Makefile pkg-descr pkg-message pkg-plist ports/games/rottdc/files Makefile patch-develop.h patch-rt__actor.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 21:49:08 -0000 alepulver 2008-01-04 21:49:08 UTC FreeBSD ports repository Modified files: games/rottdc Makefile pkg-descr pkg-message pkg-plist Added files: games/rottdc/files Makefile patch-rt__actor.c Removed files: games/rottdc/files patch-develop.h Log: - Bump PORTREVISION. - Take maintainership. - Remove USE_XLIB (it only requires SDL). - Build 2 binaries, one for the full game and other for the shareware version. - Expand pkg-descr and pkg-message to reflect the previous change. - Replace -O2 and higher in CFLAGS by -O1 (crashes otherwise). - Convert a line-specific REINPLACE_CMD into a patch. Revision Changes Path 1.7 +13 -11 ports/games/rottdc/Makefile 1.1 +13 -0 ports/games/rottdc/files/Makefile (new) 1.2 +0 -11 ports/games/rottdc/files/patch-develop.h (dead) 1.1 +11 -0 ports/games/rottdc/files/patch-rt__actor.c (new) 1.3 +3 -1 ports/games/rottdc/pkg-descr 1.2 +11 -3 ports/games/rottdc/pkg-message 1.2 +1 -0 ports/games/rottdc/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 21:53:22 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DEAF16A417 for ; Fri, 4 Jan 2008 21:53:22 +0000 (UTC) (envelope-from customerservice@deburringmachines.novelco.com) Received: from vms173001pub.verizon.net (vms173001pub.verizon.net [206.46.173.1]) by mx1.freebsd.org (Postfix) with ESMTP id 60C9113C447 for ; Fri, 4 Jan 2008 21:53:21 +0000 (UTC) (envelope-from customerservice@deburringmachines.novelco.com) Received: from deburringmachines.novelco.com ([71.103.81.73]) by vms173001.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JU500FOV322QRT8@vms173001.mailsrvcs.net> for cvs-all@freebsd.org; Fri, 04 Jan 2008 15:44:27 -0600 (CST) Date: Fri, 04 Jan 2008 14:57:16 -0800 From: customerservice@deburringmachines.novelco.com To: cvs-all@freebsd.org Message-id: <20080104145715.8CF49D8DCE4DCF45@deburringmachines.novelco.com> MIME-version: 1.0 Content-type: text/plain Content-transfer-encoding: 8bit Subject: Deburring Equipment X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 21:53:22 -0000 Purchasing Department I would like to talk to the person who handles buying machine equipment Can you please provide the name of the person phone or e-mail address. We specialize in deburring equipment for polishing parts of all types, Our products include, but are not limited to: abrasive grinders, polishing equipment, vibratory media, and belt grinders we carry many more types of industrial equipment not listed here. We have competitive prices and excellent customer service and would like to be a backup supplier even if you allready have a supplier. And would like to email our product specials. Please let us know if you are looking for something for your shop. Sincerely, Joseph Taylor Worldlink 1012 W Beverly Blvd., #990 Montebello, CA 90640 Phone: 562 215 4843 Fax: 206-350-5967 http://www.deburringworld.novelco.com +++++++++++++++++++++++++++++++++++ If you have recieved this email by error or do not wish to recieve future emails Please reply with remove in the subject line. +++++++++++++++++++++++++++++++++++ From owner-cvs-all@FreeBSD.ORG Fri Jan 4 22:28:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CBC716A469; Fri, 4 Jan 2008 22:28:54 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4223813C468; Fri, 4 Jan 2008 22:28:54 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04MSrIk068221; Fri, 4 Jan 2008 22:28:53 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04MSrKj068220; Fri, 4 Jan 2008 22:28:53 GMT (envelope-from jkois) Message-Id: <200801042228.m04MSrKj068220@repoman.freebsd.org> From: Johann Kois Date: Fri, 4 Jan 2008 22:28:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml libcommon.xsl templates.oldnewsflash.xsl templates.oldpress.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 22:28:54 -0000 jkois 2008-01-04 22:28:53 UTC FreeBSD doc repository Modified files: share/sgml libcommon.xsl templates.oldnewsflash.xsl templates.oldpress.xsl Log: Fix the link to "News home" so that klicking on this link on the "old news" pages no longer produces an "404 - Not Found". Revision Changes Path 1.9 +2 -2 www/share/sgml/libcommon.xsl 1.6 +2 -2 www/share/sgml/templates.oldnewsflash.xsl 1.4 +2 -2 www/share/sgml/templates.oldpress.xsl From owner-cvs-all@FreeBSD.ORG Fri Jan 4 23:25:14 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB82E16A468; Fri, 4 Jan 2008 23:25:14 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7E2713C468; Fri, 4 Jan 2008 23:25:14 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04NPExY073241; Fri, 4 Jan 2008 23:25:14 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04NPEmE073240; Fri, 4 Jan 2008 23:25:14 GMT (envelope-from jkim) Message-Id: <200801042325.m04NPEmE073240@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 4 Jan 2008 23:25:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/oss Makefile distinfo ports/audio/oss/files patch-kernel-OS-FreeBSD-os_freebsd.c patch-setup-FreeBSD-oss-build-osscore.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 23:25:14 -0000 jkim 2008-01-04 23:25:14 UTC FreeBSD ports repository Modified files: audio/oss Makefile distinfo audio/oss/files patch-kernel-OS-FreeBSD-os_freebsd.c patch-setup-FreeBSD-oss-build-osscore.c Log: Update to BSD-licensed build 1012. http://www.opensound.com/press/2008/oss-bsd.txt http://www.4front-tech.com/forum/viewtopic.php?t=2406 Revision Changes Path 1.17 +5 -5 ports/audio/oss/Makefile 1.6 +3 -3 ports/audio/oss/distinfo 1.3 +3 -12 ports/audio/oss/files/patch-kernel-OS-FreeBSD-os_freebsd.c 1.5 +9 -9 ports/audio/oss/files/patch-setup-FreeBSD-oss-build-osscore.c From owner-cvs-all@FreeBSD.ORG Fri Jan 4 23:43:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A93C16A469 for ; Fri, 4 Jan 2008 23:43:58 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo3so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4EF13C474 for ; Fri, 4 Jan 2008 23:43:58 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd4mr5so.prod.shaw.ca (pd4mr5so-qfe3.prod.shaw.ca [10.0.141.50]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JU5004KN5T8R990@l-daemon> for cvs-all@FreeBSD.org; Fri, 04 Jan 2008 15:43:56 -0700 (MST) Received: from pn2ml1so.prod.shaw.ca ([10.0.121.145]) by pd4mr5so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JU500CHQ5RJLY80@pd4mr5so.prod.shaw.ca> for cvs-all@FreeBSD.org; Fri, 04 Jan 2008 15:42:55 -0700 (MST) Received: from hexahedron.daemonology.net ([24.82.201.197]) by l-daemon (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with SMTP id <0JU500BB75RD5N20@l-daemon> for cvs-all@FreeBSD.org; Fri, 04 Jan 2008 15:42:54 -0700 (MST) Received: (qmail 52982 invoked from network); Fri, 04 Jan 2008 22:42:49 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Fri, 04 Jan 2008 22:42:49 +0000 Date: Fri, 04 Jan 2008 14:42:48 -0800 From: Colin Percival In-reply-to: <200801041328.m04DSp6h096405@repoman.freebsd.org> To: Pav Lucistnik Message-id: <477EB668.3090400@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.5 References: <200801041328.m04DSp6h096405@repoman.freebsd.org> User-Agent: Thunderbird 2.0.0.9 (X11/20071117) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/ports-mgmt Makefile ports/ports-mgmt/pkg_cleanup Makefile pkg-descr ports/ports-mgmt/pkg_cleanup/files Makefile pkg_cleanup.1 pkg_cleanup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 23:43:58 -0000 Pav Lucistnik wrote: > Modified files: > ports-mgmt Makefile > Added files: > ports-mgmt/pkg_cleanup Makefile pkg-descr > ports-mgmt/pkg_cleanup/files Makefile pkg_cleanup.1 > pkg_cleanup.c Is there a standard policy for when a port's source code should be included in the ports tree instead of in a separate distfile which is fetched on demand? Colin Percival From owner-cvs-all@FreeBSD.ORG Fri Jan 4 23:48:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD24F16A417; Fri, 4 Jan 2008 23:48:20 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 911B313C457; Fri, 4 Jan 2008 23:48:20 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04NmK3f074056; Fri, 4 Jan 2008 23:48:20 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04NmKQh074055; Fri, 4 Jan 2008 23:48:20 GMT (envelope-from ijliao) Message-Id: <200801042348.m04NmKQh074055@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 4 Jan 2008 23:48:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/p5-Net-XMPP Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 23:48:20 -0000 ijliao 2008-01-04 23:48:20 UTC FreeBSD ports repository Modified files: net-im/p5-Net-XMPP Makefile distinfo pkg-plist Log: upgrade to 1.02 maintainer drop maintainership PR: 118862 Submitted by: ijliao Reviewed by: maintainer Revision Changes Path 1.5 +7 -7 ports/net-im/p5-Net-XMPP/Makefile 1.3 +3 -3 ports/net-im/p5-Net-XMPP/distinfo 1.3 +0 -3 ports/net-im/p5-Net-XMPP/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jan 4 23:54:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C07C16A419; Fri, 4 Jan 2008 23:54:18 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1D713C459; Fri, 4 Jan 2008 23:54:18 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m04NsId5074297; Fri, 4 Jan 2008 23:54:18 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m04NsIPh074296; Fri, 4 Jan 2008 23:54:18 GMT (envelope-from delphij) Message-Id: <200801042354.m04NsIPh074296@repoman.freebsd.org> From: Xin LI Date: Fri, 4 Jan 2008 23:54:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cfengine Makefile distinfo ports/sysutils/cfengine/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 23:54:18 -0000 delphij 2008-01-04 23:54:18 UTC FreeBSD ports repository Modified files: sysutils/cfengine Makefile distinfo sysutils/cfengine/files patch-configure Log: - Update to 2.2.3; - Make BDB 4.6 as default BDB version; - Modify MASTER_SITES according to official website. Submitted by: delphij PR: ports/118562 Approved by: maintainer timeout Revision Changes Path 1.40 +4 -5 ports/sysutils/cfengine/Makefile 1.14 +3 -3 ports/sysutils/cfengine/distinfo 1.2 +4 -13 ports/sysutils/cfengine/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sat Jan 5 00:57:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E69F116A419; Sat, 5 Jan 2008 00:57:13 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7D7B13C46A; Sat, 5 Jan 2008 00:57:13 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m050vDWE088089; Sat, 5 Jan 2008 00:57:13 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m050vD69088088; Sat, 5 Jan 2008 00:57:13 GMT (envelope-from alepulver) Message-Id: <200801050057.m050vD69088088@repoman.freebsd.org> From: Alejandro Pulver Date: Sat, 5 Jan 2008 00:57:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/aegis Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 00:57:14 -0000 alepulver 2008-01-05 00:57:13 UTC FreeBSD ports repository Modified files: devel/aegis Makefile Added files: devel/aegis pkg-message Log: - Remove devel/cook and devel/fhist dependencies (optional). - Add a note in pkg-message about them. - Bump PORTREVISION. Revision Changes Path 1.9 +4 -3 ports/devel/aegis/Makefile 1.1 +7 -0 ports/devel/aegis/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 01:04:24 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4470916A420; Sat, 5 Jan 2008 01:04:24 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by mx1.freebsd.org (Postfix) with ESMTP id B148113C448; Sat, 5 Jan 2008 01:04:23 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-219-213.carlnfd3.nsw.optusnet.com.au (c211-30-219-213.carlnfd3.nsw.optusnet.com.au [211.30.219.213]) by mail05.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m0514Hsk023281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 Jan 2008 12:04:21 +1100 Date: Sat, 5 Jan 2008 12:04:17 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Tim Kientzle In-Reply-To: <477E71F1.4080301@freebsd.org> Message-ID: <20080105115225.T23063@delplex.bde.org> References: <200801031830.m03IUb9K049549@repoman.freebsd.org> <477E71F1.4080301@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Dag-Erling Smorgrav Subject: Re: cvs commit: src/lib/libarchive archive_endian.h archive_read_support_format_zip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 01:04:24 -0000 On Fri, 4 Jan 2008, Tim Kientzle wrote: > Dag-Erling Smorgrav wrote: >> ... >> 1.1 +142 -0 src/lib/libarchive/archive_endian.h (new) >> 1.19 +22 -57 src/lib/libarchive/archive_read_support_format_zip.c > > Is this really right? > >> +be32dec(const void *pp) >> +{ >> + unsigned char const *p = (unsigned char const *)pp; > > The "const *" is harmless enough, but dropping the > leading "const" doesn't seem right at all: 'pp' > is a pointer to const data, 'p' points to > modifiable data. Um, both point to const data. `unsigned char * const p' would point to non-const data, and casting to that should cause a diagnostic. This is just a style bug -- the const qualifier is placed in the usual but confusing place for pp and in the unusual but easier to understand place for p. Other bugs in the above include namespace pollution (at least for the original copy in ) -- both p and pp are in the application namespace. This bug is missing in older MD endian.h code. Bruce From owner-cvs-all@FreeBSD.ORG Sat Jan 5 01:26:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3417A16A473 for ; Sat, 5 Jan 2008 01:26:24 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id CEB4F13C455 for ; Sat, 5 Jan 2008 01:26:23 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 17995 invoked by uid 399); 5 Jan 2008 01:26:22 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 5 Jan 2008 01:26:22 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <477EDCBC.2090402@FreeBSD.org> Date: Fri, 04 Jan 2008 17:26:20 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (X11/20071119) MIME-Version: 1.0 To: Colin Percival References: <200801041328.m04DSp6h096405@repoman.freebsd.org> <477EB668.3090400@freebsd.org> In-Reply-To: <477EB668.3090400@freebsd.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, Pav Lucistnik , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/ports-mgmt Makefile ports/ports-mgmt/pkg_cleanup Makefile pkg-descr ports/ports-mgmt/pkg_cleanup/files Makefile pkg_cleanup.1 pkg_cleanup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 01:26:24 -0000 Colin Percival wrote: > Pav Lucistnik wrote: >> Modified files: >> ports-mgmt Makefile >> Added files: >> ports-mgmt/pkg_cleanup Makefile pkg-descr >> ports-mgmt/pkg_cleanup/files Makefile pkg_cleanup.1 >> pkg_cleanup.c > > Is there a standard policy for when a port's source code should be included in > the ports tree instead of in a separate distfile which is fetched on demand? I actually do not know if there is a codified policy, but I have two original works in the ports tree so I'll share my thought process. The first criterion I used was, "Is it directly related to FreeBSD, and only FreeBSD?" I think anything in the ports-mgmt category is reasonably certain to qualify here. The second was (no slight intended) what is its size relative to portlint. :) That's a serious question, since it's already been in the tree for a long time. For portmaster, the first question is obviously yes. I also took into account that there might be a benefit (including security auditing) to having the code in the tree so that the history is visible to all. For the second question: portlint: wc -l 176 portlint.1 2955 portlint.pl 53 portlintgrep.pl 3184 total -rw-r--r-- 1 root wheel 4522 May 30 2006 portlint.1 -rw-r--r-- 1 root wheel 87376 Dec 15 10:36 portlint.pl -rw-r--r-- 1 root wheel 1708 Nov 17 2003 portlintgrep.pl portmaster: wc -l 342 portmaster.8 1973 portmaster.sh.in 2315 total -rw-r--r-- 1 root wheel 9940 May 27 2007 portmaster.8 -rwxr-xr-x 1 root wheel 51773 Jan 4 05:39 portmaster.sh.in The other work I referred to is mail/pine-pgp-filters. The answer to the first question (IFF FreeBSD?) is no, which makes the second one moot. However it's worth pointing out that what I split out into its own port began life as some scripts that used to be in the pine4 port. I discarded them and started from scratch, but at a total of 480 lines (+350 for the docs) I actually considered putting them in the tree. hth, Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Sat Jan 5 01:29:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C3D916A418; Sat, 5 Jan 2008 01:29:11 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0314A13C465; Sat, 5 Jan 2008 01:29:11 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m051TAf1093558; Sat, 5 Jan 2008 01:29:10 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m051TAe7093557; Sat, 5 Jan 2008 01:29:10 GMT (envelope-from bms) Message-Id: <200801050129.m051TAe7093557@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 5 Jan 2008 01:29:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/urjtag Makefile distinfo pkg-descr pkg-plist ports/devel/urjtag/files patch-src__lib__fclock.c patch-src__svf__svf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 01:29:11 -0000 bms 2008-01-05 01:29:10 UTC FreeBSD ports repository (src committer) Modified files: devel Makefile Added files: devel/urjtag Makefile distinfo pkg-descr pkg-plist devel/urjtag/files patch-src__lib__fclock.c patch-src__svf__svf.c Log: Add new port urjtag, a more recently maintained version of openwince jtag which can run on any platform supported by FreeBSD's ppi(4) driver and more. Revision Changes Path 1.2953 +1 -0 ports/devel/Makefile 1.1 +43 -0 ports/devel/urjtag/Makefile (new) 1.1 +3 -0 ports/devel/urjtag/distinfo (new) 1.1 +11 -0 ports/devel/urjtag/files/patch-src__lib__fclock.c (new) 1.1 +14 -0 ports/devel/urjtag/files/patch-src__svf__svf.c (new) 1.1 +5 -0 ports/devel/urjtag/pkg-descr (new) 1.1 +273 -0 ports/devel/urjtag/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 01:29:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F91F16A417; Sat, 5 Jan 2008 01:29:19 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3EF613C467; Sat, 5 Jan 2008 01:29:18 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m051TI02093592; Sat, 5 Jan 2008 01:29:18 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m051TI8g093591; Sat, 5 Jan 2008 01:29:18 GMT (envelope-from bms) Message-Id: <200801050129.m051TI8g093591@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 5 Jan 2008 01:29:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 01:29:19 -0000 bms 2008-01-05 01:29:18 UTC FreeBSD ports repository (src committer) Modified files: . modules Log: urjtag --> ports/devel/urjtag Revision Changes Path 1.19154 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jan 5 02:08:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A5C416A473; Sat, 5 Jan 2008 02:08:08 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 3D93B13C43E; Sat, 5 Jan 2008 02:08:08 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 0812B8C113; Fri, 4 Jan 2008 20:08:08 -0600 (CST) Date: Fri, 4 Jan 2008 20:08:08 -0600 To: Doug Barton Message-ID: <20080105020807.GA19156@soaustin.net> References: <200801041328.m04DSp6h096405@repoman.freebsd.org> <477EB668.3090400@freebsd.org> <477EDCBC.2090402@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <477EDCBC.2090402@FreeBSD.org> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: cvs-ports@FreeBSD.org, Pav Lucistnik , cvs-all@FreeBSD.org, Colin Percival , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/ports-mgmt Makefile ports/ports-mgmt/pkg_cleanup Makefile pkg-descr ports/ports-mgmt/pkg_cleanup/files Makefile pkg_cleanup.1 pkg_cleanup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 02:08:08 -0000 On Fri, Jan 04, 2008 at 05:26:20PM -0800, Doug Barton wrote: > Colin Percival wrote: > > Is there a standard policy for when a port's source code should be included in > > the ports tree instead of in a separate distfile which is fetched on demand? > > I actually do not know if there is a codified policy, but I have two > original works in the ports tree so I'll share my thought process. > > The first criterion I used was, "Is it directly related to FreeBSD, > and only FreeBSD?" There's never been a discussion of a policy IIRC. I suppose that if something is of significant size but is FreeBSD-only, it might be a candidate for our (underused) projects/ repo. mcl From owner-cvs-all@FreeBSD.ORG Sat Jan 5 02:30:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6A3B16A418; Sat, 5 Jan 2008 02:30:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7544313C4DB; Sat, 5 Jan 2008 02:30:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m052UpZq097370; Sat, 5 Jan 2008 02:30:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m052UpNR097369; Sat, 5 Jan 2008 02:30:51 GMT (envelope-from clsung) Message-Id: <200801050230.m052UpNR097369@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 02:30:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Scalar-Defer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 02:30:51 -0000 clsung 2008-01-05 02:30:50 UTC FreeBSD ports repository Modified files: devel/p5-Scalar-Defer Makefile distinfo Log: - Update to 0.13 Revision Changes Path 1.7 +1 -1 ports/devel/p5-Scalar-Defer/Makefile 1.6 +3 -3 ports/devel/p5-Scalar-Defer/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 02:32:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BD3416A419; Sat, 5 Jan 2008 02:32:27 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A6B113C461; Sat, 5 Jan 2008 02:32:27 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m052WRA5097449; Sat, 5 Jan 2008 02:32:27 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m052WRfm097448; Sat, 5 Jan 2008 02:32:27 GMT (envelope-from clsung) Message-Id: <200801050232.m052WRfm097448@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 02:32:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-Harness Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 02:32:27 -0000 clsung 2008-01-05 02:32:27 UTC FreeBSD ports repository Modified files: devel/p5-Test-Harness Makefile distinfo Log: - Update to 3.06 Changes: http://search.cpan.org/dist/Test-Harness/Changes Revision Changes Path 1.29 +2 -3 ports/devel/p5-Test-Harness/Makefile 1.21 +3 -3 ports/devel/p5-Test-Harness/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 02:39:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04EF216A419; Sat, 5 Jan 2008 02:39:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C73C513C455; Sat, 5 Jan 2008 02:39:04 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m052d4Px097705; Sat, 5 Jan 2008 02:39:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m052d4w1097704; Sat, 5 Jan 2008 02:39:04 GMT (envelope-from clsung) Message-Id: <200801050239.m052d4w1097704@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 02:39:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/p5-JSON-Any Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 02:39:06 -0000 clsung 2008-01-05 02:39:04 UTC FreeBSD ports repository Modified files: converters/p5-JSON-Any Makefile distinfo Log: - Update to 1.14 PR: ports/119257 Submitted by: lth Revision Changes Path 1.8 +1 -1 ports/converters/p5-JSON-Any/Makefile 1.8 +3 -3 ports/converters/p5-JSON-Any/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 02:52:41 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B549816A46E; Sat, 5 Jan 2008 02:52:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 828CB13C461; Sat, 5 Jan 2008 02:52:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m052qfJk098230; Sat, 5 Jan 2008 02:52:41 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m052qfIx098229; Sat, 5 Jan 2008 02:52:41 GMT (envelope-from clsung) Message-Id: <200801050252.m052qfIx098229@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 02:52:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-Zlib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 02:52:41 -0000 clsung 2008-01-05 02:52:40 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-Zlib Makefile distinfo Log: - Update to 1.9.3 (1.93) Changes: http://search.cpan.org/dist/POE-Filter-Zlib/Changes Revision Changes Path 1.11 +1 -1 ports/archivers/p5-POE-Filter-Zlib/Makefile 1.11 +3 -3 ports/archivers/p5-POE-Filter-Zlib/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 02:53:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B0C016A417; Sat, 5 Jan 2008 02:53:15 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD55713C455; Sat, 5 Jan 2008 02:53:14 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m052rE1n098270; Sat, 5 Jan 2008 02:53:14 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m052rExl098269; Sat, 5 Jan 2008 02:53:14 GMT (envelope-from clsung) Message-Id: <200801050253.m052rExl098269@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 02:53:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-LZW Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 02:53:15 -0000 clsung 2008-01-05 02:53:14 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-LZW Makefile distinfo Log: - Update to 1.6.4 (1.64) Changes: http://search.cpan.org/dist/POE-Filter-LZW/Changes Revision Changes Path 1.9 +2 -3 ports/archivers/p5-POE-Filter-LZW/Makefile 1.9 +3 -3 ports/archivers/p5-POE-Filter-LZW/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 02:53:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 947BF16A47B; Sat, 5 Jan 2008 02:53:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6278C13C43E; Sat, 5 Jan 2008 02:53:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m052rn82098316; Sat, 5 Jan 2008 02:53:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m052rnv8098315; Sat, 5 Jan 2008 02:53:49 GMT (envelope-from clsung) Message-Id: <200801050253.m052rnv8098315@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 02:53:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-Bzip2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 02:53:49 -0000 clsung 2008-01-05 02:53:49 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-Bzip2 Makefile distinfo Log: - Update to 1.5.4 (1.54) Changes: http://search.cpan.org/dist/POE-Filter-Bzip2/Changes Revision Changes Path 1.8 +1 -1 ports/archivers/p5-POE-Filter-Bzip2/Makefile 1.8 +3 -3 ports/archivers/p5-POE-Filter-Bzip2/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 02:55:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C0B216A41A; Sat, 5 Jan 2008 02:55:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39FCE13C447; Sat, 5 Jan 2008 02:55:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m052tGRL098427; Sat, 5 Jan 2008 02:55:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m052tG5U098426; Sat, 5 Jan 2008 02:55:16 GMT (envelope-from clsung) Message-Id: <200801050255.m052tG5U098426@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 02:55:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/p5-JSON-XS Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 02:55:16 -0000 clsung 2008-01-05 02:55:16 UTC FreeBSD ports repository Modified files: converters/p5-JSON-XS Makefile distinfo Log: - Update to 2.01 Changes: http://search.cpan.org/dist/JSON-XS/Changes Revision Changes Path 1.16 +1 -2 ports/converters/p5-JSON-XS/Makefile 1.15 +3 -3 ports/converters/p5-JSON-XS/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 03:08:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A91C116A46D; Sat, 5 Jan 2008 03:08:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7704813C4CC; Sat, 5 Jan 2008 03:08:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0538OU5000320; Sat, 5 Jan 2008 03:08:24 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0538Ori000317; Sat, 5 Jan 2008 03:08:24 GMT (envelope-from vanilla) Message-Id: <200801050308.m0538Ori000317@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 5 Jan 2008 03:08:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/flickcurl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 03:08:24 -0000 vanilla 2008-01-05 03:08:24 UTC FreeBSD ports repository Modified files: www/flickcurl Makefile Log: Fix pkg-plist. Submitted by: Erwin@ via email. Revision Changes Path 1.4 +2 -0 ports/www/flickcurl/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 5 03:24:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5C7016A41A; Sat, 5 Jan 2008 03:24:55 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7325213C4CE; Sat, 5 Jan 2008 03:24:55 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m053OtmC001066; Sat, 5 Jan 2008 03:24:55 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m053OtZO001065; Sat, 5 Jan 2008 03:24:55 GMT (envelope-from clsung) Message-Id: <200801050324.m053OtZO001065@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 03:24:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-IMDB-Film Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 03:24:55 -0000 clsung 2008-01-05 03:24:54 UTC FreeBSD ports repository Modified files: www/p5-IMDB-Film Makefile distinfo Log: - Update to 0.32 Changes: http://search.cpan.org/dist/IMDB-Film/ChangeLog Revision Changes Path 1.10 +1 -1 ports/www/p5-IMDB-Film/Makefile 1.10 +3 -3 ports/www/p5-IMDB-Film/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 04:24:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2907316A419; Sat, 5 Jan 2008 04:24:52 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F16EB13C442; Sat, 5 Jan 2008 04:24:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m054Op4H004620; Sat, 5 Jan 2008 04:24:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m054OpEw004619; Sat, 5 Jan 2008 04:24:51 GMT (envelope-from clsung) Message-Id: <200801050424.m054OpEw004619@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 04:24:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Amazon Makefile Makefile.man distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:24:52 -0000 clsung 2008-01-05 04:24:51 UTC FreeBSD ports repository Modified files: net/p5-Net-Amazon Makefile Makefile.man distinfo pkg-plist Log: - Update to 0.47 Changes: http://search.cpan.org/dist/Net-Amazon/Changes Revision Changes Path 1.22 +2 -3 ports/net/p5-Net-Amazon/Makefile 1.4 +48 -6 ports/net/p5-Net-Amazon/Makefile.man 1.20 +3 -3 ports/net/p5-Net-Amazon/distinfo 1.13 +48 -5 ports/net/p5-Net-Amazon/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 5 04:25:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26EBA16A476; Sat, 5 Jan 2008 04:25:53 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFFB113C43E; Sat, 5 Jan 2008 04:25:52 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m054Pq1O004714; Sat, 5 Jan 2008 04:25:52 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m054PqTg004713; Sat, 5 Jan 2008 04:25:52 GMT (envelope-from clsung) Message-Id: <200801050425.m054PqTg004713@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 04:25:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-Elemental Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:25:53 -0000 clsung 2008-01-05 04:25:52 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Elemental Makefile distinfo Log: - Update to 2.0.2 (2.02) Changes: http://search.cpan.org/dist/XML-Elemental/Changes Revision Changes Path 1.6 +6 -5 ports/textproc/p5-XML-Elemental/Makefile 1.3 +3 -3 ports/textproc/p5-XML-Elemental/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 04:27:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FDE616A469; Sat, 5 Jan 2008 04:27:19 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14B7413C469; Sat, 5 Jan 2008 04:27:19 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m054RIOQ004784; Sat, 5 Jan 2008 04:27:18 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m054RIha004783; Sat, 5 Jan 2008 04:27:18 GMT (envelope-from clsung) Message-Id: <200801050427.m054RIha004783@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 04:27:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-Atom Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:27:19 -0000 clsung 2008-01-05 04:27:18 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Atom Makefile distinfo Log: - Update to 0.28 Changes: http://search.cpan.org/dist/XML-Atom/Changes Revision Changes Path 1.31 +1 -1 ports/textproc/p5-XML-Atom/Makefile 1.23 +3 -3 ports/textproc/p5-XML-Atom/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 04:36:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3303316A46B; Sat, 5 Jan 2008 04:36:33 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id B00A313C468; Sat, 5 Jan 2008 04:36:32 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p4121-ipbf507funabasi.chiba.ocn.ne.jp [124.100.63.121]) (authenticated bits=128) by mail.allbsd.org (8.13.8/8.13.8) with ESMTP id m054aJp1062177; Sat, 5 Jan 2008 13:36:31 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id m054PSQe078602; Sat, 5 Jan 2008 13:25:31 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sat, 05 Jan 2008 13:25:24 +0900 (JST) Message-Id: <20080105.132524.23400263.hrs@allbsd.org> To: jkois@FreeBSD.org From: Hiroki Sato In-Reply-To: <200801042116.m04LGSBZ063456@repoman.freebsd.org> References: <200801042116.m04LGSBZ063456@repoman.freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sat_Jan__5_13_25_24_2008_324)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.allbsd.org [133.31.130.32]); Sat, 05 Jan 2008 13:36:31 +0900 (JST) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news Makefile www/en/news/2006 Makefile news.xml press.xml www/share/sgml libcommon.xsl news.xml press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:36:33 -0000 ----Security_Multipart(Sat_Jan__5_13_25_24_2008_324)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Johann Kois wrote in <200801042116.m04LGSBZ063456@repoman.freebsd.org>: jk> jkois 2008-01-04 21:16:27 UTC jk> jk> FreeBSD doc repository jk> jk> Modified files: jk> en/news Makefile jk> share/sgml libcommon.xsl news.xml press.xml jk> Added files: jk> en/news/2006 Makefile news.xml press.xml jk> Log: jk> Move the old news and press articles from 2006 to separate subfolders and jk> link to them from the main news/press sites. jk> jk> Revision Changes Path jk> 1.1 +16 -0 www/en/news/2006/Makefile (new) jk> 1.1 +1005 -0 www/en/news/2006/news.xml (new) jk> 1.1 +580 -0 www/en/news/2006/press.xml (new) jk> 1.48 +2 -1 www/en/news/Makefile jk> 1.8 +2 -1 www/share/sgml/libcommon.xsl jk> 1.135 +1 -979 www/share/sgml/news.xml jk> 1.56 +1 -565 www/share/sgml/press.xml How about generating the 2006's page directly from news.xml instead of moving the news items from the language-independent directory to www/en? I think this change forces the translation teams to catch up with the directory structure, and currently www//share/sgml/news.xml depends on www/share/sgml/news.xml to support partial translation but the moving breaks this functionality at least. -- | Hiroki SATO ----Security_Multipart(Sat_Jan__5_13_25_24_2008_324)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHfwa0TyzT2CeTzy0RAlbEAKCKjcirbhFBpRL2RhY2udDXMq3pMgCgsJ5B avsac8QSICDqa4YnQJqPNCo= =w8N1 -----END PGP SIGNATURE----- ----Security_Multipart(Sat_Jan__5_13_25_24_2008_324)---- From owner-cvs-all@FreeBSD.ORG Sat Jan 5 04:36:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D001A16A421; Sat, 5 Jan 2008 04:36:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9677B13C44B; Sat, 5 Jan 2008 04:36:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m054alnO005352; Sat, 5 Jan 2008 04:36:47 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m054al8c005351; Sat, 5 Jan 2008 04:36:47 GMT (envelope-from clsung) Message-Id: <200801050436.m054al8c005351@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 04:36:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-Atom-Syndication Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:36:47 -0000 clsung 2008-01-05 04:36:47 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Atom-Syndication Makefile distinfo Log: - Update to 0.94.2 (0.942) Changes: http://search.cpan.org/dist/XML-Atom-Syndication/Changes Revision Changes Path 1.11 +3 -3 ports/textproc/p5-XML-Atom-Syndication/Makefile 1.10 +3 -3 ports/textproc/p5-XML-Atom-Syndication/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 04:40:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB03516A478; Sat, 5 Jan 2008 04:40:28 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 90B2713C442; Sat, 5 Jan 2008 04:40:28 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m054eSoj005581; Sat, 5 Jan 2008 04:40:28 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m054eS5B005580; Sat, 5 Jan 2008 04:40:28 GMT (envelope-from kuriyama) Message-Id: <200801050440.m054eS5B005580@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 5 Jan 2008 04:40:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/ludia Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:40:28 -0000 kuriyama 2008-01-05 04:40:28 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/ludia Makefile distinfo pkg-descr pkg-plist Log: PostgreSQL extension for full-text search indexing. WWW: http://sourceforge.jp/projects/ludia (Japanese) Revision Changes Path 1.659 +1 -0 ports/databases/Makefile 1.1 +49 -0 ports/databases/ludia/Makefile (new) 1.1 +3 -0 ports/databases/ludia/distinfo (new) 1.1 +3 -0 ports/databases/ludia/pkg-descr (new) 1.1 +6 -0 ports/databases/ludia/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 04:41:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F97616A481; Sat, 5 Jan 2008 04:41:05 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 460BD13C461; Sat, 5 Jan 2008 04:41:05 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m054f5Kl005660; Sat, 5 Jan 2008 04:41:05 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m054f5v8005659; Sat, 5 Jan 2008 04:41:05 GMT (envelope-from kuriyama) Message-Id: <200801050441.m054f5v8005659@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 5 Jan 2008 04:41:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:41:05 -0000 kuriyama 2008-01-05 04:41:05 UTC FreeBSD ports repository Modified files: . modules Log: ludia --> ports/databases/ludia Revision Changes Path 1.19155 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jan 5 04:47:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 366E316A417; Sat, 5 Jan 2008 04:47:32 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E24413C461; Sat, 5 Jan 2008 04:47:32 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m054lVQf014781; Sat, 5 Jan 2008 04:47:31 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m054lV7N014780; Sat, 5 Jan 2008 04:47:31 GMT (envelope-from jeff) Message-Id: <200801050447.m054lV7N014780@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 5 Jan 2008 04:47:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:47:32 -0000 jeff 2008-01-05 04:47:31 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Restore timeslicing code for all bit SCHED_FIFO priority classes. Reported by: Peter Jeremy Revision Changes Path 1.221 +9 -10 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Sat Jan 5 04:59:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C78FD16A41A; Sat, 5 Jan 2008 04:59:39 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A08CF13C442; Sat, 5 Jan 2008 04:59:39 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m054xdEm015319; Sat, 5 Jan 2008 04:59:39 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m054xdEv015318; Sat, 5 Jan 2008 04:59:39 GMT (envelope-from maho) Message-Id: <200801050459.m054xdEv015318@repoman.freebsd.org> From: Maho Nakata Date: Sat, 5 Jan 2008 04:59:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/octave Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 04:59:39 -0000 maho 2008-01-05 04:59:38 UTC FreeBSD ports repository Modified files: math/octave Makefile Log: Bump port revision by former commit. Submitted by: pav Revision Changes Path 1.69 +1 -0 ports/math/octave/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 5 05:05:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9D7F16A477; Sat, 5 Jan 2008 05:05:40 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3C9713C442; Sat, 5 Jan 2008 05:05:40 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0555egZ016949; Sat, 5 Jan 2008 05:05:40 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0555euY016948; Sat, 5 Jan 2008 05:05:40 GMT (envelope-from maho) Message-Id: <200801050505.m0555euY016948@repoman.freebsd.org> From: Maho Nakata Date: Sat, 5 Jan 2008 05:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/qd pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 05:05:40 -0000 maho 2008-01-05 05:05:40 UTC FreeBSD ports repository Modified files: math/qd pkg-plist Log: Fix pkg-plist. Submitted by: pav and erwin Revision Changes Path 1.3 +1 -0 ports/math/qd/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 5 05:27:05 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B73AD16A4E2 for ; Sat, 5 Jan 2008 05:27:05 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8A513C43E for ; Sat, 5 Jan 2008 05:27:05 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so11405332waf.3 for ; Fri, 04 Jan 2008 21:27:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; bh=RpRfxWa5RBAiWVBkgALSj2K9+xnD6llh+MAXEPq6/xU=; b=JArm63ldyIRoGd57CNv2sLx24F4zLIioBZ+kN1D/t4Xst27hqeKbyuMlt+DDudeBaZDX5pCC7DZPcm2kyWdvvb3G0A32NqBLPRAqmGUa4HNwfLRJZKcHJJg7hH+jLQnJNCQMGvo/8o3+Mon7H9+1p/1cxllVzajXInxLqopjMho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=XurtAbPIeuoT/1pILN9C0gLuGwfcy/XYDuw/uAenNJdyyyq2iIapfxO8FuB+LXTwN+/7M5niyAjPadoRsprp6zEFW9EoAFQkPw3QJzbXsgQgslJdWlcP/FzNnST2L6BU0FMG9/TPlzN5H6bMpgxS182end2swVPVR0ALF4qG7/w= Received: by 10.114.200.2 with SMTP id x2mr17887402waf.19.1199509196314; Fri, 04 Jan 2008 20:59:56 -0800 (PST) Received: from localhost ( [123.224.174.225]) by mx.google.com with ESMTPS id m40sm28898380waf.16.2008.01.04.20.59.52 (version=SSLv3 cipher=OTHER); Fri, 04 Jan 2008 20:59:54 -0800 (PST) Date: Sat, 05 Jan 2008 13:59:50 +0900 (JST) Message-Id: <20080105.135950.183031015.chat95@mac.com> To: pav@FreeBSD.org From: Maho NAKATA In-Reply-To: <1199436906.1192.7.camel@pav.hide.vol.cz> References: <200801040405.m0445es1008817@repoman.freebsd.org> <1199436906.1192.7.camel@pav.hide.vol.cz> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: Maho NAKATA Cc: maho@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/octave Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 05:27:05 -0000 From: Pav Lucistnik Subject: Re: cvs commit: ports/math/octave Makefile Date: Fri, 04 Jan 2008 09:55:06 +0100 > Maho Nakata p=ED=B9e v p=E1 04. 01. 2008 v 04:05 +0000: > > maho 2008-01-04 04:05:40 UTC > > = > > FreeBSD ports repository > > = > > Modified files: > > math/octave Makefile = > > Log: > > Add gsed in the RUN_DEPEND section. > > mkoctfile requres gsed. > = > This needs PORTREVISION raise, otherwise packages will not be rebuilt= .= thanks, raised. -- Nakata Maho (maho@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 06:07:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB63B16A46B; Sat, 5 Jan 2008 06:07:40 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9ABE613C458; Sat, 5 Jan 2008 06:07:40 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0567e2L020535; Sat, 5 Jan 2008 06:07:40 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0567eOp020534; Sat, 5 Jan 2008 06:07:40 GMT (envelope-from clsung) Message-Id: <200801050607.m0567eOp020534@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 06:07:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/py-lucene Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 06:07:40 -0000 clsung 2008-01-05 06:07:40 UTC FreeBSD ports repository Modified files: textproc/py-lucene Makefile distinfo Log: - update to 2.2.0 - take maintainership Approved by: laszlof (implicit) Revision Changes Path 1.9 +2 -2 ports/textproc/py-lucene/Makefile 1.5 +3 -3 ports/textproc/py-lucene/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 06:32:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09DD416A47C; Sat, 5 Jan 2008 06:32:05 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DEAAD13C442; Sat, 5 Jan 2008 06:32:04 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m056W4FZ021635; Sat, 5 Jan 2008 06:32:04 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m056W4v8021634; Sat, 5 Jan 2008 06:32:04 GMT (envelope-from mezz) Message-Id: <200801050632.m056W4v8021634@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 5 Jan 2008 06:32:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/transmission Makefile distinfo pkg-descr ports/net-p2p/transmission/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 06:32:05 -0000 mezz 2008-01-05 06:32:04 UTC FreeBSD ports repository Modified files: net-p2p/transmission Makefile distinfo pkg-descr net-p2p/transmission/files patch-configure Log: -Update to 1.00. -Update WWW to http://www.transmissionbt.com/ . Revision Changes Path 1.24 +1 -1 ports/net-p2p/transmission/Makefile 1.18 +3 -3 ports/net-p2p/transmission/distinfo 1.8 +66 -66 ports/net-p2p/transmission/files/patch-configure 1.3 +1 -1 ports/net-p2p/transmission/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jan 5 06:33:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E8F216A480; Sat, 5 Jan 2008 06:33:13 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 305D313C46A; Sat, 5 Jan 2008 06:33:13 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m056XDE8021716; Sat, 5 Jan 2008 06:33:13 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m056XDbu021715; Sat, 5 Jan 2008 06:33:13 GMT (envelope-from clsung) Message-Id: <200801050633.m056XDbu021715@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 06:33:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-LZO Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 06:33:13 -0000 clsung 2008-01-05 06:33:13 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-LZO Makefile distinfo Log: - Update to 1.6.4 (1.64) Changes: http://search.cpan.org/dist/POE-Filter-LZO/Changes Revision Changes Path 1.5 +2 -3 ports/archivers/p5-POE-Filter-LZO/Makefile 1.5 +3 -3 ports/archivers/p5-POE-Filter-LZO/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 06:33:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B44E16A419; Sat, 5 Jan 2008 06:33:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D35C13C459; Sat, 5 Jan 2008 06:33:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m056XdPn021774; Sat, 5 Jan 2008 06:33:39 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m056XdmG021773; Sat, 5 Jan 2008 06:33:39 GMT (envelope-from clsung) Message-Id: <200801050633.m056XdmG021773@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 06:33:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-LZF Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 06:33:39 -0000 clsung 2008-01-05 06:33:39 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-LZF Makefile distinfo Log: - Update to 1.6.4 (1.64) Changes: http://search.cpan.org/dist/POE-Filter-LZF/Changes Revision Changes Path 1.5 +2 -3 ports/archivers/p5-POE-Filter-LZF/Makefile 1.5 +3 -3 ports/archivers/p5-POE-Filter-LZF/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 06:35:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C4F516A474; Sat, 5 Jan 2008 06:35:38 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F244213C46A; Sat, 5 Jan 2008 06:35:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m056ZbtC021927; Sat, 5 Jan 2008 06:35:37 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m056ZbrF021926; Sat, 5 Jan 2008 06:35:37 GMT (envelope-from clsung) Message-Id: <200801050635.m056ZbrF021926@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 06:35:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Algorithm-Cluster Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 06:35:38 -0000 clsung 2008-01-05 06:35:37 UTC FreeBSD ports repository Modified files: devel/p5-Algorithm-Cluster Makefile distinfo Log: - Update to 1.37 Changes: Revision Changes Path 1.14 +2 -3 ports/devel/p5-Algorithm-Cluster/Makefile 1.12 +3 -3 ports/devel/p5-Algorithm-Cluster/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 06:36:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9559316A418; Sat, 5 Jan 2008 06:36:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77C2C13C442; Sat, 5 Jan 2008 06:36:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m056a5S4021974; Sat, 5 Jan 2008 06:36:05 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m056a59s021973; Sat, 5 Jan 2008 06:36:05 GMT (envelope-from clsung) Message-Id: <200801050636.m056a59s021973@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 06:36:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-GraphViz Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 06:36:05 -0000 clsung 2008-01-05 06:36:05 UTC FreeBSD ports repository Modified files: graphics/p5-GraphViz Makefile distinfo Log: - Update to 2.03 Changes: Revision Changes Path 1.9 +2 -4 ports/graphics/p5-GraphViz/Makefile 1.8 +3 -3 ports/graphics/p5-GraphViz/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 06:53:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D0AC16A420; Sat, 5 Jan 2008 06:53:52 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3771B13C455; Sat, 5 Jan 2008 06:53:52 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m056rp2u022690; Sat, 5 Jan 2008 06:53:51 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m056rpMV022689; Sat, 5 Jan 2008 06:53:51 GMT (envelope-from vs) Message-Id: <200801050653.m056rpMV022689@repoman.freebsd.org> From: Volker Stolz Date: Sat, 5 Jan 2008 06:53:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/hs-glut-ghc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 06:53:52 -0000 vs 2008-01-05 06:53:51 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/hs-glut-ghc Makefile distinfo pkg-descr pkg-plist Log: Add port x11-toolkits/hs-glut-ghc, GLUT bindings for Haskell. I forgot to add this port when I revamped library support in lang/ghc a while ago. Uses USE_GL=glut at the moment, so you get libglut/MESA. Revision Changes Path 1.471 +1 -0 ports/x11-toolkits/Makefile 1.1 +50 -0 ports/x11-toolkits/hs-glut-ghc/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/hs-glut-ghc/distinfo (new) 1.1 +6 -0 ports/x11-toolkits/hs-glut-ghc/pkg-descr (new) 1.1 +34 -0 ports/x11-toolkits/hs-glut-ghc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 06:54:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10E1216A417; Sat, 5 Jan 2008 06:54:48 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E824813C45A; Sat, 5 Jan 2008 06:54:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m056sl0o022749; Sat, 5 Jan 2008 06:54:47 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m056slI3022744; Sat, 5 Jan 2008 06:54:47 GMT (envelope-from clsung) Message-Id: <200801050654.m056slI3022744@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 06:54:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-POE-Component-Generic Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 06:54:48 -0000 clsung 2008-01-05 06:54:47 UTC FreeBSD ports repository Modified files: net/p5-POE-Component-Generic Makefile distinfo Log: - Update to 0.10.08 Revision Changes Path 1.10 +1 -1 ports/net/p5-POE-Component-Generic/Makefile 1.9 +3 -3 ports/net/p5-POE-Component-Generic/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 06:55:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC70E16A419; Sat, 5 Jan 2008 06:55:37 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9098D13C461; Sat, 5 Jan 2008 06:55:37 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m056tbDc022860; Sat, 5 Jan 2008 06:55:37 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m056tbeS022859; Sat, 5 Jan 2008 06:55:37 GMT (envelope-from vs) Message-Id: <200801050655.m056tbeS022859@repoman.freebsd.org> From: Volker Stolz Date: Sat, 5 Jan 2008 06:55:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 06:55:37 -0000 vs 2008-01-05 06:55:37 UTC FreeBSD ports repository Modified files: . modules Log: hs-glut-ghc --> ports/x11-toolkits/hs-glut-ghc Revision Changes Path 1.19156 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jan 5 07:00:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9AEC16A4DC; Sat, 5 Jan 2008 07:00:03 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CCD9113C44B; Sat, 5 Jan 2008 07:00:03 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05703rV023036; Sat, 5 Jan 2008 07:00:03 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05703om023035; Sat, 5 Jan 2008 07:00:03 GMT (envelope-from clsung) Message-Id: <200801050700.m05703om023035@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 07:00:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IPC-Run3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 07:00:04 -0000 clsung 2008-01-05 07:00:03 UTC FreeBSD ports repository Modified files: devel/p5-IPC-Run3 Makefile distinfo Log: - Update to 0.040 Changes: http://search.cpan.org/dist/IPC-Run3/Changes Revision Changes Path 1.17 +1 -1 ports/devel/p5-IPC-Run3/Makefile 1.13 +3 -3 ports/devel/p5-IPC-Run3/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 07:02:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 875BE16A469; Sat, 5 Jan 2008 07:02:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9B513C465; Sat, 5 Jan 2008 07:02:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0572pmT023161; Sat, 5 Jan 2008 07:02:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0572pHr023160; Sat, 5 Jan 2008 07:02:51 GMT (envelope-from clsung) Message-Id: <200801050702.m0572pHr023160@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 07:02:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/centericq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 07:02:51 -0000 clsung 2008-01-05 07:02:51 UTC FreeBSD ports repository Modified files: net-im/centericq Makefile Log: - remove one master_site Changes: PR: ports/118396 Submitted by: Aleksandr Stankevic Revision Changes Path 1.113 +1 -2 ports/net-im/centericq/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 5 07:06:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 236D116A47C; Sat, 5 Jan 2008 07:06:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0729513C45A; Sat, 5 Jan 2008 07:06:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0576w0A024532; Sat, 5 Jan 2008 07:06:58 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0576wju024531; Sat, 5 Jan 2008 07:06:58 GMT (envelope-from clsung) Message-Id: <200801050706.m0576wju024531@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 07:06:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IPC-Mmap Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 07:06:59 -0000 clsung 2008-01-05 07:06:58 UTC FreeBSD ports repository Modified files: devel/p5-IPC-Mmap Makefile distinfo pkg-plist Log: - Update to 0.14 Changes: Revision Changes Path 1.5 +2 -2 ports/devel/p5-IPC-Mmap/Makefile 1.4 +3 -3 ports/devel/p5-IPC-Mmap/distinfo 1.2 +1 -2 ports/devel/p5-IPC-Mmap/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 5 08:25:13 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD2FD16A47E; Sat, 5 Jan 2008 08:25:13 +0000 (UTC) (envelope-from jkois@freebsd.org) Received: from tux15.hoststar.at (tux15.hoststar.at [213.239.217.242]) by mx1.freebsd.org (Postfix) with ESMTP id 7AE7D13C442; Sat, 5 Jan 2008 08:25:07 +0000 (UTC) (envelope-from jkois@freebsd.org) Received: from pcbsd.lan (M1886P025.adsl.highway.telekom.at [80.121.107.185]) by tux15.hoststar.at (8.13.6/8.12.11) with ESMTP id m057omNb001804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 Jan 2008 08:50:53 +0100 From: Johann Kois To: Hiroki Sato Date: Sat, 5 Jan 2008 08:50:42 +0100 User-Agent: KMail/1.9.7 References: <200801042116.m04LGSBZ063456@repoman.freebsd.org> <20080105.132524.23400263.hrs@allbsd.org> In-Reply-To: <20080105.132524.23400263.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1233244.GQm7rOiFMn"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200801050850.47273.jkois@freebsd.org> Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en/news Makefile www/en/news/2006 Makefile news.xml press.xml www/share/sgml libcommon.xsl news.xml press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 08:25:14 -0000 --nextPart1233244.GQm7rOiFMn Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Saturday, 05 January 2008 05:25:24 Hiroki Sato wrote: > Johann Kois wrote > in <200801042116.m04LGSBZ063456@repoman.freebsd.org>: > jk> Revision Changes Path > jk> 1.1 +16 -0 www/en/news/2006/Makefile (new) > jk> 1.1 +1005 -0 www/en/news/2006/news.xml (new) > jk> 1.1 +580 -0 www/en/news/2006/press.xml (new) > jk> 1.48 +2 -1 www/en/news/Makefile > jk> 1.8 +2 -1 www/share/sgml/libcommon.xsl > jk> 1.135 +1 -979 www/share/sgml/news.xml > jk> 1.56 +1 -565 www/share/sgml/press.xml > > How about generating the 2006's page directly from news.xml instead > of moving the news items from the language-independent directory to > www/en? I think this change forces the translation teams to catch up > with the directory structure, and currently > www//share/sgml/news.xml depends on www/share/sgml/news.xml to > support partial translation but the moving breaks this functionality > at least. With that you mean we would have only on big news.xml file but would only display the current news (lets say 2007 and 2008) on the main page (news/news.html)? And we would provide links to earlier years (which we do now on the bottom of news.html) which would also just display the entries from the selected years? But all news entries would access the same news.xml file? Sounds interesting but I am not exactly sure how to do that. And what about the older years (up to 2005) which already reside in separate subdirectories and aren't always translated (or up-to-date)? Johann jkois@FreeBSD.org --nextPart1233244.GQm7rOiFMn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHfzbX/rDr791hwtgRAoiAAJwI+3g1DvIX/chl5sxUDfqqYWnE5ACgjQB6 v10VKQglmIgq2T4nqGGyf70= =ouk+ -----END PGP SIGNATURE----- --nextPart1233244.GQm7rOiFMn-- From owner-cvs-all@FreeBSD.ORG Sat Jan 5 08:35:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0210716A476; Sat, 5 Jan 2008 08:35:57 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DFBC713C442; Sat, 5 Jan 2008 08:35:56 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m058ZuIc039116; Sat, 5 Jan 2008 08:35:56 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m058Zuo3039115; Sat, 5 Jan 2008 08:35:56 GMT (envelope-from peter) Message-Id: <200801050835.m058Zuo3039115@repoman.freebsd.org> From: Peter Wemm Date: Sat, 5 Jan 2008 08:35:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 08:35:57 -0000 peter 2008-01-05 08:35:56 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: Fall back to the binary-specified interpreter (ld-elf.so.1) if the ABI override binary isn't found. This could probably be smoother, but it is what I did in p4 change #126891 on 2007/09/27. It should solve the "ld-elf32.so.1"-in-chroot problem. Revision Changes Path 1.183 +10 -4 src/sys/kern/imgact_elf.c From owner-cvs-all@FreeBSD.ORG Sat Jan 5 08:54:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A65F516A469; Sat, 5 Jan 2008 08:54:52 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 914F713C44B; Sat, 5 Jan 2008 08:54:52 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m058sqmD050792; Sat, 5 Jan 2008 08:54:52 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m058sqBj050791; Sat, 5 Jan 2008 08:54:52 GMT (envelope-from bde) Message-Id: <200801050854.m058sqBj050791@repoman.freebsd.org> From: Bruce Evans Date: Sat, 5 Jan 2008 08:54:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 08:54:52 -0000 bde 2008-01-05 08:54:52 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: In sequential_heuristic(): - spell 16384 as 16384 and not as BKVASIZE. 16384 is (not quite) just a magic size that works well in practice. BKVASIZE should be MAXBSIZE (65536), but is 16384 because i386's don't have enough kva for it to be MAXBSIZE; 16384 works (not so well) for it for much the same reasons that it works well in the heuristic. - expand and/or add comments about this and other details. - don't explicitly inline this function. - fix some other style bugs. Revision Changes Path 1.255 +20 -13 src/sys/kern/vfs_vnops.c From owner-cvs-all@FreeBSD.ORG Sat Jan 5 10:06:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6117A16A496; Sat, 5 Jan 2008 10:06:10 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id 303AC13C44B; Sat, 5 Jan 2008 10:06:10 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p4121-ipbf507funabasi.chiba.ocn.ne.jp [124.100.63.121]) (authenticated bits=128) by mail.allbsd.org (8.13.8/8.13.8) with ESMTP id m05A5txu066296; Sat, 5 Jan 2008 19:06:08 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id m05A5Qnr078998; Sat, 5 Jan 2008 19:05:29 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sat, 05 Jan 2008 19:05:20 +0900 (JST) Message-Id: <20080105.190520.233293500.hrs@allbsd.org> To: jkois@FreeBSD.org From: Hiroki Sato In-Reply-To: <200801050850.47273.jkois@freebsd.org> References: <200801042116.m04LGSBZ063456@repoman.freebsd.org> <20080105.132524.23400263.hrs@allbsd.org> <200801050850.47273.jkois@freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sat_Jan__5_19_05_20_2008_528)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.allbsd.org [133.31.130.32]); Sat, 05 Jan 2008 19:06:08 +0900 (JST) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news Makefile www/en/news/2006 Makefile news.xml press.xml www/share/sgml libcommon.xsl news.xml press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 10:06:10 -0000 ----Security_Multipart(Sat_Jan__5_19_05_20_2008_528)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Johann Kois wrote in <200801050850.47273.jkois@freebsd.org>: jk> On Saturday, 05 January 2008 05:25:24 Hiroki Sato wrote: jk> > Johann Kois wrote jk> > in <200801042116.m04LGSBZ063456@repoman.freebsd.org>: jk> jk> > jk> Revision Changes Path jk> > jk> 1.1 +16 -0 www/en/news/2006/Makefile (new) jk> > jk> 1.1 +1005 -0 www/en/news/2006/news.xml (new) jk> > jk> 1.1 +580 -0 www/en/news/2006/press.xml (new) jk> > jk> 1.48 +2 -1 www/en/news/Makefile jk> > jk> 1.8 +2 -1 www/share/sgml/libcommon.xsl jk> > jk> 1.135 +1 -979 www/share/sgml/news.xml jk> > jk> 1.56 +1 -565 www/share/sgml/press.xml jk> > jk> > How about generating the 2006's page directly from news.xml instead jk> > of moving the news items from the language-independent directory to jk> > www/en? I think this change forces the translation teams to catch up jk> > with the directory structure, and currently jk> > www//share/sgml/news.xml depends on www/share/sgml/news.xml to jk> > support partial translation but the moving breaks this functionality jk> > at least. jk> jk> With that you mean we would have only on big news.xml file but would only jk> display the current news (lets say 2007 and 2008) on the main page jk> (news/news.html)? Basically yes. Storing new and old news items into one file does not mean we always have to display the whole of them. It can be done by changing templates such as html-news-list-* in libcommon.xsl. Also it is possible to separate the old items in news.xml to news.2006.xml in the same directory or so if the file is too big for us. jk> And we would provide links to earlier years (which we do now on the bottom of jk> news.html) which would also just display the entries from the selected years? jk> But all news entries would access the same news.xml file? Yes. jk> Sounds interesting but I am not exactly sure how to do that. And what about jk> the older years (up to 2005) which already reside in separate subdirectories jk> and aren't always translated (or up-to-date)? I think XMLified old news entries should be merged into single (or multiple) files in the language-independent directory, and generating "old news" page should be done by XSLT stylesheet, not by hand. The current framework can support it, but the current file/directory structure is left unfinished from this point of view. BTW, older items in SGML are difficult to re-use, so converting them to the current format would be better (but it is a low-priority task for us). The partial translation support means pulling all items from the news.xml in English and the localized one, and then copying translated and not-translated items to the localized web page, and more importantly, this mechanism is also applied to the English web page---for the English page all items are simply considered as not-translated. The benefit is consistency when the English page is updated. The news pages in all of the translated languages will also get updated without updating the localized page. Even if the translation team cannot translate the page in a timely manner, the news item in English appears. So, if we want to separate old news items to a new page, moving entries in news.xml to another language-dependent place makes difficult to keep the structure. I like when English page has a new page for older news items, the translated pages also get updated in the same way without additional work. Anyway, it is difficult to discuss this with no real patch, so let me try to make it. -- | Hiroki SATO ----Security_Multipart(Sat_Jan__5_19_05_20_2008_528)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHf1ZgTyzT2CeTzy0RAni7AJwKeTWeajTLKWtNYst5q2dAyuf/PwCeOzPl jJKmRmWnFkG+7lMUKS/sil8= =8Hv3 -----END PGP SIGNATURE----- ----Security_Multipart(Sat_Jan__5_19_05_20_2008_528)---- From owner-cvs-all@FreeBSD.ORG Sat Jan 5 10:20:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6703916A468; Sat, 5 Jan 2008 10:20:46 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id 250FA13C461; Sat, 5 Jan 2008 10:20:45 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from benji.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 1B1CF1E8C20; Sat, 5 Jan 2008 10:20:44 +0000 (UTC) Received: by benji.nitro.dk (Postfix, from userid 2000) id 619B81024B; Sat, 5 Jan 2008 11:20:44 +0100 (CET) Date: Sat, 5 Jan 2008 11:20:43 +0100 From: "Simon L. Nielsen" To: Hiroki Sato Message-ID: <20080105102042.GA988@zaphod.nitro.dk> References: <200801042116.m04LGSBZ063456@repoman.freebsd.org> <20080105.132524.23400263.hrs@allbsd.org> <200801050850.47273.jkois@freebsd.org> <20080105.190520.233293500.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080105.190520.233293500.hrs@allbsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: jkois@FreeBSD.org, doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news Makefile www/en/news/2006 Makefile news.xml press.xml www/share/sgml libcommon.xsl news.xml press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 10:20:46 -0000 On 2008.01.05 19:05:20 +0900, Hiroki Sato wrote: [...] > Anyway, it is difficult to discuss this with no real patch, so let me > try to make it. If we are going to mess more with this, could we consider a new format / structure for news.xml which is less annyoing to work with? I find the current structure of news/year/month/day/event much more painful to both update and parse in XSLT than a simple "news/event" format where the date is then just include inside each entry. When trying to rework the security advisory page (not yet committed) I ended up changing the format of the file which made parsing so much simpler since I could just work on the complete list in XSLT... Just my 0.00000001DKR and not more since I will not have time to do this for the news page myself in any case. -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Sat Jan 5 11:39:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 270BC16A47B; Sat, 5 Jan 2008 11:39:28 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 166A713C442; Sat, 5 Jan 2008 11:39:28 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05BdRBp078461; Sat, 5 Jan 2008 11:39:27 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05BdR8f078460; Sat, 5 Jan 2008 11:39:27 GMT (envelope-from thierry) Message-Id: <200801051139.m05BdR8f078460@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 5 Jan 2008 11:39:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/cimg Makefile distinfo pkg-plist ports/graphics/cimg/files patch-examples::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 11:39:28 -0000 thierry 2008-01-05 11:39:27 UTC FreeBSD ports repository Modified files: graphics/cimg Makefile distinfo pkg-plist graphics/cimg/files patch-examples::Makefile Log: Upgrade to 1.2.6. Changelog at . Revision Changes Path 1.41 +1 -1 ports/graphics/cimg/Makefile 1.34 +3 -3 ports/graphics/cimg/distinfo 1.19 +8 -10 ports/graphics/cimg/files/patch-examples::Makefile 1.24 +2 -0 ports/graphics/cimg/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 5 11:53:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 151C716A418; Sat, 5 Jan 2008 11:53:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 058A313C465; Sat, 5 Jan 2008 11:53:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05Brh3H081126; Sat, 5 Jan 2008 11:53:43 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05BrhWp081125; Sat, 5 Jan 2008 11:53:43 GMT (envelope-from bms) Message-Id: <200801051153.m05BrhWp081125@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 5 Jan 2008 11:53:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/urjtag/files patch-src__cmd__eraseflash.c patch-src__cmd__flashmem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 11:53:44 -0000 bms 2008-01-05 11:53:43 UTC FreeBSD ports repository (src committer) Added files: devel/urjtag/files patch-src__cmd__eraseflash.c patch-src__cmd__flashmem.c Log: Fix an include file clash with Shockwave Flash. Revision Changes Path 1.1 +11 -0 ports/devel/urjtag/files/patch-src__cmd__eraseflash.c (new) 1.1 +11 -0 ports/devel/urjtag/files/patch-src__cmd__flashmem.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 12:36:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9037D16A49E; Sat, 5 Jan 2008 12:36:35 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 806B513C4E7; Sat, 5 Jan 2008 12:36:35 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05CaZFf088209; Sat, 5 Jan 2008 12:36:35 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05CaZjs088208; Sat, 5 Jan 2008 12:36:35 GMT (envelope-from kib) Message-Id: <200801051236.m05CaZjs088208@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 5 Jan 2008 12:36:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 12:36:35 -0000 kib 2008-01-05 12:36:35 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: After applying LCONVPATH() to the path, do use the converted path instead of original user-mode string in the linux_stat() and linux_lstat() syscalls. Tested by: Peter Holm MFC after: 3 days Revision Changes Path 1.90 +13 -9 src/sys/compat/linux/linux_stats.c From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:10:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52F4916A4C4; Sat, 5 Jan 2008 14:10:40 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 459BF13C448; Sat, 5 Jan 2008 14:10:40 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05EAe0G012840; Sat, 5 Jan 2008 14:10:40 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05EAeA6012839; Sat, 5 Jan 2008 14:10:40 GMT (envelope-from clsung) Message-Id: <200801051410.m05EAeA6012839@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 14:10:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-AnyEvent Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:10:40 -0000 clsung 2008-01-05 14:10:39 UTC FreeBSD ports repository Modified files: devel/p5-AnyEvent Makefile distinfo pkg-plist Log: - Update to 2.8 Changes: http://search.cpan.org/dist/AnyEvent/Changes Revision Changes Path 1.7 +3 -4 ports/devel/p5-AnyEvent/Makefile 1.5 +3 -3 ports/devel/p5-AnyEvent/distinfo 1.2 +3 -1 ports/devel/p5-AnyEvent/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:26:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C10F16A420; Sat, 5 Jan 2008 14:26:55 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D49D13C448; Sat, 5 Jan 2008 14:26:55 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05EQsNL015602; Sat, 5 Jan 2008 14:26:55 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05EQsSI015601; Sat, 5 Jan 2008 14:26:54 GMT (envelope-from bsam) Message-Id: <200801051426.m05EQsSI015601@repoman.freebsd.org> From: Boris Samorodov Date: Sat, 5 Jan 2008 14:26:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/py-bcfg2 Makefile distinfo pkg-plist ports/sysutils/py-bcfg2/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:26:55 -0000 bsam 2008-01-05 14:26:54 UTC FreeBSD ports repository Modified files: sysutils/py-bcfg2 Makefile distinfo pkg-plist Added files: sysutils/py-bcfg2/files patch-setup.py Log: Update the port to a new version 0.9.5.2. Approved by: Robert Gogolok (maintainer by email) Revision Changes Path 1.4 +3 -2 ports/sysutils/py-bcfg2/Makefile 1.3 +3 -3 ports/sysutils/py-bcfg2/distinfo 1.1 +13 -0 ports/sysutils/py-bcfg2/files/patch-setup.py (new) 1.3 +17 -3 ports/sysutils/py-bcfg2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:31:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 251E216A421; Sat, 5 Jan 2008 14:31:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1834C13C4E1; Sat, 5 Jan 2008 14:31:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05EVkCb016417; Sat, 5 Jan 2008 14:31:46 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05EVkT4016416; Sat, 5 Jan 2008 14:31:46 GMT (envelope-from rafan) Message-Id: <200801051431.m05EVkT4016416@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 5 Jan 2008 14:31:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xsane Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:31:47 -0000 rafan 2008-01-05 14:31:46 UTC FreeBSD ports repository Modified files: graphics/xsane Makefile distinfo pkg-plist Log: - Update to 0.995 - Update maintainer's email PR: ports/119262 Submitted by: Dominik Brettnacher (maintainer) Revision Changes Path 1.56 +3 -4 ports/graphics/xsane/Makefile 1.35 +3 -3 ports/graphics/xsane/distinfo 1.30 +11 -0 ports/graphics/xsane/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:32:49 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8301B16A4CD; Sat, 5 Jan 2008 14:32:49 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 761A513C45D; Sat, 5 Jan 2008 14:32:49 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05EWnA6016730; Sat, 5 Jan 2008 14:32:49 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05EWn7b016729; Sat, 5 Jan 2008 14:32:49 GMT (envelope-from rafan) Message-Id: <200801051432.m05EWn7b016729@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 5 Jan 2008 14:32:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/kst Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:32:49 -0000 rafan 2008-01-05 14:32:49 UTC FreeBSD ports repository Modified files: science/kst Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.5.0 - Pass maintainership to Max Brazhnikov PR: ports/119276 Submitted by: Kay Lehmann (maintainer) Revision Changes Path 1.22 +9 -9 ports/science/kst/Makefile 1.8 +3 -3 ports/science/kst/distinfo 1.3 +1 -2 ports/science/kst/pkg-descr 1.11 +8 -4 ports/science/kst/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:35:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0C0D16A478; Sat, 5 Jan 2008 14:35:25 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA4D313C45D; Sat, 5 Jan 2008 14:35:25 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05EZPZV017114; Sat, 5 Jan 2008 14:35:25 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05EZPXX017113; Sat, 5 Jan 2008 14:35:25 GMT (envelope-from rafan) Message-Id: <200801051435.m05EZPXX017113@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 5 Jan 2008 14:35:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/netdisco Makefile distinfo pkg-plist ports/net-mgmt/netdisco/files netdisco.in netdisco.sh.in patch-netdisco patch-netdisco.conf patch-netdisco_apache.conf patch-sql_pg_init pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:35:25 -0000 rafan 2008-01-05 14:35:25 UTC FreeBSD ports repository Modified files: net-mgmt/netdisco Makefile distinfo pkg-plist net-mgmt/netdisco/files patch-netdisco patch-netdisco.conf patch-netdisco_apache.conf pkg-message.in Added files: net-mgmt/netdisco/files netdisco.in Removed files: net-mgmt/netdisco/files netdisco.sh.in patch-sql_pg_init Log: - Update to 0.95 - Convert old style rc script to new style PR: ports/119296 Submitted by: valerio.daelli at gmail.com (maintainer) Revision Changes Path 1.6 +3 -6 ports/net-mgmt/netdisco/Makefile 1.2 +3 -3 ports/net-mgmt/netdisco/distinfo 1.1 +42 -0 ports/net-mgmt/netdisco/files/netdisco.in (new) 1.2 +0 -42 ports/net-mgmt/netdisco/files/netdisco.sh.in (dead) 1.2 +10 -16 ports/net-mgmt/netdisco/files/patch-netdisco 1.2 +31 -17 ports/net-mgmt/netdisco/files/patch-netdisco.conf 1.3 +0 -14 ports/net-mgmt/netdisco/files/patch-netdisco_apache.conf 1.2 +0 -15 ports/net-mgmt/netdisco/files/patch-sql_pg_init (dead) 1.2 +10 -7 ports/net-mgmt/netdisco/files/pkg-message.in 1.2 +443 -146 ports/net-mgmt/netdisco/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:36:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A823F16A4D6; Sat, 5 Jan 2008 14:36:07 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id 67DF113C447; Sat, 5 Jan 2008 14:36:07 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.1/8.14.1) with ESMTP id m05Ea6lJ075621; Sat, 5 Jan 2008 22:36:06 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.1/8.14.1/Submit) id m05Ea6ad020307; Sat, 5 Jan 2008 22:36:06 +0800 (CST) (envelope-from rafan) Date: Sat, 5 Jan 2008 22:36:06 +0800 From: Rong-En Fan To: Rong-En Fan Message-ID: <20080105143606.GC30528@svm.csie.ntu.edu.tw> References: <200801051435.m05EZPXX017113@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801051435.m05EZPXX017113@repoman.freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-mgmt/netdisco Makefile distinfo pkg-plist ports/net-mgmt/netdisco/files netdisco.in netdisco.sh.in patch-netdisco patch-netdisco.conf patch-netdisco_apache.conf patch-sql_pg_init pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:36:07 -0000 On Sat, Jan 05, 2008 at 02:35:25PM +0000, Rong-En Fan wrote: > rafan 2008-01-05 14:35:25 UTC > > FreeBSD ports repository > > Modified files: > net-mgmt/netdisco Makefile distinfo pkg-plist > net-mgmt/netdisco/files patch-netdisco patch-netdisco.conf > patch-netdisco_apache.conf > pkg-message.in > Added files: > net-mgmt/netdisco/files netdisco.in > Removed files: > net-mgmt/netdisco/files netdisco.sh.in patch-sql_pg_init > Log: > - Update to 0.95 > - Convert old style rc script to new style > > PR: ports/119296 > Submitted by: valerio.daelli at gmail.com (maintainer) Oops, this port is unmaintained ;-) Regards, Rong-En Fan From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:36:46 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FC3216A4A7; Sat, 5 Jan 2008 14:36:46 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7364213C474; Sat, 5 Jan 2008 14:36:46 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05EakJv017181; Sat, 5 Jan 2008 14:36:46 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05Eaknu017180; Sat, 5 Jan 2008 14:36:46 GMT (envelope-from rafan) Message-Id: <200801051436.m05Eaknu017180@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 5 Jan 2008 14:36:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/postgis Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:36:46 -0000 rafan 2008-01-05 14:36:44 UTC FreeBSD ports repository Modified files: databases/postgis Makefile distinfo Log: - Update to 1.3.2 PR: ports/119313 Submitted by: Anderson S. Ferreira (maintainer) Revision Changes Path 1.44 +1 -2 ports/databases/postgis/Makefile 1.23 +3 -3 ports/databases/postgis/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:37:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 733CE16A476; Sat, 5 Jan 2008 14:37:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66B6813C457; Sat, 5 Jan 2008 14:37:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05EbiXL017235; Sat, 5 Jan 2008 14:37:44 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05EbiPV017234; Sat, 5 Jan 2008 14:37:44 GMT (envelope-from rafan) Message-Id: <200801051437.m05EbiPV017234@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 5 Jan 2008 14:37:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_geoip2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:37:44 -0000 rafan 2008-01-05 14:37:44 UTC FreeBSD ports repository Modified files: www/mod_geoip2 Makefile distinfo Log: - Update to 1.2.0 PR: ports/119317 Submitted by: Philippe Audeoud Approved by: Jukka A. Ukkonen (maintainer) Revision Changes Path 1.5 +3 -2 ports/www/mod_geoip2/Makefile 1.4 +3 -3 ports/www/mod_geoip2/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:39:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E78816A47A; Sat, 5 Jan 2008 14:39:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E76C913C448; Sat, 5 Jan 2008 14:39:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05Ed6Zt017298; Sat, 5 Jan 2008 14:39:06 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05Ed6jS017297; Sat, 5 Jan 2008 14:39:06 GMT (envelope-from clsung) Message-Id: <200801051439.m05Ed6jS017297@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 14:39:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-TreePP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:39:07 -0000 clsung 2008-01-05 14:39:06 UTC FreeBSD ports repository Modified files: textproc/p5-XML-TreePP Makefile distinfo Log: - Update to 0.33 Changes: Revision Changes Path 1.12 +1 -1 ports/textproc/p5-XML-TreePP/Makefile 1.12 +3 -3 ports/textproc/p5-XML-TreePP/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:39:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1CBF16A4D5; Sat, 5 Jan 2008 14:39:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A4E8A13C4F2; Sat, 5 Jan 2008 14:39:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05Edb6k017355; Sat, 5 Jan 2008 14:39:37 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05Edbt8017354; Sat, 5 Jan 2008 14:39:37 GMT (envelope-from clsung) Message-Id: <200801051439.m05Edbt8017354@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 14:39:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/pecl-geoip Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:39:37 -0000 clsung 2008-01-05 14:39:37 UTC FreeBSD ports repository Modified files: net/pecl-geoip Makefile distinfo Log: - Update to 1.0.2 Changes: Revision Changes Path 1.4 +1 -1 ports/net/pecl-geoip/Makefile 1.4 +3 -3 ports/net/pecl-geoip/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:40:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B344716A46E; Sat, 5 Jan 2008 14:40:45 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A677713C45A; Sat, 5 Jan 2008 14:40:45 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05Eej8D017706; Sat, 5 Jan 2008 14:40:45 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05Eej0p017705; Sat, 5 Jan 2008 14:40:45 GMT (envelope-from clsung) Message-Id: <200801051440.m05Eej0p017705@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 14:40:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-InsideOut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:40:45 -0000 clsung 2008-01-05 14:40:45 UTC FreeBSD ports repository Modified files: devel/p5-Class-InsideOut Makefile distinfo Log: - Update to 1.09 Changes: http://search.cpan.org/dist/Class-InsideOut/Changes Revision Changes Path 1.14 +1 -1 ports/devel/p5-Class-InsideOut/Makefile 1.10 +3 -3 ports/devel/p5-Class-InsideOut/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 14:48:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 769D216A498; Sat, 5 Jan 2008 14:48:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6934613C44B; Sat, 5 Jan 2008 14:48:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05EmdXq018875; Sat, 5 Jan 2008 14:48:39 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05EmdGG018874; Sat, 5 Jan 2008 14:48:39 GMT (envelope-from clsung) Message-Id: <200801051448.m05EmdGG018874@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 5 Jan 2008 14:48:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/memcachedb Makefile distinfo ports/databases/memcachedb/files memcachedb.in patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 14:48:39 -0000 clsung 2008-01-05 14:48:39 UTC FreeBSD ports repository Modified files: databases/memcachedb Makefile distinfo databases/memcachedb/files memcachedb.in patch-Makefile Log: - Update to 0.1.0 PR: ports/117861 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.4 +2 -3 ports/databases/memcachedb/Makefile 1.3 +3 -3 ports/databases/memcachedb/distinfo 1.2 +3 -12 ports/databases/memcachedb/files/memcachedb.in 1.2 +6 -6 ports/databases/memcachedb/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 5 15:02:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BE4216A46B; Sat, 5 Jan 2008 15:02:38 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D19A13C45D; Sat, 5 Jan 2008 15:02:38 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05F2bYW021455; Sat, 5 Jan 2008 15:02:37 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05F2bp6021451; Sat, 5 Jan 2008 15:02:37 GMT (envelope-from marcus) Message-Id: <200801051502.m05F2bp6021451@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 5 Jan 2008 15:02:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/pulseaudio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 15:02:38 -0000 marcus 2008-01-05 15:02:37 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile Log: Remove -Wl,-no-undefined from the LDFLAGS to allow pulse to build on FreeBSD < 7.X. PR: 119286 Revision Changes Path 1.19 +4 -0 ports/audio/pulseaudio/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 5 15:16:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DBAD16A420; Sat, 5 Jan 2008 15:16:42 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 188A013C43E; Sat, 5 Jan 2008 15:16:42 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05FGfsg025397; Sat, 5 Jan 2008 15:16:41 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05FGfCY025396; Sat, 5 Jan 2008 15:16:41 GMT (envelope-from tabthorpe) Message-Id: <200801051516.m05FGfCY025396@repoman.freebsd.org> From: Thomas Abthorpe Date: Sat, 5 Jan 2008 15:16:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/squirrelmail-calendar_file_backend-plugin Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 15:16:42 -0000 tabthorpe 2008-01-05 15:16:41 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/squirrelmail-calendar_file_backend-plugin Makefile distinfo pkg-descr pkg-plist Log: This plugin implements a file-based backend for user calendar data for the SquirrelMail Calendar plugin WWW: http://www.squirrelmail.org/plugin_view.php?id=239 PR: ports/119268 Submitted by: Gerrit Beine Revision Changes Path 1.880 +1 -0 ports/mail/Makefile 1.1 +72 -0 ports/mail/squirrelmail-calendar_file_backend-plugin/Makefile (new) 1.1 +3 -0 ports/mail/squirrelmail-calendar_file_backend-plugin/distinfo (new) 1.1 +4 -0 ports/mail/squirrelmail-calendar_file_backend-plugin/pkg-descr (new) 1.1 +14 -0 ports/mail/squirrelmail-calendar_file_backend-plugin/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 15:16:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 693DF16A468; Sat, 5 Jan 2008 15:16:57 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D26713C459; Sat, 5 Jan 2008 15:16:57 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05FGv9J025439; Sat, 5 Jan 2008 15:16:57 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05FGvAW025438; Sat, 5 Jan 2008 15:16:57 GMT (envelope-from tabthorpe) Message-Id: <200801051516.m05FGvAW025438@repoman.freebsd.org> From: Thomas Abthorpe Date: Sat, 5 Jan 2008 15:16:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 15:16:57 -0000 tabthorpe 2008-01-05 15:16:57 UTC FreeBSD ports repository Modified files: . modules Log: squirrelmail-calendar_file_backend-plugin --> ports/mail/squirrelmail-calendar_file_backend-plugin Revision Changes Path 1.19157 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jan 5 15:17:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D20E716A475; Sat, 5 Jan 2008 15:17:56 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC25C13C447; Sat, 5 Jan 2008 15:17:56 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05FHuWw025541; Sat, 5 Jan 2008 15:17:56 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05FHugi025540; Sat, 5 Jan 2008 15:17:56 GMT (envelope-from tabthorpe) Message-Id: <200801051517.m05FHugi025540@repoman.freebsd.org> From: Thomas Abthorpe Date: Sat, 5 Jan 2008 15:17:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/squirrelmail-calendar_sql_backend-plugin Makefile distinfo pkg-descr pkg-plist ports/mail/squirrelmail-calendar_sql_backend-plugin/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 15:17:57 -0000 tabthorpe 2008-01-05 15:17:56 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/squirrelmail-calendar_sql_backend-plugin Makefile distinfo pkg-descr pkg-plist mail/squirrelmail-calendar_sql_backend-plugin/files pkg-message.in Log: This plugin implements a SQL-based backend for user calendar data for the SquirrelMail Calendar plugin WWW: http://www.squirrelmail.org/plugin_view.php?id=247 PR: ports/119269 Submitted by: Gerrit Beine Revision Changes Path 1.881 +1 -0 ports/mail/Makefile 1.1 +79 -0 ports/mail/squirrelmail-calendar_sql_backend-plugin/Makefile (new) 1.1 +3 -0 ports/mail/squirrelmail-calendar_sql_backend-plugin/distinfo (new) 1.1 +5 -0 ports/mail/squirrelmail-calendar_sql_backend-plugin/files/pkg-message.in (new) 1.1 +4 -0 ports/mail/squirrelmail-calendar_sql_backend-plugin/pkg-descr (new) 1.1 +14 -0 ports/mail/squirrelmail-calendar_sql_backend-plugin/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 15:18:09 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B30016A496; Sat, 5 Jan 2008 15:18:09 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EF4513C458; Sat, 5 Jan 2008 15:18:09 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05FI9m1025583; Sat, 5 Jan 2008 15:18:09 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05FI9Sx025582; Sat, 5 Jan 2008 15:18:09 GMT (envelope-from tabthorpe) Message-Id: <200801051518.m05FI9Sx025582@repoman.freebsd.org> From: Thomas Abthorpe Date: Sat, 5 Jan 2008 15:18:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 15:18:09 -0000 tabthorpe 2008-01-05 15:18:09 UTC FreeBSD ports repository Modified files: . modules Log: squirrelmail-calendar_sql_backend-plugin --> ports/mail/squirrelmail-calendar_sql_backend-plugin Revision Changes Path 1.19158 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jan 5 15:19:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38D5116A4A0; Sat, 5 Jan 2008 15:19:45 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 42BC413C442; Sat, 5 Jan 2008 15:19:45 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05FJiM5025706; Sat, 5 Jan 2008 15:19:44 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05FJiM4025705; Sat, 5 Jan 2008 15:19:44 GMT (envelope-from tabthorpe) Message-Id: <200801051519.m05FJiM4025705@repoman.freebsd.org> From: Thomas Abthorpe Date: Sat, 5 Jan 2008 15:19:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/squirrelmail-shared_calendars-plugin Makefile distinfo pkg-descr pkg-plist ports/mail/squirrelmail-shared_calendars-plugin/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 15:19:45 -0000 tabthorpe 2008-01-05 15:19:44 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/squirrelmail-shared_calendars-plugin Makefile distinfo pkg-descr pkg-plist mail/squirrelmail-shared_calendars-plugin/files pkg-message.in Log: This plugin implements fully iCal-compliant calendaring functionality for Squirrelmail. Multiple calendars my be created, where each calendar can be made public, private or shared between custom-defined groups of users. WWW: http://www.squirrelmail.org/plugin_view.php?id=105 PR: ports/119270 Submitted by: Gerrit Beine Revision Changes Path 1.882 +1 -0 ports/mail/Makefile 1.1 +93 -0 ports/mail/squirrelmail-shared_calendars-plugin/Makefile (new) 1.1 +3 -0 ports/mail/squirrelmail-shared_calendars-plugin/distinfo (new) 1.1 +5 -0 ports/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in (new) 1.1 +7 -0 ports/mail/squirrelmail-shared_calendars-plugin/pkg-descr (new) 1.1 +75 -0 ports/mail/squirrelmail-shared_calendars-plugin/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 15:20:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 978D416A4AC; Sat, 5 Jan 2008 15:20:00 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B02D13C455; Sat, 5 Jan 2008 15:20:00 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05FK0Rn025744; Sat, 5 Jan 2008 15:20:00 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05FK08d025743; Sat, 5 Jan 2008 15:20:00 GMT (envelope-from tabthorpe) Message-Id: <200801051520.m05FK08d025743@repoman.freebsd.org> From: Thomas Abthorpe Date: Sat, 5 Jan 2008 15:20:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 15:20:00 -0000 tabthorpe 2008-01-05 15:20:00 UTC FreeBSD ports repository Modified files: . modules Log: squirrelmail-shared_calendars-plugin --> ports/mail/squirrelmail-shared_calendars-plugin Revision Changes Path 1.19159 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jan 5 15:21:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C789916A468; Sat, 5 Jan 2008 15:21:24 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7734713C44B; Sat, 5 Jan 2008 15:21:24 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05FLO4e026337; Sat, 5 Jan 2008 15:21:24 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05FLOl1026336; Sat, 5 Jan 2008 15:21:24 GMT (envelope-from tabthorpe) Message-Id: <200801051521.m05FLOl1026336@repoman.freebsd.org> From: Thomas Abthorpe Date: Sat, 5 Jan 2008 15:21:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/squirrelmail-plugins Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 15:21:24 -0000 tabthorpe 2008-01-05 15:21:24 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/squirrelmail-plugins Makefile pkg-descr Log: This is a "meta-port" to install Squirrelmail plugins WWW: http://www.squirrelmail.org/ - Gerrit Beine gerrit.beine@gmx.de PR: ports/119271 Submitted by: Gerrit Beine Revision Changes Path 1.883 +1 -0 ports/mail/Makefile 1.1 +145 -0 ports/mail/squirrelmail-plugins/Makefile (new) 1.1 +6 -0 ports/mail/squirrelmail-plugins/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Jan 5 15:21:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 760E216A4C4; Sat, 5 Jan 2008 15:21:39 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69DCE13C455; Sat, 5 Jan 2008 15:21:39 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05FLdM2026527; Sat, 5 Jan 2008 15:21:39 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05FLdO4026526; Sat, 5 Jan 2008 15:21:39 GMT (envelope-from tabthorpe) Message-Id: <200801051521.m05FLdO4026526@repoman.freebsd.org> From: Thomas Abthorpe Date: Sat, 5 Jan 2008 15:21:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 15:21:39 -0000 tabthorpe 2008-01-05 15:21:39 UTC FreeBSD ports repository Modified files: . modules Log: squirrelmail-plugins --> ports/mail/squirrelmail-plugins Revision Changes Path 1.19160 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jan 5 16:37:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 031F116A420; Sat, 5 Jan 2008 16:37:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC11413C45B; Sat, 5 Jan 2008 16:37:17 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05GbHGX039014; Sat, 5 Jan 2008 16:37:17 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05GbHtb039013; Sat, 5 Jan 2008 16:37:17 GMT (envelope-from marius) Message-Id: <200801051637.m05GbHtb039013@repoman.freebsd.org> From: Marius Strobl Date: Sat, 5 Jan 2008 16:37:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 16:37:18 -0000 marius 2008-01-05 16:37:17 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-devel Makefile distinfo Log: Update to 2.01.01a37. For the changes since 2.01.01a36 see: ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a37 Approved by: netchild Revision Changes Path 1.87 +1 -1 ports/sysutils/cdrtools-devel/Makefile 1.57 +3 -3 ports/sysutils/cdrtools-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 18:42:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A13EA16A420; Sat, 5 Jan 2008 18:42:53 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CA0913C457; Sat, 5 Jan 2008 18:42:53 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05IgrkF091044; Sat, 5 Jan 2008 18:42:53 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05IgrJU091039; Sat, 5 Jan 2008 18:42:53 GMT (envelope-from marcus) Message-Id: <200801051842.m05IgrJU091039@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 5 Jan 2008 18:42:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/pulseaudio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 18:42:53 -0000 marcus 2008-01-05 18:42:50 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile Log: Fix typo, and patch the correct Makefile. Reported by: Romain Tartiere Revision Changes Path 1.20 +1 -1 ports/audio/pulseaudio/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jan 5 18:57:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2903716A4A5; Sat, 5 Jan 2008 18:57:23 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04FEB13C46A; Sat, 5 Jan 2008 18:57:23 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05IvM6o092996; Sat, 5 Jan 2008 18:57:22 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05IvMew092995; Sat, 5 Jan 2008 18:57:22 GMT (envelope-from leeym) Message-Id: <200801051857.m05IvMew092995@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 5 Jan 2008 18:57:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-Compile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 18:57:23 -0000 leeym 2008-01-05 18:57:22 UTC FreeBSD ports repository Modified files: devel/p5-Module-Compile pkg-descr Log: - fix the broken link and use the non-versioned dist page instead Revision Changes Path 1.2 +1 -1 ports/devel/p5-Module-Compile/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jan 5 20:36:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9B0616A417; Sat, 5 Jan 2008 20:36:22 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A5BB13C459; Sat, 5 Jan 2008 20:36:22 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05KaMVi013415; Sat, 5 Jan 2008 20:36:22 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05KaMh2013414; Sat, 5 Jan 2008 20:36:22 GMT (envelope-from hrs) Message-Id: <200801052036.m05KaMh2013414@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 5 Jan 2008 20:36:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 20:36:22 -0000 hrs 2008-01-05 20:36:22 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Update branch status. Revision Changes Path 1.220 +26 -11 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jan 5 21:27:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15F3416A417; Sat, 5 Jan 2008 21:27:17 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC8DA13C442; Sat, 5 Jan 2008 21:27:16 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05LRGbS030805; Sat, 5 Jan 2008 21:27:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05LRGgF030804; Sat, 5 Jan 2008 21:27:16 GMT (envelope-from thierry) Message-Id: <200801052127.m05LRGgF030804@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 5 Jan 2008 21:27:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/freefem++ Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 21:27:17 -0000 thierry 2008-01-05 21:27:16 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo Log: Update to 2.22-1, which should be a no-op for FreeBSD. Changelog at . Revision Changes Path 1.76 +1 -1 ports/math/freefem++/Makefile 1.54 +3 -3 ports/math/freefem++/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jan 5 21:39:22 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B9CE16A418; Sat, 5 Jan 2008 21:39:22 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4EAD113C459; Sat, 5 Jan 2008 21:39:22 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05LdM2t032337; Sat, 5 Jan 2008 21:39:22 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05LdMpW032336; Sat, 5 Jan 2008 21:39:22 GMT (envelope-from grog) Message-Id: <200801052139.m05LdMpW032336@repoman.freebsd.org> From: Greg Lehey Date: Sat, 5 Jan 2008 21:39:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 style.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 21:39:22 -0000 grog 2008-01-05 21:39:22 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: "redacted" replaced for clarity. Revision Changes Path 1.124 +1 -1 src/share/man/man9/style.9 From owner-cvs-all@FreeBSD.ORG Sat Jan 5 22:58:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B495C16A41B; Sat, 5 Jan 2008 22:58:51 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B275D13C45D; Sat, 5 Jan 2008 22:58:51 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05MwpgA045504; Sat, 5 Jan 2008 22:58:51 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05MwpUL045503; Sat, 5 Jan 2008 22:58:51 GMT (envelope-from marius) Message-Id: <200801052258.m05MwpUL045503@repoman.freebsd.org> From: Marius Strobl Date: Sat, 5 Jan 2008 22:58:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/contrib/gcc gthr-posix.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 22:58:51 -0000 marius 2008-01-05 22:58:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/gcc gthr-posix.h Log: On FreeBSD GCC 4.2.x checks for the existence of pthread_cancel() in order to determine whether a program is running with multithreading support. This check causes __gthread_active_p() to always return 1 however, regardless of whether the program was actually compiled with -pthread or not, due to the fact that the FreeBSD libc contains a pthread_cancel() stub. Fix this by using the __gthread_active_p() version that GCC uses for Solaris and which actively checks for a working POSIX threads implementation (if such functions exist) instead of checking for the mere existence of corresponding functions. On platforms without TLS support, i.e. on arm and sparc64 due to the lack of GNU TLS support for these archs in binutils 2.15., the false positives returned by __gthread_active_p() for non-threaded programs cause the exception handling implementation GCC uses in this case to crash. This is because GCC assumes that the POSIX threading functions actually work when __gthread_active_p() returns 1 while in fact the corresponding stubs in libc just immediately return. Given that __gthread_active_p() is also used in a couple of other places besides exception handling, this bug has great potential to also cause problems in other areas and on all archs. This is committed to RELENG_7 directly in order to get a fix into RELENG_7_0 as soon as possible while allowing to loop the official fix back into the vendor branch and not taking gthr-posix.h off the vendor branch in HEAD. PR: 119289 Reviewed by: obrien (plus style fix) Approved by: re (kensmith) Revision Changes Path 1.1.1.8.2.1 +7 -4 src/contrib/gcc/gthr-posix.h From owner-cvs-all@FreeBSD.ORG Sat Jan 5 23:05:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F0FF16A417; Sat, 5 Jan 2008 23:05:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BDD413C442; Sat, 5 Jan 2008 23:05:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05N50DW048002; Sat, 5 Jan 2008 23:05:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05N50pX048001; Sat, 5 Jan 2008 23:05:00 GMT (envelope-from marius) Message-Id: <200801052305.m05N50pX048001@repoman.freebsd.org> From: Marius Strobl Date: Sat, 5 Jan 2008 23:05:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/contrib/gcc gthr-posix.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 23:05:00 -0000 marius 2008-01-05 23:05:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) contrib/gcc gthr-posix.h Log: Merge from RELENG_7: 1.1.1.8.2.1 On FreeBSD GCC 4.2.x checks for the existence of pthread_cancel() in order to determine whether a program is running with multithreading support. This check causes __gthread_active_p() to always return 1 however, regardless of whether the program was actually compiled with -pthread or not, due to the fact that the FreeBSD libc contains a pthread_cancel() stub. Fix this by using the __gthread_active_p() version that GCC uses for Solaris and which actively checks for a working POSIX threads implementation (if such functions exist) instead of checking for the mere existence of corresponding functions. On platforms without TLS support, i.e. on arm and sparc64 due to the lack of GNU TLS support for these archs in binutils 2.15., the false positives returned by __gthread_active_p() for non-threaded programs cause the exception handling implementation GCC uses in this case to crash. This is because GCC assumes that the POSIX threading functions actually work when __gthread_active_p() returns 1 while in fact the corresponding stubs in libc just immediately return. Given that __gthread_active_p() is also used in a couple of other places besides exception handling, this bug has great potential to also cause problems in other areas and on all archs. Approved by: re (kensmith) Revision Changes Path 1.1.1.8.4.1 +7 -4 src/contrib/gcc/gthr-posix.h From owner-cvs-all@FreeBSD.ORG Sat Jan 5 23:21:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28B8316A417; Sat, 5 Jan 2008 23:21:34 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9C913C455; Sat, 5 Jan 2008 23:21:34 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05NLX7H072186; Sat, 5 Jan 2008 23:21:33 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05NLXu3072184; Sat, 5 Jan 2008 23:21:33 GMT (envelope-from brueffer) Message-Id: <200801052321.m05NLXu3072184@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 5 Jan 2008 23:21:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pci.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 23:21:34 -0000 brueffer 2008-01-05 23:21:32 UTC FreeBSD src repository Modified files: share/man/man4 pci.4 Log: Clean up after previous commit (typo fixes, removed contractions, utilized .Tn and capitalized PCI). Revision Changes Path 1.21 +18 -6 src/share/man/man4/pci.4 From owner-cvs-all@FreeBSD.ORG Sat Jan 5 23:28:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3D8616A468; Sat, 5 Jan 2008 23:28:00 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9874D13C461; Sat, 5 Jan 2008 23:28:00 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05NS05h073089; Sat, 5 Jan 2008 23:28:00 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05NS03o073088; Sat, 5 Jan 2008 23:28:00 GMT (envelope-from brueffer) Message-Id: <200801052328.m05NS03o073088@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 5 Jan 2008 23:27:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 pcib.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 23:28:00 -0000 brueffer 2008-01-05 23:27:59 UTC FreeBSD src repository Modified files: share/man/man4 pcib.4 Log: Use our standard section 4 SYNOPSIS, utilize .Tn and fix capitalization. Revision Changes Path 1.2 +11 -3 src/share/man/man4/pcib.4 From owner-cvs-all@FreeBSD.ORG Sat Jan 5 23:41:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36EC916A417; Sat, 5 Jan 2008 23:41:16 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1AA7813C447; Sat, 5 Jan 2008 23:41:16 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m05NfFBC075051; Sat, 5 Jan 2008 23:41:15 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m05NfFZQ075050; Sat, 5 Jan 2008 23:41:15 GMT (envelope-from brueffer) Message-Id: <200801052341.m05NfFZQ075050@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 5 Jan 2008 23:41:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_pppoe.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 23:41:16 -0000 brueffer 2008-01-05 23:41:15 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 Log: mdoc and language fixes for the previous commit, also bump .Dd. Revision Changes Path 1.41 +5 -4 src/share/man/man4/ng_pppoe.4